| 29 |
29 |
| 30 #include <gtk/gtk.h> |
30 #include <gtk/gtk.h> |
| 31 |
31 |
| 32 #include <purple.h> |
32 #include <purple.h> |
| 33 |
33 |
| |
34 #include "pidginversion.h" |
| |
35 |
| 34 G_BEGIN_DECLS |
36 G_BEGIN_DECLS |
| 35 |
37 |
| 36 #define PIDGIN_TYPE_STATUS_DISPLAY (pidgin_status_display_get_type()) |
38 #define PIDGIN_TYPE_STATUS_DISPLAY (pidgin_status_display_get_type()) |
| |
39 |
| |
40 PIDGIN_AVAILABLE_IN_3_0 |
| 37 G_DECLARE_FINAL_TYPE(PidginStatusDisplay, pidgin_status_display, |
41 G_DECLARE_FINAL_TYPE(PidginStatusDisplay, pidgin_status_display, |
| 38 PIDGIN, STATUS_DISPLAY, GtkBox) |
42 PIDGIN, STATUS_DISPLAY, GtkBox) |
| 39 |
43 |
| 40 /** |
44 /** |
| 41 * pidgin_status_display_new: |
45 * pidgin_status_display_new: |