Port MatrixEventCallHangup to C

This commit is contained in:
2017-11-21 14:12:14 +01:00
parent dcf8856d24
commit b5de83be3c
6 changed files with 104 additions and 21 deletions

View File

@@ -752,6 +752,15 @@ namespace Matrix {
protected override void to_json(Json.Node json_data)
throws Matrix.Error;
}
[CCode (cheader_filename = "matrix-event-call-hangup.h")]
public class CallHangup : Call {
protected override void from_json(Json.Node json_data)
throws Matrix.Error;
protected override void to_json(Json.Node json_data)
throws Matrix.Error;
}
}
[CCode (gir_namespace = "MatrixMessage", gir_version = "0.0")]