aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-utils.h
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@novell.com>2010-04-27 07:13:24 +0800
committerFederico Mena Quintero <federico@novell.com>2010-04-27 07:13:24 +0800
commit0b07840e26f7c793939ec8226695ffca19aa1bfb (patch)
treea16ca35139a60b25f642e3f8c68580dee227ec03 /shell/e-shell-utils.h
parent7ef34bfaae3e776101ff086bfb18494869e39e55 (diff)
downloadgsoc2013-evolution-0b07840e26f7c793939ec8226695ffca19aa1bfb.tar
gsoc2013-evolution-0b07840e26f7c793939ec8226695ffca19aa1bfb.tar.gz
gsoc2013-evolution-0b07840e26f7c793939ec8226695ffca19aa1bfb.tar.bz2
gsoc2013-evolution-0b07840e26f7c793939ec8226695ffca19aa1bfb.tar.lz
gsoc2013-evolution-0b07840e26f7c793939ec8226695ffca19aa1bfb.tar.xz
gsoc2013-evolution-0b07840e26f7c793939ec8226695ffca19aa1bfb.tar.zst
gsoc2013-evolution-0b07840e26f7c793939ec8226695ffca19aa1bfb.zip
Don't use gconf to store the names of widgets to hide
That was just for development. Now we hardcode the lists of widgets. Signed-off-by: Federico Mena Quintero <federico@novell.com>
Diffstat (limited to 'shell/e-shell-utils.h')
-rw-r--r--shell/e-shell-utils.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/e-shell-utils.h b/shell/e-shell-utils.h
index 6e8b83c973..e552cc2e19 100644
--- a/shell/e-shell-utils.h
+++ b/shell/e-shell-utils.h
@@ -52,7 +52,8 @@ guint e_shell_utils_import_uris (EShell *shell,
void e_shell_hide_widgets_for_express_mode (EShell *shell,
GtkBuilder *builder,
- const char *key_with_widget_names);
+ const char *widget_name,
+ ...) G_GNUC_NULL_TERMINATED;
G_END_DECLS