cef_app_t.on_before_command_line_processing

equate to command-line arguments will be set before this function is called. Be cautious when using this function to modify command-line arguments for non-browser processes as this may result in undefined behavior including crashes.

struct cef_app_t
extern (System)
void function(cef_app_t* self, const(cef_string_t)* process_type, cef_command_line_t* command_line) nothrow on_before_command_line_processing;

Meta