| 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. |