summaryrefslogtreecommitdiff
path: root/json-glib/json-node.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add licensing informations to the source codeEmmanuele Bassi2007-10-011-8/+44
* Add API reference for JSON-GLibEmmanuele Bassi2007-10-011-1/+1
* Add JsonNode, a generic container for JSON typesEmmanuele Bassi2007-10-011-0/+269