Added documentation for darktable.gui.libs.snapshots.clear_snapshots() function.
This commit is contained in:
parent
96cd765e3e
commit
3ca6ee8dad
1 changed files with 9 additions and 0 deletions
|
@ -44,6 +44,15 @@ function(
|
||||||
Take a snapshot of the current image and add it to the UI
|
Take a snapshot of the current image and add it to the UI
|
||||||
The snapshot file will be generated at the next redraw of the main window
|
The snapshot file will be generated at the next redraw of the main window
|
||||||
|
|
||||||
|
## darktable.gui.libs.snapshots.clear_snapshots
|
||||||
|
|
||||||
|
```
|
||||||
|
function(
|
||||||
|
)
|
||||||
|
```
|
||||||
|
|
||||||
|
Delete all snapshots and remove them from the UI.
|
||||||
|
|
||||||
## darktable.gui.libs.snapshots.max_snapshot
|
## darktable.gui.libs.snapshots.max_snapshot
|
||||||
|
|
||||||
[types.dt_lua_snapshot_t](../../../types/dt_lua_snapshot_t) - The maximum number of snapshots
|
[types.dt_lua_snapshot_t](../../../types/dt_lua_snapshot_t) - The maximum number of snapshots
|
||||||
|
|
Loading…
Reference in a new issue