g_list_store_find_with_equal_func_full

Function g_list_store_find_with_equal_func_full 

Source
pub unsafe extern "C" fn g_list_store_find_with_equal_func_full(
    store: *mut GListStore,
    item: gpointer,
    equal_func: GEqualFuncFull,
    user_data: gpointer,
    position: *mut guint,
) -> gboolean