client API: fix misleading remark

This commit is contained in:
Alcaro 2020-08-13 12:16:47 +02:00 committed by wm4
parent bba00c133d
commit 57a0b897a2
1 changed files with 1 additions and 2 deletions

View File

@ -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);