summaryrefslogtreecommitdiff
path: root/glib/gvariant-core.c
Commit message (Expand)AuthorAgeFilesLines
* GBytes: add a size argument to g_bytes_get_dataStef Walter2011-12-151-3/+2
* GVariant: add preconditions to ref. counting functionsPhilip Withnall2011-12-021-0/+10
* GBytes: A new type for an immutable set of bytes.Stef Walter2011-11-241-25/+25
* GVariant: drop use of @returnsRyan Lortie2011-11-211-14/+28
* GVariant: add a clarification to the docsRyan Lortie2011-10-041-0/+3
* g_variant_get_data: mention what you need to know to deserialiseSimon McVittie2011-10-041-0/+14
* Add missing GVariant annotationsPavel Holejsovsky2011-08-061-1/+1
* GVariant: add g_variant_take_ref()Ryan Lortie2011-07-121-1/+50
* GBuffer: Suffix header with private.hColin Walters2011-06-061-1/+1
* g_variant_get_child_value: Add a precondition on lengthGiovanni Campagna2011-05-271-0/+2
* GVariant: fix introspection annotationsGiovanni Campagna2011-05-271-1/+1
* GVariant: clear memory before releasing itRyan Lortie2011-01-281-0/+1
* docs: gvariant-core: g_variant_normalise -> g_variant_get_normal_form()Javier Jardón2011-01-141-1/+1
* gvariant-core: Fix typoJavier Jardón2011-01-141-1/+1
* GVariant: avoid locking in a common caseRyan Lortie2010-10-261-30/+39
* Bug 629709 - Empty variantsRyan Lortie2010-09-151-2/+24
* glib/: fully remove galias hacksRyan Lortie2010-07-071-4/+0
* Add g_variant_is_floatingChristian Persch2010-06-191-0/+24
* Make the GVariant code compile with a non-gcc compilerTor Lillqvist2010-03-211-1/+1
* GVariant: add loading, byteswapping, normalisationRyan Lortie2010-03-141-4/+57
* Merge the main public API of GVariantRyan Lortie2010-02-191-0/+18
* GVariant: create child instance from its own dataRyan Lortie2010-02-151-2/+6
* GVariant: lock before freeing, to avoid assertRyan Lortie2010-02-111-0/+2
* merge GVariantRyan Lortie2010-02-101-0/+855