summaryrefslogtreecommitdiffstats
path: root/ingen/AtomWriter.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-03-26 22:32:53 +0200
committerDavid Robillard <d@drobilla.net>2017-03-26 22:49:48 +0200
commitda33ac899a390ac13abbc6fba36d1b5c1d65d267 (patch)
tree887af451a7e9fe7d2d1aac076246b8d410747e9c /ingen/AtomWriter.hpp
parent09a0252c938fbdc3a0329520e78586432528eda9 (diff)
downloadingen-nodeless.tar.gz
ingen-nodeless.tar.bz2
ingen-nodeless.zip
Add properties parameter to delete interfacenodeless
Diffstat (limited to 'ingen/AtomWriter.hpp')
-rw-r--r--ingen/AtomWriter.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ingen/AtomWriter.hpp b/ingen/AtomWriter.hpp
index e7a02049..c14e70d4 100644
--- a/ingen/AtomWriter.hpp
+++ b/ingen/AtomWriter.hpp
@@ -61,7 +61,8 @@ public:
void move(const Raul::Path& old_path,
const Raul::Path& new_path);
- void del(const Raul::URI& uri);
+ void del(const Raul::URI& uri,
+ const Properties& properties = Properties());
void connect(const Raul::Path& tail,
const Raul::Path& head);