summaryrefslogtreecommitdiff
path: root/rest/rest-proxy.h
diff options
context:
space:
mode:
authorRoss Burton <ross@linux.intel.com>2008-09-05 16:30:13 +0100
committerRoss Burton <ross@linux.intel.com>2008-09-05 16:30:13 +0100
commit75dae21a2a3131ebc2c6741ca1cddc65596b1f33 (patch)
treeca09c74aafaffcc71d9b03aaef38da83c5a4c63d /rest/rest-proxy.h
parent8e8668d6253958e5eeec67842c5d9eb4556ef5f1 (diff)
downloadlibrest-75dae21a2a3131ebc2c6741ca1cddc65596b1f33.tar.gz
Deprecate the oldcall methods
Diffstat (limited to 'rest/rest-proxy.h')
-rw-r--r--rest/rest-proxy.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/rest/rest-proxy.h b/rest/rest-proxy.h
index e3ada74..dd2c6ca 100644
--- a/rest/rest-proxy.h
+++ b/rest/rest-proxy.h
@@ -47,6 +47,7 @@ RestProxy *rest_proxy_new (const gchar *url_format,
gboolean rest_proxy_bind (RestProxy *proxy, ...);
+G_GNUC_DEPRECATED
gboolean rest_proxy_call_raw_async (RestProxy *proxy,
const gchar *function,
const gchar *method,
@@ -57,6 +58,7 @@ gboolean rest_proxy_call_raw_async (RestProxy *proxy,
const gchar *first_field_name,
...);
+G_GNUC_DEPRECATED
gboolean rest_proxy_call_raw_async_valist (RestProxy *proxy,
const gchar *function,
const gchar *method,
@@ -67,6 +69,7 @@ gboolean rest_proxy_call_raw_async_valist (RestProxy *proxy,
const gchar *first_field_name,
va_list params);
+G_GNUC_DEPRECATED
gboolean rest_proxy_run_raw (RestProxy *proxy,
const gchar *function,
const gchar *method,