cef_translator_test_t

Undocumented in source.
struct cef_translator_test_t {}

Members

Variables

base
cef_base_t base;
Undocumented in source.
get_bool
int function(cef_translator_test_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_double
double function(cef_translator_test_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_translator_test_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_int_list_by_ref
int function(cef_translator_test_t*, size_t*, int*) get_int_list_by_ref;
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_list_size
size_t function(cef_translator_test_t*) get_int_list_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_long
long function(cef_translator_test_t*) get_long;
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_own_ptr_library
cef_translator_test_scoped_library_t* function(cef_translator_test_t*, int) get_own_ptr_library;
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_point
cef_point_t function(cef_translator_test_t*) get_point;
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_point_by_ref
void function(cef_translator_test_t*, cef_point_t*) get_point_by_ref;
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_point_list_by_ref
int function(cef_translator_test_t*, size_t*, cef_point_t*) get_point_list_by_ref;
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_point_list_size
size_t function(cef_translator_test_t*) get_point_list_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_ref_ptr_client_list_by_ref
int function(cef_translator_test_t*, size_t*, cef_translator_test_ref_ptr_client_t**, cef_translator_test_ref_ptr_client_t*, cef_translator_test_ref_ptr_client_t*) get_ref_ptr_client_list_by_ref;
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_ref_ptr_client_list_size
size_t function(cef_translator_test_t*) get_ref_ptr_client_list_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_ref_ptr_library
cef_translator_test_ref_ptr_library_t* function(cef_translator_test_t*, int) get_ref_ptr_library;
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_ref_ptr_library_list_by_ref
int function(cef_translator_test_t*, size_t*, cef_translator_test_ref_ptr_library_t**, int, int) get_ref_ptr_library_list_by_ref;
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_ref_ptr_library_list_size
size_t function(cef_translator_test_t*) get_ref_ptr_library_list_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_sizet
size_t function(cef_translator_test_t*) get_sizet;
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_translator_test_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_string_by_ref
void function(cef_translator_test_t*, cef_string_t*) get_string_by_ref;
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_list_by_ref
int function(cef_translator_test_t*, cef_string_list_t) get_string_list_by_ref;
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_map_by_ref
int function(cef_translator_test_t*, cef_string_map_t) get_string_map_by_ref;
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_multimap_by_ref
int function(cef_translator_test_t*, cef_string_multimap_t) get_string_multimap_by_ref;
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_void
void function(cef_translator_test_t*) get_void;
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_translator_test_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_child_own_ptr_client
int function(cef_translator_test_t*, cef_translator_test_scoped_client_child_t*) set_child_own_ptr_client;
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_child_own_ptr_client_and_return_parent
cef_translator_test_scoped_client_t* function(cef_translator_test_t*, cef_translator_test_scoped_client_child_t*) set_child_own_ptr_client_and_return_parent;
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_child_own_ptr_library
int function(cef_translator_test_t*, cef_translator_test_scoped_library_child_t*) set_child_own_ptr_library;
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_child_own_ptr_library_and_return_parent
cef_translator_test_scoped_library_t* function(cef_translator_test_t*, cef_translator_test_scoped_library_child_t*) set_child_own_ptr_library_and_return_parent;
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_child_raw_ptr_client
int function(cef_translator_test_t*, cef_translator_test_scoped_client_child_t*) set_child_raw_ptr_client;
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_child_raw_ptr_library
int function(cef_translator_test_t*, cef_translator_test_scoped_library_child_t*) set_child_raw_ptr_library;
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_child_ref_ptr_client
int function(cef_translator_test_t*, cef_translator_test_ref_ptr_client_child_t*) set_child_ref_ptr_client;
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_child_ref_ptr_client_and_return_parent
cef_translator_test_ref_ptr_client_t* function(cef_translator_test_t*, cef_translator_test_ref_ptr_client_child_t*) set_child_ref_ptr_client_and_return_parent;
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_child_ref_ptr_library
int function(cef_translator_test_t*, cef_translator_test_ref_ptr_library_child_t*) set_child_ref_ptr_library;
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_child_ref_ptr_library_and_return_parent
cef_translator_test_ref_ptr_library_t* function(cef_translator_test_t*, cef_translator_test_ref_ptr_library_child_t*) set_child_ref_ptr_library_and_return_parent;
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_translator_test_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_translator_test_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_int_list
int function(cef_translator_test_t*, size_t, const(int*)) set_int_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_long
int function(cef_translator_test_t*, long) set_long;
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_own_ptr_client
int function(cef_translator_test_t*, cef_translator_test_scoped_client_t*) set_own_ptr_client;
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_own_ptr_client_and_return
cef_translator_test_scoped_client_t* function(cef_translator_test_t*, cef_translator_test_scoped_client_t*) set_own_ptr_client_and_return;
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_own_ptr_library
int function(cef_translator_test_t*, cef_translator_test_scoped_library_t*) set_own_ptr_library;
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_own_ptr_library_and_return
cef_translator_test_scoped_library_t* function(cef_translator_test_t*, cef_translator_test_scoped_library_t*) set_own_ptr_library_and_return;
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_point
int function(cef_translator_test_t*, const(cef_point_t)*) set_point;
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_point_list
int function(cef_translator_test_t*, size_t, const(cef_point_t*) val) set_point_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_raw_ptr_client
int function(cef_translator_test_t*, cef_translator_test_scoped_client_t*) set_raw_ptr_client;
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_raw_ptr_client_list
int function(cef_translator_test_t*, size_t, const(cef_translator_test_scoped_client_t*), int, int) set_raw_ptr_client_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_raw_ptr_library
int function(cef_translator_test_t*, cef_translator_test_scoped_library_t*) set_raw_ptr_library;
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_raw_ptr_library_list
int function(cef_translator_test_t*, size_t, const(cef_translator_test_scoped_library_t*), int, int) set_raw_ptr_library_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_ref_ptr_client
int function(cef_translator_test_t*, cef_translator_test_ref_ptr_client_t*) set_ref_ptr_client;
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_ref_ptr_client_and_return
cef_translator_test_ref_ptr_client_t* function(cef_translator_test_t* self, cef_translator_test_ref_ptr_client_t*) set_ref_ptr_client_and_return;
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_ref_ptr_client_list
int function(cef_translator_test_t*, size_t, const(cef_translator_test_ref_ptr_client_t*) val, int, int) set_ref_ptr_client_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_ref_ptr_library
int function(cef_translator_test_t*, cef_translator_test_ref_ptr_library_t*) set_ref_ptr_library;
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_ref_ptr_library_and_return
cef_translator_test_ref_ptr_library_t* function(cef_translator_test_t*, cef_translator_test_ref_ptr_library_t*) set_ref_ptr_library_and_return;
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_ref_ptr_library_list
int function(cef_translator_test_t*, size_t, const(cef_translator_test_ref_ptr_library_t*) val, int, int) set_ref_ptr_library_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_sizet
int function(cef_translator_test_t*, size_t) set_sizet;
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_translator_test_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_string_list
int function(cef_translator_test_t*, cef_string_list_t) set_string_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_string_map
int function(cef_translator_test_t*, cef_string_map_t) set_string_map;
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_multimap
int function(cef_translator_test_t*, cef_string_multimap_t) set_string_multimap;
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_void
int function(cef_translator_test_t*) set_void;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Meta