summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2015-04-24 01:14:29 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2015-04-24 01:14:29 +0100
commitd6e64a18cc28b6d8feb62d739d8b3d1eedf392d4 (patch)
tree2457ec0b7b37f760aded264d63603e79614415e1
parent598cac2f34b5265d541131942fc75467ddbdaeef (diff)
downloadlibgdata-d6e64a18cc28b6d8feb62d739d8b3d1eedf392d4.tar.gz
core: Use standard ‘Deprecated’ syntax in gtk-doc comments
Standardise with the rest of libgdata, and the gtk-doc manual.
-rw-r--r--gdata/gdata-client-login-authorizer.c6
-rw-r--r--gdata/gdata-oauth1-authorizer.c6
-rw-r--r--gdata/gdata-service.c6
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)