aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-groups-widget.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-03-16 17:11:26 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-03-16 17:24:59 +0800
commitcb2741bee8b6808953a6afeea90114f123a47982 (patch)
treee1b0df9a14caf29e7047ec403db51d0752533895 /libempathy-gtk/empathy-groups-widget.h
parent15761dfafa40dce3e5acb2f9fecc5b808fa11e47 (diff)
downloadgsoc2013-empathy-cb2741bee8b6808953a6afeea90114f123a47982.tar
gsoc2013-empathy-cb2741bee8b6808953a6afeea90114f123a47982.tar.gz
gsoc2013-empathy-cb2741bee8b6808953a6afeea90114f123a47982.tar.bz2
gsoc2013-empathy-cb2741bee8b6808953a6afeea90114f123a47982.tar.lz
gsoc2013-empathy-cb2741bee8b6808953a6afeea90114f123a47982.tar.xz
gsoc2013-empathy-cb2741bee8b6808953a6afeea90114f123a47982.tar.zst
gsoc2013-empathy-cb2741bee8b6808953a6afeea90114f123a47982.zip
depends on folks 0.4.0
This is based on Travis's commits from master.
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