summaryrefslogtreecommitdiff
path: root/rest/rest-proxy.c
diff options
context:
space:
mode:
authorRob Bradford <rob@linux.intel.com>2008-09-16 11:20:01 +0100
committerRob Bradford <rob@linux.intel.com>2008-09-16 15:38:05 +0100
commit1f752882b65efa7e5e0704a476a9fc789a6042f7 (patch)
tree60b70d22f2ae26729803a5656b5b0fa6b74b70cb /rest/rest-proxy.c
parentce9498f07d8cd381047ce4d4fa13364b78c49f4a (diff)
downloadlibrest-1f752882b65efa7e5e0704a476a9fc789a6042f7.tar.gz
Add start of infrastructure for error handling
Diffstat (limited to 'rest/rest-proxy.c')
-rw-r--r--rest/rest-proxy.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/rest/rest-proxy.c b/rest/rest-proxy.c
index 3a72d04..ecc0399 100644
--- a/rest/rest-proxy.c
+++ b/rest/rest-proxy.c
@@ -36,6 +36,12 @@ static RestProxyCall *_rest_proxy_new_call (RestProxy *proxy);
static gboolean _rest_proxy_bind_valist (RestProxy *proxy,
va_list params);
+GQuark
+rest_proxy_error_quark (void)
+{
+ return g_quark_from_static_string ("rest-proxy-error-quark");
+}
+
static void
rest_proxy_get_property (GObject *object,
guint property_id,