summaryrefslogtreecommitdiff
path: root/rest/rest-proxy.h
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2008-09-04 13:34:59 +0100
committerRob Bradford <rob@linux.intel.com>2008-09-04 13:37:17 +0100
commit66f2759d78942b245f793ce595474a7b16089f50 (patch)
tree2d5f982a806770d2e4ab5b09644bc6c62ebc7388 /rest/rest-proxy.h
parent7d54d81e78ec7b59edfb5dc0ab5ac0375e9e52ed (diff)
downloadlibrest-66f2759d78942b245f793ce595474a7b16089f50.tar.gz
Add rest_proxy_bind to the rest-proxy.h
Diffstat (limited to 'rest/rest-proxy.h')
-rw-r--r--rest/rest-proxy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/rest/rest-proxy.h b/rest/rest-proxy.h
index 58f1d49..af9278b 100644
--- a/rest/rest-proxy.h
+++ b/rest/rest-proxy.h
@@ -54,6 +54,8 @@ GType rest_proxy_get_type (void);
RestProxy *rest_proxy_new (const gchar *url_format,
gboolean binding_required);
+gboolean rest_proxy_bind (RestProxy *proxy, const gchar *first_param, ...);
+
gboolean rest_proxy_call_raw_async (RestProxy *proxy,
const gchar *function,
const gchar *method,