summaryrefslogtreecommitdiff
path: root/gio/gsettingsschema.c
AgeCommit message (Expand)Author
2021-02-08Fix several missing initializer in gio/gsettingsschema.c:parse_into_text_tabl...Emmanuel Fleury
2021-02-04gio: Use g_memdup2() instead of g_memdup() in obvious placesPhilip Withnall
2021-01-07gsettingsschema: Ignore GSETTINGS_SCHEMA_DIR when running setuidPhilip Withnall
2020-11-11gio: Add missing nullable annotationsSebastian Dröge
2020-01-16Support multiple directories in GSETTINGS_SCHEMA_DIRwouter bolsterlee
2019-12-12Fix typo: threfore -> thereforeYaobin Wen
2019-05-17gsettings: Document that lists are returned in no defined orderPhilip Withnall
2019-03-08gio: Fix various compiler warnings when compiling with G_DISABLE_ASSERTPhilip Withnall
2019-01-30gsettings: Clarify ownership transfer in a few placesPhilip Withnall
2018-08-13gvdb: Fix error handling in gvdb_table_new()Philip Withnall
2018-08-13gsettingsschema: Port to new GVDB APIPhilip Withnall
2018-06-19gsettingsschema: Allow per-desktop overridesAllison Lortie
2018-01-12docs: Remove XML-style comments from documentation stringsPhilip Withnall
2017-10-26Use hash tables as sets in various placesPhilip Withnall
2017-10-11gsettingsschema: Add a missing (nullable) annotationPhilip Withnall
2017-10-11gsettingsschema: Fix some incorrect whitespacePhilip Withnall
2017-10-11docs: Fix an incorrect function name in GSettings documentationPhilip Withnall
2017-07-12gsettingsschema: Fix a compiler warningDaniel Boles
2017-05-29gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet
2017-05-22gsettings: check $XDG_DATA_HOME for schemasRyan Hendrickson
2016-11-22introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert
2016-06-04gio: Add filename type annotationsChristoph Reiter
2016-02-24gsettingschema: fix uninitialized value warningIgnacio Casal Quinteiro
2016-02-16gsettings: schema_list should use the passed schema's sourceCole Robinson
2015-12-16gsettings: Don't translate ""Matthias Clasen
2015-06-05GSettingsSchema: add g_settings_schema_list_keys()Ryan Lortie
2015-02-05docs: fix up docs issues in gio/Xavier Claessens
2015-01-28gsettings: add g_settings_schema_list_childrenLars Uebernickel
2015-01-28gsettings: add g_settings_schema_key_get_nameLars Uebernickel
2014-11-20gsettingsschema: Print the string that failed to parseChristian Persch
2014-07-23gsettingsschema: Suppress return value checkColin Walters
2014-07-23gsettingsschema: Close directoryColin Walters
2014-05-23gio: port annotations from the Vala metadata.Evan Nemerson
2014-04-15gio: fix g-i annotations in g_settings_schema_source_list_schemas()Alberto Ruiz
2014-02-08Eradicate links and xrefsMatthias Clasen
2014-02-06Docs: replace <literal> by `Matthias Clasen
2014-02-05Don't use <filename> in docsMatthias Clasen
2014-02-05Don't use <envar> in docsMatthias Clasen
2014-02-01Drop use of the command tagMatthias Clasen
2014-02-01Annotate all examples with their languageMatthias Clasen
2014-01-31Updated FSF's addressDaniel Mustieles
2014-01-07Add includes to all gio docsMatthias Clasen
2013-11-23GSettings: More docs for deprecated _list_schemas()Bastien Nocera
2013-10-28GSettingsSchemaSource: fix parameter name in headerRyan Lortie
2013-10-28GSettings: fix for loop in 'extends' functionalityRyan Lortie
2013-10-28GSettingsSchemaKey: add introspection APIsRyan Lortie
2013-10-28g_settings_schema_list: some fixesRyan Lortie
2013-10-27GSettings: properly support 'extends'Ryan Lortie
2013-10-27Add g_settings_schema_source_list_schemas()Ryan Lortie
2013-10-27Add g_settings_schema_key_get_summary/descriptionRyan Lortie