diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2009-02-19 14:22:32 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2009-02-19 14:22:32 +0800 |
commit | 1a40acf554290883d6cf2a491dc36685842fd26b (patch) | |
tree | a920466e9b41ee104dd13d1335820770a17904a2 /shell/e-shell.h | |
parent | 0110c94c6abdbb25b4fea6a21f20f00b82a0fdd8 (diff) | |
download | gsoc2013-evolution-1a40acf554290883d6cf2a491dc36685842fd26b.tar.gz gsoc2013-evolution-1a40acf554290883d6cf2a491dc36685842fd26b.tar.zst gsoc2013-evolution-1a40acf554290883d6cf2a491dc36685842fd26b.zip |
Documentation tweaks.
Have e_shell_get_preferences_window() take an EShell argument.
svn path=/branches/kill-bonobo/; revision=37294
Diffstat (limited to 'shell/e-shell.h')
-rw-r--r-- | shell/e-shell.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell.h b/shell/e-shell.h index 91ff459a65..16b26adce8 100644 --- a/shell/e-shell.h +++ b/shell/e-shell.h @@ -102,7 +102,7 @@ void e_shell_set_network_available (EShell *shell, gboolean e_shell_get_online (EShell *shell); void e_shell_set_online (EShell *shell, gboolean online); -GtkWidget * e_shell_get_preferences_window (void); +GtkWidget * e_shell_get_preferences_window (EShell *shell); void e_shell_event (EShell *shell, const gchar *event_name, gpointer event_data); |