D | gactiongroup.c | 124 g_action_group_real_has_action (GActionGroup *action_group, in g_action_group_real_has_action() argument 127 return g_action_group_query_action (action_group, action_name, NULL, NULL, NULL, NULL, NULL); in g_action_group_real_has_action() 131 g_action_group_real_get_action_enabled (GActionGroup *action_group, in g_action_group_real_get_action_enabled() argument 136 g_action_group_query_action (action_group, action_name, &enabled, NULL, NULL, NULL, NULL); in g_action_group_real_get_action_enabled() 142 g_action_group_real_get_action_parameter_type (GActionGroup *action_group, in g_action_group_real_get_action_parameter_type() argument 147 g_action_group_query_action (action_group, action_name, NULL, &type, NULL, NULL, NULL); in g_action_group_real_get_action_parameter_type() 153 g_action_group_real_get_action_state_type (GActionGroup *action_group, in g_action_group_real_get_action_state_type() argument 158 g_action_group_query_action (action_group, action_name, NULL, NULL, &type, NULL, NULL); in g_action_group_real_get_action_state_type() 164 g_action_group_real_get_action_state_hint (GActionGroup *action_group, in g_action_group_real_get_action_state_hint() argument 169 g_action_group_query_action (action_group, action_name, NULL, NULL, NULL, &hint, NULL); in g_action_group_real_get_action_state_hint() [all …]
|