summaryrefslogtreecommitdiff
path: root/json-glib/json-builder.c
Commit message (Collapse)AuthorAgeFilesLines
* builder: Conform to the coding styleEmmanuele Bassi2012-10-261-6/+14
| | | | Function arguments should be aligned on different lines.
* builder: Initialize state fieldsEmmanuele Bassi2011-05-281-0/+1
| | | | | | | If we're calling g_free() on a field we better make sure that it's either NULL or contains valid data. https://bugzilla.gnome.org/show_bug.cgi?id=651271
* docs: Add transfer none annotation to JsonBuilder return values.Luca Bruno2010-08-151-11/+11
|
* docs: Add JsonBuilder to the API referenceEmmanuele Bassi2010-06-161-1/+2
| | | | | And silence gtk-doc-scanner by removing an undefined argument from json_builder_add_null_value().
* builder: Add convenience API for building JSON trees.Luca Bruno2010-06-161-0/+682
https://bugzilla.gnome.org/show_bug.cgi?id=621141 Signed-off-by: Emmanuele Bassi <ebassi@linux.intel.com>