| 37087:197d965cec97 | 37088:4d5ad6b1878e |
|---|---|
| 51 G_BEGIN_DECLS | 51 G_BEGIN_DECLS |
| 52 | 52 |
| 53 /**************************************************************************/ | 53 /**************************************************************************/ |
| 54 /* Idle API */ | 54 /* Idle API */ |
| 55 /**************************************************************************/ | 55 /**************************************************************************/ |
| 56 /*@{*/ | |
| 57 | 56 |
| 58 /** | 57 /** |
| 59 * purple_idle_touch: | 58 * purple_idle_touch: |
| 60 * | 59 * |
| 61 * Touch our idle tracker. This signifies that the user is | 60 * Touch our idle tracker. This signifies that the user is |
| 71 * accounts purportedly became idle. This is used by | 70 * accounts purportedly became idle. This is used by |
| 72 * the I'dle Mak'er plugin. | 71 * the I'dle Mak'er plugin. |
| 73 */ | 72 */ |
| 74 void purple_idle_set(time_t time); | 73 void purple_idle_set(time_t time); |
| 75 | 74 |
| 76 /*@}*/ | |
| 77 | |
| 78 /**************************************************************************/ | 75 /**************************************************************************/ |
| 79 /* Idle Subsystem */ | 76 /* Idle Subsystem */ |
| 80 /**************************************************************************/ | 77 /**************************************************************************/ |
| 81 /*@{*/ | |
| 82 | 78 |
| 83 /** | 79 /** |
| 84 * purple_idle_set_ui_ops: | 80 * purple_idle_set_ui_ops: |
| 85 * @ops: The UI operations structure. | 81 * @ops: The UI operations structure. |
| 86 * | 82 * |
| 109 * | 105 * |
| 110 * Uninitializes the idle system. | 106 * Uninitializes the idle system. |
| 111 */ | 107 */ |
| 112 void purple_idle_uninit(void); | 108 void purple_idle_uninit(void); |
| 113 | 109 |
| 114 /*@}*/ | |
| 115 | |
| 116 G_END_DECLS | 110 G_END_DECLS |
| 117 | 111 |
| 118 #endif /* _PURPLE_IDLE_H_ */ | 112 #endif /* _PURPLE_IDLE_H_ */ |