Port MatrixEventDirection to C

This commit is contained in:
2017-11-02 09:06:01 +01:00
parent d3be50a6a0
commit 94c49193c8
4 changed files with 19 additions and 15 deletions

View File

@@ -71,6 +71,12 @@ namespace Matrix {
GUEST;
}
[CCode (cheader_filename = "matrix-enumtypes.h", cprefix = "MATRIX_EVENT_DIRECTION_")]
public enum EventDirection {
FORWARD,
BACKWARD;
}
/**
* The major version number of the Matrix.org GLib SDK.
*/