summaryrefslogtreecommitdiff
path: root/gio/gsettings.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix document typoErick PĂ©rez Castellanos2014-12-221-1/+1
* GSettings: fix check for delaying backend subscriptionLars Uebernickel2014-11-281-3/+9
* GSettings: delay backend subscriptionRyan Lortie2014-11-191-4/+43
* Revert "gsettings: remove long-deprecated "schema" property"Ryan Lortie2014-06-241-0/+24
* gsettings: remove long-deprecated "schema" propertyRyan Lortie2014-06-241-24/+0
* gsettingsbackend: a minor simplificationRyan Lortie2014-03-141-2/+2
* Docs: Drop entities, switch away from sgml modeMatthias Clasen2014-02-091-6/+6
* Eradicate links and xrefsMatthias Clasen2014-02-081-14/+13
* Stop using replaceable tagsMatthias Clasen2014-02-061-4/+4
* Stop using starttag elementsMatthias Clasen2014-02-061-18/+16
* Convert external links to markdown syntaxMatthias Clasen2014-02-051-1/+2
* Don't use <filename> in docsMatthias Clasen2014-02-051-3/+2
* Docs: Remove another use of xincludeMatthias Clasen2014-02-011-6/+5
* Docs: Big entity cleanupMatthias Clasen2014-02-011-1/+1
* GSettings: use markdown for sectionsMatthias Clasen2014-02-011-42/+36
* Docs: Convert examples to |[ ]|Matthias Clasen2014-01-311-8/+8
* Docs: Don't use the emphasis tagMatthias Clasen2014-01-311-2/+1
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* gsettings: Fix annotationsJasper St. Pierre2014-01-211-2/+2
* Add includes to all gio docsMatthias Clasen2014-01-071-0/+1
* g_settings_get_child(): inherit backendRyan Lortie2014-01-021-0/+1
* g_settings_get: only check for non-copying format stringLars Uebernickel2013-12-091-2/+2
* g_settings_get: check validity of format stringLars Uebernickel2013-12-061-0/+7
* Small documentation improvementMatthias Clasen2013-11-081-2/+2
* GSettingsSchemaKey: add introspection APIsRyan Lortie2013-10-281-72/+8
* GSettings: add getters for user/default valueRyan Lortie2013-10-281-0/+100
* GSettings: small internal refactorRyan Lortie2013-10-281-8/+13
* GSettings: verify path validity on constructorsRyan Lortie2013-10-241-2/+25
* Rename the generated private data getter functionEmmanuele Bassi2013-06-241-1/+1
* gio: Use the new private instance data declarationEmmanuele Bassi2013-06-241-7/+2
* Use 'dumb quotes' rather than `really dumb quotes'Dan Winship2013-05-211-18/+18
* g_settings_bind: use canonical property nameRyan Lortie2012-10-151-6/+6
* GSettings: be more careful about keys names with /Ryan Lortie2012-07-061-4/+16
* GSettings docs: clarify what is a good pathRyan Lortie2012-04-121-1/+9
* GSettings: two memory use fixesRyan Lortie2012-01-271-1/+3
* add a way to create a GAction from GSettingsRyan Lortie2012-01-191-0/+262
* Drop last uses of @returns:Ryan Lortie2011-11-211-47/+81
* We need <locale.h> in gsettingsschema.c nowRyan Lortie2011-11-181-1/+0
* g_settings_new_full(): more docsRyan Lortie2011-11-171-0/+7
* gsettings: add annotations for _new_full()Jasper St. Pierre2011-11-171-2/+2
* Add test case and fix some bugsRyan Lortie2011-11-171-1/+2
* Clarify docs/params for 'schema' vs 'schema id'Ryan Lortie2011-11-171-21/+24
* Add g_settings_new_full() taking GSettingsSchemaRyan Lortie2011-11-171-0/+37
* GSettings: add 'settings-schema' propertyRyan Lortie2011-11-171-1/+52
* Drop the 'schema_name' field of GSettingsRyan Lortie2011-11-171-33/+35
* speak of 'schema id' rather than 'schema name'Ryan Lortie2011-11-171-19/+19
* GSettings: deprecate 'schema' propertyRyan Lortie2011-11-171-11/+34
* drop the now-trivial g_settings_schema_newRyan Lortie2011-11-171-1/+11
* move GSettingsSchemaKey to gsettingsschema.cRyan Lortie2011-11-171-332/+1
* GSettingsSchemaKey: store the GSettingsSchema*Ryan Lortie2011-11-171-15/+17