summaryrefslogtreecommitdiff
path: root/gio/gsettingsbackend.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-14GSettingsBackend: fix a nasty race conditionRyan Lortie1-24/+20
2014-03-14gsettingsbackend: a minor simplificationRyan Lortie1-49/+25
2014-02-05Don't use <filename> in docsMatthias Clasen1-1/+1
2014-02-05Don't use <envar> in docsMatthias Clasen1-2/+2
2014-01-31Docs: Don't use the note tagMatthias Clasen1-4/+2
2014-01-31Updated FSF's addressDaniel Mustieles1-3/+1
2014-01-01Correct a doc commentMatthias Clasen1-2/+2
2013-10-28GSettingsBackend: add read_user_value() APIRyan Lortie1-0/+47
2013-06-24Rename the generated private data getter functionEmmanuele Bassi1-1/+1
2013-06-24gio: Use the new private instance data declarationEmmanuele Bassi1-7/+3
2012-03-31Add missing allow-none annotations for function parameters.Robert Ancell1-1/+1
2012-01-27GSettings: two memory use fixesRyan Lortie1-1/+7
2011-12-22GSettingsBackend: allow floating refs from read()Ryan Lortie1-0/+3
2011-11-21Drop last uses of @returns:Ryan Lortie1-6/+12
2011-10-04Add _g_io_module_get_default(), use to simplify other *_get_default()sDan Winship1-42/+21
2011-10-04gsettingsbackend: remove useless checkDan Winship1-4/+0
2011-09-21GSettings: port from GStaticMutex to GMutexRyan Lortie1-9/+9
2011-09-06GSettingsBackend: emit changes to correct threadRyan Lortie1-5/+1
2011-08-29Spelling fixesMatthias Clasen1-2/+2
2011-06-20Stop using glib-genmarshal at build timeColin Walters1-1/+0
2011-05-07Allow NULL to be stored into GSettings treesRyan Lortie1-1/+8
2011-04-11GSettings: make _sync() a no-op if uninitialisedRyan Lortie1-6/+17
2011-01-07Add and update GI annotations in 'Settings'Pavel Holejsovsky1-5/+7
2011-01-05Make the memory and null settings backends publicChristian Persch1-2/+3
2010-11-28Various doc tweaksMatthias Clasen1-1/+1
2010-10-03Bug 623400 - acquire context before dispatchingRyan Lortie1-55/+32
2010-09-24Add a lot of missing annotationsJohan Dahlin1-3/+3
2010-09-09Create GSettingsListenerVTableRyan Lortie1-33/+21
2010-07-22Cleanup the GSettingsBackend APIRyan Lortie1-20/+2
2010-07-07gio/: fully remove gioalias hacksRyan Lortie1-4/+0
2010-07-07GSettings: warn if use the 'memory' backendRyan Lortie1-0/+4
2010-07-05Small documentation additionMatthias Clasen1-1/+1
2010-06-24GSettingsBackend: some debug codeRyan Lortie1-0/+12
2010-06-17GSettings: remove "context" from backend too.Ryan Lortie1-72/+1
2010-06-17Bug 621266 - GSettings "context" clarificationRyan Lortie1-151/+41
2010-06-16GSettings: major refactor. Add enums, range.Ryan Lortie1-7/+20
2010-06-10Add g_settings_sync() and use itRyan Lortie1-0/+15
2010-06-05add get_permission API to GSettingsBackendRyan Lortie1-0/+25
2010-05-24change GSettingsBackend.list() APIRyan Lortie1-1/+1
2010-05-17improve thread safety in GDelayedSettingsBackendRyan Lortie1-3/+3
2010-05-17GSettingsBackend: make signal dispatch threadsafeRyan Lortie1-161/+249
2010-05-17GSettings: support emitting signals in threadsRyan Lortie1-1/+138
2010-05-02GSettings: fix mixed use of a pointerRyan Lortie1-3/+2
2010-04-28GSettingsBackend API/ABI changeRyan Lortie1-25/+66
2010-04-22[gsettings] Add g_return_*_if_fail() guards in GSettingsBackendJavier Jardón1-0/+3
2010-04-18Fix up docs for backend setup functionsMatthias Clasen1-0/+2
2010-04-17add backend setup APIsRyan Lortie1-5/+41
2010-04-16Some doc tweaksMatthias Clasen1-4/+3
2010-04-16GSettingsBackend: fix type in g_return_val_if_failRyan Lortie1-1/+1
2010-04-15GSettingsBackend: fix NULL vs "" context issuesRyan Lortie1-2/+4