[][src]Function zathura_plugin_sys::zathura_link_new

pub unsafe extern "C" fn zathura_link_new(
    type_: zathura_link_type_t,
    position: zathura_rectangle_t,
    target: zathura_link_target_t
) -> *mut zathura_link_t

Creates a new zathura link

@param type Type of the link @param position Position of the link @param target Target @return New zathura link