Method

WPEPlatformDisplayget_egl_display

Declaration [src]

gpointer
wpe_display_get_egl_display (
  WPEDisplay* display
  GError** error
)

Description [src]

Get the EGLDisplay of display.

This method is not directly available to language bindings.

Return value

Type: gpointer

An EGLDisplay or NULL.

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