summaryrefslogtreecommitdiff
path: root/gio/gsettings.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-14gsettingsbackend: a minor simplificationRyan Lortie1-2/+2
2014-02-09Docs: Drop entities, switch away from sgml modeMatthias Clasen1-6/+6
2014-02-08Eradicate links and xrefsMatthias Clasen1-14/+13
2014-02-06Stop using replaceable tagsMatthias Clasen1-4/+4
2014-02-06Stop using starttag elementsMatthias Clasen1-18/+16
2014-02-05Convert external links to markdown syntaxMatthias Clasen1-1/+2
2014-02-05Don't use <filename> in docsMatthias Clasen1-3/+2
2014-02-01Docs: Remove another use of xincludeMatthias Clasen1-6/+5
2014-02-01Docs: Big entity cleanupMatthias Clasen1-1/+1
2014-02-01GSettings: use markdown for sectionsMatthias Clasen1-42/+36
2014-01-31Docs: Convert examples to |[ ]|Matthias Clasen1-8/+8
2014-01-31Docs: Don't use the emphasis tagMatthias Clasen1-2/+1
2014-01-31Updated FSF's addressDaniel Mustieles1-3/+1
2014-01-21gsettings: Fix annotationsJasper St. Pierre1-2/+2
2014-01-07Add includes to all gio docsMatthias Clasen1-0/+1
2014-01-02g_settings_get_child(): inherit backendRyan Lortie1-0/+1
2013-12-09g_settings_get: only check for non-copying format stringLars Uebernickel1-2/+2
2013-12-06g_settings_get: check validity of format stringLars Uebernickel1-0/+7
2013-11-08Small documentation improvementMatthias Clasen1-2/+2
2013-10-28GSettingsSchemaKey: add introspection APIsRyan Lortie1-72/+8
2013-10-28GSettings: add getters for user/default valueRyan Lortie1-0/+100
2013-10-28GSettings: small internal refactorRyan Lortie1-8/+13
2013-10-24GSettings: verify path validity on constructorsRyan Lortie1-2/+25
2013-06-24Rename the generated private data getter functionEmmanuele Bassi1-1/+1
2013-06-24gio: Use the new private instance data declarationEmmanuele Bassi1-7/+2
2013-05-21Use 'dumb quotes' rather than `really dumb quotes'Dan Winship1-18/+18
2012-10-15g_settings_bind: use canonical property nameRyan Lortie1-6/+6
2012-07-06GSettings: be more careful about keys names with /Ryan Lortie1-4/+16
2012-04-12GSettings docs: clarify what is a good pathRyan Lortie1-1/+9
2012-01-27GSettings: two memory use fixesRyan Lortie1-1/+3
2012-01-19add a way to create a GAction from GSettingsRyan Lortie1-0/+262
2011-11-21Drop last uses of @returns:Ryan Lortie1-47/+81
2011-11-18We need <locale.h> in gsettingsschema.c nowRyan Lortie1-1/+0
2011-11-17g_settings_new_full(): more docsRyan Lortie1-0/+7
2011-11-17gsettings: add annotations for _new_full()Jasper St. Pierre1-2/+2
2011-11-17Add test case and fix some bugsRyan Lortie1-1/+2
2011-11-17Clarify docs/params for 'schema' vs 'schema id'Ryan Lortie1-21/+24
2011-11-17Add g_settings_new_full() taking GSettingsSchemaRyan Lortie1-0/+37
2011-11-17GSettings: add 'settings-schema' propertyRyan Lortie1-1/+52
2011-11-17Drop the 'schema_name' field of GSettingsRyan Lortie1-33/+35
2011-11-17speak of 'schema id' rather than 'schema name'Ryan Lortie1-19/+19
2011-11-17GSettings: deprecate 'schema' propertyRyan Lortie1-11/+34
2011-11-17drop the now-trivial g_settings_schema_newRyan Lortie1-1/+11
2011-11-17move GSettingsSchemaKey to gsettingsschema.cRyan Lortie1-332/+1
2011-11-17GSettingsSchemaKey: store the GSettingsSchema*Ryan Lortie1-15/+17
2011-11-17g_settings_schema_key_init: take GSettingsSchema*Ryan Lortie1-14/+14
2011-11-17rename GSettingsKeyInfo to GSettingsSchemaKeyRyan Lortie1-178/+169
2011-11-17GSettingsKeyInfo: rename field 'key' to 'name'Ryan Lortie1-23/+21
2011-11-17remove GSettings* from GSettingsKeyInfoRyan Lortie1-24/+24
2011-11-17store some extra info in GSettingsKeyInfoRyan Lortie1-13/+14