summaryrefslogtreecommitdiffstats
path: root/libmpv/client.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-12-19 11:21:30 +0100
committerwm4 <wm4@nowhere>2019-12-19 11:21:30 +0100
commitce9d2c9f8e6645c7a0e9b216d29f4d237355ce61 (patch)
tree929b87c3a97d3b71c1c3bcde30f591ce1becea88 /libmpv/client.h
parentb054abe7fca640531246c4fd5397faaacbc6dd8e (diff)
downloadmpv-ce9d2c9f8e6645c7a0e9b216d29f4d237355ce61.tar.bz2
mpv-ce9d2c9f8e6645c7a0e9b216d29f4d237355ce61.tar.xz
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.
Diffstat (limited to 'libmpv/client.h')
-rw-r--r--libmpv/client.h1
1 files changed, 0 insertions, 1 deletions
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;