Port MatrixHistoryVisibility to C

This commit is contained in:
2017-11-02 11:35:01 +01:00
parent 11d18ef27a
commit 1f0fdb79e3
4 changed files with 31 additions and 33 deletions

View File

@@ -176,6 +176,15 @@ namespace Matrix {
SENDER;
}
[CCode (cheader_filename = "matrix-enumtypes.h", cprefix = "MATRIX_HISTORY_VISIBILITY_")]
public enum HistoryVisibility {
UNKNOWN,
INVITED,
JOINED,
SHARED,
WORLD_READABLE;
}
/**
* The major version number of the Matrix.org GLib SDK.
*/