mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-23 10:27:51 +02:00
add GAction base class
This commit is contained in:
@@ -163,6 +163,7 @@
|
||||
<chapter id="application">
|
||||
<title>Application support</title>
|
||||
<xi:include href="xml/gactiongroup.xml"/>
|
||||
<xi:include href="xml/gaction.xml"/>
|
||||
<xi:include href="xml/gapplication.xml"/>
|
||||
</chapter>
|
||||
<chapter id="extending">
|
||||
|
@@ -2700,3 +2700,34 @@ G_ACTION_GROUP_CLASS
|
||||
G_ACTION_GROUP_GET_CLASS
|
||||
G_ACTION_GROUP
|
||||
</SECTION>
|
||||
|
||||
|
||||
<SECTION>
|
||||
<FILE>gaction</FILE>
|
||||
<TITLE>GAction</TITLE>
|
||||
GAction
|
||||
GActionClass
|
||||
|
||||
<SUBSECTION>
|
||||
g_action_get_name
|
||||
g_action_get_parameter_type
|
||||
g_action_get_state_type
|
||||
g_action_get_state_hint
|
||||
|
||||
<SUBSECTION>
|
||||
g_action_get_enabled
|
||||
g_action_set_enabled
|
||||
g_action_get_state
|
||||
g_action_set_state
|
||||
|
||||
<SUBSECTION>
|
||||
g_action_activate
|
||||
|
||||
<SUBSECTION Standard>
|
||||
g_action_get_type
|
||||
G_TYPE_ACTION
|
||||
G_IS_ACTION
|
||||
G_ACTION_CLASS
|
||||
G_ACTION_GET_CLASS
|
||||
G_ACTION
|
||||
</SECTION>
|
||||
|
@@ -1,3 +1,4 @@
|
||||
g_action_get_type
|
||||
g_action_group_get_type
|
||||
g_app_info_create_flags_get_type
|
||||
g_app_info_get_type
|
||||
|
Reference in New Issue
Block a user