summaryrefslogtreecommitdiff
path: root/rest/rest-proxy.h
diff options
context:
space:
mode:
authorRob Bradford <rob@o-hand.com>2008-08-19 17:32:36 +0100
committerRob Bradford <rob@o-hand.com>2008-08-20 10:26:33 +0100
commite289e75d3a4032c5fb05c9ad64da01c145a22879 (patch)
tree6a388adfbd440479a440ae6d3b001c64816ef638 /rest/rest-proxy.h
parent1fe9e84a66d437e4b300a57943079a07c167bf1d (diff)
downloadlibrest-e289e75d3a4032c5fb05c9ad64da01c145a22879.tar.gz
Split off the work into a separate rest_proxy_call_raw_async_valist function
Diffstat (limited to 'rest/rest-proxy.h')
-rw-r--r--rest/rest-proxy.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/rest/rest-proxy.h b/rest/rest-proxy.h
index d336205..a3f5343 100644
--- a/rest/rest-proxy.h
+++ b/rest/rest-proxy.h
@@ -54,6 +54,16 @@ gboolean rest_proxy_call_raw_async (RestProxy *proxy,
const gchar *first_field_name,
...);
+gboolean rest_proxy_call_raw_async_valist (RestProxy *proxy,
+ const gchar *function,
+ const gchar *method,
+ RestProxyCallRawCallback callback,
+ GObject *weak_object,
+ gpointer userdata,
+ GError **error,
+ const gchar *first_field_name,
+ va_list params);
+
G_END_DECLS
#endif /* _REST_PROXY */