summaryrefslogtreecommitdiff
path: root/src/gui/panels/panel-int.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-10-14 22:31:03 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-10-14 22:31:03 (GMT)
commitcfa7c9543b4265ae65bc7097350fcf8587117fe3 (patch)
treec4a3bd87e694b618536ddfc7a319daefd776b7cb /src/gui/panels/panel-int.h
parent646dcfd9bfba1f9f913d0ee0580b3cba06f11ca9 (diff)
Added a way to load resources for plugins.
Diffstat (limited to 'src/gui/panels/panel-int.h')
-rw-r--r--src/gui/panels/panel-int.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/panels/panel-int.h b/src/gui/panels/panel-int.h
index 4ea9182..a8326ad 100644
--- a/src/gui/panels/panel-int.h
+++ b/src/gui/panels/panel-int.h
@@ -123,6 +123,9 @@ struct _GPanelItemClass
/* Charge les éléments graphiques du panneau via les ressources. */
GtkBuilder *g_panel_item_build(GPanelItem *, const char *);
+/* Charge les éléments graphiques du panneau via les ressources. */
+GtkBuilder *g_panel_item_build_full(GPanelItem *, const char *);
+
/* ---------------------- MECANISMES DE MISE A JOUR DE PANNEAU ---------------------- */