Method
WPEPlatformClipboardread_bytes
Declaration [src]
GBytes*
wpe_clipboard_read_bytes (
WPEClipboard* clipboard,
const char* format
)
Parameters
format
-
Type:
const char*
The format of the text to read.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
Return value
Type: GBytes
A new GBytes
, or NULL
.
The caller of the method takes ownership of the data, and is responsible for freeing it. |
The return value can be NULL . |