summaryrefslogtreecommitdiff
path: root/src/gtkext/hexview.h
diff options
context:
space:
mode:
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 *);