summaryrefslogtreecommitdiff
path: root/rest/oauth-proxy.c
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2013-11-20 13:16:31 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2014-03-10 16:58:42 +0000
commit47968195975875201e34f6e5659ca9b76ff21c07 (patch)
tree7763efd591b43ec76f36f64fda963e25c3095e81 /rest/oauth-proxy.c
parent0293ba332155621815bfc7af9f65d31f440109d2 (diff)
downloadlibrest-47968195975875201e34f6e5659ca9b76ff21c07.tar.gz
Further annotation fixes
https://bugzilla.gnome.org/show_bug.cgi?id=712747
Diffstat (limited to 'rest/oauth-proxy.c')
-rw-r--r--rest/oauth-proxy.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/rest/oauth-proxy.c b/rest/oauth-proxy.c
index 597bf8e..99148bc 100644
--- a/rest/oauth-proxy.c
+++ b/rest/oauth-proxy.c
@@ -317,7 +317,7 @@ auth_callback (RestProxyCall *call,
* oauth_proxy_auth_step_async:
* @proxy: an #OAuthProxy
* @function: the function to invoke on the proxy
- * @callback: the callback to invoke when authorisation is complete
+ * @callback: (scope async): the callback to invoke when authorisation is complete
* @weak_object: the #GObject to weakly reference and tie the lifecycle too
* @user_data: data to pass to @callback
* @error_out: a #GError, or %NULL
@@ -461,7 +461,7 @@ request_token_cb (RestProxyCall *call,
* @proxy: an #OAuthProxy
* @function: the function name to invoke
* @callback_uri: the callback URI
- * @callback: a #OAuthProxyAuthCallback to invoke on completion
+ * @callback: (scope async): a #OAuthProxyAuthCallback to invoke on completion
* @weak_object: #GObject to weakly reference and tie the lifecycle of the method call too
* @user_data: user data to pass to @callback
* @error: a #GError, or %NULL
@@ -578,7 +578,7 @@ access_token_cb (RestProxyCall *call,
* @proxy: an #OAuthProxy
* @function: the function name to invoke
* @verifier: the verifier
- * @callback: a #OAuthProxyAuthCallback to invoke on completion
+ * @callback: (scope async): a #OAuthProxyAuthCallback to invoke on completion
* @weak_object: #GObject to weakly reference and tie the lifecycle of the method call too
* @user_data: user data to pass to @callback
* @error: a #GError, or %NULL