Function glib_sys::g_regex_replace_literal
[−]
[src]
pub unsafe extern "C" fn g_regex_replace_literal(
regex: *const GRegex,
string: *mut c_char,
string_len: ssize_t,
start_position: c_int,
replacement: *const c_char,
match_options: GRegexMatchFlags,
error: *mut *mut GError
) -> *mut c_char