mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 15:33:39 +02:00
Add bound address out-argument to g_socket_listener_add_address (#585566)
This is very useful when binding to "any" port.
This commit is contained in:
@@ -92,6 +92,7 @@ gboolean g_socket_listener_add_address (GSocket
|
||||
GSocketType type,
|
||||
GSocketProtocol protocol,
|
||||
GObject *source_object,
|
||||
GSocketAddress **effective_address,
|
||||
GError **error);
|
||||
gboolean g_socket_listener_add_inet_port (GSocketListener *listener,
|
||||
guint16 port,
|
||||
|
Reference in New Issue
Block a user