Signal
GSSDPClient::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
- 
            Type: gchar*The IP address of the source. The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. 
- from_port
- 
            Type: guintThe UDP port used by the sender. 
- type
- 
            Type: gintThe #_GSSDPMessageType. 
- headers
- 
            Type: SoupMessageHeadersParsed SoupMessageHeadersfrom the message.The data is owned by the caller of the function.