summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2016-07-14 13:06:52 +0200
committerTimm Bäder <mail@baedert.org>2016-07-14 18:30:32 +0200
commit534ccf7d3fa11306471d597526a10075de465e54 (patch)
treeddf711c393139a68d9d7fa13aaf8d669f3baca0e
parent89afb654e30353c2b78501185320d9a97b25feb1 (diff)
downloadlibrest-534ccf7d3fa11306471d597526a10075de465e54.tar.gz
oauth-proxy: Fix some gtkdoc errors
-rw-r--r--rest/oauth-proxy.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/rest/oauth-proxy.c b/rest/oauth-proxy.c
index ea9f236..ca0304a 100644
--- a/rest/oauth-proxy.c
+++ b/rest/oauth-proxy.c
@@ -364,9 +364,6 @@ request_token_cb (GObject *source_object,
*
* This method will return once the method has been queued, @callback will be
* invoked when it has completed.
- *
- * Returns: %TRUE if the method was successfully queued, or %FALSE on
- * failure. On failure @error is set.
*/
void
oauth_proxy_request_token_async (OAuthProxy *proxy,
@@ -478,9 +475,7 @@ access_token_cb (GObject *source_object,
* @function: the function name to invoke
* @verifier: the verifier
* @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
*
* Perform the Access Token phase of OAuth, invoking @function (defaulting to
* "access_token" if @function is NULL).
@@ -492,9 +487,6 @@ access_token_cb (GObject *source_object,
*
* This method will return once the method has been queued, @callback will be
* invoked when it has completed.
- *
- * Returns: %TRUE if the method was successfully queued, or %FALSE on
- * failure. On failure @error is set.
*/
void
oauth_proxy_access_token_async (OAuthProxy *proxy,