summaryrefslogtreecommitdiff
path: root/gdata/gdata-service.c
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 /gdata/gdata-service.c
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.
Diffstat (limited to 'gdata/gdata-service.c')
-rw-r--r--gdata/gdata-service.c6
1 files changed, 3 insertions, 3 deletions
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)