cef_extension_t

Undocumented in source.

Members

Variables

base
cef_base_t base;
Undocumented in source.
get_handler
cef_extension_handler_t* function(cef_extension_t*) get_handler;
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_identifier
cef_string_userfree_t function(cef_extension_t*) get_identifier;
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_loader_context
cef_request_context_t* function(cef_extension_t*) get_loader_context;
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_manifest
cef_dictionary_value_t* function(cef_extension_t*) get_manifest;
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_path
cef_string_userfree_t function(cef_extension_t*) get_path;
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_loaded
int function(cef_extension_t*) is_loaded;
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_extension_t*, cef_extension_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.
unload
void function(cef_extension_t*) unload;
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