ContentType.gContentTypesGetRegistered

Gets a list of strings containing all the registered content types known to the system. The list and its data should be freed using g_list_foreach (list, g_free, NULL); g_list_free (list);

class ContentType
static
gContentTypesGetRegistered
()

Return Value

Type: ListG

GList of the registered content types. [element-type utf8][transfer full]

Meta