aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-window.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@src.gnome.org>2008-08-19 23:02:36 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-08-19 23:02:36 +0800
commit879d84ab6eda1254ecfa7b9eef230850d6088576 (patch)
tree5bb313946c3c57bd5ad8ac5c6f07685548854493 /shell/e-shell-window.c
parent0ef31a8a847a143130b38061cd1f42fb0f2984f4 (diff)
downloadgsoc2013-evolution-879d84ab6eda1254ecfa7b9eef230850d6088576.tar
gsoc2013-evolution-879d84ab6eda1254ecfa7b9eef230850d6088576.tar.gz
gsoc2013-evolution-879d84ab6eda1254ecfa7b9eef230850d6088576.tar.bz2
gsoc2013-evolution-879d84ab6eda1254ecfa7b9eef230850d6088576.tar.lz
gsoc2013-evolution-879d84ab6eda1254ecfa7b9eef230850d6088576.tar.xz
gsoc2013-evolution-879d84ab6eda1254ecfa7b9eef230850d6088576.tar.zst
gsoc2013-evolution-879d84ab6eda1254ecfa7b9eef230850d6088576.zip
Coding style cleanups.
svn path=/trunk/; revision=36025
Diffstat (limited to 'shell/e-shell-window.c')
-rw-r--r--shell/e-shell-window.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/e-shell-window.c b/shell/e-shell-window.c
index 0bef6caaee..81de5627ce 100644
--- a/shell/e-shell-window.c
+++ b/shell/e-shell-window.c
@@ -54,10 +54,10 @@
#include <string.h>
#ifdef NM_SUPPORT_GLIB
-void e_shell_nm_glib_initialise (EShellWindow *window);
+gboolean e_shell_nm_glib_initialise (EShellWindow *window);
void e_shell_nm_glib_dispose (EShellWindow *window);
#elif NM_SUPPORT
-void e_shell_dbus_initialise (EShellWindow *window);
+gboolean e_shell_dbus_initialise (EShellWindow *window);
void e_shell_dbus_dispose (EShellWindow *window);
#endif