mirror of https://github.com/mpv-player/mpv
client API: fix misleading remark
This commit is contained in:
parent
bba00c133d
commit
57a0b897a2
|
@ -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
|
* client name as first argument, but also accepts the client ID formatted in
|
||||||
* this manner.
|
* this manner.
|
||||||
*
|
*
|
||||||
* @return The client name. The string is read-only and is valid until the
|
* @return The client ID.
|
||||||
* mpv_handle is destroyed.
|
|
||||||
*/
|
*/
|
||||||
int64_t mpv_client_id(mpv_handle *ctx);
|
int64_t mpv_client_id(mpv_handle *ctx);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue