Method
ValentClipboardAdapterread_bytes
unstable since: 1.0
Declaration [src]
void
valent_clipboard_adapter_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
This method completes asynchronously. Use valent_clipboard_adapter_read_bytes_finish()
inside the GAsyncReadyCallback
to obtain the result of the operation.
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
.The argument can be NULL
. user_data
-
Type:
gpointer
User supplied data.
The argument can be NULL
.The data is owned by the caller of the method.