Virtual Method
ValentClipboardAdapterread_bytes
unstable since: 1.0
Declaration [src]
void
read_bytes (
ValentClipboardAdapter* adapter,
const char* mimetype,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Description [src]
Get the content of adapter
.
Call valent_clipboard_adapter_read_bytes_finish()
to get the result.
Available since: 1.0
Parameters
mimetype
-
Type:
const char*
A mime-type.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. cancellable
-
Type:
GCancellable
A
GCancellable
.The argument can be NULL
.The data is owned by the caller of the method. callback
-
Type:
GAsyncReadyCallback
A
GAsyncReadyCallback
. user_data
-
Type:
gpointer
User supplied data.
The argument can be NULL
.The data is owned by the caller of the method.