readAsync

open fun readAsync(    mimeTypes: List<String>,     ioPriority: <Error class: unknown class>,     cancellable: <Error class: unknown class>? = null,     callback: <Error class: unknown class>?)(source)

Asynchronously read the dropped data from a GdkDrop in a format that complies with one of the mime types.

Parameters

mimeTypes

pointer to an array of mime types

ioPriority

the I/O priority for the read operation

cancellable

optional GCancellable object

callback

a GAsyncReadyCallback to call when the request is satisfied