Top | ![]() |
![]() |
![]() |
![]() |
RmSettingsRmSettings — Settings wrapper (either uses default GSettings backend or keyfile backend depending on compilation) |
GSettings * | rm_settings_new () |
GSettings * | rm_settings_new_with_path () |
GSettings * | rm_settings_new_profile () |
gboolean | rm_settings_backend_is_dconf () |
Settings keeps track of application/user preferences and stores them in the selected backend.
GSettings *
rm_settings_new (gchar *scheme
);
Creates new GSettings configuration (either keyfile based, or system based (default)).
GSettings * rm_settings_new_with_path (gchar *scheme
,gchar *path
);
Creates new GSettings configuration with settings path (either keyfile based, or system based (default)).
GSettings * rm_settings_new_profile (gchar *scheme
,gchar *name
,gchar *profile_name
);
Creates new GSettings configuration with a profile specfic settings path (either keyfile based, or system based (default)).