summaryrefslogtreecommitdiff
path: root/gio/gsettings-mapping.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-22gvalue: Add explicitly signed g_value_get_schar() and g_value_set_schar()Colin Walters1-2/+2
2010-07-22Bug 624991 - GSettings mapping for G_TYPE_STRVRyan Lortie1-1/+17
2010-07-07GVariant: improve bytestring supportRyan Lortie1-4/+4
2010-07-01Bug 622124 - implement flags for GSettingsRyan Lortie1-2/+63
2010-06-28GSettings: peek instead of ref/unref enum classRyan Lortie1-4/+4
2010-06-19GSettings: complete support for enum bindingRyan Lortie1-0/+22
2010-06-16GSettings: major refactor. Add enums, range.Ryan Lortie1-2/+22
2010-04-25GVariant: add bind map for strings to byte arraysRyan Lortie1-0/+8
2010-04-21Handle NULL string properties in bindingsMatthias Clasen1-1/+3
2010-04-20Fix gsettings mapping for uint64Christian Persch1-2/+2
2010-04-19Handle int64 and double types correctlyMatthias Clasen1-24/+122
2010-04-16merge GSettingsRyan Lortie1-0/+367