Method
WPEPlatformClipboardContentget_bytes
Declaration [src]
GBytes*
wpe_clipboard_content_get_bytes (
WPEClipboardContent* content,
const char* format
)
Parameters
format-
Type:
const char*A MIME type format.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.
Return value
Type: GBytes
The bytes on content for MIME type format or NULL.
| The data is owned by the instance. |
The return value can be NULL. |