summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoss Burton <ross@linux.intel.com>2010-03-06 18:03:12 +0000
committerRoss Burton <ross@linux.intel.com>2010-08-13 11:03:14 +0100
commitb328756f918f116d219af06d1c9d3518048197ea (patch)
tree16c4b3a1bcf65d08a61849016a73057f5d9c9fdb
parentb186c3b7be9ac519db0ecabd0252bc8ea0571f06 (diff)
downloadlibrest-b328756f918f116d219af06d1c9d3518048197ea.tar.gz
Deprecate rest_proxy_call_async and _cancel
-rw-r--r--rest/rest-proxy-call.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/rest/rest-proxy-call.h b/rest/rest-proxy-call.h
index 4299c10..b2df9a4 100644
--- a/rest/rest-proxy-call.h
+++ b/rest/rest-proxy-call.h
@@ -150,12 +150,14 @@ typedef void (*RestProxyCallAsyncCallback)(RestProxyCall *call,
GObject *weak_object,
gpointer userdata);
+G_GNUC_DEPRECATED
gboolean rest_proxy_call_async (RestProxyCall *call,
RestProxyCallAsyncCallback callback,
GObject *weak_object,
gpointer userdata,
GError **error);
+G_GNUC_DEPRECATED
gboolean rest_proxy_call_cancel (RestProxyCall *call);
gboolean rest_proxy_call_sync (RestProxyCall *call, GError **error_out);