summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-10-10 23:58:59 +0200
committerwm4 <wm4@nowhere>2014-10-11 00:33:09 +0200
commit63e2b6c4aef2afd5879b3cfb2b172ee05f17f765 (patch)
tree2fafba7b4af07814aa1ff74624b78b338d3b203e /DOCS
parent84a126b5b5f957c9ea59f962f6472569e8b3c253 (diff)
downloadmpv-63e2b6c4aef2afd5879b3cfb2b172ee05f17f765.tar.bz2
mpv-63e2b6c4aef2afd5879b3cfb2b172ee05f17f765.tar.xz
client API: add mpv_command_node[_async]
Allows passing native types as arguments. Also some minor doc improvements, including giving some (natural) improvements to mpv_free_node_contents(). Note: mpv_command_node_async() is completely untested.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/client-api-changes.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/DOCS/client-api-changes.rst b/DOCS/client-api-changes.rst
index c269ea1be0..b1274cad7b 100644
--- a/DOCS/client-api-changes.rst
+++ b/DOCS/client-api-changes.rst
@@ -25,6 +25,7 @@ API changes
::
+ 1.7 - add mpv_command_node(), mpv_command_node_async()
1.6 - modify "core-idle" property behavior
- MPV_EVENT_LOG_MESSAGE now always sends complete lines
- introduce numeric log levels (mpv_log_level)