summaryrefslogtreecommitdiff
path: root/rest/rest-proxy.h
diff options
context:
space:
mode:
authorRob Bradford <rob@o-hand.com>2008-08-19 17:01:58 +0100
committerRob Bradford <rob@o-hand.com>2008-08-19 17:01:58 +0100
commit1710ca90d07776920c358188f2c4e3f1dfb86c73 (patch)
tree33e5685215d00da201a04a065b5b32fafc089f3f /rest/rest-proxy.h
parentabab5ee8af32ffab6da51b3d00ea165fa99ce140 (diff)
downloadlibrest-1710ca90d07776920c358188f2c4e3f1dfb86c73.tar.gz
GError * should be GError **
Diffstat (limited to 'rest/rest-proxy.h')
-rw-r--r--rest/rest-proxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rest/rest-proxy.h b/rest/rest-proxy.h
index 10122ad..d336205 100644
--- a/rest/rest-proxy.h
+++ b/rest/rest-proxy.h
@@ -50,7 +50,7 @@ gboolean rest_proxy_call_raw_async (RestProxy *proxy,
RestProxyCallRawCallback callback,
GObject *weak_object,
gpointer userdata,
- GError *error,
+ GError **error,
const gchar *first_field_name,
...);