mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-31 06:13:29 +02:00
settings: Make the keyfile backend parameterless
Make it possible to instantiate a keyfile settings backend without specifying parameters, by turning the arguments to the new() function into construct-only properties. If no filename is specified, default to $XDG_CONFIG_HOME/glib-2.0/settings/keyfile
This commit is contained in:
@@ -87,6 +87,8 @@ GType g_null_settings_backend_get_type (void);
|
||||
|
||||
GType g_memory_settings_backend_get_type (void);
|
||||
|
||||
GType g_keyfile_settings_backend_get_type (void);
|
||||
|
||||
#ifdef HAVE_COCOA
|
||||
GType g_nextstep_settings_backend_get_type (void);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user