gtk_accessible_hyperlink_new

Function gtk_accessible_hyperlink_new 

Source
pub unsafe extern "C" fn gtk_accessible_hyperlink_new(
    parent: *mut GtkAccessibleHypertext,
    index: c_uint,
    uri: *const c_char,
    bounds: *mut GtkAccessibleTextRange,
) -> *mut GtkAccessibleHyperlink
Available on crate feature v4_22 only.