summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-11-15 23:49:09 +0100
committerwm4 <wm4@nowhere>2016-11-15 23:49:36 +0100
commit274c6f36f551855ec22b9fa73d4214a4f36236fc (patch)
treeaf9e0a4ca357fd6296e3be4e3ffcce76d0aea20a /DOCS
parent79efe248a55fbef91174c54018f40b16f67d7e49 (diff)
downloadmpv-274c6f36f551855ec22b9fa73d4214a4f36236fc.tar.bz2
mpv-274c6f36f551855ec22b9fa73d4214a4f36236fc.tar.xz
DOCS/client-api-changes.rst: fix typo
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/client-api-changes.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/client-api-changes.rst b/DOCS/client-api-changes.rst
index 87b1c650da..75d5b7d034 100644
--- a/DOCS/client-api-changes.rst
+++ b/DOCS/client-api-changes.rst
@@ -49,8 +49,8 @@ API changes
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.
+ set_option_variant, 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 ---