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);
GList of the registered content types. [element-type utf8][transfer full]
See Implementation
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);