summaryrefslogtreecommitdiff
path: root/src/format/strsym.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-08-03 08:24:03 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-08-03 08:24:03 (GMT)
commite6f437296541fcc1a1b5d6fb693eeab963677f8b (patch)
treecf3f3795af37de633c63297bda65cfb09e43b906 /src/format/strsym.h
parent8c84aa2e41305fd388b7dac49f29ae17ee0554fb (diff)
Populated the strings panel in a generic way.
Diffstat (limited to 'src/format/strsym.h')
-rw-r--r--src/format/strsym.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/format/strsym.h b/src/format/strsym.h
index e827e6a..b3c7a44 100644
--- a/src/format/strsym.h
+++ b/src/format/strsym.h
@@ -72,6 +72,9 @@ GBinSymbol *g_string_symbol_new_read_only(GBinFormat *, const mrange_t *, String
/* Fournit l'encodage d'une chaîne de caractères. */
StringEncodingType g_string_symbol_get_encoding(const GStrSymbol *);
+/* Fournit la chaîne de caractères du symbole. */
+const char *g_string_symbol_get_utf8(const GStrSymbol *);
+
/* Construit une désignation pour chaîne de caractères. */
bool g_string_symbol_build_label(GStrSymbol *, GBinFormat *);