Method
WPEPlatformClipboardContentserialize
Declaration [src]
gboolean
wpe_clipboard_content_serialize (
WPEClipboardContent* content,
const char* format,
GOutputStream* stream
)
Parameters
format
-
Type:
const char*
A format.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. stream
-
Type:
GOutputStream
A
GOutputStream
.The data is owned by the caller of the function.