| 54 void msn_notification_destroy(MsnNotification *notification); |
57 void msn_notification_destroy(MsnNotification *notification); |
| 55 gboolean msn_notification_connect(MsnNotification *notification, |
58 gboolean msn_notification_connect(MsnNotification *notification, |
| 56 const char *host, int port); |
59 const char *host, int port); |
| 57 void msn_notification_disconnect(MsnNotification *notification); |
60 void msn_notification_disconnect(MsnNotification *notification); |
| 58 |
61 |
| |
62 /** |
| |
63 * Closes a notification. |
| |
64 * |
| |
65 * It's first closed, and then disconnected. |
| |
66 * |
| |
67 * @param notification The notification object to close. |
| |
68 */ |
| |
69 void msn_notification_close(MsnNotification *notification); |
| |
70 |
| 59 void msn_got_login_params(MsnSession *session, const char *login_params); |
71 void msn_got_login_params(MsnSession *session, const char *login_params); |
| 60 |
72 |
| 61 #endif /* _MSN_NOTIFICATION_H_ */ |
73 #endif /* _MSN_NOTIFICATION_H_ */ |