[][src]Function glib_sys::g_regex_match_full

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