From 747ae5bfb81285d90356677ab6409c26f3d355ae Mon Sep 17 00:00:00 2001 From: Bill Ferguson Date: Sat, 25 Dec 2021 16:18:14 -0500 Subject: [PATCH] Added darktable.destroy_storage --- .../darktable/darktable.destroy_storage.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 content/lua.api.manual/darktable/darktable.destroy_storage.md diff --git a/content/lua.api.manual/darktable/darktable.destroy_storage.md b/content/lua.api.manual/darktable/darktable.destroy_storage.md new file mode 100644 index 0000000..fb83d6b --- /dev/null +++ b/content/lua.api.manual/darktable/darktable.destroy_storage.md @@ -0,0 +1,17 @@ +--- +title: darktable.destroy_storage +id: darktable.destroy_storage +weight: 211 +draft: false +author: "people" +--- + +``` +function( + plugin_name : string +) +``` + +This function will destroy a storage created by darktable.register_storage. + +* **plugin_name** - _string_ - The name of the plugin to destroy.