cef_parse_url

Parse the specified |url| into its component parts. Returns false (0) if the URL is NULL or invalid.

version(cef && embedded_cef_bindings)
extern (C)
int
cef_parse_url
(
const(cef_string_t)* url
,)

Meta