Method

RestOAuthProxyrequest_token_finish

Declaration [src]

gboolean
oauth_proxy_request_token_finish (
  OAuthProxy* proxy,
  GAsyncResult* result,
  GError** error
)

Description [src]

Finishes an operation started with oauth_proxy_request_token_async()

Parameters

result GAsyncResult
 

A GAsyncResult.

 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE on success, FALSE if an error occurred, in which case error will be set.