Function

GlyLoaderGetMimeTypesDoneFunc

Declaration

void
(* GlyLoaderGetMimeTypesDoneFunc) (
  GStrv mime_types,
  gpointer data
)

Description

No description available.

Parameters

mime_types

Type: An array of utf8

No description available.

The array must be NULL-terminated.
Each element is a NUL terminated UTF-8 string.
data

Type: gpointer

No description available.

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