summaryrefslogtreecommitdiff
path: root/gladeui/glade-project.h
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2010-03-31 21:46:38 -0400
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2010-03-31 21:46:38 -0400
commitfa97bcf9951310697cc51c364285fd05229bf7c7 (patch)
treed109c8197256aef7867b1f8d34092f0a92cef5f5 /gladeui/glade-project.h
parent9fe32a42d7b6948502f2d81e166dc790d164374a (diff)
downloadglade-fa97bcf9951310697cc51c364285fd05229bf7c7.tar.gz
* src/Makefile.am, src/glade-close-button.[ch]: Using Paolo Borelli's close button code for notebook
tab close buttons. * src/glade-window.c: - Added option to disable toolbar in View menu and session data (bug 586194). - Added option to show notebook tabs for open projects also in the View menu and session data. * gladeui/glade-palette.c: Made "both" mode use text horizontally again, still get alot of unwanted ellipsize here. * gladeui/glade-project.c: Added the targets-changed signal to refresh views with data about target project versions (notebook tabs).
Diffstat (limited to 'gladeui/glade-project.h')
-rw-r--r--gladeui/glade-project.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gladeui/glade-project.h b/gladeui/glade-project.h
index f3894653..f76ce6ce 100644
--- a/gladeui/glade-project.h
+++ b/gladeui/glade-project.h
@@ -193,6 +193,9 @@ void glade_project_get_target_version (GladeProject *project,
void glade_project_update_signal_support_warning (GladeWidget *widget,
GladeSignal *signal);
+
+gchar *glade_project_display_dependencies (GladeProject *project);
+
G_END_DECLS
#endif /* __GLADE_PROJECT_H__ */