| 32 /** |
32 /** |
| 33 * purple_idle_manager_startup: (skip) |
33 * purple_idle_manager_startup: (skip) |
| 34 * |
34 * |
| 35 * Starts up the idle manager by creating the default instance. |
35 * Starts up the idle manager by creating the default instance. |
| 36 * |
36 * |
| 37 * Since: 3.0.0 |
37 * Since: 3.0 |
| 38 */ |
38 */ |
| 39 void purple_idle_manager_startup(void); |
39 void purple_idle_manager_startup(void); |
| 40 |
40 |
| 41 /** |
41 /** |
| 42 * purple_idle_manager_shutdown: (skip) |
42 * purple_idle_manager_shutdown: (skip) |
| 43 * |
43 * |
| 44 * Shuts down the idle manager by destroying the default instance. |
44 * Shuts down the idle manager by destroying the default instance. |
| 45 * |
45 * |
| 46 * Since: 3.0.0 |
46 * Since: 3.0 |
| 47 */ |
47 */ |
| 48 void purple_idle_manager_shutdown(void); |
48 void purple_idle_manager_shutdown(void); |
| 49 |
49 |
| 50 G_END_DECLS |
50 G_END_DECLS |
| 51 |
51 |