aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/gnome-cal.c
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2004-04-01 00:11:24 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2004-04-01 00:11:24 +0800
commitdf9168bcff976be2ba54f1ff040f868278ea1a1d (patch)
tree7430078b34e2db730daf422a3adf4cc173772e26 /calendar/gui/gnome-cal.c
parent3019664181842f18b29cab880fe598f37dc44d81 (diff)
downloadgsoc2013-evolution-df9168bcff976be2ba54f1ff040f868278ea1a1d.tar
gsoc2013-evolution-df9168bcff976be2ba54f1ff040f868278ea1a1d.tar.gz
gsoc2013-evolution-df9168bcff976be2ba54f1ff040f868278ea1a1d.tar.bz2
gsoc2013-evolution-df9168bcff976be2ba54f1ff040f868278ea1a1d.tar.lz
gsoc2013-evolution-df9168bcff976be2ba54f1ff040f868278ea1a1d.tar.xz
gsoc2013-evolution-df9168bcff976be2ba54f1ff040f868278ea1a1d.tar.zst
gsoc2013-evolution-df9168bcff976be2ba54f1ff040f868278ea1a1d.zip
fixed documentation typos.
2004-03-31 Rodrigo Moya <rodrigo@ximian.com> * gui/gnome-cal.c: fixed documentation typos. svn path=/trunk/; revision=25264
Diffstat (limited to 'calendar/gui/gnome-cal.c')
-rw-r--r--calendar/gui/gnome-cal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/gnome-cal.c b/calendar/gui/gnome-cal.c
index 052a585c53..8b9510dba5 100644
--- a/calendar/gui/gnome-cal.c
+++ b/calendar/gui/gnome-cal.c
@@ -2037,7 +2037,7 @@ gnome_calendar_get_default_client (GnomeCalendar *gcal)
}
/**
- * gnome_calendar_add_event_source:
+ * gnome_calendar_add_source:
* @gcal: A GnomeCalendar.
* @source: #ESource to add to the calendar views.
*
@@ -2082,7 +2082,7 @@ gnome_calendar_add_source (GnomeCalendar *gcal, ECalSourceType source_type, ESou
}
/**
- * gnome_calendar_remove_event_source
+ * gnome_calendar_remove_source
* @gcal: A #GnomeCalendar.
* @source: #ESource to be removed from the clients.
*