arsd-official ~master (2024-10-25T16:17:57Z)
Dub
Repo
cef_base_ref_counted_t
arsd
webview
version(cef && embedded_cef_bindings)
extern (
C
)
struct
cef_base_ref_counted_t {
alias
size_t
=
c_ulong
;
size_t
size
;
extern (
System
)
void
function
(
cef_base_ref_counted_t
*
self
)
nothrow
add_ref
;
extern (
System
)
int
function
(
cef_base_ref_counted_t
*
self
)
nothrow
release
;
extern (
System
)
int
function
(
cef_base_ref_counted_t
*
self
)
nothrow
has_one_ref
;
extern (
System
)
int
function
(
cef_base_ref_counted_t
*
self
)
nothrow
has_at_least_one_ref
;
}
Members
Aliases
size_t
alias
size_t
=
c_ulong
Variables
has_at_least_one_ref
int
function
(
cef_base_ref_counted_t
*
self
)
nothrow
has_at_least_one_ref
;
has_one_ref
int
function
(
cef_base_ref_counted_t
*
self
)
nothrow
has_one_ref
;
release
int
function
(
cef_base_ref_counted_t
*
self
)
nothrow
release
;
Meta
Source
See Implementation
arsd
webview
classes
CEF
WebView
enums
cef_content_setting_types_t
cef_content_setting_values_t
cef_log_severity_t
functions
cef_api_hash
cef_version_info
structs
cef_insets_t
cef_point_t
cef_rect_t
cef_size_t
libcef