summaryrefslogtreecommitdiff
path: root/gdata/gdata-client-login-authorizer.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdata/gdata-client-login-authorizer.c')
-rw-r--r--gdata/gdata-client-login-authorizer.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdata/gdata-client-login-authorizer.c b/gdata/gdata-client-login-authorizer.c
index 5596be24..c84411b5 100644
--- a/gdata/gdata-client-login-authorizer.c
+++ b/gdata/gdata-client-login-authorizer.c
@@ -234,7 +234,7 @@ gdata_client_login_authorizer_class_init (GDataClientLoginAuthorizerClass *klass
* The proxy URI used internally for all network requests.
*
* Since: 0.9.0
- * Deprecated: Use #GDataClientLoginAuthorizer:proxy-resolver instead, which gives more flexibility over the proxy used. (Since: 0.15.0.)
+ * Deprecated: 0.15.0: Use #GDataClientLoginAuthorizer:proxy-resolver instead, which gives more flexibility over the proxy used.
*/
g_object_class_install_property (gobject_class, PROP_PROXY_URI,
g_param_spec_boxed ("proxy-uri",
@@ -1155,7 +1155,7 @@ _get_proxy_uri (GDataClientLoginAuthorizer *self)
* Return value: (transfer full): the proxy URI, or %NULL; free with soup_uri_free()
*
* Since: 0.9.0
- * Deprecated: Use gdata_client_login_authorizer_get_proxy_resolver() instead, which gives more flexibility over the proxy used. (Since: 0.15.0.)
+ * Deprecated: 0.15.0: Use gdata_client_login_authorizer_get_proxy_resolver() instead, which gives more flexibility over the proxy used.
*/
SoupURI *
gdata_client_login_authorizer_get_proxy_uri (GDataClientLoginAuthorizer *self)
@@ -1184,7 +1184,7 @@ _set_proxy_uri (GDataClientLoginAuthorizer *self, SoupURI *proxy_uri)
* If @proxy_uri is %NULL, no proxy will be used.
*
* Since: 0.9.0
- * Deprecated: Use gdata_client_login_authorizer_set_proxy_resolver() instead, which gives more flexibility over the proxy used. (Since: 0.15.0.)
+ * Deprecated: 0.15.0: Use gdata_client_login_authorizer_set_proxy_resolver() instead, which gives more flexibility over the proxy used.
*/
void
gdata_client_login_authorizer_set_proxy_uri (GDataClientLoginAuthorizer *self, SoupURI *proxy_uri)