Port MatrixGuestAccess to C

This commit is contained in:
2017-11-02 11:41:02 +01:00
parent 1f0fdb79e3
commit 49b466f67e
4 changed files with 22 additions and 20 deletions

View File

@@ -185,6 +185,13 @@ namespace Matrix {
WORLD_READABLE;
}
[CCode (cheader_filename = "matrix-enumtypes.h", cprefix = "MATRIX_GUEST_ACCESS_")]
public enum GuestAccess {
UNKNOWN,
CAN_JOIN,
FORBIDDEN;
}
/**
* The major version number of the Matrix.org GLib SDK.
*/