- base
cef_base_t base;
Undocumented in source.
- clear
int function(cef_dictionary_value_t*) clear;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- copy
cef_dictionary_value_t* function(cef_dictionary_value_t*, int) 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_binary
cef_binary_value_t* function(cef_dictionary_value_t* self, const(cef_string_t)* key) get_binary;
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_bool
int function(cef_dictionary_value_t*, const(cef_string_t)*) get_bool;
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_dictionary
cef_dictionary_value_t* function(cef_dictionary_value_t* self, const(cef_string_t)* key) get_dictionary;
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_double
double function(cef_dictionary_value_t*, const(cef_string_t)*) get_double;
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_int
int function(cef_dictionary_value_t*, const(cef_string_t)*) get_int;
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_keys
int function(cef_dictionary_value_t*, cef_string_list_t) get_keys;
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_list
cef_list_value_t* function(cef_dictionary_value_t*, const(cef_string_t)*) get_list;
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_size
size_t function(cef_dictionary_value_t*) get_size;
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_string
cef_string_userfree_t function(cef_dictionary_value_t*, const(cef_string_t)*) get_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_type
cef_value_type_t function(cef_dictionary_value_t*, const(cef_string_t)*) get_type;
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_value
cef_value_t* function(cef_dictionary_value_t*, const(cef_string_t)*) get_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.
- has_key
int function(cef_dictionary_value_t*, const(cef_string_t)*) has_key;
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_equal
int function(cef_dictionary_value_t*, cef_dictionary_value_t*) is_equal;
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_owned
int function(cef_dictionary_value_t*) is_owned;
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_dictionary_value_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_same
int function(cef_dictionary_value_t*, cef_dictionary_value_t*) is_same;
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_dictionary_value_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.
- remove
int function(cef_dictionary_value_t*, const(cef_string_t)*) remove;
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_binary
int function(cef_dictionary_value_t*, const(cef_string_t)*, cef_binary_value_t*) set_binary;
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_bool
int function(cef_dictionary_value_t*, const(cef_string_t)*, int) set_bool;
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_dictionary
int function(cef_dictionary_value_t*, const(cef_string_t)*, cef_dictionary_value_t*) set_dictionary;
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_double
int function(cef_dictionary_value_t*, const(cef_string_t)*, double) set_double;
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_int
int function(cef_dictionary_value_t*, const(cef_string_t)*, int) set_int;
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_list
int function(cef_dictionary_value_t*, const(cef_string_t)*, cef_list_value_t*) set_list;
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_null
int function(cef_dictionary_value_t*, const(cef_string_t)*) set_null;
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_string
int function(cef_dictionary_value_t*, const(cef_string_t)*, const(cef_string_t)*) set_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.
- set_value
int function(cef_dictionary_value_t*, const(cef_string_t)*, cef_value_t*) set_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.