#include #include module Bindings.CEF3.CommandLine (module Bindings.CEF3.CommandLine) where #strict_import import Bindings.Synonyms import Bindings.CEF3.Base import Bindings.CEF3.Internal.CefString import Bindings.CEF3.Internal.CefStringList import Bindings.CEF3.Internal.CefStringMap #starttype cef_command_line_t #field base, #field is_valid, #field is_read_only, #field copy, #field init_from_argv, #field init_from_string, #field reset, #field get_argv, #field get_command_line_string, #field get_program, #field set_program, #field has_switches, #field has_switch, #field get_switch_value, #field get_switches, #field append_switch, #field append_switch_with_value, #field has_arguments, #field get_arguments, #field append_argument, #field prepend_wrapper, #stoptype #callback_t cb_cef_command_line_is_valid, Ptr -> IO #callback_t cb_cef_command_line_is_read_only, Ptr -> IO #callback_t cb_cef_command_line_copy, Ptr -> IO (Ptr ) #callback_t cb_cef_command_line_init_from_argv, Ptr -> -> Ptr -> IO #callback_t cb_cef_command_line_init_from_string, Ptr -> Ptr -> IO #callback_t cb_cef_command_line_reset, Ptr -> IO #callback_t cb_cef_command_line_get_argv, Ptr -> -> IO #callback_t cb_cef_command_line_get_command_line_string, Ptr -> IO #callback_t cb_cef_command_line_get_program, Ptr -> IO #callback_t cb_cef_command_line_set_program, Ptr -> Ptr -> IO #callback_t cb_cef_command_line_has_switches, Ptr -> IO #callback_t cb_cef_command_line_has_switch, Ptr -> Ptr -> IO #callback_t cb_cef_command_line_get_switch_value, Ptr -> Ptr -> IO #callback_t cb_cef_command_line_get_switches, Ptr -> -> IO #callback_t cb_cef_command_line_append_switch, Ptr -> Ptr -> IO #callback_t cb_cef_command_line_append_switch_with_value, Ptr -> Ptr -> Ptr -> IO #callback_t cb_cef_command_line_has_arguments, Ptr -> IO #callback_t cb_cef_command_line_get_arguments, Ptr -> -> IO #callback_t cb_cef_command_line_append_argument, Ptr -> Ptr -> IO #callback_t cb_cef_command_line_prepend_wrapper, Ptr -> Ptr -> IO #ccall cef_command_line_create, IO (Ptr ) #ccall cef_command_line_get_global, IO (Ptr )