summaryrefslogtreecommitdiff
path: root/src/panels/panel-int.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2010-07-29 00:02:49 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2010-07-29 00:02:49 (GMT)
commit73af1bd66e5d1a2e30d56151532710f2b28d12df (patch)
tree88f98194359accd8349193f4cbe3c4cabee24d23 /src/panels/panel-int.h
parentf150f36ee0297b4499a41bbbfc06699cd2f72db5 (diff)
Improved the GDB client.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@175 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
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 */