diff options
author | Rob Bradford <rob@linux.intel.com> | 2008-11-20 14:11:14 +0000 |
---|---|---|
committer | Rob Bradford <rob@linux.intel.com> | 2008-11-20 14:11:14 +0000 |
commit | 4a1e57fb5b0cc4f8b07d39eb43dbb29a215e9132 (patch) | |
tree | 9c70a55c1c041e0e60b9fa5a5446a9d04251a78a /rest/rest-proxy-call.c | |
parent | 95bf9dcb7565fba8eb89430f90f7391bf181c417 (diff) |
Add GError infrastructure for RestProxyCall
Diffstat (limited to 'rest/rest-proxy-call.c')
-rw-r--r-- | rest/rest-proxy-call.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/rest/rest-proxy-call.c b/rest/rest-proxy-call.c index ab9300f..8153b42 100644 --- a/rest/rest-proxy-call.c +++ b/rest/rest-proxy-call.c @@ -32,6 +32,12 @@ enum PROP_PROXY }; +GQuark +rest_proxy_call_error_quark (void) +{ + return g_quark_from_static_string ("rest-proxy-call-error-quark"); +} + static void rest_proxy_call_get_property (GObject *object, guint property_id, |