[][src]Function irssi_sys::g_regex_split_full

pub unsafe extern "C" fn g_regex_split_full(
    regex: *const GRegex,
    string: *const gchar,
    string_len: gssize,
    start_position: gint,
    match_options: GRegexMatchFlags,
    max_tokens: gint,
    error: *mut *mut GError
) -> *mut *mut gchar