cef_app_t.on_register_custom_schemes

Provides an opportunity to register custom schemes. Do not keep a reference to the |registrar| object. This function is called on the main thread for each process and the registered schemes should be the same across all processes.

struct cef_app_t
extern (System)
void function(cef_app_t* self, cef_scheme_registrar_t* registrar) nothrow on_register_custom_schemes;

Meta