From fa35079361b18d147125c676b72a9b50a4057ebf Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 11 Apr 2014 00:12:35 +0200 Subject: client API: remove outdated comments --- libmpv/client.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libmpv') diff --git a/libmpv/client.h b/libmpv/client.h index 46190ef02e..d417d8bbdb 100644 --- a/libmpv/client.h +++ b/libmpv/client.h @@ -574,7 +574,7 @@ void mpv_free_node_contents(mpv_node *node); * * @param name Option name. This is the same as on the mpv command line, but * without the leading "--". - * @param format see enum mpv_format. Currently, only MPV_FORMAT_STRING is valid. + * @param format see enum mpv_format. * @param[in] data Option value (according to the format). * @return error code */ @@ -639,7 +639,7 @@ int mpv_command_async(mpv_handle *ctx, uint64_t reply_userdata, * usually invokes a string parser. * * @param name The property name. See input.rst for a list of properties. - * @param format see enum mpv_format. Currently, only MPV_FORMAT_STRING is valid. + * @param format see enum mpv_format. * @param[in] data Option value. * @return error code */ @@ -661,7 +661,7 @@ int mpv_set_property_string(mpv_handle *ctx, const char *name, const char *data) * * @param reply_userdata see section about asynchronous calls * @param name The property name. - * @param format see enum mpv_format. Currently, only MPV_FORMAT_STRING is valid. + * @param format see enum mpv_format. * @param[in] data Option value. The value will be copied by the function. It * will never be modified by the client API. * @return error code if sending the request failed -- cgit v1.2.3