[][src]Function lilv_sys::lilv_port_get_symbol

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

Get the symbol of a port. The 'symbol' is a short string, a valid C identifier. Returned value is owned by port and must not be freed.