summaryrefslogtreecommitdiff
path: root/rest/rest-proxy-call.h
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2012-03-27 12:16:54 +0100
committerRoss Burton <ross.burton@intel.com>2012-03-27 12:16:54 +0100
commitd09f790e05047d1880c8034a562d6fad88da2643 (patch)
treec7b1fce46b3c15e05993c0d653c2580454fdf22d /rest/rest-proxy-call.h
parentcfa07569426fa4ac970c12e378c38087c2106fd1 (diff)
downloadlibrest-d09f790e05047d1880c8034a562d6fad88da2643.tar.gz
Rename rest_proxy_call_call_async to rest_proxy_call_invoke_async
Diffstat (limited to 'rest/rest-proxy-call.h')
-rw-r--r--rest/rest-proxy-call.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/rest/rest-proxy-call.h b/rest/rest-proxy-call.h
index cc0b575..b2603f9 100644
--- a/rest/rest-proxy-call.h
+++ b/rest/rest-proxy-call.h
@@ -163,13 +163,13 @@ gboolean rest_proxy_call_async (RestProxyCall *call,
gpointer userdata,
GError **error);
-void rest_proxy_call_call_async (RestProxyCall *call,
- GCancellable *cancellable,
- GAsyncReadyCallback callback,
- gpointer user_data);
-gboolean rest_proxy_call_call_finish (RestProxyCall *call,
- GAsyncResult *result,
- GError **error);
+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);
typedef void (*RestProxyCallContinuousCallback) (RestProxyCall *call,
const gchar *buf,