| 42464:5de142a471e0 | 42465:b7d530551c1b |
|---|---|
| 23 #ifndef PIDGIN_IDLE_H | 23 #ifndef PIDGIN_IDLE_H |
| 24 #define PIDGIN_IDLE_H | 24 #define PIDGIN_IDLE_H |
| 25 | 25 |
| 26 #include <purple.h> | 26 #include <purple.h> |
| 27 | 27 |
| 28 #include "pidginversion.h" | |
| 29 | |
| 28 G_BEGIN_DECLS | 30 G_BEGIN_DECLS |
| 29 | 31 |
| 30 /** | 32 /** |
| 31 * PidginIdle: | 33 * PidginIdle: |
| 32 * | 34 * |
| 34 * | 36 * |
| 35 * Since: 3.0.0 | 37 * Since: 3.0.0 |
| 36 */ | 38 */ |
| 37 | 39 |
| 38 #define PIDGIN_TYPE_IDLE (pidgin_idle_get_type()) | 40 #define PIDGIN_TYPE_IDLE (pidgin_idle_get_type()) |
| 41 | |
| 42 PIDGIN_AVAILABLE_IN_3_0 | |
| 39 G_DECLARE_FINAL_TYPE(PidginIdle, pidgin_idle, PIDGIN, IDLE, GObject) | 43 G_DECLARE_FINAL_TYPE(PidginIdle, pidgin_idle, PIDGIN, IDLE, GObject) |
| 40 | 44 |
| 41 /** | 45 /** |
| 42 * pidgin_idle_new: | 46 * pidgin_idle_new: |
| 43 * | 47 * |