glib_sys

Function g_match_info_fetch_named_pos

source
pub unsafe extern "C" fn g_match_info_fetch_named_pos(
    match_info: *const GMatchInfo,
    name: *const c_char,
    start_pos: *mut c_int,
    end_pos: *mut c_int,
) -> gboolean