From e93aaeb5333829fb94693223487c5baf77eb251d Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Sun, 25 Oct 2015 19:43:54 +0100 Subject: [PATCH] gio: Fix version of "Since" annotation --- gio/gsocketconnectable.c | 2 +- gio/gsocketconnectable.h | 2 +- 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 -- 2.11.4.GIT