From 627c296057a91e73d3cd1631caa1e61ad4f2d124 Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch
Date: Tue, 12 Oct 2021 01:26:06 +0200 Subject: query-tool: support more field types Add options to format the output for the terminal, or IRC messages. Changed the output format to separate dictionary name with a tab, so it's now rather similar to tabfiles. --- src/utils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index 178a1d9..99ad19a 100644 --- a/src/utils.h +++ b/src/utils.h @@ -36,6 +36,8 @@ } \ } +gchar *xdxf_to_pango_markup_with_reduced_effort (const gchar *xml); + gboolean stream_read_all (GByteArray *ba, GInputStream *is, GError **error); gchar *stream_read_string (GDataInputStream *dis, GError **error); gboolean xstrtoul (unsigned long *out, const char *s, int base); -- cgit v1.2.3-70-g09d2