Port MatrixPusherKind to C

This commit is contained in:
2017-11-02 09:47:59 +01:00
parent c91035dbd0
commit c8fe8e1ebb
4 changed files with 30 additions and 33 deletions

View File

@@ -101,6 +101,15 @@ namespace Matrix {
ROOM_MEMBER_COUNT;
}
[CCode (cheader_filename = "matrix-enumtypes.h", cprefix = "MATRIX_PUSHER_KIND_")]
public enum PusherKind {
OVERRIDE,
SENDER,
ROOM,
CONTENT,
UNDERRIDE;
}
/**
* The major version number of the Matrix.org GLib SDK.
*/