summaryrefslogtreecommitdiff
path: root/src/eggdbus/eggdbusprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/eggdbus/eggdbusprivate.h')
-rw-r--r--src/eggdbus/eggdbusprivate.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/eggdbus/eggdbusprivate.h b/src/eggdbus/eggdbusprivate.h
index b4ddee7..3161b65 100644
--- a/src/eggdbus/eggdbusprivate.h
+++ b/src/eggdbus/eggdbusprivate.h
@@ -79,6 +79,10 @@ void _egg_dbus_interface_proxy_handle_property_changed (EggDBusInterfaceProxy *i
void _egg_dbus_interface_proxy_invalidate_properties (EggDBusInterfaceProxy *interface_proxy);
+void _egg_dbus_interface_annotation_info_set (EggDBusInterfaceAnnotationInfo **annotations,
+ const gchar *annotation_name,
+ gpointer value);
+
G_END_DECLS
#endif /* __EGG_DBUS_PRIVATE_H */