Add g_action_group_query_action()

This new API allows requesting multiple pieces of information about a
particular action in one go and also simplifies the burden for
GActionGroup implementations -- they need not implement all the separate
APIs now.
This commit is contained in:
Ryan Lortie
2011-11-24 19:52:48 -05:00
committed by Matthias Clasen
parent fcc69fd318
commit f468e9c309
4 changed files with 205 additions and 6 deletions

View File

@@ -2876,20 +2876,19 @@ g_application_command_line_get_type
GActionGroup
<SUBSECTION>
g_action_group_has_action
g_action_group_list_actions
g_action_group_query_action
<SUBSECTION>
g_action_group_has_action
g_action_group_get_action_enabled
g_action_group_get_action_parameter_type
g_action_group_get_action_state_type
g_action_group_get_action_state_hint
<SUBSECTION>
g_action_group_get_action_state
g_action_group_change_action_state
<SUBSECTION>
g_action_group_change_action_state
g_action_group_activate_action
<SUBSECTION>