[][src]Function lilv_sys::lilv_port_get_name

pub unsafe extern "C" fn lilv_port_get_name(
    plugin: *const LilvPlugin,
    port: *const LilvPort
) -> *mut LilvNode

Get the name of a port. This is guaranteed to return the untranslated name (the doap:name in the data file without a language tag). Returned value must be freed by the caller.