Signal
GSSDP.Client::message-received
Declaration
void
message_received (
GSSDPClient self,
gchar* from_ip,
guint from_port,
gint type,
SoupMessageHeaders* headers,
gpointer user_data
)
Description [src]
Internal signal.
Default handler: | The default handler is called after the handlers added via |
Stability: | Private |
Parameters
from_ip |
gchar* |
The IP address of the source. |
|
The data is owned by the caller of the function | |
The string is a NUL terminated UTF-8 string | |
from_port |
guint |
The UDP port used by the sender. |
|
type |
gint |
The #_GSSDPMessageType. |
|
headers |
SoupMessageHeaders* |
Parsed |
|
The data is owned by the caller of the function |