summaryrefslogtreecommitdiff
path: root/rest/rest-proxy-call.h
diff options
context:
space:
mode:
authorRoss Burton <ross@linux.intel.com>2010-08-04 15:46:31 +0100
committerRoss Burton <ross@linux.intel.com>2010-08-04 16:05:35 +0100
commit4270d6a1be09baecc975f06b9d884aaa9019a2f8 (patch)
treed61781b200640dc9e076c83f34c926f23314a756 /rest/rest-proxy-call.h
parent349736bdbb1338001d0a9f46c75b8294f9af6709 (diff)
downloadlibrest-4270d6a1be09baecc975f06b9d884aaa9019a2f8.tar.gz
Minor documentation fixes
Diffstat (limited to 'rest/rest-proxy-call.h')
-rw-r--r--rest/rest-proxy-call.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/rest/rest-proxy-call.h b/rest/rest-proxy-call.h
index 5c5ac99..c9648b2 100644
--- a/rest/rest-proxy-call.h
+++ b/rest/rest-proxy-call.h
@@ -78,6 +78,12 @@ typedef struct {
#define REST_PROXY_CALL_ERROR rest_proxy_call_error_quark ()
+/**
+ * RestProxyCallError:
+ * @REST_PROXY_CALL_FAILED: the method call failed
+ *
+ * Error domain used when returning errors from #RestProxyCall.
+ */
typedef enum {
REST_PROXY_CALL_FAILED
} RestProxyCallError;