Method

WPEPlatformViewAccessiblebind

Declaration [src]

void
wpe_view_accessible_bind (
  WPEViewAccessible* accessible,
  const char* plug_id
)

Description [src]

Bind accessible with the given plug_id.

Parameters

plug_id

Type: const char*

The plug identifier.

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