mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-29 04:14:11 +02:00
add a way to create a GAction from GSettings
g_settings_create_action() will create a GAction for the named key, allowing it to be added to the action group of the application (so that the setting can be directly manipulated from menus, for example). https://bugzilla.gnome.org/show_bug.cgi?id=668279
This commit is contained in:
@@ -2354,6 +2354,9 @@ g_settings_unbind
|
||||
GSettingsBindSetMapping
|
||||
GSettingsBindGetMapping
|
||||
|
||||
<SUBSECTION>
|
||||
g_settings_create_action
|
||||
|
||||
<SUBSECTION Standard>
|
||||
GSettingsClass
|
||||
G_IS_SETTINGS
|
||||
|
Reference in New Issue
Block a user