summaryrefslogtreecommitdiff
path: root/json-glib/json-node.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'safe-node-init' into 'master'Emmanuele Bassi2021-10-091-6/+3
|\
| * applied suggest changetallua2021-10-101-2/+0
| * Apply 2 suggestion(s) to 1 file(s)Emmanuele Bassi2021-10-091-6/+2
| * Apply 1 suggestion(s) to 1 file(s)Emmanuele Bassi2021-10-091-1/+1
| * uncomment codetallua2021-04-061-1/+1
| * set node->data pointer to null when unsettallua2021-04-061-0/+3
* | Update the node documentationEmmanuele Bassi2021-06-101-154/+173
* | docs: Initial, rough port away from gtk-docEmmanuele Bassi2021-06-081-81/+117
|/
* json-node: Clarify documentation regarding programmer errorsPhilip Withnall2017-12-151-19/+33
* json-node: Clarify documentation on JsonNode getters for other typesPhilip Withnall2017-03-021-19/+38
* node: Turn a g_debug() call into a JSON_NOTEEmmanuele Bassi2016-03-221-1/+8
* docs: Fix the Since tagsEmmanuele Bassi2016-03-011-10/+10
* core: Add JSON node, object, array hashesPhilip Withnall2016-03-011-0/+245
* node: Add json_node_ref() and json_node_unref()Philip Withnall2016-03-011-34/+95
* core: Add immutability support to core objectsPhilip Withnall2016-03-011-5/+122
* lib: Trivial documentation clarificationsPhilip Withnall2015-09-011-1/+3
* Remove conditional inclusion of config.hEmmanuele Bassi2014-03-181-2/+0
* docs: Port to MarkDownEmmanuele Bassi2014-03-181-6/+7
* Add missing annotationsEmmanuele Bassi2014-02-141-1/+1
* node: add (transfer none) annotations to the new typed initializersEvan Nemerson2013-02-111-7/+7
* node: Add typed initializersEmmanuele Bassi2012-10-271-34/+269
* node: Implicitly convert numeric typesEmmanuele Bassi2012-07-151-0/+18
* Improve test coverageEmmanuele Bassi2012-06-301-5/+4
* node: Replace GValue with JsonValueEmmanuele Bassi2012-06-301-95/+82
* Remove G_CONST_RETURN usageEmmanuele Bassi2011-06-091-3/+3
* Fix introspection annotationsEmmanuele Bassi2011-02-151-3/+4
* Add missing introspection annotations.Luca Bruno2011-01-101-4/+4
* Use G_DEFINE_BOXED_TYPE()Emmanuele Bassi2010-10-191-12/+1
* Update Introspection annotationsEmmanuele Bassi2009-11-121-7/+8
* node: Add a private NodeType-to-string converterEmmanuele Bassi2009-10-271-1/+22
* [node] Add JsonNode.set_parent()Emmanuele Bassi2009-09-061-0/+18
* Auto-promote integer types to G_TYPE_INT64Emmanuele Bassi2009-08-121-12/+49
* Fix license and copyright noticesEmmanuele Bassi2009-06-091-2/+6
* [node] Make JsonNode completely privateEmmanuele Bassi2009-06-091-1/+1
* [node] Add is_null() methodEmmanuele Bassi2009-04-171-0/+20
* [node] Add function version of JSON_NODE_TYPE macroEmmanuele Bassi2009-04-171-0/+18
* [node] Do not overwrite when copyingEmmanuele Bassi2009-04-141-1/+1
* Documentation fixes in JsonNodeEmmanuele Bassi2008-04-191-3/+3
* Do not copy node data if it's not thereEmmanuele Bassi2008-04-191-4/+13
* Allow null nodes to return a value without a warningEmmanuele Bassi2008-04-121-6/+15
* Wrap config.h include with conditionalsEmmanuele Bassi2007-12-251-0/+3
* Initialise to zero when creating/copying a JsonNodeEmmanuele Bassi2007-12-251-4/+5
* Fix member name in json_node_get_value_type()Emmanuele Bassi2007-11-131-1/+1
* Add a GType for JsonNodeEmmanuele Bassi2007-11-131-0/+48
* Check if the payload is set in json_node_free()Emmanuele Bassi2007-10-291-2/+4
* Add json_node_dup_string()Emmanuele Bassi2007-10-081-0/+20
* Add convenience accessors for fundamental types in JsonNodeEmmanuele Bassi2007-10-051-0/+201
* Document the new public functionsEmmanuele Bassi2007-10-011-0/+78
* Move data types ctors and setters into the public headersEmmanuele Bassi2007-10-011-1/+0
* Implement json_node_get_parent()Emmanuele Bassi2007-10-011-0/+16