Function
Giocontent_types_get_registered
Declaration [src]
GList*
g_content_types_get_registered (
void
)
Description [src]
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_free_full (list, g_free)
.