Move the AccountKind enum to Vala

This commit is contained in:
2016-03-03 12:45:57 +01:00
parent f203171443
commit b870802721
4 changed files with 9 additions and 23 deletions

View File

@@ -93,13 +93,6 @@ namespace Matrix {
READ;
}
[CCode (cheader_filename = "matrix-enumtypes.h", cprefix = "MATRIX_ACCOUNT_KIND_")]
public enum AccountKind {
DEFAULT,
USER,
GUEST;
}
[CCode (cheader_filename = "matrix-types.h")]
public class StateEvent {
public Json.Node? get_json_node();