[][src]Function lilv_sys::lilv_port_get_node

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

Get the RDF node of port.

Ports nodes may be may be URIs or blank nodes.

@return A shared node which must not be modified or freed.