summaryrefslogtreecommitdiff
path: root/telepathy-glib/dbus-properties-mixin.h
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-08-26 13:41:20 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2011-09-06 15:35:27 +0100
commita1dead10c61ac34eb8a5357a575027574991648e (patch)
treec75a61e41e9e2463f99d9fa91f9a8c7ba7068409 /telepathy-glib/dbus-properties-mixin.h
parent6e6172c8d1bd6a89495ff27d87d9198b3493a28e (diff)
downloadtelepathy-glib-a1dead10c61ac34eb8a5357a575027574991648e.tar.gz
Add tp_dbus_properties_mixin_emit_properties_changed_varargs()
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 5f81d7c23..54f33515a 100644
--- a/telepathy-glib/dbus-properties-mixin.h
+++ b/telepathy-glib/dbus-properties-mixin.h
@@ -140,6 +140,12 @@ void tp_dbus_properties_mixin_emit_properties_changed (
const gchar *interface_name,
const gchar * const *properties);
+void tp_dbus_properties_mixin_emit_properties_changed_varargs (
+ GObject *object,
+ const gchar *interface_name,
+ ...)
+ G_GNUC_NULL_TERMINATED;
+
G_END_DECLS
#endif /* #ifndef __TP_DBUS_PROPERTIES_MIXIN_H__ */