summaryrefslogtreecommitdiff
path: root/rest/rest-proxy.h
diff options
context:
space:
mode:
authorRob Bradford <rob@linux.intel.com>2008-09-11 11:46:55 +0100
committerRob Bradford <rob@linux.intel.com>2008-09-11 14:38:47 +0100
commitff5bf5be985583e0ac94e59a10c73cb1d4c420eb (patch)
tree7b6343da34d773352af655d5967024da97539ad8 /rest/rest-proxy.h
parent907587189f2f0fc8b3090d74d23cdc96b3d1d35c (diff)
downloadlibrest-ff5bf5be985583e0ac94e59a10c73cb1d4c420eb.tar.gz
Add a rest_proxy_bind_valist that does the real work of binding
Diffstat (limited to 'rest/rest-proxy.h')
-rw-r--r--rest/rest-proxy.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/rest/rest-proxy.h b/rest/rest-proxy.h
index dd9a36a..a3df065 100644
--- a/rest/rest-proxy.h
+++ b/rest/rest-proxy.h
@@ -46,7 +46,8 @@ RestProxy *rest_proxy_new (const gchar *url_format,
gboolean binding_required);
gboolean rest_proxy_bind (RestProxy *proxy, ...);
-
+gboolean rest_proxy_bind_valist (RestProxy *proxy,
+ va_list params);
G_GNUC_DEPRECATED
gboolean rest_proxy_call_raw_async (RestProxy *proxy,
const gchar *function,