diff options
Diffstat (limited to 'src/client/ClientStore.hpp')
-rw-r--r-- | src/client/ClientStore.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/ClientStore.hpp b/src/client/ClientStore.hpp index dc02a455..c5dc023a 100644 --- a/src/client/ClientStore.hpp +++ b/src/client/ClientStore.hpp @@ -97,6 +97,9 @@ public: void disconnect(const Raul::Path& src_port_path, const Raul::Path& dst_port_path); + void disconnect_all(const Raul::Path& parent_patch_path, + const Raul::Path& path); + void del(const Raul::URI& uri); sigc::signal< void, SharedPtr<ObjectModel> > signal_new_object; |