summaryrefslogtreecommitdiff
path: root/src/panels/panel-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/panels/panel-int.h')
-rw-r--r--src/panels/panel-int.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/panels/panel-int.h b/src/panels/panel-int.h
index 417665f..0048d19 100644
--- a/src/panels/panel-int.h
+++ b/src/panels/panel-int.h
@@ -34,6 +34,9 @@
+/* Réagit à un changement du binaire courant. */
+typedef void (* reload_for_new_binary_fc) (GEditorPanel *, GOpenidaBinary *);
+
/* Réagit à un changement d'affichage principal de contenu. */
typedef void (* reload_for_new_view_fc) (GEditorPanel *, GtkBinView *, bool);
@@ -47,6 +50,7 @@ struct _GEditorPanel
const char *name; /* Nom du panneau */
+ reload_for_new_binary_fc reload_binary; /* Changement de binaire */
reload_for_new_view_fc reload_view; /* Rechargement dû à une vue */
GtkWidget *widget; /* Composant GTK d'affichage */