mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-23 02:17:51 +02:00
gsocket: add getsockopt/setsockopt wrappers
Add g_socket_get_option() and g_socket_set_option(), wrapping getsockopt/setsockopt for the case of integer-valued options. Update code to use these instead of the underlying calls. https://bugzilla.gnome.org/show_bug.cgi?id=623187
This commit is contained in:
@@ -1900,6 +1900,8 @@ g_socket_set_ttl
|
||||
g_socket_get_ttl
|
||||
g_socket_get_broadcast
|
||||
g_socket_set_broadcast
|
||||
g_socket_get_option
|
||||
g_socket_set_option
|
||||
g_socket_get_family
|
||||
g_socket_get_fd
|
||||
g_socket_get_local_address
|
||||
|
Reference in New Issue
Block a user