summaryrefslogtreecommitdiff
path: root/rest/rest-proxy-call.h
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2016-04-20 20:18:53 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2016-06-20 12:39:13 +0200
commit6be2f0fc7115ac2e9767148c954a571872bb099b (patch)
tree24e74df18107dc565c43dac6d351e661dd608714 /rest/rest-proxy-call.h
parent8595b395ec3d7fab01aa98340498fad4bcc9ed6a (diff)
downloadlibrest-6be2f0fc7115ac2e9767148c954a571872bb099b.tar.gz
rest-proxy: Port _invoke_async to GTask
Diffstat (limited to 'rest/rest-proxy-call.h')
-rw-r--r--rest/rest-proxy-call.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rest/rest-proxy-call.h b/rest/rest-proxy-call.h
index 4b8f983..d78bb59 100644
--- a/rest/rest-proxy-call.h
+++ b/rest/rest-proxy-call.h
@@ -169,6 +169,7 @@ void rest_proxy_call_invoke_async (RestProxyCall *call,
GCancellable *cancellable,
GAsyncReadyCallback callback,
gpointer user_data);
+
gboolean rest_proxy_call_invoke_finish (RestProxyCall *call,
GAsyncResult *result,
GError **error);