Port MatrixEventFormat to C

This commit is contained in:
2017-11-02 09:30:04 +01:00
parent 94c49193c8
commit 25f809d37e
4 changed files with 23 additions and 22 deletions

View File

@@ -77,6 +77,13 @@ namespace Matrix {
BACKWARD;
}
[CCode (cheader_filename = "matrix-enumtypes.h", cprefix = "MATRIX_EVENT_FORMAT_")]
public enum EventFormat {
DEFAULT,
CLIENT,
FEDERATION;
}
/**
* The major version number of the Matrix.org GLib SDK.
*/