Drop.readAsync

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

class Drop
void
readAsync
(
string[] mimeTypes
,,,
GAsyncReadyCallback callback
,
void* userData
)

Parameters

mimeTypes string[]

pointer to an array of mime types

ioPriority int

the I/O priority for the read operation

cancellable Cancellable

optional GCancellable object, %NULL to ignore

callback GAsyncReadyCallback

a GAsyncReadyCallback to call when the request is satisfied

userData void*

the data to pass to @callback

Meta