Struct

WPEPlatformDRMDevice

since: 2.0

Description [src]

struct WPEDRMDevice {
  /* No available fields */
}

Boxed type representing a DRM device.

Available since: 2.0

Constructors

wpe_drm_device_new

Create a new WPEDRMDevice for the given primary_node and render_node.

since: 2.0

Instance methods

wpe_drm_device_get_primary_node

Get the filename of primary node of device.

since: 2.0

wpe_drm_device_get_render_node

Get the filename of render node of device.

since: 2.0

wpe_drm_device_ref

Atomically acquires a reference on the given device.

since: 2.0

wpe_drm_device_unref

Atomically releases a reference on the given device.

since: 2.0