summaryrefslogtreecommitdiff
path: root/rest/rest-proxy-call.h
diff options
context:
space:
mode:
authorRoss Burton <ross@linux.intel.com>2009-10-12 08:08:55 +0100
committerRoss Burton <ross@linux.intel.com>2009-10-12 08:08:55 +0100
commit1c50ef35392b06a187b252d1976e662af3e7f6be (patch)
tree7c63646a743abb93253ea7e7ac60f5ef7d7097c6 /rest/rest-proxy-call.h
parent90f737a109e64147dc8a896d46f6bdae3cb4a771 (diff)
downloadlibrest-1c50ef35392b06a187b252d1976e662af3e7f6be.tar.gz
Mark GErrors which shouldn't be freed as const
Diffstat (limited to 'rest/rest-proxy-call.h')
-rw-r--r--rest/rest-proxy-call.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rest/rest-proxy-call.h b/rest/rest-proxy-call.h
index 62da6a0..43bcfa9 100644
--- a/rest/rest-proxy-call.h
+++ b/rest/rest-proxy-call.h
@@ -135,7 +135,7 @@ gboolean rest_proxy_call_run (RestProxyCall *call,
GError **error);
typedef void (*RestProxyCallAsyncCallback)(RestProxyCall *call,
- GError *error,
+ const GError *error,
GObject *weak_object,
gpointer userdata);