|
4d1d6562d0
|
Rework _g_enum_to_string in Vala
Its new name is Matrix._g_enum_value_to_nick
|
2016-03-04 14:00:06 +01:00 |
|
|
a2b0efbfe4
|
Fix for json_node_deep_copy
It didn’t properly initialized the copied nodes.
|
2016-01-27 07:40:30 +01:00 |
|
|
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 |
|
|
94529710b1
|
Create utility function _g_enum_nick_to_value()
|
2016-01-26 19:25:46 +01:00 |
|
|
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 |
|
|
4b62305c08
|
Move enum_to_string to utils.c as g_enum_to_string
|
2016-01-15 17:58:35 +01:00 |
|