summaryrefslogtreecommitdiff
path: root/tumbler/tumbler-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'tumbler/tumbler-util.h')
-rw-r--r--tumbler/tumbler-util.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tumbler/tumbler-util.h b/tumbler/tumbler-util.h
index 037bcf3..20a0cc3 100644
--- a/tumbler/tumbler-util.h
+++ b/tumbler/tumbler-util.h
@@ -30,6 +30,10 @@ G_BEGIN_DECLS
gboolean tumbler_util_is_debug_logging_enabled (const gchar *log_domain);
+void tumbler_util_dump_strv (const gchar *log_domain,
+ const gchar *label,
+ const gchar *const *strv);
+
gchar **tumbler_util_get_supported_uri_schemes (void) G_GNUC_MALLOC;
GKeyFile *tumbler_util_get_settings (void) G_GNUC_MALLOC;