diff --git a/src/matrix-http-api.c b/src/matrix-http-api.c index cc0591d..457468b 100644 --- a/src/matrix-http-api.c +++ b/src/matrix-http-api.c @@ -635,6 +635,7 @@ matrix_http_api_initial_sync(MatrixAPI *api, /** * matrix_http_api_create_room: + * @api: a #MatrixHTTPAPI object * @callback: (scope async): the function to call when the request is * finished * @user_data: user data to pass to the callback function