summaryrefslogtreecommitdiff
path: root/rest/rest-proxy-call.h
diff options
context:
space:
mode:
Diffstat (limited to 'rest/rest-proxy-call.h')
-rw-r--r--rest/rest-proxy-call.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/rest/rest-proxy-call.h b/rest/rest-proxy-call.h
index 77e8a44..5dde834 100644
--- a/rest/rest-proxy-call.h
+++ b/rest/rest-proxy-call.h
@@ -162,6 +162,11 @@ gboolean rest_proxy_call_cancel (RestProxyCall *call);
gboolean rest_proxy_call_sync (RestProxyCall *call, GError **error_out);
+gboolean
+rest_proxy_call_invoke (RestProxyCall *call,
+ GCancellable *cancellable,
+ GError **error);
+
void rest_proxy_call_invoke_async (RestProxyCall *call,
GCancellable *cancellable,
GObject *weak_object,