mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 18:52:09 +01:00
ginetaddress.c: fix an incorrect enum name in the docs
This commit is contained in:
parent
76f46b4f33
commit
c71fc7477e
@ -443,8 +443,8 @@ g_inet_address_new_from_string (const gchar *string)
|
||||
* @family: the address family of @bytes
|
||||
*
|
||||
* Creates a new #GInetAddress from the given @family and @bytes.
|
||||
* @bytes should be 4 bytes for %G_INET_ADDRESS_IPV4 and 16 bytes for
|
||||
* %G_INET_ADDRESS_IPV6.
|
||||
* @bytes should be 4 bytes for %G_SOCKET_FAMILY_IPV4 and 16 bytes for
|
||||
* %G_SOCKET_FAMILY_IPV6.
|
||||
*
|
||||
* Returns: a new #GInetAddress corresponding to @family and @bytes.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user