Function gio_sys::g_list_store_find_with_equal_func

source ·
pub unsafe extern "C" fn g_list_store_find_with_equal_func(
    store: *mut GListStore,
    item: *mut GObject,
    equal_func: GEqualFunc,
    position: *mut c_uint
) -> gboolean
Available on crate feature v2_64 only.