Method

WPEPlatformWaylandDisplayWaylandget_wl_compositor

Declaration [src]

wl_compositor*
wpe_display_wayland_get_wl_compositor (
  WPEDisplayWayland* display
)

Description [src]

Get the Wayland compositor of display.

This method is not directly available to language bindings.

Return value

Type: wl_compositor*

A Wayland wl_compositor, or NULL if display is not connected.

The data is owned by the instance.
The return value can be NULL.