Move the ResizeMethod enum to Vala

This commit is contained in:
2016-03-03 12:37:02 +01:00
parent 666dce73ab
commit f203171443
4 changed files with 9 additions and 22 deletions

View File

@@ -41,13 +41,6 @@ namespace Matrix {
public static GLib.Quark quark ();
}
[CCode (cheader_filename = "matrix-enumtypes.h", cprefix = "MATRIX_RESIZE_METHOD_")]
public enum ResizeMethod {
DEFAULT,
CROP,
SCALE;
}
[CCode (cheader_filename = "matrix-enumtypes.h", cprefix = "MATRIX_PRESENCE_")]
public enum Presence {
UNKNOWN,