From 531f18d827dd515befa8a91f5ac80c6b3872498d Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch Date: Thu, 19 Dec 2024 08:51:52 +0100 Subject: GUI: add basic configuration It is simply not feasible to write the text file by hand on Windows. --- src/stardict.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/stardict.h') diff --git a/src/stardict.h b/src/stardict.h index 85fd396..79dde47 100644 --- a/src/stardict.h +++ b/src/stardict.h @@ -108,6 +108,7 @@ GQuark stardict_error_quark (void); // --- Dictionary information -------------------------------------------------- +StardictInfo *stardict_info_new (const gchar *filename, GError **error); const gchar *stardict_info_get_path (StardictInfo *sdi) G_GNUC_PURE; const gchar *stardict_info_get_book_name (StardictInfo *sdi) G_GNUC_PURE; gsize stardict_info_get_word_count (StardictInfo *sd) G_GNUC_PURE; -- cgit v1.2.3-70-g09d2