summaryrefslogtreecommitdiffstats
path: root/libmpv
diff options
context:
space:
mode:
Diffstat (limited to 'libmpv')
-rw-r--r--libmpv/client.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/libmpv/client.h b/libmpv/client.h
index acdac45dc5..1483f1afd6 100644
--- a/libmpv/client.h
+++ b/libmpv/client.h
@@ -1166,9 +1166,8 @@ typedef enum mpv_event_id {
/**
* Happens when the player quits. The player enters a state where it tries
* to disconnect all clients. Most requests to the player will fail, and
- * mpv_wait_event() will always return instantly (returning new shutdown
- * events if no other events are queued). The client should react to this
- * and quit with mpv_destroy() as soon as possible.
+ * the client should react to this and quit with mpv_destroy() as soon as
+ * possible.
*/
MPV_EVENT_SHUTDOWN = 1,
/**