telepathy-gabble: muc-channel: fix WockyMuc:: permissions callback signature

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Tue Jun 3 08:02:10 PDT 2014


Module: telepathy-gabble
Branch: master
Commit: a35174d5dfe6594f013e2fc0c7a286ef53e0d3fb
URL:    http://cgit.freedesktop.org/telepathy/telepathy-gabble/commit/?id=a35174d5dfe6594f013e2fc0c7a286ef53e0d3fb

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Tue Jun  3 15:47:21 2014 +0200

muc-channel: fix WockyMuc::permissions callback signature

---

 src/muc-channel.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/muc-channel.c b/src/muc-channel.c
index 5c0260d..c0a27a4 100644
--- a/src/muc-channel.c
+++ b/src/muc-channel.c
@@ -308,7 +308,7 @@ static void handle_presence (WockyMuc *source,
 
 static void handle_perms (WockyMuc *source,
     WockyStanza *stanza,
-    GHashTable *code,
+    guint code,
     const gchar *actor,
     const gchar *why,
     gpointer data);
@@ -2483,7 +2483,7 @@ handle_left (WockyMuc *muc,
 static void
 handle_perms (WockyMuc *wmuc,
     WockyStanza *stanza,
-    GHashTable *code,
+    guint code,
     const gchar *actor,
     const gchar *why,
     gpointer data)



More information about the telepathy-commits mailing list