summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-06-14 10:23:13 +0200
committerwm4 <wm4@nowhere>2017-06-14 10:23:13 +0200
commit82aa1ea87f1c83e9c32f8aa1bc8ce6acb14fa4e6 (patch)
treef0ba5be5e99a147118f16fdbd5e6b67b5640ef76
parentd0f807e5f38713470d307e17484e7a2441b51bb6 (diff)
downloadmpv-82aa1ea87f1c83e9c32f8aa1bc8ce6acb14fa4e6.tar.bz2
mpv-82aa1ea87f1c83e9c32f8aa1bc8ce6acb14fa4e6.tar.xz
client API: document mpv_request_log_messages() return value
-rw-r--r--libmpv/client.h1
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);