GSettings: add g_settings_reset()
[platform/upstream/glib.git] / gio / gsettings.c
2010-07-22 Ryan LortieGSettings: add g_settings_reset()
2010-07-12 Ryan Lortiegio/ docs fixup
2010-07-10 Matthias ClasenChain up in g_settings_finalize
2010-07-08 Matthias Clasenxinclude the dtd
2010-07-07 Ryan Lortiegio/: fully remove gioalias hacks
2010-07-07 Ryan Lortietrivial GSettings docs fix
2010-07-06 Matthias ClasenFix the get_property implementation for GSettings:...
2010-07-01 Ryan LortieBug 622124 - implement flags for GSettings
2010-06-30 Ryan Lortieg_settings_list_keys() -> _list_items()
2010-06-28 Ryan LortieBug 622127 - GSettings extended key validation
2010-06-25 Ryan LortieBug 622128 - retry with default for failed mapping
2010-06-24 Ryan LortieTweak GSettings key/schema listing APIs
2010-06-24 Ryan LortieClarify GSettings documentation wrt errors
2010-06-24 Ryan LortieGSettings: add g_settings_list_keys()
2010-06-23 Matthias ClasenGIO doc cleanups
2010-06-17 Matthias ClasenFix a typo
2010-06-17 Ryan LortieBug 621266 - GSettings "context" clarification
2010-06-17 Ryan LortieMore GSettings doc fixups
2010-06-17 Ryan Lortie<alias> takes mandatory target='' arg
2010-06-17 Ryan LortieGSettings: Fix comment formatting, whitespace.
2010-06-17 Matthias ClasenAdd some schema examples
2010-06-17 Matthias ClasenTypo fix
2010-06-17 Matthias ClasenUpdate the dtd to match the schema parser
2010-06-16 Ryan LortieBug 621319 - more leaked GVariants in GSettings
2010-06-16 Ryan LortieGSettings: major refactor. Add enums, range.
2010-06-11 Felix RiemannClose memory leak in GSettings
2010-06-11 Ryan LortieAdd g_settings_sync() and use it
2010-06-10 Ryan LortieGSettings: store (default, options) in gvdb
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-06-02 Milan Bouchet-ValatAnnotate GVariant and GSettings _strv() functions
2010-06-02 Ryan LortieSupport NULL value for g_settings_set_strv()
2010-06-02 Milan Bouchet-ValatRemove length parameter for g_settings_[gs]et_strv
2010-05-20 Christian PerschAdd g_dc[p]gettext, and use it in gsettings
2010-05-17 Ryan Lortieimprove thread safety in GDelayedSettingsBackend
2010-05-17 Ryan LortieGSettingsBackend: make signal dispatch threadsafe
2010-05-17 Ryan LortieGSettings: support emitting signals in threads
2010-05-17 Ryan Lortieintern a key name instead of using strdup()
2010-05-14 Matthias ClasenMerge branch 'gdbus-merge'
2010-05-09 Matthias ClasenDocument length parameter of g_settings_get/set_strv
2010-05-09 Matthias ClasenDocument length parameter of g_settings_get/set_strv
2010-05-06 Vincent UntzFix binding between writability of key and sensitivity...
2010-04-28 Ryan LortieGSettingsBackend API/ABI change
2010-04-26 Ryan LortieAdd range restriction to gschema-compiler
2010-04-23 Matthias ClasenRename gschema-compile to glib-compile-schemas
2010-04-22 Javier Jardón[gsettings] Add g_return_*_if_fail() guards
2010-04-21 Matthias ClasenHandle NULL string properties in bindings
2010-04-21 Matthias ClasenHandle non-readable/-writable properties when binding
2010-04-21 Ryan Lortieremove empty initialisers { } for MSVC's sake
2010-04-21 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-20 Matthias ClasenFlesh out the porting guide some more
2010-04-20 Matthias ClasenDocument g_settings_bind_writable
2010-04-20 Ryan LortieGSettings: bind to writablity of a key
2010-04-20 Richard HughesFix up the gtk-doc comment for the GSettings::changed...
2010-04-19 Matthias ClasenAnother shadowed variable fix
2010-04-19 Christian PerschRename shadowed variables
2010-04-17 Ryan Lortielet binding functions return a floating GVariant
2010-04-17 Ryan Lortiemerge GSettings