summaryrefslogtreecommitdiff
path: root/rest
diff options
context:
space:
mode:
authorRoss Burton <ross@linux.intel.com>2009-02-10 15:20:49 +0000
committerRoss Burton <ross@linux.intel.com>2009-02-10 15:57:19 +0000
commit6d39f9d80fdb7330dd89923d85025b679a82119f (patch)
tree08cedf7a40d189f9d4f50bcd9935df78a9da0a47 /rest
parent678fd9b532f220182661f8d023ce96e12b877fbe (diff)
downloadlibrest-6d39f9d80fdb7330dd89923d85025b679a82119f.tar.gz
Add rest_proxy_call_set_function to rest-proxy-call.h
Diffstat (limited to 'rest')
-rw-r--r--rest/rest-proxy-call.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/rest/rest-proxy-call.h b/rest/rest-proxy-call.h
index 3a9d2c7..bbc699d 100644
--- a/rest/rest-proxy-call.h
+++ b/rest/rest-proxy-call.h
@@ -79,6 +79,9 @@ GType rest_proxy_call_get_type (void);
void rest_proxy_call_set_method (RestProxyCall *call,
const gchar *method);
+void rest_proxy_call_set_function (RestProxyCall *call,
+ const gchar *function);
+
void rest_proxy_call_add_header (RestProxyCall *call,
const gchar *header,
const gchar *value);