summaryrefslogtreecommitdiff
path: root/src/glibext/gbinarycursor.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2019-11-09 13:18:35 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2019-11-09 13:18:35 (GMT)
commitc301f7e77eaca632a491b5b4417c8e4b9dce2570 (patch)
tree501ccdd583e35ccad4f3a0592f2fb1b0870e0d5f /src/glibext/gbinarycursor.h
parent459b345d69532825f21bdcd3e4f92009b0a046dc (diff)
Introduced the first features of a hexadecimal viewer.
Diffstat (limited to 'src/glibext/gbinarycursor.h')
-rw-r--r--src/glibext/gbinarycursor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/glibext/gbinarycursor.h b/src/glibext/gbinarycursor.h
index ffac19a..defcb56 100644
--- a/src/glibext/gbinarycursor.h
+++ b/src/glibext/gbinarycursor.h
@@ -57,6 +57,9 @@ GType g_binary_cursor_get_type(void);
/* Crée un nouveau suivi de positions dans un panneau. */
GLineCursor *g_binary_cursor_new(void);
+/* Précise la représentation de l'emplacement. */
+void g_binary_cursor_set_raw(GBinaryCursor *, bool);
+
/* Met à jour la position suivi dans un panneau de chargement. */
void g_binary_cursor_update(GBinaryCursor *, const vmpa2t *);