Rework MatrixRoomFilter in Vala

This commit is contained in:
2016-02-19 10:04:22 +01:00
parent 6f540e4652
commit e35cd53d79
4 changed files with 62 additions and 323 deletions

View File

@@ -124,11 +124,6 @@ namespace Matrix {
throws Matrix.Error;
}
[CCode (cheader_filename = "matrix-types.h")]
public class RoomFilter {
public Json.Node? get_json_node();
}
[CCode (cheader_filename = "matrix-types.h")]
public class FilterRules {
public Json.Node? get_json_node();