summaryrefslogtreecommitdiffstats
path: root/libmpv
diff options
context:
space:
mode:
Diffstat (limited to 'libmpv')
-rw-r--r--libmpv/client.h3
1 files changed, 1 insertions, 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);