Port MatrixResizeMethod to C

This commit is contained in:
2017-11-02 09:54:22 +01:00
parent fe238ff236
commit b211ee2fc2
4 changed files with 22 additions and 20 deletions

View File

@@ -115,6 +115,13 @@ namespace Matrix {
READ;
}
[CCode (cheader_filename = "matrix-enumtypes.h", cprefix = "MATRIX_RESIZE_METHOD_")]
public enum ResizeMethod {
DEFAULT,
CROP,
SCALE;
}
/**
* The major version number of the Matrix.org GLib SDK.
*/