Signal

GSSDPResourceBrowser::resource-update

since: 1.2.0

Declaration

void
resource_update (
  GSSDPResourceBrowser* self,
  gchar* usn,
  guint boot_id,
  guint next_boot_id,
  gpointer user_data
)

Description [src]

The ::resource-update signal is emitted whenever an UPnP 1.1 device is about to change it’s BOOTID.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Available since: 1.2.0

Parameters

usn

Type: gchar*

The USN of the resource.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
boot_id

Type: guint

The current boot-id.

next_boot_id

Type: guint

The next boot-id.