aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell.h
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2010-04-12 21:50:44 +0800
committerMichael Meeks <michael.meeks@novell.com>2010-04-12 21:50:44 +0800
commit2593383aec61d0b1f2f8950e5301f30176d2cbce (patch)
tree6e2d3e7f3a095ab349cb5a3cd9f8b957841f8b1f /shell/e-shell.h
parentdae9d2e575e0a239c53d3079b8e20bd17f6c37b4 (diff)
downloadgsoc2013-evolution-2593383aec61d0b1f2f8950e5301f30176d2cbce.tar
gsoc2013-evolution-2593383aec61d0b1f2f8950e5301f30176d2cbce.tar.gz
gsoc2013-evolution-2593383aec61d0b1f2f8950e5301f30176d2cbce.tar.bz2
gsoc2013-evolution-2593383aec61d0b1f2f8950e5301f30176d2cbce.tar.lz
gsoc2013-evolution-2593383aec61d0b1f2f8950e5301f30176d2cbce.tar.xz
gsoc2013-evolution-2593383aec61d0b1f2f8950e5301f30176d2cbce.tar.zst
gsoc2013-evolution-2593383aec61d0b1f2f8950e5301f30176d2cbce.zip
Detect MeeGo, and propagate settings variously.
Adapt widget naming on MeeGo for theming etc.
Diffstat (limited to 'shell/e-shell.h')
-rw-r--r--shell/e-shell.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/e-shell.h b/shell/e-shell.h
index adc0ffd126..1b191e4efb 100644
--- a/shell/e-shell.h
+++ b/shell/e-shell.h
@@ -108,7 +108,9 @@ GList * e_shell_get_watched_windows (EShell *shell);
GtkWindow * e_shell_get_active_window (EShell *shell);
void e_shell_send_receive (EShell *shell,
GtkWindow *parent);
+gboolean e_shell_get_meego_mode (EShell *shell);
gboolean e_shell_get_express_mode (EShell *shell);
+gboolean e_shell_get_small_screen_mode (EShell *shell);
const gchar * e_shell_get_module_directory (EShell *shell);
gboolean e_shell_get_network_available (EShell *shell);
void e_shell_set_network_available (EShell *shell,
@@ -123,6 +125,9 @@ void e_shell_event (EShell *shell,
gboolean e_shell_quit (EShell *shell);
void e_shell_cancel_quit (EShell *shell);
+void e_shell_adapt_window_size (EShell *shell,
+ GtkWindow *window);
+
G_END_DECLS
#endif /* E_SHELL_H */