summaryrefslogtreecommitdiffstats
path: root/DOCS/client-api-changes.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-09-26 16:45:55 +0200
committerwm4 <wm4@nowhere>2016-09-26 16:49:35 +0200
commite6dedbcc230f6382875bbb5f78a918dc204e8baa (patch)
tree9849ae7714a6896234da7815a1396379746edd24 /DOCS/client-api-changes.rst
parenta314b1013fc148d1038129b0bda3b6a3cc85ed2a (diff)
downloadmpv-e6dedbcc230f6382875bbb5f78a918dc204e8baa.tar.bz2
mpv-e6dedbcc230f6382875bbb5f78a918dc204e8baa.tar.xz
qthelper: introduce new convenience functions
(Why the heck is the C++ helper not in a separate repository?)
Diffstat (limited to 'DOCS/client-api-changes.rst')
-rw-r--r--DOCS/client-api-changes.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/client-api-changes.rst b/DOCS/client-api-changes.rst
index 2a9371055a..87b1c650da 100644
--- a/DOCS/client-api-changes.rst
+++ b/DOCS/client-api-changes.rst
@@ -48,6 +48,9 @@ API changes
In future mpv releases, the conflicting deprecated options/properties
will be removed, and mpv_set_option() will internally translate API
calls to mpv_set_property().
+ - qthelper.hpp: deprecate get_property_variant, set_property_variant,
+ mpv_set_option, command_variant, and replace them with get_property,
+ set_property, command.
--- mpv 0.19.0 ---
1.22 - add stream_cb API for custom protocols
--- mpv 0.18.1 ---