mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-05 00:43:40 +02:00
GInetSocketAddress: add IPv6 flowinfo and scope_id fields
struct sin6_addr has two additional fields that struct sin_addr doesn't. Add support for those to GInetSocketAddress, and make sure they don't get lost when converting between glib and native types. https://bugzilla.gnome.org/show_bug.cgi?id=635554
This commit is contained in:
@@ -1594,6 +1594,8 @@ GInetSocketAddress
|
||||
g_inet_socket_address_new
|
||||
g_inet_socket_address_get_address
|
||||
g_inet_socket_address_get_port
|
||||
g_inet_socket_address_get_flowinfo
|
||||
g_inet_socket_address_get_scope_id
|
||||
<SUBSECTION Standard>
|
||||
GInetSocketAddressClass
|
||||
GInetSocketAddressPrivate
|
||||
|
Reference in New Issue
Block a user