[][src]Function lilv_sys::lilv_port_supports_event

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

Return whether a port supports a certain event type.

More precisely, this returns true iff the port has an atom:supports or an ev:supportsEvent property with event_type as the value.