src/protocols/msn/notification.h

branch
soc.2006.msnp13
changeset 13866
b6a2c8d390ef
parent 13856
a6511183749e
child 13870
258d48d6ab52
equal deleted inserted replaced
13865:ce1c14d05b5f 13866:b6a2c8d390ef
61 MsnNotification *msn_notification_new(MsnSession *session); 61 MsnNotification *msn_notification_new(MsnSession *session);
62 void msn_notification_destroy(MsnNotification *notification); 62 void msn_notification_destroy(MsnNotification *notification);
63 gboolean msn_notification_connect(MsnNotification *notification, 63 gboolean msn_notification_connect(MsnNotification *notification,
64 const char *host, int port); 64 const char *host, int port);
65 void msn_notification_disconnect(MsnNotification *notification); 65 void msn_notification_disconnect(MsnNotification *notification);
66 void dump_adl_cmd(MsnSession *session); 66 void msn_notification_dump_contact(MsnSession *session);
67 67
68 /** 68 /**
69 * Closes a notification. 69 * Closes a notification.
70 * 70 *
71 * It's first closed, and then disconnected. 71 * It's first closed, and then disconnected.

mercurial