cef_command_line_t.append_argument

Add an argument to the end of the command line.

struct cef_command_line_t
extern (System)
void function(cef_command_line_t* self, const(cef_string_t)* argument) nothrow append_argument;

Meta