Port MatrixCallAnswerType to C

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

View File

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