mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
gaction: add parser for detailed action names
Expand and formalise the syntax for detailed action names, adding a well-documented (and tested) public parser API for them. Port the only GLib-based user of detailed action names to the new API: g_menu_item_set_detailed_action(). The users in Gtk+ will also be ported soon. https://bugzilla.gnome.org/show_bug.cgi?id=688954
This commit is contained in:
@@ -3093,6 +3093,9 @@ g_action_get_state
|
||||
g_action_change_state
|
||||
g_action_activate
|
||||
|
||||
<SUBSECTION>
|
||||
g_action_parse_detailed_name
|
||||
|
||||
<SUBSECTION Standard>
|
||||
g_action_get_type
|
||||
G_TYPE_ACTION
|
||||
|
Reference in New Issue
Block a user