summaryrefslogtreecommitdiff
path: root/src/gtkext/gtkstatusstack.h
diff options
context:
space:
mode:
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 *);