Socket.leaveMulticastGroupSsm

Removes socket from the multicast group defined by group, iface, and source_specific (which must all have the same values they had when you joined the group).

socket remains bound to its address and port, and can still receive unicast messages after calling this.

class Socket
bool
leaveMulticastGroupSsm

Parameters

group InetAddress

a gio.InetAddress specifying the group address to leave.

sourceSpecific InetAddress

a gio.InetAddress specifying the source-specific multicast address or NULL to ignore.

iface string

Name of the interface to use, or NULL

Return Value

Type: bool

TRUE on success, FALSE on error.

Throws

GException on failure.

Meta

Since

2.56