Fixed broken link and awkward wording
This commit is contained in:
parent
c354b5fe27
commit
a5c0a9a3a6
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ function(
|
||||||
) : types.dt_lua_backgroundjob_t
|
) : types.dt_lua_backgroundjob_t
|
||||||
```
|
```
|
||||||
|
|
||||||
Create a new progress_bar displayed in [darktable.gui.libs.backgroundjobs](#darktable.gui.libs.backgroundjobs)
|
Create a new progress_bar displayed in [darktable.gui.libs.backgroundjobs](../libs/backgroundjobs.md)
|
||||||
|
|
||||||
* **text** - _string_ - The text to display in the job entry
|
* **text** - _string_ - The text to display in the job entry
|
||||||
* **\[percentage\]** - _boolean_ - Should a progress bar be displayed
|
* **\[percentage\]** - _boolean_ - Should a progress bar be displayed
|
||||||
|
@ -29,6 +29,6 @@ function(
|
||||||
)
|
)
|
||||||
```
|
```
|
||||||
|
|
||||||
* **job** - _[types.dt_lua_backgroundjob_t](../../types/dt_lua_backgroundjob_t)_ - The job who is being cancelled
|
* **job** - _[types.dt_lua_backgroundjob_t](../../types/dt_lua_backgroundjob_t)_ - The job that is being cancelled
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue