Port MatrixCallOfferType to C

This commit is contained in:
2017-11-02 12:17:00 +01:00
parent 49b466f67e
commit fb217e6b68
4 changed files with 19 additions and 15 deletions

View File

@@ -192,6 +192,12 @@ namespace Matrix {
FORBIDDEN;
}
[CCode (cheader_filename = "matrix-enumtypes.h", cprefix = "MATRIX_CALL_OFFER_TYPE_")]
public enum CallOfferType {
UNKNOWN,
OFFER;
}
/**
* The major version number of the Matrix.org GLib SDK.
*/