aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-cal-component-preview.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-11-02 23:49:38 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2010-11-10 06:33:22 +0800
commitdce5bdc3699faf592453492fe201606ed47e06b9 (patch)
treef533fe0d3ac9d6d75251ba5e6b1d48fcd9ab5a58 /calendar/gui/e-cal-component-preview.h
parente3a09eb67c1f9b2a3762626eafbd9dec94bc63bf (diff)
downloadgsoc2013-evolution-dce5bdc3699faf592453492fe201606ed47e06b9.tar
gsoc2013-evolution-dce5bdc3699faf592453492fe201606ed47e06b9.tar.gz
gsoc2013-evolution-dce5bdc3699faf592453492fe201606ed47e06b9.tar.bz2
gsoc2013-evolution-dce5bdc3699faf592453492fe201606ed47e06b9.tar.lz
gsoc2013-evolution-dce5bdc3699faf592453492fe201606ed47e06b9.tar.xz
gsoc2013-evolution-dce5bdc3699faf592453492fe201606ed47e06b9.tar.zst
gsoc2013-evolution-dce5bdc3699faf592453492fe201606ed47e06b9.zip
Move calendar preferences to the calendar module.
Continue replacing the use of calendar-config functions with GObject property bindings to EShellSettings properties.
Diffstat (limited to 'calendar/gui/e-cal-component-preview.h')
-rw-r--r--calendar/gui/e-cal-component-preview.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/calendar/gui/e-cal-component-preview.h b/calendar/gui/e-cal-component-preview.h
index 89888afde0..f713df7321 100644
--- a/calendar/gui/e-cal-component-preview.h
+++ b/calendar/gui/e-cal-component-preview.h
@@ -62,19 +62,17 @@ struct _ECalComponentPreviewClass {
EWebViewClass parent_class;
/* Notification signals */
- void (* selection_changed) (ECalComponentPreview *preview, gint n_selected);
+ void (*selection_changed) (ECalComponentPreview *preview,
+ gint n_selected);
};
GType e_cal_component_preview_get_type (void);
GtkWidget * e_cal_component_preview_new (void);
-icaltimezone * e_cal_component_preview_get_default_timezone
- (ECalComponentPreview *preview);
-void e_cal_component_preview_set_default_timezone
- (ECalComponentPreview *preview,
- icaltimezone *zone);
void e_cal_component_preview_display (ECalComponentPreview *preview,
ECal *ecal,
- ECalComponent *comp);
+ ECalComponent *comp,
+ icaltimezone *zone,
+ gboolean use_24_hour_format);
void e_cal_component_preview_clear (ECalComponentPreview *preview);
G_END_DECLS