comparison libpurple/protocols/msn/slplink.h @ 30456:31f20c9c7674

merge of '21280175da42b51e30e31b091bb3b4adf7708407' and 'de0f6b7b9429dd7161de925ce6bdb02fbb7daaec'
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Fri, 23 Apr 2010 22:19:23 +0000
parents 119bd7b072eb b0bc67f42027
children 11e748b759a2
comparison
equal deleted inserted replaced
30455:e47a4a7940ea 30456:31f20c9c7674
42 { 42 {
43 MsnSession *session; 43 MsnSession *session;
44 MsnSwitchBoard *swboard; 44 MsnSwitchBoard *swboard;
45 MsnDirectConn *dc; 45 MsnDirectConn *dc;
46 46
47 int refs;
48
47 char *remote_user; 49 char *remote_user;
48 50
49 int slp_seq_id; 51 int slp_seq_id;
50 52
51 GList *slp_calls; 53 GList *slp_calls;
52 GList *slp_msgs; 54 GList *slp_msgs;
53 55
54 GQueue *slp_msg_queue; 56 GQueue *slp_msg_queue;
55 }; 57 };
58
59 MsnSlpLink *msn_slplink_ref(MsnSlpLink *slplink);
60 void msn_slplink_unref(MsnSlpLink *slplink);
56 61
57 void msn_slplink_destroy(MsnSlpLink *slplink); 62 void msn_slplink_destroy(MsnSlpLink *slplink);
58 63
59 /** 64 /**
60 * @return An MsnSlpLink for the given user, or NULL if there is no 65 * @return An MsnSlpLink for the given user, or NULL if there is no