mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-31 06:13:29 +02:00
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:
committed by
Matthias Clasen
parent
fcc69fd318
commit
f468e9c309
@@ -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>
|
||||
|
Reference in New Issue
Block a user