#include #include module Bindings.CEF3.BrowserProcessHandler (module Bindings.CEF3.BrowserProcessHandler) where #strict_import import Bindings.Synonyms import Bindings.CEF3.Base import Bindings.CEF3.CommandLine import Bindings.CEF3.Values #starttype cef_browser_process_handler_t #field base, #field on_context_initialized, #field on_before_child_process_launch, #field on_render_process_thread_created, #stoptype #callback_t cb_cef_browser_process_handler_on_context_initialized, Ptr -> IO #callback_t cb_cef_browser_process_handler_on_before_child_process_launch, Ptr -> Ptr -> IO #callback_t cb_cef_browser_process_handler_on_render_process_thread_created, Ptr -> Ptr -> IO