| 37 * |
37 * |
| 38 * Returns the UI operations structure for GTK notification functions. |
38 * Returns the UI operations structure for GTK notification functions. |
| 39 * |
39 * |
| 40 * Returns: The GTK UI notify operations structure. |
40 * Returns: The GTK UI notify operations structure. |
| 41 * |
41 * |
| 42 * Since: 2.0.0 |
42 * Since: 2.0 |
| 43 */ |
43 */ |
| 44 PIDGIN_AVAILABLE_IN_ALL |
44 PIDGIN_AVAILABLE_IN_ALL |
| 45 PurpleNotifyUiOps *pidgin_notify_get_ui_ops(void); |
45 PurpleNotifyUiOps *pidgin_notify_get_ui_ops(void); |
| 46 |
46 |
| 47 /** |
47 /** |
| 48 * pidgin_notify_init: |
48 * pidgin_notify_init: |
| 49 * |
49 * |
| 50 * Initializes the GTK notifications subsystem. |
50 * Initializes the GTK notifications subsystem. |
| 51 * |
51 * |
| 52 * Since: 2.6.0 |
52 * Since: 2.6 |
| 53 */ |
53 */ |
| 54 PIDGIN_AVAILABLE_IN_2_6 |
54 PIDGIN_AVAILABLE_IN_2_6 |
| 55 void pidgin_notify_init(void); |
55 void pidgin_notify_init(void); |
| 56 |
56 |
| 57 /** |
57 /** |
| 58 * pidgin_notify_uninit: |
58 * pidgin_notify_uninit: |
| 59 * |
59 * |
| 60 * Uninitialized the GTK notifications subsystem. |
60 * Uninitialized the GTK notifications subsystem. |
| 61 * |
61 * |
| 62 * Since: 2.6.0 |
62 * Since: 2.6 |
| 63 */ |
63 */ |
| 64 PIDGIN_AVAILABLE_IN_2_6 |
64 PIDGIN_AVAILABLE_IN_2_6 |
| 65 void pidgin_notify_uninit(void); |
65 void pidgin_notify_uninit(void); |
| 66 |
66 |
| 67 G_END_DECLS |
67 G_END_DECLS |