cef_command_line_t.has_switch

Returns true (1) if the command line contains the given switch.

struct cef_command_line_t
extern (System)
int function(cef_command_line_t* self, const(cef_string_t)* name) nothrow has_switch;

Meta