Add missing matrix_api_get_type() prototype
This commit is contained in:
parent
38151404db
commit
e9baaaf60f
@ -160,6 +160,7 @@ struct _MatrixAPIInterface {
|
||||
void *padding[20];
|
||||
};
|
||||
|
||||
GType matrix_api_get_type(void) G_GNUC_CONST;
|
||||
void matrix_api_initial_sync(MatrixAPI *api,
|
||||
MatrixAPICallback callback,
|
||||
gpointer user_data,
|
||||
|
Loading…
Reference in New Issue
Block a user