summaryrefslogtreecommitdiff
path: root/rest/rest-proxy-call.h
diff options
context:
space:
mode:
authorRoss Burton <ross@linux.intel.com>2008-09-18 21:54:41 +0100
committerRoss Burton <ross@linux.intel.com>2008-09-18 21:54:41 +0100
commit8c586b17b136b92cb9cd489c7608602b06dfb2fb (patch)
tree50bfd3460ee3de57b3829e493eaaacccf137c4f6 /rest/rest-proxy-call.h
parent5bcaca307d9a0a7823a521505a2d72f9529b78f5 (diff)
downloadlibrest-8c586b17b136b92cb9cd489c7608602b06dfb2fb.tar.gz
Add G_GNUC_NULL_TERMINATED to the vaargs methods
Diffstat (limited to 'rest/rest-proxy-call.h')
-rw-r--r--rest/rest-proxy-call.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/rest/rest-proxy-call.h b/rest/rest-proxy-call.h
index 113eccc..bc01ca6 100644
--- a/rest/rest-proxy-call.h
+++ b/rest/rest-proxy-call.h
@@ -41,6 +41,7 @@ void rest_proxy_call_add_header (RestProxyCall *call,
const gchar *header,
const gchar *value);
+G_GNUC_NULL_TERMINATED
void rest_proxy_call_add_headers (RestProxyCall *call,
const char *first_header_name,
...);
@@ -61,6 +62,7 @@ void rest_proxy_call_add_param (RestProxyCall *call,
const gchar *param,
const gchar *value);
+G_GNUC_NULL_TERMINATED
void rest_proxy_call_add_params (RestProxyCall *call,
...);