Packages
glib-2.0
GLib
GenericArray
length
GenericArray
GenericArray.null_terminated
@foreach
@get
@set
_sort_with_data
add
copy
extend
extend_and_steal
find
find_custom
find_with_equal_func
insert
is_null_terminated
remove
remove_fast
remove_index
remove_index_fast
remove_range
sort
sort_values
sort_values_with_data
sort_with_data
steal
steal_index
steal_index_fast
data
find_custom
Description:
[
Version
( since =
"2.54"
) ]
[
CCode
( cname =
"g_ptr_array_find_with_equal_func"
, simple_generics =
true
) ]
public
bool
find_custom
<
T
> (
T
needle,
ArraySearchFunc
<
G
,
T
>? equal_func,
out
uint
index =
null
)