summaryrefslogtreecommitdiff
path: root/gio/gdelayedsettingsbackend.c
Commit message (Expand)AuthorAgeFilesLines
* Fix missing initializer warning in gio/gdelayedsettingsbackend.c:delayed_back...Emmanuel Fleury2021-02-011-1/+1
* gsettings: Add missing changed() call to delayed settings backendPhilip Withnall2019-08-211-0/+2
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
* gsettingsbackend: a minor simplificationRyan Lortie2014-03-141-2/+2
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* GSettingsBackend: add read_user_value() APIRyan Lortie2013-10-281-0/+27
* Rename the generated private data getter functionEmmanuele Bassi2013-06-241-1/+1
* gio: Use the new private instance data declarationEmmanuele Bassi2013-06-241-9/+4
* GSettings: port from GStaticMutex to GMutexRyan Lortie2011-09-211-23/+23
* GSettings: keep resets on loss of writabilityRyan Lortie2011-05-071-3/+11
* Bug 623400 - acquire context before dispatchingRyan Lortie2010-10-031-15/+1
* Create GSettingsListenerVTableRyan Lortie2010-09-091-16/+19
* Cleanup the GSettingsBackend APIRyan Lortie2010-07-221-12/+3
* GSettings: add g_settings_reset()Ryan Lortie2010-07-221-7/+30
* gio/: fully remove gioalias hacksRyan Lortie2010-07-071-1/+0
* GSettings "delayed": don't leak unapplied keysRyan Lortie2010-06-241-0/+1
* add get_permission API to GSettingsBackendRyan Lortie2010-06-051-0/+11
* improve thread safety in GDelayedSettingsBackendRyan Lortie2010-05-171-17/+111
* GSettingsBackend: make signal dispatch threadsafeRyan Lortie2010-05-171-21/+19
* GSettings: support emitting signals in threadsRyan Lortie2010-05-171-1/+1
* GSettingsBackend API/ABI changeRyan Lortie2010-04-281-3/+5
* GDelayedSettingsBackend: another mandatory fixupRyan Lortie2010-04-171-11/+26
* GSettings delayed: fix handling of mandatory keysRyan Lortie2010-04-171-8/+53
* GSettings: import delayed backend to masterRyan Lortie2010-04-161-0/+317