summaryrefslogtreecommitdiff
path: root/src/gui/menus/binary.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-01-10 23:04:51 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-01-10 23:04:51 (GMT)
commit6b785b0e6c6048a4a8f1f81f9eaa407e05622368 (patch)
treedc6dc802b65ec37b3cbc3c65e9d6637654f0981c /src/gui/menus/binary.h
parentc0528230469b10d606b9d1fa66a18696b2584fed (diff)
Cleaned editor items by removing a direct link to the main window.
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 *);