Function
GlyLoaderget_mime_types_async
since: 2.0
Declaration [src]
void
gly_loader_get_mime_types_async (
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Description [src]
Async variant of gly_loader_get_mime_types().
Available since: 2.0
This function completes asynchronously. Use gly_loader_get_mime_types_finish() inside the GAsyncReadyCallback to obtain the result of the operation.
Parameters
cancellable-
Type:
GCancellableNo description available.
The argument can be NULL.The data is owned by the caller of the function. callback-
Type:
GAsyncReadyCallbackNo description available.
user_data-
Type:
gpointerUser data to pass to
callback.The argument can be NULL.The data is owned by the caller of the function.