summaryrefslogtreecommitdiff
path: root/plugins/warp/api/warp.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/warp/api/warp.h')
-rw-r--r--plugins/warp/api/warp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/warp/api/warp.h b/plugins/warp/api/warp.h
index 14be9a0d..01f4aaee 100644
--- a/plugins/warp/api/warp.h
+++ b/plugins/warp/api/warp.h
@@ -381,6 +381,9 @@ namespace Warp {
/// Retrieve all available containers.
static std::vector<Ref<Container> > All();
+ /// Add a new container with the given name.
+ static Ref<Container> Add(const std::string &name);
+
std::string GetName() const;
std::vector<Source> GetSources() const;