#include #include module Bindings.CEF3.WebPlugin (module Bindings.CEF3.WebPlugin) where #strict_import import Bindings.Synonyms import Bindings.CEF3.Internal.CefString import Bindings.CEF3.Internal.CefTypes import Bindings.CEF3.Base #starttype cef_web_plugin_info_t #field base, #field get_name, #field get_path, #field get_version, #field get_description, #stoptype #callback_t cb_cef_web_plugin_info_get_name, Ptr -> IO #callback_t cb_cef_web_plugin_info_get_path, Ptr -> IO #callback_t cb_cef_web_plugin_info_get_version, Ptr -> IO #callback_t cb_cef_web_plugin_info_get_description, Ptr -> IO #starttype cef_web_plugin_info_visitor_t #field base, #field visit, #stoptype #callback_t cb_cef_web_plugin_info_visitor_visit, Ptr -> Ptr -> -> -> IO #starttype cef_web_plugin_unstable_callback_t #field base, #field is_unstable, #stoptype #callback_t cb_cef_web_plugin_unstable_callback_is_unstable, Ptr -> Ptr -> -> IO #ccall cef_visit_web_plugin_info, Ptr -> IO #ccall cef_refresh_web_plugins, IO #ccall cef_add_web_plugin_path, Ptr -> IO #ccall cef_add_web_plugin_directory, Ptr -> IO #ccall cef_remove_web_plugin_path, Ptr -> IO #ccall cef_unregister_internal_web_plugin, Ptr -> IO #ccall cef_force_web_plugin_shutdown, Ptr -> IO #ccall cef_register_web_plugin_crash, Ptr -> IO #ccall cef_is_web_plugin_unstable, Ptr -> Ptr -> IO