summaryrefslogtreecommitdiff
path: root/gio/gsettingsbackend.c
AgeCommit message (Expand)Author
2023-11-02docs: Move the GSettings SECTIONsPhilip Withnall
2023-10-04Use g_once_init_{enter,leave}_pointer where appropriateAlex Richardson
2022-05-18gio: Add SPDX license headers automaticallyPhilip Withnall
2022-03-04docs: mark macros, flags, enums with percent signGabor Karsay
2021-09-07gsettings: Add various missing (nullable) or (not nullable) annotationsLuke Yelavich
2021-01-20giomodule: Don’t mandatorily cache GIOModule implementationsPhilip Withnall
2020-11-14Document that the get_default() functions for the various GIO modules will ne...Sebastian Dröge
2019-08-27GSettingsBackend - Fix thread-safety during destruction of GSettings instance...Sebastian Dröge
2019-01-30gsettingsbackend: Fix a minor memory leakPhilip Withnall
2019-01-30gsettings: Clarify ownership transfer in a few placesPhilip Withnall
2017-11-07docs: Fix various minor syntax errors in gtk-doc commentsPhilip Withnall
2017-09-08GSettingsBackend: use a GWeakRef during dispatchCosimo Cecchi
2017-05-29gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet
2016-11-22introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert
2014-03-14GSettingsBackend: fix a nasty race conditionRyan Lortie
2014-03-14gsettingsbackend: a minor simplificationRyan Lortie
2014-02-05Don't use <filename> in docsMatthias Clasen
2014-02-05Don't use <envar> in docsMatthias Clasen
2014-01-31Docs: Don't use the note tagMatthias Clasen
2014-01-31Updated FSF's addressDaniel Mustieles
2014-01-01Correct a doc commentMatthias Clasen
2013-10-28GSettingsBackend: add read_user_value() APIRyan Lortie
2013-06-24Rename the generated private data getter functionEmmanuele Bassi
2013-06-24gio: Use the new private instance data declarationEmmanuele Bassi
2012-03-31Add missing allow-none annotations for function parameters.Robert Ancell
2012-01-27GSettings: two memory use fixesRyan Lortie
2011-12-22GSettingsBackend: allow floating refs from read()Ryan Lortie
2011-11-21Drop last uses of @returns:Ryan Lortie
2011-10-04Add _g_io_module_get_default(), use to simplify other *_get_default()sDan Winship
2011-10-04gsettingsbackend: remove useless checkDan Winship
2011-09-21GSettings: port from GStaticMutex to GMutexRyan Lortie
2011-09-06GSettingsBackend: emit changes to correct threadRyan Lortie
2011-08-29Spelling fixesMatthias Clasen
2011-06-20Stop using glib-genmarshal at build timeColin Walters
2011-05-07Allow NULL to be stored into GSettings treesRyan Lortie
2011-04-11GSettings: make _sync() a no-op if uninitialisedRyan Lortie
2011-01-07Add and update GI annotations in 'Settings'Pavel Holejsovsky
2011-01-05Make the memory and null settings backends publicChristian Persch
2010-11-28Various doc tweaksMatthias Clasen
2010-10-03Bug 623400 - acquire context before dispatchingRyan Lortie
2010-09-24Add a lot of missing annotationsJohan Dahlin
2010-09-09Create GSettingsListenerVTableRyan Lortie
2010-07-22Cleanup the GSettingsBackend APIRyan Lortie
2010-07-07gio/: fully remove gioalias hacksRyan Lortie
2010-07-07GSettings: warn if use the 'memory' backendRyan Lortie
2010-07-05Small documentation additionMatthias Clasen
2010-06-24GSettingsBackend: some debug codeRyan Lortie
2010-06-17GSettings: remove "context" from backend too.Ryan Lortie
2010-06-17Bug 621266 - GSettings "context" clarificationRyan Lortie
2010-06-16GSettings: major refactor. Add enums, range.Ryan Lortie