summaryrefslogtreecommitdiff
path: root/gio/gsettings-mapping.c
Commit message (Expand)AuthorAgeFilesLines
* gio: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* gsettings-mapping: Fix HANDLE being treated as unsignedEgor Bychin2021-10-151-5/+5
* Fix several signedness warnings in gio/gsettings-mapping.cEmmanuel Fleury2021-02-101-4/+4
* docs: Use ‘look up’ as a verb, rather than the noun ‘lookup’Philip Withnall2019-04-261-1/+1
* all: Remove trailing newlines from g_message()/g_warning()/g_error()sPhilip Withnall2018-04-271-2/+2
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* gvalue: Add explicitly signed g_value_get_schar() and g_value_set_schar()Colin Walters2011-09-221-2/+2
* Bug 624991 - GSettings mapping for G_TYPE_STRVRyan Lortie2010-07-221-1/+17
* GVariant: improve bytestring supportRyan Lortie2010-07-071-4/+4
* Bug 622124 - implement flags for GSettingsRyan Lortie2010-07-011-2/+63
* GSettings: peek instead of ref/unref enum classRyan Lortie2010-06-281-4/+4
* GSettings: complete support for enum bindingRyan Lortie2010-06-191-0/+22
* GSettings: major refactor. Add enums, range.Ryan Lortie2010-06-161-2/+22
* GVariant: add bind map for strings to byte arraysRyan Lortie2010-04-251-0/+8
* Handle NULL string properties in bindingsMatthias Clasen2010-04-211-1/+3
* Fix gsettings mapping for uint64Christian Persch2010-04-201-2/+2
* Handle int64 and double types correctlyMatthias Clasen2010-04-191-24/+122
* merge GSettingsRyan Lortie2010-04-161-0/+367