Function vips_sys::g_regex_match_all_full
[−]
[src]
pub unsafe extern "C" fn g_regex_match_all_full(
regex: *const GRegex,
string: *const gchar,
string_len: gssize,
start_position: gint,
match_options: GRegexMatchFlags,
match_info: *mut *mut GMatchInfo,
error: *mut *mut GError
) -> gboolean