aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-meeting-store.h
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2006-04-10 18:11:16 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2006-04-10 18:11:16 +0800
commit79a50792491efc77d0bf7b53fdeaa1afd3fa8dd8 (patch)
treed4ee9de29c3f2c44a6cd30624808a88a58103f3a /calendar/gui/e-meeting-store.h
parent05a50698056b0e3610b980d9392c44a24329b06f (diff)
downloadgsoc2013-evolution-79a50792491efc77d0bf7b53fdeaa1afd3fa8dd8.tar
gsoc2013-evolution-79a50792491efc77d0bf7b53fdeaa1afd3fa8dd8.tar.gz
gsoc2013-evolution-79a50792491efc77d0bf7b53fdeaa1afd3fa8dd8.tar.bz2
gsoc2013-evolution-79a50792491efc77d0bf7b53fdeaa1afd3fa8dd8.tar.lz
gsoc2013-evolution-79a50792491efc77d0bf7b53fdeaa1afd3fa8dd8.tar.xz
gsoc2013-evolution-79a50792491efc77d0bf7b53fdeaa1afd3fa8dd8.tar.zst
gsoc2013-evolution-79a50792491efc77d0bf7b53fdeaa1afd3fa8dd8.zip
Fixes #163039
svn path=/trunk/; revision=31798
Diffstat (limited to 'calendar/gui/e-meeting-store.h')
-rw-r--r--calendar/gui/e-meeting-store.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-meeting-store.h b/calendar/gui/e-meeting-store.h
index 6383de07cb..fb6d678fd0 100644
--- a/calendar/gui/e-meeting-store.h
+++ b/calendar/gui/e-meeting-store.h
@@ -65,7 +65,7 @@ struct _EMeetingStoreClass {
GtkListStoreClass parent_class;
};
-typedef void (* EMeetingStoreRefreshCallback) (gpointer data);
+typedef gboolean (* EMeetingStoreRefreshCallback) (gpointer data);
GType e_meeting_store_get_type (void);
GObject *e_meeting_store_new (void);