arsd-official ~master (2024-10-25T16:17:57Z)
Dub
Repo
cef_list_value_t.get_int
arsd
webview
cef_list_value_t
Returns the value at the specified index as type int.
struct
cef_list_value_t
extern (
System
)
int
function
(
cef_list_value_t
*
self
,
size_t
index
)
nothrow
get_int
;
Meta
Source
See Implementation
arsd
webview
cef_list_value_t
variables
base
clear
copy
get_binary
get_bool
get_dictionary
get_double
get_int
get_list
get_size
get_string
get_type
get_value
is_equal
is_owned
is_read_only
is_same
is_valid
remove
set_binary
set_bool
set_dictionary
set_double
set_int
set_list
set_null
set_size
set_string
set_value
Returns the value at the specified index as type int.