summaryrefslogtreecommitdiff
path: root/tumbler/tumbler-util.h
diff options
context:
space:
mode:
authorGaël Bonithon <gael@xfce.org>2021-12-27 12:53:45 +0100
committerGaël Bonithon <gael@xfce.org>2021-12-27 13:11:20 +0100
commit3ea0a2d0f93f71e69c7b5db39e7c3a72dfea918a (patch)
tree0109a3ffaee681a20f9d2964a112a95508109714 /tumbler/tumbler-util.h
parent32fb595aff6fbc6e37656d510bbccb46e9c1af9e (diff)
downloadtumbler-3ea0a2d0f93f71e69c7b5db39e7c3a72dfea918a.tar.gz
Reserve some third-party API messages to debug logging
FFmpegthumbnailer is known to be really verbose, and we don't have a priori control on the messages that can be displayed by external thumbnailers (it can be in particular FFmpegthumbnailer). Fixes #10, related to #29.
Diffstat (limited to 'tumbler/tumbler-util.h')
-rw-r--r--tumbler/tumbler-util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tumbler/tumbler-util.h b/tumbler/tumbler-util.h
index 20a0cc3..24c7d29 100644
--- a/tumbler/tumbler-util.h
+++ b/tumbler/tumbler-util.h
@@ -34,6 +34,8 @@ void tumbler_util_dump_strv (const gchar *log_domain,
const gchar *label,
const gchar *const *strv);
+void tumbler_util_toggle_stderr (const gchar *log_domain);
+
gchar **tumbler_util_get_supported_uri_schemes (void) G_GNUC_MALLOC;
GKeyFile *tumbler_util_get_settings (void) G_GNUC_MALLOC;