mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-23 10:27:51 +02:00
Add GActionMap to the docs
This commit is contained in:
committed by
Ryan Lortie
parent
41e5ba86a7
commit
c8e76fdda2
@@ -195,6 +195,7 @@
|
||||
<xi:include href="xml/gapplication.xml"/>
|
||||
<xi:include href="xml/gapplicationcommandline.xml"/>
|
||||
<xi:include href="xml/gactiongroup.xml"/>
|
||||
<xi:include href="xml/gactionmap.xml"/>
|
||||
<xi:include href="xml/gsimpleactiongroup.xml"/>
|
||||
<xi:include href="xml/gaction.xml"/>
|
||||
<xi:include href="xml/gsimpleaction.xml"/>
|
||||
|
@@ -2996,7 +2996,6 @@ g_simple_action_group_insert
|
||||
g_simple_action_group_remove
|
||||
|
||||
<SUBSECTION>
|
||||
GActionEntry
|
||||
g_simple_action_group_add_entries
|
||||
|
||||
<SUBSECTION Standard>
|
||||
@@ -3011,6 +3010,27 @@ G_IS_SIMPLE_ACTION_GROUP_CLASS
|
||||
G_SIMPLE_ACTION_GROUP
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gactionmap</FILE>
|
||||
<TITLE>GActionMap</TITLE>
|
||||
GActionMap
|
||||
g_action_map_lookup_action
|
||||
GActionEntry
|
||||
g_action_map_add_action_entries
|
||||
g_action_map_add_action
|
||||
g_action_map_remove_action
|
||||
|
||||
<SUBSECTION Standard>
|
||||
GActionMapInterface
|
||||
G_TYPE_ACTION_MAP
|
||||
G_ACTION_MAP
|
||||
G_IS_ACTION_MAP
|
||||
G_ACTION_MAP_GET_IFACE
|
||||
|
||||
<SUBSECTION Private>
|
||||
g_action_map_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gproxyresolver</FILE>
|
||||
<TITLE>GProxyResolver</TITLE>
|
||||
|
@@ -1,6 +1,7 @@
|
||||
g_action_get_type
|
||||
g_simple_action_get_type
|
||||
g_action_group_get_type
|
||||
g_action_map_get_type
|
||||
g_simple_action_group_get_type
|
||||
g_app_info_get_type
|
||||
g_app_launch_context_get_type
|
||||
|
Reference in New Issue
Block a user