[evolution-data-server/wip/mcrha/libical-glib] Change default argument name for ICalComponent in ECalRecurInstanceCb prototype
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/wip/mcrha/libical-glib] Change default argument name for ICalComponent in ECalRecurInstanceCb prototype
- Date: Thu, 18 Apr 2019 14:08:57 +0000 (UTC)
commit e90783cf4edf4fa5c019137b849f8d87eff047ce
Author: Milan Crha <mcrha redhat com>
Date: Thu Apr 18 16:10:02 2019 +0200
Change default argument name for ICalComponent in ECalRecurInstanceCb prototype
src/calendar/libecal/e-cal-recur.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/calendar/libecal/e-cal-recur.h b/src/calendar/libecal/e-cal-recur.h
index 969872ff1..dddad058b 100644
--- a/src/calendar/libecal/e-cal-recur.h
+++ b/src/calendar/libecal/e-cal-recur.h
@@ -67,7 +67,7 @@ typedef ICalTimezone * (* ECalRecurResolveTimezoneCb) (const gchar *tzid,
/**
* ECalRecurInstanceCb:
- * @comp: an #ICalComponent
+ * @icomp: an #ICalComponent
* @instance_start: start time of an instance
* @instance_end: end time of an instance
* @user_data: user data used for this callback in e_cal_recur_generate_instances_sync()
@@ -81,7 +81,7 @@ typedef ICalTimezone * (* ECalRecurResolveTimezoneCb) (const gchar *tzid,
*
* Since: 3.36
**/
-typedef gboolean (* ECalRecurInstanceCb) (ICalComponent *comp,
+typedef gboolean (* ECalRecurInstanceCb) (ICalComponent *icomp,
ICalTime *instance_start,
ICalTime *instance_end,
gpointer user_data,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]