diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-08 23:15:17 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-08 23:15:17 +0800 |
commit | 7903e73970cbf89f4a49c5f7083b205b8670d0be (patch) | |
tree | 9aed345b4779b50668bee6a1f50fdb1fc0f59487 /shell/e-shell-window.h | |
parent | cea054cd54d84479352a43bbabc19c9ce9af5efb (diff) | |
download | gsoc2013-evolution-7903e73970cbf89f4a49c5f7083b205b8670d0be.tar gsoc2013-evolution-7903e73970cbf89f4a49c5f7083b205b8670d0be.tar.gz gsoc2013-evolution-7903e73970cbf89f4a49c5f7083b205b8670d0be.tar.bz2 gsoc2013-evolution-7903e73970cbf89f4a49c5f7083b205b8670d0be.tar.lz gsoc2013-evolution-7903e73970cbf89f4a49c5f7083b205b8670d0be.tar.xz gsoc2013-evolution-7903e73970cbf89f4a49c5f7083b205b8670d0be.tar.zst gsoc2013-evolution-7903e73970cbf89f4a49c5f7083b205b8670d0be.zip |
Fix some compilation errors.
svn path=/branches/kill-bonobo/; revision=35938
Diffstat (limited to 'shell/e-shell-window.h')
-rw-r--r-- | shell/e-shell-window.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-shell-window.h b/shell/e-shell-window.h index 17e1a172ee..c423a43c92 100644 --- a/shell/e-shell-window.h +++ b/shell/e-shell-window.h @@ -59,6 +59,7 @@ struct _EShellWindowClass { }; GType e_shell_window_get_type (void); +GtkWidget * e_shell_window_new (void); GtkUIManager * e_shell_window_get_ui_manager (EShellWindow *window); GtkAction * e_shell_window_get_action (EShellWindow *window, const gchar *action_name); |