Rework StateEvent in Vala

This commit is contained in:
2016-03-04 06:45:30 +00:00
parent 6bf5515693
commit a8da282d0b
5 changed files with 27 additions and 262 deletions

View File

@@ -40,9 +40,4 @@ namespace Matrix {
UNKNOWN_ERROR;
public static GLib.Quark quark ();
}
[CCode (cheader_filename = "matrix-types.h")]
public class StateEvent {
public Json.Node? get_json_node();
}
}