Home
last modified time | relevance | path

Searched refs:act_user_get_account_type (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/gnome-control-center/gnome-control-center-41.2/panels/user-accounts/
H A Dcc-user-panel.c336act_user_get_account_type (selected_user) != ACT_USER_ACCOUNT_TYPE_ADMINISTRATOR); in reload_users()
875 enable = (act_user_get_account_type (user) == ACT_USER_ACCOUNT_TYPE_ADMINISTRATOR); in show_user()
928 if (act_user_get_account_type (user) == ACT_USER_ACCOUNT_TYPE_ADMINISTRATOR) { in show_user()
953 act_user_get_account_type (current) == ACT_USER_ACCOUNT_TYPE_ADMINISTRATOR; in show_user()
1029 if (account_type != act_user_get_account_type (user)) { in account_type_changed()
1208 if (act_user_get_account_type (user) != ACT_USER_ACCOUNT_TYPE_ADMINISTRATOR) { in spawn_malcontent_control()
1318 …if (act_user_get_account_type (u) == ACT_USER_ACCOUNT_TYPE_ADMINISTRATOR && !act_user_get_locked (… in get_num_active_admin()
1336 if (act_user_get_account_type (user) == ACT_USER_ACCOUNT_TYPE_STANDARD || in would_demote_only_admin()
/dports/sysutils/accountsservice/accountsservice-0.6.55/src/libaccountsservice/
H A Dact-user.h59 ActUserAccountType act_user_get_account_type (ActUser *user);
H A Dact-user.c570 act_user_get_account_type (ActUser *user) in act_user_get_account_type() function