arsd-official ~master (2024-10-25T16:17:57Z)
Dub
Repo
cef_command_line_t.has_switch
arsd
webview
cef_command_line_t
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
Source
See Implementation
arsd
webview
cef_command_line_t
variables
append_argument
append_switch
append_switch_with_value
base
copy
get_arguments
get_argv
get_command_line_string
get_program
get_switch_value
get_switches
has_arguments
has_switch
has_switches
init_from_argv
init_from_string
is_read_only
is_valid
prepend_wrapper
reset
set_program
Returns true (1) if the command line contains the given switch.