Method

ValentChannelServicechannel

unstable since: 1.0

Declaration [src]

void
valent_channel_service_channel (
  ValentChannelService* service,
  ValentChannel* channel
)

Description [src]

Emit ValentChannelService::channel on service.

If channel fails basic verification checks (e.g. certificate errors), the signal will not be emitted and valent_object_destroy() will be called on channel.

This method should only be called by implementations of ValentChannelService.

Available since: 1.0

Parameters

channel

Type: ValentChannel

A ValentChannel.

The data is owned by the caller of the method.