Package: gdk
Function gdk:clipboard-read-value-async
Lambda Listgdk:clipboard-read-value-async (clipboard gtype priority cancellable func) ArgumentsDetails
Asynchronously request the clipboard contents converted to the given gtype. When the operation is finished the func callback function will be called. You can then call the gdk:clipboard-read-value-finish function
to get the resulting value. For local clipboard contents that are available in the given gtype, the value will be copied directly. Otherwise, GDK will try to use the gdk:content-deserialize-async function to convert the clipboard's data. | See also
|
#2023-7-30