From 6d7cfdfae582353e1f10797bb2c587e6ada0aed7 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 23 Mar 2018 16:24:17 +0100 Subject: client API: deprecate mpv_get_wakeup_pipe() I don't think anything even uses it. --- DOCS/man/lua.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DOCS/man/lua.rst') diff --git a/DOCS/man/lua.rst b/DOCS/man/lua.rst index 53e6d1db21..be2cf5bcb8 100644 --- a/DOCS/man/lua.rst +++ b/DOCS/man/lua.rst @@ -427,7 +427,7 @@ are useful only in special situations. ``mp.get_wakeup_pipe()`` Calls ``mpv_get_wakeup_pipe()`` and returns the read end of the wakeup - pipe. (See ``client.h`` for details.) + pipe. This is deprecated, but still works. (See ``client.h`` for details.) ``mp.get_next_timeout()`` Return the relative time in seconds when the next timer (``mp.add_timeout`` -- cgit v1.2.3