comparison mcabber/mcabber/xmpp_s10n.h @ 1685:1342df44c814

Improved events interface * User can pass additional arguments to event handler * MUC invitation reject now can be supplied a reason
author Myhailo Danylenko <isbear@ukrpost.net>
date Tue, 02 Feb 2010 22:44:18 +0100
parents 41c26b7d2890
children e6d355e50d7a
comparison
equal deleted inserted replaced
1684:95df4ea512c8 1685:1342df44c814
1 #ifndef __MCABBER_XMPP_S10N_H__ 1 #ifndef __MCABBER_XMPP_S10N_H__
2 #define __MCABBER_XMPP_S10N_H__ 1 2 #define __MCABBER_XMPP_S10N_H__ 1
3 3
4 #include <mcabber/events.h> 4 #include <mcabber/events.h>
5 5
6 int evscallback_subscription(eviqs *evp, guint evcontext); 6 gboolean evscallback_subscription(guint evcontext, const char *arg, gpointer userdata);
7 7
8 #endif /* __MCABBER_XMPP_S10N_H__ */ 8 #endif /* __MCABBER_XMPP_S10N_H__ */
9 9
10 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */ 10 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */