cef_command_line_t.prepend_wrapper

Insert a command before the current command. Common for debuggers, like "valgrind" or "gdb --args".

struct cef_command_line_t
extern (System)
void function(cef_command_line_t* self, const(cef_string_t)* wrapper) nothrow prepend_wrapper;

Meta