From cbd0e5f75dd2348a79ee436f65f05bdf8edd43e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Thu, 14 Jul 2016 18:23:57 +0200 Subject: oauth-proxy: Add docs for request_token_finish --- rest/oauth-proxy.c | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/rest/oauth-proxy.c b/rest/oauth-proxy.c index ca0304a..f8c0053 100644 --- a/rest/oauth-proxy.c +++ b/rest/oauth-proxy.c @@ -390,6 +390,17 @@ oauth_proxy_request_token_async (OAuthProxy *proxy, g_object_unref (call); } +/** + * oauth_proxy_request_token_finish: + * @proxy: a #OAuthProxy + * @result: a #GAsyncResult + * @error: a #GError or %NULL + * + * Finishes an operation started with oauth_proxy_request_token_async() + * + * Returns: %TRUE on success, %FALSE if an error occurred, in which case + * @error will be set. + */ gboolean oauth_proxy_request_token_finish (OAuthProxy *proxy, GAsyncResult *result, -- cgit v1.2.1