Signal

GUPnPControlPoint::device-proxy-unavailable

Declaration

void
device_proxy_unavailable (
  GUPnPControlPoint* self,
  GUPnPDeviceProxy* proxy,
  gpointer user_data
)

Description [src]

The ::device-proxy-unavailable signal is emitted whenever a device is not available any more.

Default handler:

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

Parameters

proxy GUPnPDeviceProxy
 

The now unavailable GUPnPDeviceProxy.

 The data is owned by the caller of the function.