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: GCancellable

No description available.

The argument can be NULL.
The data is owned by the caller of the function.
callback

Type: GAsyncReadyCallback

No description available.

user_data

Type: gpointer

User data to pass to callback.

The argument can be NULL.
The data is owned by the caller of the function.