Asynchronously request the clipboard contents converted to the given type.
When the operation is finished callback will be called. You must then call gdk.clipboard.Clipboard.readValueFinish to get the resulting gobject.value.Value.
For local clipboard contents that are available in the given gobject.types.TYPE_FLAG_RESERVED_ID_BIT, the value will be copied directly. Otherwise, GDK will try to use funccontent_deserialize_async to convert the clipboard's data.
a gobject.types.TYPE_FLAG_RESERVED_ID_BIT to read
the I/O priority of the request
optional gio.cancellable.Cancellable object
callback to call when the request is satisfied
Asynchronously request the clipboard contents converted to the given type.
When the operation is finished callback will be called. You must then call gdk.clipboard.Clipboard.readValueFinish to get the resulting gobject.value.Value.
For local clipboard contents that are available in the given gobject.types.TYPE_FLAG_RESERVED_ID_BIT, the value will be copied directly. Otherwise, GDK will try to use funccontent_deserialize_async to convert the clipboard's data.