gio: Fix version of "Since" annotation

This commit is contained in:
Rico Tzschichholz
2015-10-25 19:43:54 +01:00
parent 0d4f6afcdf
commit e93aaeb533
2 changed files with 2 additions and 2 deletions

View File

@@ -161,7 +161,7 @@ g_socket_connectable_proxy_enumerate (GSocketConnectable *connectable)
* *
* Returns: (transfer full): the formatted string * Returns: (transfer full): the formatted string
* *
* Since: 2.48.0 * Since: 2.48
*/ */
gchar * gchar *
g_socket_connectable_to_string (GSocketConnectable *connectable) g_socket_connectable_to_string (GSocketConnectable *connectable)

View File

@@ -45,7 +45,7 @@ typedef struct _GSocketConnectableIface GSocketConnectableIface;
* @enumerate: Creates a #GSocketAddressEnumerator * @enumerate: Creates a #GSocketAddressEnumerator
* @proxy_enumerate: Creates a #GProxyAddressEnumerator * @proxy_enumerate: Creates a #GProxyAddressEnumerator
* @to_string: Format the connectables address as a string for debugging. * @to_string: Format the connectables 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 * Provides an interface for returning a #GSocketAddressEnumerator
* and #GProxyAddressEnumerator * and #GProxyAddressEnumerator