summaryrefslogtreecommitdiffstats
path: root/libmpv/client.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-10-04 16:18:10 +0200
committerwm4 <wm4@nowhere>2019-10-04 16:18:10 +0200
commite49cec58328e549ba2da9d47e1845924281aabaa (patch)
tree932b4a5fb1bafa468e5ff00e19604dbf559f9ef2 /libmpv/client.h
parentfd7aff7a9d9c45cb0f9ef1e7e7254e585b26a114 (diff)
downloadmpv-e49cec58328e549ba2da9d47e1845924281aabaa.tar.bz2
mpv-e49cec58328e549ba2da9d47e1845924281aabaa.tar.xz
manpage: clarify some details about async. commands and "subprocess"
There's potential confusion about how long a process started with the "subprocess" command is allowed to live. Add some more explanations regarding "subprocess" specifics (such as the playback_only field), and things that apply to asynchronous commands in general. Partially for #7025.
Diffstat (limited to 'libmpv/client.h')
-rw-r--r--libmpv/client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libmpv/client.h b/libmpv/client.h
index 8ee7d87f17..0ede0561dd 100644
--- a/libmpv/client.h
+++ b/libmpv/client.h
@@ -111,6 +111,8 @@ extern "C" {
* and asynchronous calls. If you want a guaranteed order, you need to wait
* until asynchronous calls report completion before doing the next call.
*
+ * See also the section "Asynchronous command details" in the manpage.
+ *
* Multithreading
* --------------
*