diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2009-08-07 11:32:17 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-08-12 03:48:04 +0800 |
commit | 46cc80aa8c6579a8badb79e719bd9aec29220e9f (patch) | |
tree | 702642f7b2dff8845bd9013d5a50b5ccca0d9c54 /calendar/gui/dialogs/comp-editor.h | |
parent | 50302d03b3ce145b165db2ddef4e92ad190cbef9 (diff) | |
download | gsoc2013-evolution-46cc80aa8c6579a8badb79e719bd9aec29220e9f.tar gsoc2013-evolution-46cc80aa8c6579a8badb79e719bd9aec29220e9f.tar.gz gsoc2013-evolution-46cc80aa8c6579a8badb79e719bd9aec29220e9f.tar.bz2 gsoc2013-evolution-46cc80aa8c6579a8badb79e719bd9aec29220e9f.tar.lz gsoc2013-evolution-46cc80aa8c6579a8badb79e719bd9aec29220e9f.tar.xz gsoc2013-evolution-46cc80aa8c6579a8badb79e719bd9aec29220e9f.tar.zst gsoc2013-evolution-46cc80aa8c6579a8badb79e719bd9aec29220e9f.zip |
Changes for having a light version of calendar.
Diffstat (limited to 'calendar/gui/dialogs/comp-editor.h')
-rw-r--r-- | calendar/gui/dialogs/comp-editor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/dialogs/comp-editor.h b/calendar/gui/dialogs/comp-editor.h index 0edb2cc8eb..157343bcac 100644 --- a/calendar/gui/dialogs/comp-editor.h +++ b/calendar/gui/dialogs/comp-editor.h @@ -156,6 +156,8 @@ GtkWidget * comp_editor_get_managed_widget (CompEditor *editor, const gchar *widget_path); CompEditor * comp_editor_find_instance (const gchar *uid); +void comp_editor_set_lite (gboolean status); +gboolean comp_editor_get_lite (void); G_END_DECLS #endif |