summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-11-01 14:13:05 +0100
committerwm4 <wm4@nowhere>2014-11-01 15:45:41 +0100
commitde59b87609f99da7c6f5deea688829d5398fc64d (patch)
tree305942ab15bfe5cfed50ca4a38ce3269b50e26ab /DOCS/man
parenta1e7daf9429a2052a20df133cc9c7f8335071c22 (diff)
downloadmpv-de59b87609f99da7c6f5deea688829d5398fc64d.tar.bz2
mpv-de59b87609f99da7c6f5deea688829d5398fc64d.tar.xz
ipc: add a command to retrieve API version
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/ipc.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/man/ipc.rst b/DOCS/man/ipc.rst
index 3d0be74423..2b5b3d2156 100644
--- a/DOCS/man/ipc.rst
+++ b/DOCS/man/ipc.rst
@@ -156,6 +156,10 @@ extra commands can also be used as part of the protocol:
Undo one ``suspend`` call. ``suspend`` increments an internal counter, and
``resume`` decrements it. When 0 is reached, the player is actually resumed.
+``get_version``
+ Returns the client API version the C API of the remote mpv instance
+ provides. (Also see ``DOCS/client-api-changes.rst``.)
+
UTF-8
-----