diff options
-rw-r--r-- | libmpv/client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpv/client.h b/libmpv/client.h index c7405d826b..8faa7b8129 100644 --- a/libmpv/client.h +++ b/libmpv/client.h @@ -1527,6 +1527,7 @@ int mpv_request_event(mpv_handle *ctx, mpv_event_id event, int enable); * log level as set by the "--msg-level" option. This works * even if the terminal is disabled. (Since API version 1.19.) * Also see mpv_log_level. + * @return error code */ int mpv_request_log_messages(mpv_handle *ctx, const char *min_level); |