aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-view.h
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-06-24 01:47:35 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-06-24 01:47:35 +0800
commit92d5ddd3b17ffd521be156b1b8ed472d07889084 (patch)
tree2f269ef1b73b232ee183bd58f64f1dbc3c01f128 /shell/e-shell-view.h
parentf23683363bc57fa208e29ae88810c52799b34096 (diff)
downloadgsoc2013-evolution-92d5ddd3b17ffd521be156b1b8ed472d07889084.tar
gsoc2013-evolution-92d5ddd3b17ffd521be156b1b8ed472d07889084.tar.gz
gsoc2013-evolution-92d5ddd3b17ffd521be156b1b8ed472d07889084.tar.bz2
gsoc2013-evolution-92d5ddd3b17ffd521be156b1b8ed472d07889084.tar.lz
gsoc2013-evolution-92d5ddd3b17ffd521be156b1b8ed472d07889084.tar.xz
gsoc2013-evolution-92d5ddd3b17ffd521be156b1b8ed472d07889084.tar.zst
gsoc2013-evolution-92d5ddd3b17ffd521be156b1b8ed472d07889084.zip
Stylistical changes: move
e_shell_view_{get,set}_current_shortcuts_group_num() at the bottom of the file, add pre-conditions to them, and reindent the header file slightly. svn path=/trunk/; revision=10444
Diffstat (limited to 'shell/e-shell-view.h')
-rw-r--r--shell/e-shell-view.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/shell/e-shell-view.h b/shell/e-shell-view.h
index 077c55705a..c9220b09ad 100644
--- a/shell/e-shell-view.h
+++ b/shell/e-shell-view.h
@@ -100,14 +100,15 @@ GtkWidget *e_shell_view_get_appbar (EShellView *shell_view
const char *e_shell_view_get_current_uri (EShellView *shell_view);
const char *e_shell_view_get_current_path (EShellView *shell_view);
-int e_shell_view_get_current_shortcuts_group_num (EShellView *shell_view);
-void e_shell_view_set_current_shortcuts_group_num (EShellView *shell_view, int group_num);
-
gboolean e_shell_view_save_settings (EShellView *shell_view,
int view_num);
gboolean e_shell_view_load_settings (EShellView *shell_view,
int view_num);
+int e_shell_view_get_current_shortcuts_group_num (EShellView *shell_view);
+void e_shell_view_set_current_shortcuts_group_num (EShellView *shell_view,
+ int group_num);
+
#ifdef __cplusplus
}