pidgin/pidginaccountsdisabledmenu.h

changeset 42649
6986f5428d30
parent 42620
72178a341eb8
child 43177
595a5f31003a
equal deleted inserted replaced
42648:70d33d4dac09 42649:6986f5428d30
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)

mercurial