mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 06:33:41 +02:00
Add GMenu
This commit is contained in:
committed by
Ryan Lortie
parent
12a39a05d3
commit
13f5977735
@@ -201,6 +201,7 @@
|
||||
<xi:include href="xml/gactiongroupexporter.xml"/>
|
||||
<xi:include href="xml/gdbusactiongroup.xml"/>
|
||||
<xi:include href="xml/gmenumodel.xml"/>
|
||||
<xi:include href="xml/gmenu.xml"/>
|
||||
</chapter>
|
||||
<chapter id="extending">
|
||||
<title>Extending GIO</title>
|
||||
|
@@ -3541,6 +3541,68 @@ G_IS_NETWORK_MONITOR
|
||||
G_NETWORK_MONITOR_GET_INTERFACE
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gmenu</FILE>
|
||||
GMenu
|
||||
g_menu_new
|
||||
g_menu_freeze
|
||||
|
||||
<SUBSECTION>
|
||||
g_menu_insert
|
||||
g_menu_prepend
|
||||
g_menu_append
|
||||
|
||||
<SUBSECTION>
|
||||
g_menu_insert_item
|
||||
g_menu_append_item
|
||||
g_menu_prepend_item
|
||||
|
||||
<SUBSECTION>
|
||||
g_menu_insert_section
|
||||
g_menu_prepend_section
|
||||
g_menu_append_section
|
||||
|
||||
<SUBSECTION>
|
||||
g_menu_append_submenu
|
||||
g_menu_insert_submenu
|
||||
g_menu_prepend_submenu
|
||||
|
||||
<SUBSECTION>
|
||||
g_menu_remove
|
||||
|
||||
<SUBSECTION>
|
||||
GMenuItem
|
||||
g_menu_item_new
|
||||
g_menu_item_new_section
|
||||
g_menu_item_new_submenu
|
||||
|
||||
<SUBSECTION>
|
||||
g_menu_item_set_label
|
||||
g_menu_item_set_action_and_target_value
|
||||
g_menu_item_set_action_and_target
|
||||
g_menu_item_set_detailed_action
|
||||
g_menu_item_set_section
|
||||
g_menu_item_set_submenu
|
||||
|
||||
<SUBSECTION>
|
||||
g_menu_item_set_attribute_value
|
||||
g_menu_item_set_attribute
|
||||
g_menu_item_set_link
|
||||
|
||||
<SUBSECTION Private>
|
||||
g_menu_item_get_type
|
||||
g_menu_get_type
|
||||
|
||||
<SUBSECTION Standard>
|
||||
G_TYPE_MENU
|
||||
G_MENU
|
||||
G_IS_MENU
|
||||
|
||||
G_TYPE_MENU_ITEM
|
||||
G_MENU_ITEM
|
||||
G_IS_MENU_ITEM
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gmenumodel</FILE>
|
||||
GMenuModel
|
||||
|
@@ -47,6 +47,7 @@ g_local_file_monitor_get_type
|
||||
g_memory_input_stream_get_type
|
||||
g_memory_output_stream_get_type
|
||||
g_menu_attribute_iter_get_type
|
||||
g_menu_get_type
|
||||
g_menu_link_iter_get_type
|
||||
g_menu_model_get_type
|
||||
g_mount_get_type
|
||||
|
Reference in New Issue
Block a user