Port MatrixSearchGroupBy to C

This commit is contained in:
2017-11-02 10:25:05 +01:00
parent 80e61b8f93
commit 11d18ef27a
4 changed files with 29 additions and 27 deletions

View File

@@ -169,6 +169,13 @@ namespace Matrix {
CONTENT_TOPIC;
}
[CCode (cheader_filename = "matrix-enumtypes.h", cprefix = "MATRIX_SEARCH_GROUP_BY_")]
public enum SearchGroupBy {
NONE,
ROOM_ID,
SENDER;
}
/**
* The major version number of the Matrix.org GLib SDK.
*/