Method

WPEPlatformDisplayget_clipboard

Declaration [src]

WPEClipboard*
wpe_display_get_clipboard (
  WPEDisplay* display
)

Description [src]

Get the WPEClipboard of display. If the platform doesn’t support clipboard, a local WPEClipboard is created.

Return value

Type: WPEClipboard

A WPEClipboard.

The data is owned by the instance.