Add MatrixAPI.abort_pending definition

This commit is contained in:
2016-01-22 15:58:09 +01:00
parent 258d7bec86
commit 3993bb112c
4 changed files with 37 additions and 0 deletions

View File

@@ -465,6 +465,10 @@ struct _MatrixAPIInterface {
gpointer user_data,
GError **error);
/* Non-spec methods */
void (*abort_pending)(MatrixAPI *api);
/*< private >*/
/* Leave room for endpoint expansion */
void *padding[50];
@@ -885,6 +889,10 @@ void matrix_api_get_turn_server(MatrixAPI *api,
gpointer user_data,
GError **error);
/* Non-spec methods */
void matrix_api_abort_pending(MatrixAPI *api);
G_END_DECLS
#endif /* __MATRIX_API_IFACE_H__ */