Drop.readAsync
void readAsync(string[] mimeTypes, int ioPriority, gio.cancellable.Cancellable cancellable = null, gio.types.AsyncReadyCallback callback = null)Asynchronously read the dropped data from a gdk.drop.Drop 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 gio.cancellable.Cancellable object |
callback | a gio.types.AsyncReadyCallback to call when the request is satisfied |