cef_app_t.get_resource_bundle_handler

Return the handler for resource bundle events. If cef_settings_t.pack_loading_disabled is true (1) a handler must be returned. If no handler is returned resources will be loaded from pack files. This function is called by the browser and render processes on multiple threads.

struct cef_app_t
extern (System)
cef_resource_bundle_handler_t* function(cef_app_t* self) nothrow get_resource_bundle_handler;

Meta