From e49cec58328e549ba2da9d47e1845924281aabaa Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 4 Oct 2019 16:18:10 +0200 Subject: 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. --- libmpv/client.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libmpv/client.h') 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 * -------------- * -- cgit v1.2.3