From d6e64a18cc28b6d8feb62d739d8b3d1eedf392d4 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Fri, 24 Apr 2015 01:14:29 +0100 Subject: =?UTF-8?q?core:=20Use=20standard=20=E2=80=98Deprecated=E2=80=99?= =?UTF-8?q?=20syntax=20in=20gtk-doc=20comments?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Standardise with the rest of libgdata, and the gtk-doc manual. --- gdata/gdata-client-login-authorizer.c | 6 +++--- gdata/gdata-oauth1-authorizer.c | 6 +++--- gdata/gdata-service.c | 6 +++--- 3 files changed, 9 insertions(+), 9 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) diff --git a/gdata/gdata-oauth1-authorizer.c b/gdata/gdata-oauth1-authorizer.c index 9f00b27f..084aa8ee 100644 --- a/gdata/gdata-oauth1-authorizer.c +++ b/gdata/gdata-oauth1-authorizer.c @@ -250,7 +250,7 @@ gdata_oauth1_authorizer_class_init (GDataOAuth1AuthorizerClass *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", @@ -1351,7 +1351,7 @@ _get_proxy_uri (GDataOAuth1Authorizer *self) * Return value: (transfer full) (allow-none): the proxy URI, or %NULL; free with soup_uri_free() * * Since: 0.9.0 - * Deprecated: Use gdata_oauth1_authorizer_get_proxy_resolver() instead, which gives more flexibility over the proxy used. (Since: 0.15.0.) + * Deprecated: 0.15.0: Use gdata_oauth1_authorizer_get_proxy_resolver() instead, which gives more flexibility over the proxy used. */ SoupURI * gdata_oauth1_authorizer_get_proxy_uri (GDataOAuth1Authorizer *self) @@ -1380,7 +1380,7 @@ _set_proxy_uri (GDataOAuth1Authorizer *self, SoupURI *proxy_uri) * If @proxy_uri is %NULL, no proxy will be used. * * Since: 0.9.0 - * Deprecated: Use gdata_oauth1_authorizer_set_proxy_resolver() instead, which gives more flexibility over the proxy used. (Since: 0.15.0.) + * Deprecated: 0.15.0: Use gdata_oauth1_authorizer_set_proxy_resolver() instead, which gives more flexibility over the proxy used. */ void gdata_oauth1_authorizer_set_proxy_uri (GDataOAuth1Authorizer *self, SoupURI *proxy_uri) diff --git a/gdata/gdata-service.c b/gdata/gdata-service.c index d49fb246..24333398 100644 --- a/gdata/gdata-service.c +++ b/gdata/gdata-service.c @@ -134,7 +134,7 @@ gdata_service_class_init (GDataServiceClass *klass) * Note that if a #GDataAuthorizer is being used with this #GDataService, the authorizer might also need its proxy URI setting. * * Since: 0.2.0 - * Deprecated: Use #GDataService:proxy-resolver instead, which gives more flexibility over the proxy used. (Since: 0.15.0.) + * Deprecated: 0.15.0: Use #GDataService: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", @@ -1912,7 +1912,7 @@ _get_proxy_uri (GDataService *self) * Return value: (transfer none): the proxy URI, or %NULL * * Since: 0.2.0 - * Deprecated: Use gdata_service_get_proxy_resolver() instead, which gives more flexibility over the proxy used. (Since: 0.15.0.) + * Deprecated: 0.15.0: Use gdata_service_get_proxy_resolver() instead, which gives more flexibility over the proxy used. **/ SoupURI * gdata_service_get_proxy_uri (GDataService *self) @@ -1942,7 +1942,7 @@ _set_proxy_uri (GDataService *self, SoupURI *proxy_uri) * Note that if a #GDataAuthorizer is being used with this #GDataService, the authorizer might also need its proxy URI setting. * * Since: 0.2.0 - * Deprecated: Use gdata_service_set_proxy_resolver() instead, which gives more flexibility over the proxy used. (Since: 0.15.0.) + * Deprecated: 0.15.0: Use gdata_service_set_proxy_resolver() instead, which gives more flexibility over the proxy used. **/ void gdata_service_set_proxy_uri (GDataService *self, SoupURI *proxy_uri) -- cgit v1.2.1