summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2015-10-25 19:43:54 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2015-10-25 19:43:54 +0100
commite93aaeb5333829fb94693223487c5baf77eb251d (patch)
treeafd7068270c8f2348f8f25ad951a30a0377f6de1
parent0d4f6afcdf4e342b69383bfc022eed620dd1c3da (diff)
downloadglib-e93aaeb5333829fb94693223487c5baf77eb251d.tar.gz
gio: Fix version of "Since" annotation
-rw-r--r--gio/gsocketconnectable.c2
-rw-r--r--gio/gsocketconnectable.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/gio/gsocketconnectable.c b/gio/gsocketconnectable.c
index ef9f92dbd..7554e34d8 100644
--- a/gio/gsocketconnectable.c
+++ b/gio/gsocketconnectable.c
@@ -161,7 +161,7 @@ g_socket_connectable_proxy_enumerate (GSocketConnectable *connectable)
*
* Returns: (transfer full): the formatted string
*
- * Since: 2.48.0
+ * Since: 2.48
*/
gchar *
g_socket_connectable_to_string (GSocketConnectable *connectable)
diff --git a/gio/gsocketconnectable.h b/gio/gsocketconnectable.h
index b562ff1b8..45b5450c8 100644
--- a/gio/gsocketconnectable.h
+++ b/gio/gsocketconnectable.h
@@ -45,7 +45,7 @@ typedef struct _GSocketConnectableIface GSocketConnectableIface;
* @enumerate: Creates a #GSocketAddressEnumerator
* @proxy_enumerate: Creates a #GProxyAddressEnumerator
* @to_string: Format the connectable’s address as a string for debugging.
- * Implementing this is optional. (Since: 2.48.0.)
+ * Implementing this is optional. (Since: 2.48)
*
* Provides an interface for returning a #GSocketAddressEnumerator
* and #GProxyAddressEnumerator