summaryrefslogtreecommitdiffstats
path: root/include/ingen/CommonInterface.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ingen/CommonInterface.hpp')
-rw-r--r--include/ingen/CommonInterface.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/ingen/CommonInterface.hpp b/include/ingen/CommonInterface.hpp
index c42a3eea..f67f1d13 100644
--- a/include/ingen/CommonInterface.hpp
+++ b/include/ingen/CommonInterface.hpp
@@ -60,6 +60,9 @@ public:
virtual void disconnect(const Raul::Path& src_port_path,
const Raul::Path& dst_port_path) = 0;
+ virtual void disconnect_all(const Raul::Path& parent_patch_path,
+ const Raul::Path& path) = 0;
+
virtual void set_property(const Raul::URI& subject,
const Raul::URI& predicate,
const Raul::Atom& value) = 0;