mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
gio: Fix version of "Since" annotation
This commit is contained in:
parent
0d4f6afcdf
commit
e93aaeb533
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user