cef_command_line_t.append_switch_with_value

Add a switch with the specified value to the end of the command line. If the switch has no value pass an NULL value string.

struct cef_command_line_t
extern (System)
void function(cef_command_line_t* self, const(cef_string_t)* name, const(cef_string_t)* value) nothrow append_switch_with_value;

Meta