summaryrefslogtreecommitdiff
path: root/src/format/format.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/format.h')
-rw-r--r--src/format/format.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/format/format.h b/src/format/format.h
index 44d005c..e552f0c 100644
--- a/src/format/format.h
+++ b/src/format/format.h
@@ -61,6 +61,9 @@ GBinContent *g_binary_format_get_content(const GBinFormat *);
/* Indique la désignation interne du format. */
const char *g_binary_format_get_name(const GBinFormat *);
+/* Fournit une description humaine du format. */
+const char *g_binary_format_get_description(const GBinFormat *);
+
/* Assure l'interprétation d'un format en différé. */
bool g_binary_format_analyze(GBinFormat *, wgroup_id_t, GtkStatusStack *);