diff options
Diffstat (limited to 'slv2')
-rw-r--r-- | slv2/port.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/slv2/port.h b/slv2/port.h index a55a1a8..1497884 100644 --- a/slv2/port.h +++ b/slv2/port.h @@ -38,6 +38,16 @@ extern "C" { * Time = Query */ SLV2Values +slv2_port_get_value(SLV2Plugin plugin, + SLV2Port port, + SLV2Value predicate); + + +/** Port analog of slv2_plugin_get_value_by_qname. + * + * Time = Query + */ +SLV2Values slv2_port_get_value_by_qname(SLV2Plugin plugin, SLV2Port port, const char* property_uri); |