cef_get_extensions_for_mime_type

Get the extensions associated with the given mime type. This should be passed in lower case. There could be multiple extensions for a given mime type, like "html,htm" for "text/html", or "txt,text,html,..." for "text/*". Any existing elements in the provided vector will not be erased.

version(cef && embedded_cef_bindings)
extern (C)
void
cef_get_extensions_for_mime_type
(
const(cef_string_t)* mime_type
,
cef_string_list_t extensions
)

Meta