summaryrefslogtreecommitdiff
path: root/json-glib/json-builder.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'coverity-leak' into 'master'Emmanuele Bassi2022-10-111-3/+3
|\
| * builder,parser: Use g_assert for sanity checksRay Strode2021-10-191-3/+3
* | json-glib/json-builder.c:Farzin2022-02-151-1/+1
|/
* Update JsonBuilder documentationEmmanuele Bassi2021-06-081-78/+114
* docs: Initial, rough port away from gtk-docEmmanuele Bassi2021-06-081-28/+33
* Annotate json_builder_new_immutable()Emmanuele Bassi2019-02-281-1/+1
* introspection: fix nullable annotation for return values in the following met...Alberto Ruiz2017-03-181-13/+24
* docs: Fix the Since tagsEmmanuele Bassi2016-03-011-2/+2
* node: Add json_node_ref() and json_node_unref()Philip Withnall2016-03-011-2/+2
* core: Add immutability support to core objectsPhilip Withnall2016-03-011-0/+106
* builder: Add missing (transfer) annotation to json_builder_add_value()Philip Withnall2015-01-251-1/+3
* Remove conditional inclusion of config.hEmmanuele Bassi2014-03-181-2/+0
* docs: Port to MarkDownEmmanuele Bassi2014-03-181-1/+1
* Drop some more pointless GET_PRIVATE macrosEmmanuele Bassi2013-08-221-5/+3
* Remove compile time GLib version checkEmmanuele Bassi2013-08-211-13/+1
* Use new macros when compiling against new GLibEmmanuele Bassi2013-07-201-3/+12
* builder: Conform to the coding styleEmmanuele Bassi2012-10-261-6/+14
* builder: Initialize state fieldsEmmanuele Bassi2011-05-281-0/+1
* 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
* builder: Add convenience API for building JSON trees.Luca Bruno2010-06-161-0/+682