diff options
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 */ |