From ca3492213035ac6299fc54803520ee9427595181 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 26 Mar 2020 23:39:35 +0100 Subject: 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. --- DOCS/client-api-changes.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'DOCS') 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 -- cgit v1.2.3