summaryrefslogtreecommitdiff
path: root/src/gui/editem.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-01-30 02:19:38 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-01-30 02:19:38 (GMT)
commiteacb69625d51707ac0a158815a53f71fb70968ce (patch)
tree8d14e34639f80a0955529604d9c0d3ccae4d7dde /src/gui/editem.h
parent7bcec72d69c5350678ed6350636687c3c29bbc61 (diff)
Provided a new working Project menu.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@230 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/gui/editem.h')
-rw-r--r--src/gui/editem.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/editem.h b/src/gui/editem.h
index 286013c..0b9989e 100644
--- a/src/gui/editem.h
+++ b/src/gui/editem.h
@@ -29,6 +29,7 @@
#include <glib-object.h>
+#include "../project.h"
#include "../analysis/binary.h"
#include "../gtkext/gtkviewpanel.h"
@@ -78,6 +79,9 @@ void change_editor_items_current_binary(GObject *, GOpenidaBinary *);
/* Lance une actualisation du fait d'un changement de vue. */
void change_editor_items_current_view(GObject *, GtkViewPanel *);
+/* Lance une actualisation relative à l'étendue du projet. */
+void update_project_area(GStudyProject *);
+
#endif /* _GUI_EDITEM_H */