summaryrefslogtreecommitdiff
path: root/gladeui/glade-project.h
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2010-03-29 16:03:54 -0400
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2010-03-29 16:05:00 -0400
commit845366bc4eb9c9b83467ebd587f10329575bd0cf (patch)
tree11dc915f66c5d7657dd33859da732c936c77d8ff /gladeui/glade-project.h
parent320f07d8366e10a239e31d4635dcb2eccfa13f27 (diff)
downloadglade-845366bc4eb9c9b83467ebd587f10329575bd0cf.tar.gz
* gladeui/glade-editor-property.[ch]:
- Give object dialogs a bigger default size and hide the column headers * gladeui/glade-signal-editor.c: - Now show an icon and tooltip in rows for signals that are only supported in the future, refresh them when support changes. * gladeui/glade-widget-adaptor.h, gladeui/glade-property-class.h: Added some version checking macros. * gladeui/glade-signal.[ch]: Add support warning meta data to signals * gladeui/glade-project.c: - Simplify code with new version checking macros - Do the verify on signals for widgets as well as project warnings (update the signals a verify time). * gladeui/glade-widget.c: GladeWidget takes a new "support-changed" to broadcast support changes on the widget. * gladeui/glade-signal-editor.c:
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 91e2ac5b..f3894653 100644
--- a/gladeui/glade-project.h
+++ b/gladeui/glade-project.h
@@ -190,6 +190,9 @@ void glade_project_get_target_version (GladeProject *project,
gint *major,
gint *minor);
+void glade_project_update_signal_support_warning (GladeWidget *widget,
+ GladeSignal *signal);
+
G_END_DECLS
#endif /* __GLADE_PROJECT_H__ */