Signal

ValentChannelService::channel

unstable since: 1.0

Declaration

void
channel (
  ValentChannelService* self,
  ValentChannel* channel,
  gpointer user_data
)

Description [src]

Emitted when a new channel has been negotiated.

In practice, when this is emitted a ValentDeviceManager will ensure a ValentDevice exists to take ownership of channel.

Default handler:

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

Available since: 1.0

Parameters

channel

Type: ValentChannel

A ValentChannel

The data is owned by the caller of the function.