Port MatrixReceiptType to C

This commit is contained in:
2017-11-02 09:51:02 +01:00
parent c8fe8e1ebb
commit fe238ff236
4 changed files with 16 additions and 10 deletions

View File

@@ -110,6 +110,11 @@ namespace Matrix {
UNDERRIDE;
}
[CCode (cheader_filename = "matrix-enumtypes.h", cprefix = "MATRIX_RECEIPT_TYPE_")]
public enum ReceiptType {
READ;
}
/**
* The major version number of the Matrix.org GLib SDK.
*/