summaryrefslogtreecommitdiff
path: root/rest/rest-proxy-call.h
diff options
context:
space:
mode:
authorRob Bradford <rob@linux.intel.com>2008-09-16 15:46:05 +0100
committerRob Bradford <rob@linux.intel.com>2008-09-16 15:46:05 +0100
commitb4cc088ed6904785d220721314c2349c1c38e864 (patch)
tree7f7426b1db45ca3543580043b0028bd9903fa989 /rest/rest-proxy-call.h
parent1f752882b65efa7e5e0704a476a9fc789a6042f7 (diff)
downloadlibrest-b4cc088ed6904785d220721314c2349c1c38e864.tar.gz
Export a GError in rest_proxy_call_async and rest_proxy_call_run
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 b8f843a..113eccc 100644
--- a/rest/rest-proxy-call.h
+++ b/rest/rest-proxy-call.h
@@ -83,6 +83,7 @@ gboolean rest_proxy_call_run (RestProxyCall *call,
GError **error);
typedef void (*RestProxyCallAsyncCallback)(RestProxyCall *call,
+ GError *error,
GObject *weak_object,
gpointer userdata);