summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-03-26 23:39:35 +0100
committerwm4 <wm4@nowhere>2020-03-26 23:39:35 +0100
commitca3492213035ac6299fc54803520ee9427595181 (patch)
treefacd28c3badeea381b8e32dc7e0195580ffccb0e /DOCS
parent0405b575d83ae61780db861dc68935efe6d60347 (diff)
downloadmpv-ca3492213035ac6299fc54803520ee9427595181.tar.bz2
mpv-ca3492213035ac6299fc54803520ee9427595181.tar.xz
client API: add a per client unique ID
I mostly intend this for internal purposes. Probably pretty useless for external API users, but on the other hand trivial to expose. While it makes a lot of sense internally, I'll probably regret exposing it.
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 2ccbc24e76..136e6a832e 100644
--- a/DOCS/client-api-changes.rst
+++ b/DOCS/client-api-changes.rst
@@ -36,6 +36,7 @@ API changes
1.108 - Deprecate MPV_EVENT_IDLE
- add mpv_event_start_file, mpv_event_end_file.playlist_entry_id
- add mpv_event_to_node()
+ - add mpv_client_id()
1.107 - Remove the deprecated qthelper.hpp. This was obviously not part of the
libmpv API, only an "additionally" provided helper, thus this is not
considered an API change. If you are maintaining a project that relies