Move the EventFormat enum to Vala

This commit is contained in:
2016-03-03 12:34:30 +01:00
parent 9cf47d2e9b
commit 6f540e4652
4 changed files with 9 additions and 27 deletions

View File

@@ -41,13 +41,6 @@ namespace Matrix {
public static GLib.Quark quark ();
}
[CCode (cheader_filename = "matrix-enumtypes.h", cprefix = "MATRIX_EVENT_FORMAT_")]
public enum EventFormat {
DEFAULT,
CLIENT,
FEDERATION
}
[CCode (cheader_filename = "matrix-enumtypes.h", cprefix = "MATRIX_RESIZE_METHOD_")]
public enum ResizeMethod {
DEFAULT,