diff options
author | wm4 <wm4@nowhere> | 2017-06-14 10:23:13 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2017-06-14 10:23:13 +0200 |
commit | 82aa1ea87f1c83e9c32f8aa1bc8ce6acb14fa4e6 (patch) | |
tree | f0ba5be5e99a147118f16fdbd5e6b67b5640ef76 | |
parent | d0f807e5f38713470d307e17484e7a2441b51bb6 (diff) |
client API: document mpv_request_log_messages() return value
-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); |