[][src]Function gtk_source_sys::gtk_source_search_context_replace2

pub unsafe extern "C" fn gtk_source_search_context_replace2(
    search: *mut GtkSourceSearchContext,
    match_start: *mut GtkTextIter,
    match_end: *mut GtkTextIter,
    replace: *const c_char,
    replace_length: c_int,
    error: *mut *mut GError
) -> gboolean