diff options
author | Fabiano FidĂȘncio <fidencio@redhat.com> | 2013-09-03 07:31:28 +0800 |
---|---|---|
committer | Fabiano FidĂȘncio <fidencio@redhat.com> | 2013-09-05 21:00:59 +0800 |
commit | 96c6e7bc26132d31c87e05a6ef702b008a47ac85 (patch) | |
tree | 4efa9ec983e9a7f4e3a12b8c7b700a63d9cf2a44 /calendar/gui/e-calendar-selector.h | |
parent | a9d4764be5833cd5499039303926991caff41c2b (diff) | |
download | gsoc2013-evolution-96c6e7bc26132d31c87e05a6ef702b008a47ac85.tar gsoc2013-evolution-96c6e7bc26132d31c87e05a6ef702b008a47ac85.tar.gz gsoc2013-evolution-96c6e7bc26132d31c87e05a6ef702b008a47ac85.tar.bz2 gsoc2013-evolution-96c6e7bc26132d31c87e05a6ef702b008a47ac85.tar.lz gsoc2013-evolution-96c6e7bc26132d31c87e05a6ef702b008a47ac85.tar.xz gsoc2013-evolution-96c6e7bc26132d31c87e05a6ef702b008a47ac85.tar.zst gsoc2013-evolution-96c6e7bc26132d31c87e05a6ef702b008a47ac85.zip |
Add EShellView to E{Calendar,MemoList,TaskList}Selector
https://bugzilla.gnome.org/show_bug.cgi?id=657808
Diffstat (limited to 'calendar/gui/e-calendar-selector.h')
-rw-r--r-- | calendar/gui/e-calendar-selector.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/calendar/gui/e-calendar-selector.h b/calendar/gui/e-calendar-selector.h index 13d16897f9..2e39c4b571 100644 --- a/calendar/gui/e-calendar-selector.h +++ b/calendar/gui/e-calendar-selector.h @@ -22,6 +22,7 @@ #define E_CALENDAR_SELECTOR_H #include <e-util/e-util.h> +#include <shell/e-shell-view.h> /* Standard GObject macros */ #define E_TYPE_CALENDAR_SELECTOR \ @@ -58,7 +59,10 @@ struct _ECalendarSelectorClass { }; GType e_calendar_selector_get_type (void); -GtkWidget * e_calendar_selector_new (EClientCache *client_cache); +GtkWidget * e_calendar_selector_new (EClientCache *client_cache, + EShellView *shell_backend); +EShellView * e_calendar_selector_get_shell_view + (ECalendarSelector *calendar_selector); G_END_DECLS |