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.
This commit is contained in:
2021-10-12 01:26:06 +02:00
parent 13a16d1eb5
commit 627c296057
5 changed files with 210 additions and 62 deletions

View File

@@ -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);