| 34 |
34 |
| 35 #include "pidginversion.h" |
35 #include "pidginversion.h" |
| 36 |
36 |
| 37 G_BEGIN_DECLS |
37 G_BEGIN_DECLS |
| 38 |
38 |
| |
39 /** |
| |
40 * PidginAccountsDisabledMenu: |
| |
41 * |
| |
42 * A [class@Gio.MenuModel] that contains all accounts from the default |
| |
43 * [class@Purple.AccountManager] that are not enabled. |
| |
44 * |
| |
45 * Since: 3.0 |
| |
46 */ |
| |
47 |
| 39 #define PIDGIN_TYPE_ACCOUNTS_DISABLED_MENU (pidgin_accounts_disabled_menu_get_type()) |
48 #define PIDGIN_TYPE_ACCOUNTS_DISABLED_MENU (pidgin_accounts_disabled_menu_get_type()) |
| 40 |
49 |
| 41 PIDGIN_AVAILABLE_IN_3_0 |
50 PIDGIN_AVAILABLE_IN_3_0 |
| 42 G_DECLARE_FINAL_TYPE(PidginAccountsDisabledMenu, pidgin_accounts_disabled_menu, |
51 G_DECLARE_FINAL_TYPE(PidginAccountsDisabledMenu, pidgin_accounts_disabled_menu, |
| 43 PIDGIN, ACCOUNTS_DISABLED_MENU, GMenuModel) |
52 PIDGIN, ACCOUNTS_DISABLED_MENU, GMenuModel) |