diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2006-09-19 01:19:11 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2006-09-19 01:19:11 +0800 |
commit | 5222fa33968906e963bc6e4d58a48cf6e83c37d5 (patch) | |
tree | 86c6112a1281dd932a9eb707ecab314adb9740f9 /calendar/gui/gnome-cal.h | |
parent | 300f448794f8df0450e925702d03f710a7b5c439 (diff) | |
download | gsoc2013-evolution-5222fa33968906e963bc6e4d58a48cf6e83c37d5.tar.gz gsoc2013-evolution-5222fa33968906e963bc6e4d58a48cf6e83c37d5.tar.zst gsoc2013-evolution-5222fa33968906e963bc6e4d58a48cf6e83c37d5.zip |
Fixes #351332
2006-09-18 Matthew Barnes <mbarnes@redhat.com>
Fixes #351332
* gui/cal-search-bar.c:
* gui/e-cal-model-tasks.h:
* gui/e-calendar-view.h:
* gui/gnome-cal.h:
* gui/dialogs/memo-page.h:
Fix implicit function declarations.
svn path=/trunk/; revision=32789
Diffstat (limited to 'calendar/gui/gnome-cal.h')
-rw-r--r-- | calendar/gui/gnome-cal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/gnome-cal.h b/calendar/gui/gnome-cal.h index de17acbf9e..fc4fcd5847 100644 --- a/calendar/gui/gnome-cal.h +++ b/calendar/gui/gnome-cal.h @@ -198,6 +198,8 @@ void gnome_calendar_edit_appointment (GnomeCalendar *gcal, const char* comp_uid, const char* comp_rid); +GtkWidget * gnome_calendar_get_tag (GnomeCalendar *gcal); + G_END_DECLS #endif |