summaryrefslogtreecommitdiff
path: root/gio/gsettingsbackend.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing allow-none annotations for function parameters.Robert Ancell2012-03-311-1/+1
* GSettings: two memory use fixesRyan Lortie2012-01-271-1/+7
* GSettingsBackend: allow floating refs from read()Ryan Lortie2011-12-221-0/+3
* Drop last uses of @returns:Ryan Lortie2011-11-211-6/+12
* Add _g_io_module_get_default(), use to simplify other *_get_default()sDan Winship2011-10-041-42/+21
* gsettingsbackend: remove useless checkDan Winship2011-10-041-4/+0
* GSettings: port from GStaticMutex to GMutexRyan Lortie2011-09-211-9/+9
* GSettingsBackend: emit changes to correct threadRyan Lortie2011-09-061-5/+1
* Spelling fixesMatthias Clasen2011-08-291-2/+2
* Stop using glib-genmarshal at build timeColin Walters2011-06-201-1/+0
* Allow NULL to be stored into GSettings treesRyan Lortie2011-05-071-1/+8
* GSettings: make _sync() a no-op if uninitialisedRyan Lortie2011-04-111-6/+17
* Add and update GI annotations in 'Settings'Pavel Holejsovsky2011-01-071-5/+7
* Make the memory and null settings backends publicChristian Persch2011-01-051-2/+3
* Various doc tweaksMatthias Clasen2010-11-281-1/+1
* Bug 623400 - acquire context before dispatchingRyan Lortie2010-10-031-55/+32
* Add a lot of missing annotationsJohan Dahlin2010-09-241-3/+3
* Create GSettingsListenerVTableRyan Lortie2010-09-091-33/+21
* Cleanup the GSettingsBackend APIRyan Lortie2010-07-221-20/+2
* gio/: fully remove gioalias hacksRyan Lortie2010-07-071-4/+0
* GSettings: warn if use the 'memory' backendRyan Lortie2010-07-071-0/+4
* Small documentation additionMatthias Clasen2010-07-051-1/+1
* GSettingsBackend: some debug codeRyan Lortie2010-06-241-0/+12
* GSettings: remove "context" from backend too.Ryan Lortie2010-06-171-72/+1
* Bug 621266 - GSettings "context" clarificationRyan Lortie2010-06-171-151/+41
* GSettings: major refactor. Add enums, range.Ryan Lortie2010-06-161-7/+20
* Add g_settings_sync() and use itRyan Lortie2010-06-101-0/+15
* add get_permission API to GSettingsBackendRyan Lortie2010-06-051-0/+25
* change GSettingsBackend.list() APIRyan Lortie2010-05-241-1/+1
* improve thread safety in GDelayedSettingsBackendRyan Lortie2010-05-171-3/+3
* GSettingsBackend: make signal dispatch threadsafeRyan Lortie2010-05-171-161/+249
* GSettings: support emitting signals in threadsRyan Lortie2010-05-171-1/+138
* GSettings: fix mixed use of a pointerRyan Lortie2010-05-021-3/+2
* GSettingsBackend API/ABI changeRyan Lortie2010-04-281-25/+66
* [gsettings] Add g_return_*_if_fail() guards in GSettingsBackendJavier Jardón2010-04-221-0/+3
* Fix up docs for backend setup functionsMatthias Clasen2010-04-181-0/+2
* add backend setup APIsRyan Lortie2010-04-171-5/+41
* Some doc tweaksMatthias Clasen2010-04-161-4/+3
* GSettingsBackend: fix type in g_return_val_if_failRyan Lortie2010-04-161-1/+1
* GSettingsBackend: fix NULL vs "" context issuesRyan Lortie2010-04-151-2/+4
* GSettings: Modify backend APIRyan Lortie2010-04-151-20/+34
* merge GSettingsBackendRyan Lortie2010-04-151-0/+877