diff options
Diffstat (limited to 'slv2/port.h')
-rw-r--r-- | slv2/port.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/slv2/port.h b/slv2/port.h index 2cf0e30..7846541 100644 --- a/slv2/port.h +++ b/slv2/port.h @@ -52,16 +52,14 @@ slv2_port_get_properties(SLV2Plugin plugin, SLV2Port port); -#if 0 /** Return whether a port has a certain property. * * Time = Query */ bool -slv2_port_has_property(SLV2Plugin p, - SLV2Port port, - SLV2Value hint) -#endif +slv2_port_has_property(SLV2Plugin p, + SLV2Port port, + const char* property_uri); /** Get the symbol of a port given the index. |