[Telepathy-commits] [telepathy-gabble/master] Updated gabble_jingle_session_send and callback prototypes to match the new code

Senko Rasic senko at phyrexia.lan
Tue Dec 2 04:34:00 PST 2008


---
 src/jingle-session.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/jingle-session.h b/src/jingle-session.h
index 9dd11b6..fc57920 100644
--- a/src/jingle-session.h
+++ b/src/jingle-session.h
@@ -98,9 +98,9 @@ GType gabble_jingle_session_get_content_type (GabbleJingleSession *);
 GList *gabble_jingle_session_get_contents (GabbleJingleSession *sess);
 
 typedef void (*JingleReplyHandler) (GabbleJingleSession *, gboolean success,
-    LmMessage *reply);
+    LmMessage *reply, gpointer user_data);
 void gabble_jingle_session_send (GabbleJingleSession *sess, LmMessage *msg,
-    JingleReplyHandler cb);
+    JingleReplyHandler cb, gpointer user_data);
 
 
 #endif /* __JINGLE_SESSION_H__ */
-- 
1.5.6.5




More information about the Telepathy-commits mailing list