summaryrefslogtreecommitdiff
path: root/rest/rest-proxy-auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'rest/rest-proxy-auth.c')
-rw-r--r--rest/rest-proxy-auth.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/rest/rest-proxy-auth.c b/rest/rest-proxy-auth.c
index 0b2ec9f..59bfb29 100644
--- a/rest/rest-proxy-auth.c
+++ b/rest/rest-proxy-auth.c
@@ -102,6 +102,8 @@ rest_proxy_auth_new (RestProxy *proxy,
*
* If @auth is already paused, this function does not
* do anything.
+ *
+ * Deprecated: 0.9: This object get removed from [class@Rest.Proxy]
*/
void
rest_proxy_auth_pause (RestProxyAuth *auth)
@@ -122,6 +124,8 @@ rest_proxy_auth_pause (RestProxyAuth *auth)
* @auth: a paused #RestProxyAuth
*
* Unpauses a paused #RestProxyAuth instance.
+ *
+ * Deprecated: 0.9: This object get removed from [class@Rest.Proxy]
*/
void
rest_proxy_auth_unpause (RestProxyAuth *auth)
@@ -152,6 +156,8 @@ rest_proxy_auth_unpause (RestProxyAuth *auth)
* by cancelling the associated #SoupMessage.
* It results in returning #GError REST_PROXY_ERROR_CANCELLED
* to the function that requested the authentication.
+ *
+ * Deprecated: 0.9: This object get removed from [class@Rest.Proxy]
*/
void
rest_proxy_auth_cancel (RestProxyAuth *auth)