Commit Graph

11 Commits

Author SHA1 Message Date
Gergely Polonkai 22fcbe1e31 Port _matrix_json_node_deep_copy() to C 2018-05-10 13:35:50 +02:00
Gergely Polonkai 01603d50e0 Upgrade _matrix_g_enum_to_string() so it can convert dashes to any character 2018-05-10 13:35:50 +02:00
Gergely Polonkai 86147377d0 Port _g_enum_nick_to_value() to C 2018-05-10 13:35:49 +02:00
Gergely Polonkai 3418c22250 Port _g_enum_value_to_nick() to C 2017-12-12 11:50:09 +01:00
Gergely Polonkai a99ec3ba61 Rework _json_node_deep_copy in Vala 2016-03-04 14:00:06 +01:00
Gergely Polonkai 19ef7de1f0 Rework MatrixPresenceEvent in Vala 2016-03-04 14:00:06 +01:00
Gergely Polonkai 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
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