libpurple/protocols/myspace/zap.h

branch
soc.2013.gobjectification
changeset 34699
09b2c9219b57
parent 20376
40eb7fd73b9a
child 34864
0e292d8887de
equal deleted inserted replaced
34698:e0bd77bd4508 34699:09b2c9219b57
20 #ifndef _MYSPACE_ZAP_H 20 #ifndef _MYSPACE_ZAP_H
21 #define _MYSPACE_ZAP_H 21 #define _MYSPACE_ZAP_H
22 22
23 GList *msim_attention_types(PurpleAccount *acct); 23 GList *msim_attention_types(PurpleAccount *acct);
24 gboolean msim_send_attention(PurpleConnection *gc, const gchar *username, guint code); 24 gboolean msim_send_attention(PurpleConnection *gc, const gchar *username, guint code);
25 GList *msim_blist_node_menu(PurpleBlistNode *node); 25 GList *msim_blist_node_menu(PurpleBListNode *node);
26 gboolean msim_incoming_zap(MsimSession *session, MsimMessage *msg); 26 gboolean msim_incoming_zap(MsimSession *session, MsimMessage *msg);
27 27
28 #endif /* !_MYSPACE_ZAP_H */ 28 #endif /* !_MYSPACE_ZAP_H */

mercurial