summaryrefslogtreecommitdiff
path: root/rest/rest-proxy.h
diff options
context:
space:
mode:
authorRob Bradford <rob@o-hand.com>2008-09-03 14:24:54 +0100
committerRob Bradford <rob@linux.intel.com>2008-09-04 16:17:51 +0100
commitb0d8e6779895caba4d2913b942e86f4a444bc7d5 (patch)
treee2657c5f557ffe940f2594d369820a43306f0d77 /rest/rest-proxy.h
parent5e16416f8ae2dd994f4bf3fb3432c6a3543d5c20 (diff)
downloadlibrest-b0d8e6779895caba4d2913b942e86f4a444bc7d5.tar.gz
Add first phase of cairoficiation of the API.
Diffstat (limited to 'rest/rest-proxy.h')
-rw-r--r--rest/rest-proxy.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/rest/rest-proxy.h b/rest/rest-proxy.h
index feda9ba..52aed13 100644
--- a/rest/rest-proxy.h
+++ b/rest/rest-proxy.h
@@ -5,6 +5,7 @@
#include <json-glib/json-glib.h>
+#include <rest/rest-proxy-call.h>
G_BEGIN_DECLS
#define REST_TYPE_PROXY rest_proxy_get_type()
@@ -98,8 +99,7 @@ gboolean rest_proxy_call_json_async (RestProxy *proxy,
const gchar *first_field_name,
...);
-gboolean
-rest_proxy_call_json_async_valist (RestProxy *proxy,
+gboolean rest_proxy_call_json_async_valist (RestProxy *proxy,
const gchar *function,
const gchar *method,
RestProxyCallJsonCallback callback,
@@ -109,6 +109,8 @@ rest_proxy_call_json_async_valist (RestProxy *proxy,
const gchar *first_field_name,
va_list params);
+RestProxyCall *rest_proxy_new_call (RestProxy *proxy);
+
G_END_DECLS
#endif /* _REST_PROXY */