From ce9d2c9f8e6645c7a0e9b216d29f4d237355ce61 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 19 Dec 2019 11:21:30 +0100 Subject: client API: remove comment about error status mpv_event_property (for property observation) actually never sets an error status. You cannot distinguish between unavailable properties and properties which returned an error. Not sure if it ever did. --- libmpv/client.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libmpv/client.h b/libmpv/client.h index 36c9d8584a..4319240888 100644 --- a/libmpv/client.h +++ b/libmpv/client.h @@ -1496,7 +1496,6 @@ typedef struct mpv_event_property { * * Note that this is set to NULL if retrieving the property failed (the * format will be MPV_FORMAT_NONE). - * See mpv_event.error for the status. */ void *data; } mpv_event_property; -- cgit v1.2.3