summaryrefslogtreecommitdiff
path: root/rest/rest-proxy-call.c
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2013-11-20 13:08:59 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2014-03-10 16:58:42 +0000
commit218f44c0daa866a54bc6dd16b6500fb8f9338b4b (patch)
tree3e4327517c8d30ff80787a16cea0d2df2361f585 /rest/rest-proxy-call.c
parent1c3cba5726efb40e732e036e4ee637e7fb496b31 (diff)
downloadlibrest-218f44c0daa866a54bc6dd16b6500fb8f9338b4b.tar.gz
Fix annotations
Syntax matters. https://bugzilla.gnome.org/show_bug.cgi?id=712747
Diffstat (limited to 'rest/rest-proxy-call.c')
-rw-r--r--rest/rest-proxy-call.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rest/rest-proxy-call.c b/rest/rest-proxy-call.c
index 17121ac..a09629b 100644
--- a/rest/rest-proxy-call.c
+++ b/rest/rest-proxy-call.c
@@ -845,7 +845,7 @@ prepare_message (RestProxyCall *call, GError **error_out)
}
/**
- * rest_proxy_call_async: (skip):
+ * rest_proxy_call_async: (skip)
* @call: The #RestProxyCall
* @callback: a #RestProxyCallAsyncCallback to invoke on completion of the call
* @weak_object: The #GObject to weakly reference and tie the lifecycle too
@@ -1248,7 +1248,7 @@ rest_proxy_call_upload (RestProxyCall *call,
}
/**
- * rest_proxy_call_cancel: (skip):
+ * rest_proxy_call_cancel: (skip)
* @call: The #RestProxyCall
*
* Cancel this call. It may be too late to not actually send the message, but