Function gtk4_sys::gtk_text_iter_forward_search

source ·
pub unsafe extern "C" fn gtk_text_iter_forward_search(
    iter: *const GtkTextIter,
    str: *const c_char,
    flags: GtkTextSearchFlags,
    match_start: *mut GtkTextIter,
    match_end: *mut GtkTextIter,
    limit: *const GtkTextIter
) -> gboolean