- append_argument
void function(cef_command_line_t*, const(cef_string_t)*) append_argument;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- append_switch
void function(cef_command_line_t*, const(cef_string_t)*) append_switch;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- append_switch_with_value
void function(cef_command_line_t*, const(cef_string_t)*, const(cef_string_t)*) append_switch_with_value;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- base
cef_base_t base;
Undocumented in source.
- copy
cef_command_line_t* function(cef_command_line_t*) copy;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_arguments
void function(cef_command_line_t*, cef_string_list_t) get_arguments;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_argv
void function(cef_command_line_t*, cef_string_list_t) get_argv;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_command_line_string
cef_string_userfree_t function(cef_command_line_t*) get_command_line_string;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_program
cef_string_userfree_t function(cef_command_line_t*) get_program;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_switch_value
cef_string_userfree_t function(cef_command_line_t*, const(cef_string_t)*) get_switch_value;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_switches
void function(cef_command_line_t*, cef_string_map_t) get_switches;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- has_arguments
int function(cef_command_line_t*) has_arguments;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- has_switch
int function(cef_command_line_t*, const(cef_string_t)*) has_switch;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- has_switches
int function(cef_command_line_t*) has_switches;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- init_from_argv
void function(cef_command_line_t*, int, const(char*)*) init_from_argv;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- init_from_string
void function(cef_command_line_t*, const(cef_string_t)*) init_from_string;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- is_read_only
int function(cef_command_line_t*) is_read_only;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- is_valid
int function(cef_command_line_t*) is_valid;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- prepend_wrapper
void function(cef_command_line_t*, const(cef_string_t)*) prepend_wrapper;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- reset
void function(cef_command_line_t*) reset;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- set_program
void function(cef_command_line_t*, const(cef_string_t)*) set_program;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.