- base
cef_base_t base;
Undocumented in source.
- copy
cef_value_t* function(cef_value_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_binary
cef_binary_value_t* function(cef_value_t*) 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_value_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_value_t*) 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_value_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_value_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_list
cef_list_value_t* function(cef_value_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_string
cef_string_userfree_t function(cef_value_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_value_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.
- is_equal
int function(cef_value_t*, cef_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_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_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_value_t*, cef_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_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.
- set_binary
int function(cef_value_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_value_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_value_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_value_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_value_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_value_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_value_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_value_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.