summaryrefslogtreecommitdiff
path: root/src/gui/menus/binary.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/menus/binary.h')
-rw-r--r--src/gui/menus/binary.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/menus/binary.h b/src/gui/menus/binary.h
index a752626..e21c4eb 100644
--- a/src/gui/menus/binary.h
+++ b/src/gui/menus/binary.h
@@ -38,10 +38,10 @@
GtkWidget *build_menu_binary(GObject *, GMenuBar *);
/* Réagit à un changement d'affichage principal de contenu. */
-void update_access_for_content_in_menu_binary(GLoadedContent *);
+void update_access_for_content_in_menu_binary(GObject *, GLoadedContent *);
/* Lance une actualisation du fait d'un changement de support. */
-void update_access_for_view_in_menu_binary(GLoadedPanel *);
+void update_access_for_view_in_menu_binary(GObject *, GLoadedPanel *);