~ubuntu-branches/ubuntu/oneiric/gnome-panel/oneiric

« back to all changes in this revision

Viewing changes to applets/clock/calendar-window.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-01-14 22:20:05 UTC
  • mto: (2.1.6 squeeze) (1.3.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 171.
  • Revision ID: james.westby@ubuntu.com-20100114222005-rll7tw9fojl3ac6z
Tags: upstream-2.29.5.1
ImportĀ upstreamĀ versionĀ 2.29.5.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
gboolean   calendar_window_get_invert_order (CalendarWindow *calwin);
69
69
void       calendar_window_set_invert_order (CalendarWindow *calwin,
70
70
                                             gboolean        invert_order);
71
 
gboolean   calendar_window_get_utc_time     (CalendarWindow *calwin);
72
 
void       calendar_window_set_utc_time     (CalendarWindow *calwin,
73
 
                                             gboolean        utc_time);
74
71
gboolean   calendar_window_get_show_weeks   (CalendarWindow *calwin);
75
72
void       calendar_window_set_show_weeks   (CalendarWindow *calwin,
76
73
                                             gboolean        show_weeks);