[next] telepathy-gabble: pass a TpMutableContactGroupList to vfunc functions

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Mon May 26 06:17:33 PDT 2014


Module: telepathy-gabble
Branch: next
Commit: 2aa81bd5fb147afc1e839dfba448c389668e4d18
URL:    http://cgit.freedesktop.org/telepathy/telepathy-gabble/commit/?id=2aa81bd5fb147afc1e839dfba448c389668e4d18

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Mon May 26 15:14:34 2014 +0200

pass a TpMutableContactGroupList to vfunc functions

---

 src/roster.c |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/roster.c b/src/roster.c
index ed13f79..0335ea1 100644
--- a/src/roster.c
+++ b/src/roster.c
@@ -3192,7 +3192,7 @@ gabble_roster_dup_group_members (TpContactGroupList *base,
 }
 
 static void
-gabble_roster_set_contact_groups_async (TpBaseContactList *base,
+gabble_roster_set_contact_groups_async (TpMutableContactGroupList *base,
     TpHandle contact,
     const gchar * const *groups,
     gsize n,
@@ -3255,7 +3255,7 @@ gabble_roster_set_contact_groups_async (TpBaseContactList *base,
 }
 
 static void
-gabble_roster_set_group_members_async (TpBaseContactList *base,
+gabble_roster_set_group_members_async (TpMutableContactGroupList *base,
     const gchar *group,
     TpHandleSet *contacts,
     GAsyncReadyCallback callback,
@@ -3293,7 +3293,7 @@ gabble_roster_set_group_members_async (TpBaseContactList *base,
 }
 
 static void
-gabble_roster_add_to_group_async (TpBaseContactList *base,
+gabble_roster_add_to_group_async (TpMutableContactGroupList *base,
     const gchar *group,
     TpHandleSet *contacts,
     GAsyncReadyCallback callback,
@@ -3327,7 +3327,7 @@ gabble_roster_add_to_group_async (TpBaseContactList *base,
 }
 
 static void
-gabble_roster_remove_from_group_async (TpBaseContactList *base,
+gabble_roster_remove_from_group_async (TpMutableContactGroupList *base,
     const gchar *group,
     TpHandleSet *contacts,
     GAsyncReadyCallback callback,
@@ -3432,7 +3432,7 @@ gabble_roster_remove_group_removed_cb (GObject *source,
 }
 
 static void
-gabble_roster_remove_group_async (TpBaseContactList *base,
+gabble_roster_remove_group_async (TpMutableContactGroupList *base,
     const gchar *group,
     GAsyncReadyCallback callback,
     gpointer user_data)



More information about the telepathy-commits mailing list