summaryrefslogtreecommitdiff
path: root/src/gui/panels/binary.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2024-07-24 22:04:04 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2024-07-24 22:04:04 (GMT)
commit39ead30e3bcb19925946e9e3d752486d6cc1d0cb (patch)
treef189fa8f301916619aebdcbeac7217928c6ae481 /src/gui/panels/binary.h
parent1596de25f349ca065422074327e208cfca7d8d3f (diff)
Display new panels inside the main window when needed.
Diffstat (limited to 'src/gui/panels/binary.h')
-rw-r--r--src/gui/panels/binary.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/panels/binary.h b/src/gui/panels/binary.h
index bcf8707..b459294 100644
--- a/src/gui/panels/binary.h
+++ b/src/gui/panels/binary.h
@@ -30,6 +30,7 @@
#include "../panel.h"
+#include "../../analysis/content.h"
#include "../../glibext/helpers.h"
#include "../../gtkext/panel.h"
@@ -43,8 +44,8 @@
DECLARE_GTYPE(GtkBinaryPanel, gtk_binary_panel, GTK, BINARY_PANEL);
-/* Crée une nouvelle instance de panneau d'accueil. */
-GtkTiledPanel *gtk_binary_panel_new(void);
+/* Crée une nouvelle instance de panneau pour binaire. */
+GtkTiledPanel *gtk_binary_panel_new_for_content(GBinContent *);