cef_client_t.get_frame_handler

Return the handler for events related to cef_frame_t lifespan. This function will be called once during cef_browser_t creation and the result will be cached for performance reasons.

struct cef_client_t
extern (System)
cef_frame_handler_t* function(cef_client_t* self) nothrow get_frame_handler;

Meta