summaryrefslogtreecommitdiff
path: root/glib/gvarianttypeinfo.c
Commit message (Expand)AuthorAgeFilesLines
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-4/+4
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Add missing allow-none annotations for function parameters.Robert Ancell2012-03-311-4/+4
* locks: drop _INIT macrosRyan Lortie2011-10-021-1/+1
* Port internal GStaticRecMutex users to GRecMutexRyan Lortie2011-09-211-6/+6
* Don't #include <glib/gslice.h> from gmem.hRyan Lortie2011-09-181-1/+1
* GVariant: avoid 'ARRAY_INFO' as function nameRyan Lortie2011-09-171-16/+16
* Spelling fixesMatthias Clasen2011-08-291-1/+1
* glib/: fully remove galias hacksRyan Lortie2010-07-071-4/+0
* Make the GVariant code compile with a non-gcc compilerTor Lillqvist2010-03-211-10/+12
* GVariant variable arguments, tests, cleanupsRyan Lortie2010-03-081-3/+8
* GVariantTypeInfo: fix thread safety bugRyan Lortie2010-02-251-5/+7
* add missing #include "config.h"Ryan Lortie2010-02-071-0/+2
* remove #include <glib.h> from some .c filesRyan Lortie2010-02-071-1/+4
* GVariantTypeInfo: free hash table when not in useRyan Lortie2010-02-071-1/+6
* GVariantTypeInfo tweaksRyan Lortie2010-02-041-3/+7
* GVariantTypeInfo changesRyan Lortie2010-02-021-7/+16
* merge GVariantTypeInfoRyan Lortie2010-01-301-0/+841