mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
GSocket: Add function to set/get the broadcast setting on a socket
https://bugzilla.gnome.org/show_bug.cgi?id=623187
This commit is contained in:
@@ -105,6 +105,10 @@ guint g_socket_get_ttl (GSocket
|
||||
void g_socket_set_ttl (GSocket *socket,
|
||||
guint ttl);
|
||||
|
||||
gboolean g_socket_get_broadcast (GSocket *socket);
|
||||
void g_socket_set_broadcast (GSocket *socket,
|
||||
gboolean broadcast);
|
||||
|
||||
gboolean g_socket_get_multicast_loopback (GSocket *socket);
|
||||
void g_socket_set_multicast_loopback (GSocket *socket,
|
||||
gboolean loopback);
|
||||
|
Reference in New Issue
Block a user