cef_string_list_value

Function cef_string_list_value 

Source
pub unsafe extern "C" fn cef_string_list_value(
    list: cef_string_list_t,
    index: usize,
    value: *mut cef_string_t,
) -> c_int
Expand description

Retrieve the value at the specified zero-based string list index. Returns true (1) if the value was successfully retrieved.