summaryrefslogtreecommitdiff
path: root/src/gtkext/gtkstatusstack.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2019-11-09 13:18:35 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2019-11-09 13:18:35 (GMT)
commitc301f7e77eaca632a491b5b4417c8e4b9dce2570 (patch)
tree501ccdd583e35ccad4f3a0592f2fb1b0870e0d5f /src/gtkext/gtkstatusstack.h
parent459b345d69532825f21bdcd3e4f92009b0a046dc (diff)
Introduced the first features of a hexadecimal viewer.
Diffstat (limited to 'src/gtkext/gtkstatusstack.h')
-rw-r--r--src/gtkext/gtkstatusstack.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gtkext/gtkstatusstack.h b/src/gtkext/gtkstatusstack.h
index bcb9477..21c9b58 100644
--- a/src/gtkext/gtkstatusstack.h
+++ b/src/gtkext/gtkstatusstack.h
@@ -62,10 +62,10 @@ GtkWidget *gtk_status_stack_new(void);
/* Actualise les informations liées une position d'assemblage. */
-void gtk_status_stack_update_current_instruction(GtkStatusStack *, const GLoadedBinary *, const GArchInstruction *);
+void gtk_status_stack_update_current_location(GtkStatusStack *, const GLoadedBinary *, const mrange_t *, const char *);
/* Réinitialise les informations associées une position. */
-void gtk_status_stack_reset_current_instruction(GtkStatusStack *);
+void gtk_status_stack_reset_current_location(GtkStatusStack *);