From 57a0b897a27da13a85c013f5b1b49fb75427fe60 Mon Sep 17 00:00:00 2001 From: Alcaro Date: Thu, 13 Aug 2020 12:16:47 +0200 Subject: client API: fix misleading remark --- libmpv/client.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libmpv/client.h b/libmpv/client.h index a7c2d6694e..1731f510c4 100644 --- a/libmpv/client.h +++ b/libmpv/client.h @@ -406,8 +406,7 @@ const char *mpv_client_name(mpv_handle *ctx); * client name as first argument, but also accepts the client ID formatted in * this manner. * - * @return The client name. The string is read-only and is valid until the - * mpv_handle is destroyed. + * @return The client ID. */ int64_t mpv_client_id(mpv_handle *ctx); -- cgit v1.2.3