diff options
author | Li Yuan <li.yuan@sun.com> | 2004-10-29 17:56:35 +0800 |
---|---|---|
committer | Harry Lu <haip@src.gnome.org> | 2004-10-29 17:56:35 +0800 |
commit | 1f9e3b3e28c3154c826055f8e6dd6412f2a84758 (patch) | |
tree | 75d12457842798f85f53c531713bbf0f68cf263d /a11y/calendar/ea-gnome-calendar.h | |
parent | fe2e407a1147185d970d27cfc3183e5a9b342b18 (diff) | |
download | gsoc2013-evolution-1f9e3b3e28c3154c826055f8e6dd6412f2a84758.tar.gz gsoc2013-evolution-1f9e3b3e28c3154c826055f8e6dd6412f2a84758.tar.zst gsoc2013-evolution-1f9e3b3e28c3154c826055f8e6dd6412f2a84758.zip |
for calendar_get_text_for_folder_bar_label has been removed form
2004-10-26 Li Yuan <li.yuan@sun.com>
* calendar/ea-day-view.c: (ea_day_view_get_name):
* calendar/ea-gnome-calendar.c:
(ea_gnome_calendar_get_label_description),
(ea_gcal_dates_change_cb):
* calendar/ea-gnome-calendar.h:
* calendar/ea-week-view.c: (ea_week_view_get_name):
for calendar_get_text_for_folder_bar_label has been removed form
calendar-commands.c, we implement it ourself.
svn path=/trunk/; revision=27763
Diffstat (limited to 'a11y/calendar/ea-gnome-calendar.h')
-rw-r--r-- | a11y/calendar/ea-gnome-calendar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/a11y/calendar/ea-gnome-calendar.h b/a11y/calendar/ea-gnome-calendar.h index 2cb39219c4..130466add3 100644 --- a/a11y/calendar/ea-gnome-calendar.h +++ b/a11y/calendar/ea-gnome-calendar.h @@ -57,6 +57,8 @@ struct _EaGnomeCalendarClass AtkObject* ea_gnome_calendar_new (GtkWidget *widget); +const gchar * ea_gnome_calendar_get_label_description (GnomeCalendar *gcal); + #ifdef __cplusplus } #endif /* __cplusplus */ |