~compiz-team/compiz/0.9.13

« back to all changes in this revision

Viewing changes to compizconfig/gsettings/gsettings_backend_shared/gsettings_util.h

Don't crash if gsettings key is not found. Default value will be used. (LP: #1044662)

Approved by: Marco Trevisan (Treviño)

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
getNameForCCSSetting (CCSSetting *setting);
110
110
 
111
111
Bool
112
 
checkReadVariantIsValid (GVariant *gsettingsValue, CCSSettingType type, const gchar *pathName);
 
112
checkReadVariantIsValid (GVariant *gsettingsValue, CCSSettingType type, const gchar *pathName, const gchar *key);
113
113
 
114
114
GVariant *
115
115
getVariantAtKey (CCSGSettingsWrapper *settings, const char *key, const char *pathName, CCSSettingType type);