[libgdata] core: Use standard ‘Deprecated ’ syntax in gtk-doc comments



commit d6e64a18cc28b6d8feb62d739d8b3d1eedf392d4
Author: Philip Withnall <philip tecnocode co uk>
Date:   Fri Apr 24 01:14:29 2015 +0100

    core: Use standard ‘Deprecated’ syntax in gtk-doc comments
    
    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 5596be2..c84411b 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 9f00b27..084aa8e 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 d49fb24..2433339 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)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]