Virtual Method

ValentMessagesAdapterexport_adapter

unstable since: 1.0

Declaration [src]

void
export_adapter (
  ValentMessagesAdapter* adapter,
  ValentMessagesAdapter* object
)

Description [src]

Export object on adapter.

This method is intended to allow device plugins to expose remote message threads to the host system.

Implementations must automatically unexport any threads when destroyed.

Available since: 1.0

Parameters

object

Type: ValentMessagesAdapter

A ValentMessagesAdapter.

The data is owned by the caller of the method.