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

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


Module: telepathy-haze
Branch: next
Commit: a1d98db343b7d7162fe0085f8d4a90e69af360cb
URL:    http://cgit.freedesktop.org/telepathy/telepathy-haze/commit/?id=a1d98db343b7d7162fe0085f8d4a90e69af360cb

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

pass a TpMutableContactGroupList to vfunc functions

---

 src/contact-list.c |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/contact-list.c b/src/contact-list.c
index a6f496c..3fdbbcd 100644
--- a/src/contact-list.c
+++ b/src/contact-list.c
@@ -983,7 +983,7 @@ haze_contact_list_groups_init (TpContactGroupListInterface *vtable)
 }
 
 static void
-haze_contact_list_set_contact_groups_async (TpBaseContactList *cl,
+haze_contact_list_set_contact_groups_async (TpMutableContactGroupList *cl,
     TpHandle contact,
     const gchar * const *names,
     gsize n_names,
@@ -1042,7 +1042,7 @@ haze_contact_list_set_contact_groups_async (TpBaseContactList *cl,
 }
 
 static void
-haze_contact_list_add_to_group_async (TpBaseContactList *cl,
+haze_contact_list_add_to_group_async (TpMutableContactGroupList *cl,
     const gchar *group_name,
     TpHandleSet *contacts,
     GAsyncReadyCallback callback,
@@ -1070,7 +1070,7 @@ haze_contact_list_add_to_group_async (TpBaseContactList *cl,
 }
 
 static void
-haze_contact_list_remove_from_group_async (TpBaseContactList *cl,
+haze_contact_list_remove_from_group_async (TpMutableContactGroupList *cl,
     const gchar *group_name,
     TpHandleSet *contacts,
     GAsyncReadyCallback callback,
@@ -1095,7 +1095,7 @@ haze_contact_list_remove_from_group_async (TpBaseContactList *cl,
 }
 
 static void
-haze_contact_list_remove_group_async (TpBaseContactList *cl,
+haze_contact_list_remove_group_async (TpMutableContactGroupList *cl,
     const gchar *group_name,
     GAsyncReadyCallback callback,
     gpointer user_data)
@@ -1129,7 +1129,7 @@ haze_contact_list_remove_group_async (TpBaseContactList *cl,
 }
 
 static void
-haze_contact_list_set_group_members_async (TpBaseContactList *cl,
+haze_contact_list_set_group_members_async (TpMutableContactGroupList *cl,
     const gchar *group_name,
     TpHandleSet *contacts,
     GAsyncReadyCallback callback,
@@ -1170,7 +1170,7 @@ haze_contact_list_set_group_members_async (TpBaseContactList *cl,
 }
 
 static void
-haze_contact_list_rename_group_async (TpBaseContactList *cl,
+haze_contact_list_rename_group_async (TpMutableContactGroupList *cl,
     const gchar *old_name,
     const gchar *new_name,
     GAsyncReadyCallback callback,



More information about the telepathy-commits mailing list