Port MatrixSearchOrder to C

This commit is contained in:
2017-11-02 10:15:36 +01:00
parent 76d68d5c7b
commit 5c3911e6fb
4 changed files with 19 additions and 15 deletions

View File

@@ -156,6 +156,12 @@ namespace Matrix {
KNOCK;
}
[CCode (cheader_filename = "matrix-enumtypes.h", cprefix = "MATRIX_SEARCH_ORDER_")]
public enum SearchOrder {
RECENT,
RANK;
}
/**
* The major version number of the Matrix.org GLib SDK.
*/