summaryrefslogtreecommitdiff
path: root/src/gui/core/panels.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-08-27 09:47:29 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-08-27 10:07:59 (GMT)
commitacd37cbf8578686d2e5bae64b6b4eb6d2bc5376b (patch)
treec3ec34400c422ccd3e0f122ae6c0ec7ea67e37de /src/gui/core/panels.h
parent8ca477e012b11a19363542d171b8e973d637641c (diff)
Deleted the reference to the main window in all panels.
Diffstat (limited to 'src/gui/core/panels.h')
-rw-r--r--src/gui/core/panels.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/core/panels.h b/src/gui/core/panels.h
index 2b55517..0c55417 100644
--- a/src/gui/core/panels.h
+++ b/src/gui/core/panels.h
@@ -35,10 +35,10 @@
/* Charge les principaux panneaux de l'éditeur. */
-void load_main_panels(GObject *);
+void load_main_panels(void);
/* Enregistre un panneau comme partie intégrante de l'éditeur. */
-void register_panel_item(GPanelItem *, GObject *, GGenConfig *);
+void register_panel_item(GPanelItem *, GGenConfig *);
/* Réalise un traitement sur un panneau de l'éditeur. */
typedef bool (* handle_panel_item_fc) (GPanelItem *, void *);