summaryrefslogtreecommitdiff
path: root/telepathy-glib/group-mixin.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-05-27 12:18:19 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-05-27 12:18:19 +0000
commit0c05265e528ab836c75defde7c296ae743e720bd (patch)
treed0e01774b077a7b1a62fa35875cd8ec762adf31c /telepathy-glib/group-mixin.h
parent5fad0c2375c3864df48ea7132aa4deb83f3deebf (diff)
downloadtelepathy-glib-0c05265e528ab836c75defde7c296ae743e720bd.tar.gz
TpGroupMixin: use tp_dbus_properties_mixin_implement_interface
20080527121819-53eee-78849706b60f87f91b0e2365ff80cc1b56ba5164.gz
Diffstat (limited to 'telepathy-glib/group-mixin.h')
-rw-r--r--telepathy-glib/group-mixin.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/telepathy-glib/group-mixin.h b/telepathy-glib/group-mixin.h
index abbf42c01..6226bea5c 100644
--- a/telepathy-glib/group-mixin.h
+++ b/telepathy-glib/group-mixin.h
@@ -215,8 +215,7 @@ void tp_group_mixin_add_handle_owners (GObject *obj,
void tp_group_mixin_get_dbus_property (GObject *object,
GQuark interface, GQuark name, GValue *value, gpointer unused);
-void tp_group_mixin_init_dbus_properties (
- TpDBusPropertiesMixinIfaceImpl *impl);
+void tp_group_mixin_init_dbus_properties (GObjectClass *cls);
void tp_group_mixin_iface_init (gpointer g_iface, gpointer iface_data);