Method

WPEPlatformDisplayget_screen

Declaration [src]

WPEScreen*
wpe_display_get_screen (
  WPEDisplay* display,
  guint index
)

Description [src]

Get the screen of display at index.

Parameters

index

Type: guint

The number of the screen.

Return value

Type: WPEScreen

A WPEScreen, or NULL.

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