summaryrefslogtreecommitdiff
path: root/src/gui/editem.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2014-09-21 21:26:42 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2014-09-21 21:26:42 (GMT)
commit15c0cc127f0f4551c88de6c0d46b7d38f4b3ed4b (patch)
tree5ae9be5d45152486b7cc594c192216bd393dd5b0 /src/gui/editem.h
parent65768127dea4c2760fe07cf843da7b4ad9e67da5 (diff)
Showed information about a selected address in the status bar.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@407 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/gui/editem.h')
-rw-r--r--src/gui/editem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/editem.h b/src/gui/editem.h
index 1d64534..d1b91a5 100644
--- a/src/gui/editem.h
+++ b/src/gui/editem.h
@@ -86,7 +86,7 @@ void change_editor_items_current_view(GObject *, GtkViewPanel *);
void change_editor_items_current_view_content(GtkViewPanel *);
/* Concentre l'attention de l'ensemble sur une adresse donnée. */
-void focus_address_in_editor_items(vmpa_t, GtkWidget *);
+void focus_address_in_editor_items(GLoadedBinary *, const vmpa2t *, GEditorItem *);
/* Lance une actualisation relative à l'étendue du projet. */
void update_project_area(GStudyProject *);