lilv_port_get_node

Function lilv_port_get_node 

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

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.