diff options
author | wm4 <wm4@nowhere> | 2017-01-08 10:05:07 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2017-01-08 10:05:07 +0100 |
commit | c2fdedc2ecc946feb27c80ad54cb34ed1dcd0d48 (patch) | |
tree | d036b285db8c7b3d736343af3ce7f6fe8cf825a1 /libmpv | |
parent | 2ce55238938163da8ecd302fe7c9d08e7b0b4174 (diff) |
client API: correct a comment in the API doxygen
Diffstat (limited to 'libmpv')
-rw-r--r-- | libmpv/client.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libmpv/client.h b/libmpv/client.h index 51f5c24d59..14777b429a 100644 --- a/libmpv/client.h +++ b/libmpv/client.h @@ -864,8 +864,7 @@ int mpv_command(mpv_handle *ctx, const char **args); * function succeeds, this is set to command-specific return * data. You must call mpv_free_node_contents() to free it * (again, only if the command actually succeeds). - * Currently, no command uses this, but that can change in - * the future. + * Not many commands actually use this at all. * @return error code (the result parameter is not set on error) */ int mpv_command_node(mpv_handle *ctx, mpv_node *args, mpv_node *result); |