summaryrefslogtreecommitdiff
path: root/telepathy-glib/dbus-properties-mixin.h
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-08-02 16:45:40 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2011-09-06 15:35:27 +0100
commit5b3c8fac3558c7d1f782678adee1ccedd08d7277 (patch)
tree7edebe134f586a39d4e6290f7cb9ae8faabea86e /telepathy-glib/dbus-properties-mixin.h
parent3d6e28b390309b704cb44466d6d8eda9b3883483 (diff)
downloadtelepathy-glib-5b3c8fac3558c7d1f782678adee1ccedd08d7277.tar.gz
Add tp_dbus_properties_mixin_emit_properties_changed
It's a bit annoying to use because you have to define the two arrays ahead of time, but hey.
Diffstat (limited to 'telepathy-glib/dbus-properties-mixin.h')
-rw-r--r--telepathy-glib/dbus-properties-mixin.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/telepathy-glib/dbus-properties-mixin.h b/telepathy-glib/dbus-properties-mixin.h
index 8e2a968c1..50111d841 100644
--- a/telepathy-glib/dbus-properties-mixin.h
+++ b/telepathy-glib/dbus-properties-mixin.h
@@ -133,6 +133,12 @@ void tp_dbus_properties_mixin_fill_properties_hash (GObject *object,
...)
G_GNUC_NULL_TERMINATED;
+void tp_dbus_properties_mixin_emit_properties_changed (
+ GObject *object,
+ const gchar *interface_name,
+ const gchar * const *changed,
+ const gchar * const *invalidated);
+
G_END_DECLS
#endif /* #ifndef __TP_DBUS_PROPERTIES_MIXIN_H__ */