Added documentation for darktable.print_hinter() and darktable.print_toast() functions.

This commit is contained in:
Bill Ferguson 2021-08-21 19:26:00 -04:00
parent 35f3d59806
commit 18138be394
2 changed files with 34 additions and 0 deletions

View file

@ -0,0 +1,17 @@
---
title: darktable.print_hinter
id: darktable.print_hinter
weight: 175
draft: false
author: "people"
---
```
function(
message : string
)
```
Print a hint message to the darktable GUI.
* **message** - _string_ - The string to display.

View file

@ -0,0 +1,17 @@
---
title: darktable.print_toast
id: darktable.print_toast
weight: 185
draft: false
author: "people"
---
```
function(
message : string
)
```
Print a toast message to the darktable GUI.
* **message** - _string_ - The string to display.