Method
GdkDropread_async
Declaration [src]
void
gdk_drop_read_async (
  GdkDrop* self,
  const char** mime_types,
  int io_priority,
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer user_data
)
Description [src]
Asynchronously read the dropped data from a GdkDrop
in a format that complies with one of the mime types.
This method completes asynchronously. Use gdk_drop_read_finish() inside the GAsyncReadyCallback to obtain the result of the operation.
Parameters
- mime_types
- 
            Type: An array of utf8pointer to an array of mime types. The array must be NULL-terminated.The data is owned by the caller of the method. Each element is a NUL terminated UTF-8 string. 
- io_priority
- 
            Type: intThe I/O priority for the read operation. 
- cancellable
- 
            Type: GCancellableOptional GCancellableobject.The argument can be NULL.The data is owned by the caller of the method. 
- callback
- 
            Type: GAsyncReadyCallbackA GAsyncReadyCallbackto call when the request is satisfied.The argument can be NULL.
- user_data
- 
            Type: gpointerThe data to pass to callback.The argument can be NULL.The data is owned by the caller of the method.