summaryrefslogtreecommitdiff
path: root/json-glib/json-gvariant.c
Commit message (Collapse)AuthorAgeFilesLines
* gvariant: Pass NULL down the chain for *signatureRob Taylor2011-03-231-1/+1
| | | | | | | | Some small internal change from passing the signature to a pointer to the signature down the call chain caused all the checks for signature==NULL to fail. Signed-off-by: Emmanuele Bassi <ebassi@linux.intel.com>
* Coding style fixes and compiler warnings removalEmmanuele Bassi2011-01-261-31/+36
| | | | | | | | | G_VARIANT_CLASS_DICTIONARY is a define; GCC complais loudly when trying to use a switch() on an enumeration type with case values not from the enumeration. Plus: coding style in JSON-GLib is mostly the same as GTK+ and Clutter, so we should adhere to it.
* gvariant: Adds JSON GVariant integration API, with docs and testsEduardo Lima Mitev2011-01-261-0/+1296
https://bugzilla.gnome.org/show_bug.cgi?id=632940