summaryrefslogtreecommitdiff
path: root/src/gtkext/hexview.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2024-06-18 06:31:42 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2024-06-18 06:31:58 (GMT)
commit53edb30496d1065019406de16f9f9d96ba61cd3c (patch)
tree162cad07e27a01990d721f69f3270581417c31e7 /src/gtkext/hexview.h
parent334126eb659bc310a72a9f7f9238b7cd205a0770 (diff)
Rebuild hex views for large contents.
Diffstat (limited to 'src/gtkext/hexview.h')
-rw-r--r--src/gtkext/hexview.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/gtkext/hexview.h b/src/gtkext/hexview.h
index 8d3129d..2199786 100644
--- a/src/gtkext/hexview.h
+++ b/src/gtkext/hexview.h
@@ -28,6 +28,7 @@
#include <gtk/gtk.h>
+#include "../analysis/content.h"
#include "../glibext/helpers.h"
@@ -37,11 +38,8 @@
DECLARE_GTYPE(GtkHexView, gtk_hex_view, GTK, HEX_VIEW);
-
-
-
-
-
+/* Crée un composant d'affichage d'octets bruts et imprimables. */
+GtkHexView *gtk_hex_view_new(GBinContent *);