summaryrefslogtreecommitdiff
path: root/src/format/strsym.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-08-16 09:44:06 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-08-16 09:44:06 (GMT)
commit81297d1f95d33dffe85316a91ac8b028dfc91b2f (patch)
treeb40426c87469416922c41c0ed87cdcffd9291fae /src/format/strsym.h
parentfb315963527f6412273829f09513325e446eb6c9 (diff)
Included the string symbols in the Python API.
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 eef5e9b..b074a28 100644
--- a/src/format/strsym.h
+++ b/src/format/strsym.h
@@ -75,6 +75,9 @@ GBinSymbol *g_string_symbol_new_dynamic(const char *, const vmpa2t *, StringEnco
/* Fournit l'encodage d'une chaîne de caractères. */
StringEncodingType g_string_symbol_get_encoding(const GStrSymbol *);
+/* Fournit la chaîne brute de caractères du symbole. */
+const char *g_string_symbol_get_raw(const GStrSymbol *);
+
/* Fournit la chaîne de caractères du symbole. */
const char *g_string_symbol_get_utf8(const GStrSymbol *);