aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-groups-widget.h
diff options
context:
space:
mode:
authorTravis Reitter <travis.reitter@collabora.co.uk>2011-03-11 14:01:09 +0800
committerTravis Reitter <travis.reitter@collabora.co.uk>2011-03-15 02:46:52 +0800
commitabf8b17d703c071f4fe91c09bac97c09314a2dc0 (patch)
tree5835eee865162e0e91b56cd4526c41ac776573f1 /libempathy-gtk/empathy-groups-widget.h
parent07434728e84556fd321ea4a38f828035803ee76b (diff)
downloadgsoc2013-empathy-abf8b17d703c071f4fe91c09bac97c09314a2dc0.tar
gsoc2013-empathy-abf8b17d703c071f4fe91c09bac97c09314a2dc0.tar.gz
gsoc2013-empathy-abf8b17d703c071f4fe91c09bac97c09314a2dc0.tar.bz2
gsoc2013-empathy-abf8b17d703c071f4fe91c09bac97c09314a2dc0.tar.lz
gsoc2013-empathy-abf8b17d703c071f4fe91c09bac97c09314a2dc0.tar.xz
gsoc2013-empathy-abf8b17d703c071f4fe91c09bac97c09314a2dc0.tar.zst
gsoc2013-empathy-abf8b17d703c071f4fe91c09bac97c09314a2dc0.zip
Adjust for Folks Groupable -> GroupDetails rename
Helps bgo#644470 - Empathy needs to catch up with Folks interface name change (API/ABI breaks)
Diffstat (limited to 'libempathy-gtk/empathy-groups-widget.h')
-rw-r--r--libempathy-gtk/empathy-groups-widget.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libempathy-gtk/empathy-groups-widget.h b/libempathy-gtk/empathy-groups-widget.h
index d74750194..1085fac4f 100644
--- a/libempathy-gtk/empathy-groups-widget.h
+++ b/libempathy-gtk/empathy-groups-widget.h
@@ -54,12 +54,12 @@ typedef struct {
GType empathy_groups_widget_get_type (void) G_GNUC_CONST;
-GtkWidget * empathy_groups_widget_new (FolksGroupable *groupable);
+GtkWidget * empathy_groups_widget_new (FolksGroupDetails *group_details);
-FolksGroupable * empathy_groups_widget_get_groupable (
+FolksGroupDetails * empathy_groups_widget_get_group_details (
EmpathyGroupsWidget *self);
-void empathy_groups_widget_set_groupable (EmpathyGroupsWidget *self,
- FolksGroupable *groupable);
+void empathy_groups_widget_set_group_details (EmpathyGroupsWidget *self,
+ FolksGroupDetails *group_details);
G_END_DECLS