Function glib_sys::g_regex_match_all_full[][src]

pub unsafe extern "C" fn g_regex_match_all_full(
    regex: *const GRegex,
    string: *mut c_char,
    string_len: ssize_t,
    start_position: c_int,
    match_options: GRegexMatchFlags,
    match_info: *mut *mut GMatchInfo,
    error: *mut *mut GError
) -> gboolean