| 30 #include <glib.h> |
30 #include <glib.h> |
| 31 #include <gio/gio.h> |
31 #include <gio/gio.h> |
| 32 |
32 |
| 33 #include <purple.h> |
33 #include <purple.h> |
| 34 |
34 |
| |
35 #include "pidginversion.h" |
| |
36 |
| 35 G_BEGIN_DECLS |
37 G_BEGIN_DECLS |
| 36 |
38 |
| 37 #define PIDGIN_TYPE_ACCOUNTS_DISABLED_MENU (pidgin_accounts_disabled_menu_get_type()) |
39 #define PIDGIN_TYPE_ACCOUNTS_DISABLED_MENU (pidgin_accounts_disabled_menu_get_type()) |
| |
40 |
| |
41 PIDGIN_AVAILABLE_IN_3_0 |
| 38 G_DECLARE_FINAL_TYPE(PidginAccountsDisabledMenu, pidgin_accounts_disabled_menu, |
42 G_DECLARE_FINAL_TYPE(PidginAccountsDisabledMenu, pidgin_accounts_disabled_menu, |
| 39 PIDGIN, ACCOUNTS_DISABLED_MENU, GMenuModel) |
43 PIDGIN, ACCOUNTS_DISABLED_MENU, GMenuModel) |
| 40 |
44 |
| 41 /** |
45 /** |
| 42 * pidgin_accounts_disabled_menu_new: |
46 * pidgin_accounts_disabled_menu_new: |