Added darktable.destroy_storage
This commit is contained in:
parent
fec19f9527
commit
747ae5bfb8
1 changed files with 17 additions and 0 deletions
|
@ -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.
|
Loading…
Reference in a new issue