cef_command_line_t.get_switch_value

Returns the value associated with the given switch. If the switch has no value or isn't present this function returns the NULL string.

struct cef_command_line_t
extern (System)
cef_string_userfree_t function(cef_command_line_t* self, const(cef_string_t)* name) nothrow get_switch_value;

Meta