Commit Graph

4 Commits

Author SHA1 Message Date
Gergely Polonkai bb098be87c Create utility function _json_node_deep_copy()
It truly duplicates a JsonNode, in contrast with json_node_copy(), which
just increases reference counts.
2016-01-26 19:25:50 +01:00
Gergely Polonkai 94529710b1 Create utility function _g_enum_nick_to_value() 2016-01-26 19:25:46 +01:00
Gergely Polonkai ad265c310d Rename g_enum_to_string to _g_enum_to_string
This is to avoid name clashes and exclude it from introspection and
documentation.
2016-01-24 15:08:12 +01:00
Gergely Polonkai 4b62305c08 Move enum_to_string to utils.c as g_enum_to_string 2016-01-15 17:58:35 +01:00