cef_command_line_t.init_from_argv

Initialize the command line with the specified |argc| and |argv| values. The first argument must be the name of the program. This function is only supported on non-Windows platforms.

struct cef_command_line_t
extern (System)
void function(cef_command_line_t* self, int argc, const(char*)* argv) nothrow init_from_argv;

Meta