aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-05-22 18:26:35 -0400
committerDavid Robillard <d@drobilla.net>2023-11-11 09:54:18 -0500
commit91051e9059b67b8d633e385afb48a36d4f9467ba (patch)
tree0d221ea736e27dec7f405acfe2b866b4f81398e3 /doc
parentc59e88aa6fa60c6f7424da737fcaf0496a0bf3d6 (diff)
downloadpugl-91051e9059b67b8d633e385afb48a36d4f9467ba.tar.gz
pugl-91051e9059b67b8d633e385afb48a36d4f9467ba.tar.bz2
pugl-91051e9059b67b8d633e385afb48a36d4f9467ba.zip
Add action parameter to puglAcceptOffer()
Diffstat (limited to 'doc')
-rw-r--r--doc/c/clipboards.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/c/clipboards.rst b/doc/c/clipboards.rst
index c7b6ef4..ca8b4ad 100644
--- a/doc/c/clipboards.rst
+++ b/doc/c/clipboards.rst
@@ -90,7 +90,7 @@ it can accept the offer with :func:`puglAcceptOffer`:
}
}
-A view region must be given,
+An :enum:`action <PuglAction>` and view region must be given,
which the window system may use to optimize the process and/or provide user feedback.
When an offer is accepted,