summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlcaro <floating@muncher.se>2020-08-13 12:16:47 +0200
committerwm4 <1387750+wm4@users.noreply.github.com>2020-08-13 12:38:15 +0200
commit57a0b897a27da13a85c013f5b1b49fb75427fe60 (patch)
tree747b59a648d1e390f9e2e6ce8fac9953b4a5b423
parentbba00c133dfab0f681c997e2d986e9af344b4a1e (diff)
downloadmpv-57a0b897a27da13a85c013f5b1b49fb75427fe60.tar.bz2
mpv-57a0b897a27da13a85c013f5b1b49fb75427fe60.tar.xz
client API: fix misleading remark
-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);