From 52b86422b881438664787ddb5e258d7b6a25c8df Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 15 Dec 2015 09:52:35 +0100 Subject: [PATCH] Documentation fix --- src/matrix-http-api.c | 1 + 1 file changed, 1 insertion(+) 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