#include #include module Bindings.CEF3.Values (module Bindings.CEF3.Values) where #strict_import import Bindings.Synonyms import Bindings.CEF3.Base import Bindings.CEF3.Internal.CefString import Bindings.CEF3.Internal.CefStringList import Bindings.CEF3.Internal.CefTypes #starttype cef_binary_value_t #field base, #field is_valid, #field is_owned, #field copy, #field get_size, #field get_data, #stoptype #callback_t cb_cef_binary_value_is_valid, Ptr -> IO #callback_t cb_cef_binary_value_is_owned, Ptr -> IO #callback_t cb_cef_binary_value_copy, Ptr -> IO (Ptr ) #callback_t cb_cef_binary_value_get_size, Ptr -> IO #callback_t cb_cef_binary_value_get_data, Ptr -> Ptr -> -> -> IO #starttype cef_dictionary_value_t #field base, #field is_valid, #field is_owned, #field is_read_only, #field copy, #field get_size, #field clear, #field has_key, #field get_keys, #field remove, #field get_type, #field get_bool, #field get_int, #field get_double, #field get_string, #field get_binary, #field get_dictionary, #field get_list, #field set_null, #field set_bool, #field set_int, #field set_double, #field set_string, #field set_binary, #field set_dictionary, #field set_list, #stoptype #callback_t cb_cef_dictionary_value_is_valid, Ptr -> IO #callback_t cb_cef_dictionary_value_is_owned, Ptr -> IO #callback_t cb_cef_dictionary_value_is_read_only, Ptr -> IO #callback_t cb_cef_dictionary_value_copy, Ptr -> -> IO (Ptr ) #callback_t cb_cef_dictionary_value_get_size, Ptr -> IO #callback_t cb_cef_dictionary_value_clear, Ptr -> IO #callback_t cb_cef_dictionary_value_has_key, Ptr -> Ptr -> IO #callback_t cb_cef_dictionary_value_get_keys, Ptr -> -> IO #callback_t cb_cef_dictionary_value_remove, Ptr -> Ptr -> IO #callback_t cb_cef_dictionary_value_get_type, Ptr -> Ptr -> IO #callback_t cb_cef_dictionary_value_get_bool, Ptr -> Ptr -> IO #callback_t cb_cef_dictionary_value_get_int, Ptr -> Ptr -> IO #callback_t cb_cef_dictionary_value_get_double, Ptr -> Ptr -> IO #callback_t cb_cef_dictionary_value_get_string, Ptr -> Ptr -> IO #callback_t cb_cef_dictionary_value_get_binary, Ptr -> Ptr -> IO (Ptr ) #callback_t cb_cef_dictionary_value_get_dictionary, Ptr -> Ptr -> IO (Ptr ) #callback_t cb_cef_dictionary_value_get_list, Ptr -> Ptr -> IO (Ptr ) #callback_t cb_cef_dictionary_value_set_null, Ptr -> Ptr -> IO #callback_t cb_cef_dictionary_value_set_bool, Ptr -> Ptr -> -> IO #callback_t cb_cef_dictionary_value_set_int, Ptr -> Ptr -> -> IO #callback_t cb_cef_dictionary_value_set_double, Ptr -> Ptr -> -> IO #callback_t cb_cef_dictionary_value_set_string, Ptr -> Ptr -> Ptr -> IO #callback_t cb_cef_dictionary_value_set_binary, Ptr -> Ptr -> Ptr -> IO #callback_t cb_cef_dictionary_value_set_dictionary, Ptr -> Ptr -> Ptr -> IO #callback_t cb_cef_dictionary_value_set_list, Ptr -> Ptr -> Ptr -> IO #starttype cef_list_value_t #field base, #field is_valid, #field is_owned, #field is_read_only, #field copy, #field set_size, #field get_size, #field clear, #field remove, #field get_type, #field get_bool, #field get_int, #field get_double, #field get_string, #field get_binary, #field get_dictionary, #field get_list, #field set_null, #field set_bool, #field set_int, #field set_double, #field set_string, #field set_binary, #field set_dictionary, #field set_list, #stoptype #callback_t cb_cef_list_value_is_valid, Ptr -> IO #callback_t cb_cef_list_value_is_owned, Ptr -> IO #callback_t cb_cef_list_value_is_read_only, Ptr -> IO #callback_t cb_cef_list_value_copy, Ptr -> IO (Ptr ) #callback_t cb_cef_list_value_set_size, Ptr -> -> IO #callback_t cb_cef_list_value_get_size, Ptr -> IO #callback_t cb_cef_list_value_clear, Ptr -> IO #callback_t cb_cef_list_value_remove, Ptr -> -> IO #callback_t cb_cef_list_value_get_type, Ptr -> -> IO #callback_t cb_cef_list_value_get_bool, Ptr -> -> IO #callback_t cb_cef_list_value_get_int, Ptr -> -> IO #callback_t cb_cef_list_value_get_double, Ptr -> -> IO #callback_t cb_cef_list_value_get_string, Ptr -> -> IO #callback_t cb_cef_list_value_get_binary, Ptr -> -> IO (Ptr ) #callback_t cb_cef_list_value_get_dictionary, Ptr -> -> IO (Ptr ) #callback_t cb_cef_list_value_get_list, Ptr -> -> IO (Ptr ) #callback_t cb_cef_list_value_set_null, Ptr -> -> IO #callback_t cb_cef_list_value_set_bool, Ptr -> -> -> IO #callback_t cb_cef_list_value_set_int, Ptr -> -> -> IO #callback_t cb_cef_list_value_set_double, Ptr -> -> -> IO #callback_t cb_cef_list_value_set_string, Ptr -> -> Ptr -> IO #callback_t cb_cef_list_value_set_binary, Ptr -> -> Ptr -> IO #callback_t cb_cef_list_value_set_dictionary, Ptr -> -> Ptr -> IO #callback_t cb_cef_list_value_set_list, Ptr -> -> Ptr -> IO #ccall cef_binary_value_create, Ptr -> -> IO (Ptr ) #ccall cef_dictionary_value_create, IO (Ptr ) #ccall cef_list_value_create, IO (Ptr )