mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
GIO: Remove trailing "." from Since: tags in docs
Typing "Since: 2.22." results in the creation of an api-index-2.22..xml file (ie: the last '.' is taken to be part of the version number).
This commit is contained in:
@@ -1297,7 +1297,7 @@ g_socket_bind (GSocket *socket,
|
||||
*
|
||||
* Returns: %TRUE if this socket can be used with IPv4.
|
||||
*
|
||||
* Since: 2.22.
|
||||
* Since: 2.22
|
||||
**/
|
||||
gboolean
|
||||
g_socket_speaks_ipv4 (GSocket *socket)
|
||||
|
Reference in New Issue
Block a user