From 15baf2789cd5c5e0413616df22f235478f40e65e Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 16 Sep 2016 14:24:31 +0200 Subject: client API: declare mpv_suspend/mpv_resume deprecated They're useless, and I have no idea what they're actually supposed to do (wrt. pending input processing changes). Also remove their implicit uses from the IPC handlers. --- libmpv/client.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libmpv') diff --git a/libmpv/client.h b/libmpv/client.h index 74b5d66ed8..6f50fd881c 100644 --- a/libmpv/client.h +++ b/libmpv/client.h @@ -515,6 +515,11 @@ int mpv_load_config_file(mpv_handle *ctx, const char *filename); * mpv_suspend() is not allowed. * * Calling this on an uninitialized player (see mpv_create()) will deadlock. + * + * @deprecated This function, as well as mpv_resume(), are deprecated, and + * will stop doing anything soon. Their semantics were never + * well-defined, and their usefulness is extremely limited. The + * calls will remain stubs in order to keep ABI compatibility. */ void mpv_suspend(mpv_handle *ctx); -- cgit v1.2.3