Port MatrixRoomPreset to C

This commit is contained in:
2017-11-02 10:06:18 +01:00
parent 62b106511d
commit b69b9d0d89
4 changed files with 26 additions and 26 deletions

View File

@@ -132,6 +132,14 @@ namespace Matrix {
KNOCK;
}
[CCode (cheader_filename = "matrix-enumtypes.h", cprefix = "MATRIX_ROOM_PRESET_")]
public enum RoomPreset {
NONE,
PRIVATE,
TRUSTED_PRIVATE,
PUBLIC;
}
/**
* The major version number of the Matrix.org GLib SDK.
*/