Home
last modified time | relevance | path

Searched refs:json_node_set_parent (Results 1 – 4 of 4) sorted by relevance

/dports/devel/json-glib/json-glib-1.6.2/json-glib/tests/
H A Dnode.c534 json_node_set_parent (node, parent_mutable); in test_immutable_parent()
537 json_node_set_parent (node, NULL); in test_immutable_parent()
540 json_node_set_parent (node, parent_immutable); in test_immutable_parent()
/dports/devel/json-glib/json-glib-1.6.2/json-glib/
H A Djson-parser.c577 json_node_set_parent (element, priv->current_node); in json_parse_array()
599 json_node_set_parent (priv->current_node, old_current); in json_parse_array()
761 json_node_set_parent (member, priv->current_node); in json_parse_object()
783 json_node_set_parent (priv->current_node, old_current); in json_parse_object()
H A Djson-types.h226 void json_node_set_parent (JsonNode *node,
H A Djson-node.c950 json_node_set_parent (JsonNode *node, in json_node_set_parent() function