aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-util.h
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2010-02-25 01:41:10 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-03-14 09:49:49 +0800
commit304777ae4cd03026fcee98c0863e9e43f483c97a (patch)
treeeff5e49cd55840db565e11c80d9e8deecfa5bf91 /e-util/e-util.h
parent2166e7f4c73e8cc1f9b7f00027eec9de05961ee2 (diff)
downloadgsoc2013-evolution-304777ae4cd03026fcee98c0863e9e43f483c97a.tar
gsoc2013-evolution-304777ae4cd03026fcee98c0863e9e43f483c97a.tar.gz
gsoc2013-evolution-304777ae4cd03026fcee98c0863e9e43f483c97a.tar.bz2
gsoc2013-evolution-304777ae4cd03026fcee98c0863e9e43f483c97a.tar.lz
gsoc2013-evolution-304777ae4cd03026fcee98c0863e9e43f483c97a.tar.xz
gsoc2013-evolution-304777ae4cd03026fcee98c0863e9e43f483c97a.tar.zst
gsoc2013-evolution-304777ae4cd03026fcee98c0863e9e43f483c97a.zip
Add generic 'express mode' conditionals to the UI XML
Diffstat (limited to 'e-util/e-util.h')
-rw-r--r--e-util/e-util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/e-util/e-util.h b/e-util/e-util.h
index 45d3801453..5d369595bb 100644
--- a/e-util/e-util.h
+++ b/e-util/e-util.h
@@ -66,7 +66,8 @@ GtkActionGroup *e_lookup_action_group (GtkUIManager *ui_manager,
void e_load_ui_builder_definition (GtkBuilder *builder,
const gchar *basename);
guint e_load_ui_manager_definition (GtkUIManager *ui_manager,
- const gchar *basename);
+ const gchar *basename,
+ gboolean express);
gint e_action_compare_by_label (GtkAction *action1,
GtkAction *action2);
void e_action_group_remove_all_actions