diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-07-12 03:08:53 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-07-12 03:08:53 +0800 |
commit | 76d4c1fa56ec4c02d68ad39ac847890936a4c098 (patch) | |
tree | b3f2f7881d6bd7a97ea4dd11d47e8b1fbfbeb835 /my-evolution/e-summary-calendar.h | |
parent | 127cae25a2bcb06343cda67831bcbb851cd56dad (diff) | |
download | gsoc2013-evolution-76d4c1fa56ec4c02d68ad39ac847890936a4c098.tar gsoc2013-evolution-76d4c1fa56ec4c02d68ad39ac847890936a4c098.tar.gz gsoc2013-evolution-76d4c1fa56ec4c02d68ad39ac847890936a4c098.tar.bz2 gsoc2013-evolution-76d4c1fa56ec4c02d68ad39ac847890936a4c098.tar.lz gsoc2013-evolution-76d4c1fa56ec4c02d68ad39ac847890936a4c098.tar.xz gsoc2013-evolution-76d4c1fa56ec4c02d68ad39ac847890936a4c098.tar.zst gsoc2013-evolution-76d4c1fa56ec4c02d68ad39ac847890936a4c098.zip |
Free the data stop all the transfers when the summary is destroyed.
svn path=/trunk/; revision=11010
Diffstat (limited to 'my-evolution/e-summary-calendar.h')
-rw-r--r-- | my-evolution/e-summary-calendar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/my-evolution/e-summary-calendar.h b/my-evolution/e-summary-calendar.h index 5cf3fd936f..bad6d783cc 100644 --- a/my-evolution/e-summary-calendar.h +++ b/my-evolution/e-summary-calendar.h @@ -28,5 +28,5 @@ typedef struct _ESummaryCalendar ESummaryCalendar; const char *e_summary_calendar_get_html (ESummary *summary); void e_summary_calendar_init (ESummary *summary); void e_summary_calendar_reconfigure (ESummary *summary); - +void e_summary_calendar_free (ESummary *summary); #endif |