aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2020-09-19 13:18:44 -0400
committerGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2020-09-19 13:18:44 -0400
commit28a73bcf0fe6fa9cd97e50734fb243c625284a89 (patch)
tree185e7334cfea073086690ec88d46fea3bc0a365f /docs
parent84388249c689a8a3d0a893d095dde86600186e6d (diff)
Added `ui.update()` for unit tests.
Diffstat (limited to 'docs')
-rw-r--r--docs/api.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/api.md b/docs/api.md
index efb66e14..e57c9b7c 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -7856,6 +7856,12 @@ Parameters:
* *`zorder`*: Flag that indicates whether or not to list buffers by their
z-order. The default value is `false`.
+<a id="ui.update"></a>
+#### `ui.update`()
+
+Processes pending GTK events, including reading from spawned processes.
+This function is primarily used in unit tests.
+
### Tables defined by `ui`