[evolution-data-server/wip/mcrha/libical-glib] [Calendar] Change target version for API changes from 3.36 to 3.34



commit f38cc26ed1309fc51cf43ea8bdfcab4d4051473e
Author: Milan Crha <mcrha redhat com>
Date:   Thu Apr 25 15:52:09 2019 +0200

    [Calendar] Change target version for API changes from 3.36 to 3.34

 .../evolution-data-server-docs.sgml.in             |   6 +-
 src/calendar/libecal/e-cal-check-timezones.c       |   6 +-
 src/calendar/libecal/e-cal-client.c                |   2 +-
 .../libecal/e-cal-component-alarm-instance.c       |  22 +--
 .../libecal/e-cal-component-alarm-repeat.c         |  20 +--
 .../libecal/e-cal-component-alarm-trigger.c        |  34 ++--
 src/calendar/libecal/e-cal-component-alarm.c       |  64 +++----
 src/calendar/libecal/e-cal-component-alarm.h       |   2 +-
 src/calendar/libecal/e-cal-component-alarms.c      |  20 +--
 src/calendar/libecal/e-cal-component-attendee.c    |  62 +++----
 src/calendar/libecal/e-cal-component-datetime.c    |  22 +--
 src/calendar/libecal/e-cal-component-id.c          |  10 +-
 src/calendar/libecal/e-cal-component-organizer.c   |  34 ++--
 .../libecal/e-cal-component-parameter-bag.c        |  30 ++--
 .../libecal/e-cal-component-parameter-bag.h        |   2 +-
 src/calendar/libecal/e-cal-component-period.c      |  26 +--
 .../libecal/e-cal-component-property-bag.c         |  30 ++--
 .../libecal/e-cal-component-property-bag.h         |   2 +-
 src/calendar/libecal/e-cal-component-range.c       |  18 +-
 src/calendar/libecal/e-cal-component-text.c        |  14 +-
 src/calendar/libecal/e-cal-component.c             | 194 ++++++++++-----------
 src/calendar/libecal/e-cal-enums.h                 |   2 +-
 src/calendar/libecal/e-cal-recur.h                 |   6 +-
 src/calendar/libecal/e-cal-util.c                  |  22 +--
 src/calendar/libecal/e-reminder-watcher.c          |  12 +-
 src/calendar/libedata-cal/e-cal-cache.c            |   4 +-
 26 files changed, 333 insertions(+), 333 deletions(-)
---
diff --git a/docs/reference/evolution-data-server/evolution-data-server-docs.sgml.in 
b/docs/reference/evolution-data-server/evolution-data-server-docs.sgml.in
index 1f9d0318a..c68ad8f77 100644
--- a/docs/reference/evolution-data-server/evolution-data-server-docs.sgml.in
+++ b/docs/reference/evolution-data-server/evolution-data-server-docs.sgml.in
@@ -359,9 +359,9 @@
     <title>Index of deprecated symbols</title>
     <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
   </index>
-  <index id="api-index-3-36" role="3.36">
-    <title>Index of new symbols in 3.36</title>
-    <xi:include href="xml/api-index-3.36.xml"><xi:fallback /></xi:include>
+  <index id="api-index-3-34" role="3.34">
+    <title>Index of new symbols in 3.34</title>
+    <xi:include href="xml/api-index-3.34.xml"><xi:fallback /></xi:include>
   </index>
   <index id="api-index-3-32" role="3.32">
     <title>Index of new symbols in 3.32</title>
diff --git a/src/calendar/libecal/e-cal-check-timezones.c b/src/calendar/libecal/e-cal-check-timezones.c
index 8c6898190..a21aa9d0c 100644
--- a/src/calendar/libecal/e-cal-check-timezones.c
+++ b/src/calendar/libecal/e-cal-check-timezones.c
@@ -256,7 +256,7 @@ addsystemtz (gpointer key,
  *
  * Returns: %TRUE if successful, %FALSE otherwise.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 gboolean
 e_cal_client_check_timezones_sync (ICalComponent *vcalendar,
@@ -475,7 +475,7 @@ e_cal_client_check_timezones_sync (ICalComponent *vcalendar,
  * Returns: (transfer full) (nullable): A timezone object, or %NULL on failure
  *    or when not found.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ICalTimezone *
 e_cal_client_tzlookup_cb (const gchar *tzid,
@@ -523,7 +523,7 @@ e_cal_client_tzlookup_cb (const gchar *tzid,
  * Returns: (transfer full) (nullable): A timezone object, or %NULL, if
  *    not found inside @icalcomp.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ICalTimezone *
 e_cal_client_tzlookup_icalcomp_cb (const gchar *tzid,
diff --git a/src/calendar/libecal/e-cal-client.c b/src/calendar/libecal/e-cal-client.c
index 007bccec9..637398bea 100644
--- a/src/calendar/libecal/e-cal-client.c
+++ b/src/calendar/libecal/e-cal-client.c
@@ -296,7 +296,7 @@ e_cal_client_error_create (ECalClientError code,
  *   The #GError has set the custom message, or the default message for
  *   @code, when @format is %NULL.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 GError *
 e_cal_client_error_create_fmt (ECalClientError code,
diff --git a/src/calendar/libecal/e-cal-component-alarm-instance.c 
b/src/calendar/libecal/e-cal-component-alarm-instance.c
index 377ed1aa6..e02302c39 100644
--- a/src/calendar/libecal/e-cal-component-alarm-instance.c
+++ b/src/calendar/libecal/e-cal-component-alarm-instance.c
@@ -54,7 +54,7 @@ struct _ECalComponentAlarmInstance {
  *
  * Returns: (transfer full): a newly allocated #ECalComponentAlarmInstance
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentAlarmInstance *
 e_cal_component_alarm_instance_new (const gchar *uid,
@@ -84,7 +84,7 @@ e_cal_component_alarm_instance_new (const gchar *uid,
  *
  * Returns: (transfer full): a newly allocated copy of @instance
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentAlarmInstance *
 e_cal_component_alarm_instance_copy (const ECalComponentAlarmInstance *instance)
@@ -105,7 +105,7 @@ e_cal_component_alarm_instance_copy (const ECalComponentAlarmInstance *instance)
  * or e_cal_component_alarm_instance_copy(). The function does nothing, if @instance
  * is %NULL.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_alarm_instance_free (gpointer instance)
@@ -124,7 +124,7 @@ e_cal_component_alarm_instance_free (gpointer instance)
  *
  * Returns: alarm UID, to which this @instance corresponds
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 const gchar *
 e_cal_component_alarm_instance_get_uid (const ECalComponentAlarmInstance *instance)
@@ -141,7 +141,7 @@ e_cal_component_alarm_instance_get_uid (const ECalComponentAlarmInstance *instan
  *
  * Set the alarm UID.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_alarm_instance_set_uid (ECalComponentAlarmInstance *instance,
@@ -162,7 +162,7 @@ e_cal_component_alarm_instance_set_uid (ECalComponentAlarmInstance *instance,
  *
  * Returns: alarm instance time, i.e. "5 minutes before the appointment"
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 time_t
 e_cal_component_alarm_instance_get_time (const ECalComponentAlarmInstance *instance)
@@ -179,7 +179,7 @@ e_cal_component_alarm_instance_get_time (const ECalComponentAlarmInstance *insta
  *
  * Set the instance time, i.e. "5 minutes before the appointment".
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_alarm_instance_set_time (ECalComponentAlarmInstance *instance,
@@ -198,7 +198,7 @@ e_cal_component_alarm_instance_set_time (ECalComponentAlarmInstance *instance,
  *
  * Returns: actual event occurrence start to which this @instance corresponds
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 time_t
 e_cal_component_alarm_instance_get_occur_start (const ECalComponentAlarmInstance *instance)
@@ -215,7 +215,7 @@ e_cal_component_alarm_instance_get_occur_start (const ECalComponentAlarmInstance
  *
  * Set the actual event occurrence start to which this @instance corresponds.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_alarm_instance_set_occur_start (ECalComponentAlarmInstance *instance,
@@ -234,7 +234,7 @@ e_cal_component_alarm_instance_set_occur_start (ECalComponentAlarmInstance *inst
  *
  * Returns: actual event occurrence end to which this @instance corresponds
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 time_t
 e_cal_component_alarm_instance_get_occur_end (const ECalComponentAlarmInstance *instance)
@@ -251,7 +251,7 @@ e_cal_component_alarm_instance_get_occur_end (const ECalComponentAlarmInstance *
  *
  * Set the actual event occurrence end to which this @instance corresponds.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_alarm_instance_set_occur_end (ECalComponentAlarmInstance *instance,
diff --git a/src/calendar/libecal/e-cal-component-alarm-repeat.c 
b/src/calendar/libecal/e-cal-component-alarm-repeat.c
index 6c04c5e05..68ef6fa71 100644
--- a/src/calendar/libecal/e-cal-component-alarm-repeat.c
+++ b/src/calendar/libecal/e-cal-component-alarm-repeat.c
@@ -46,7 +46,7 @@ struct _ECalComponentAlarmRepeat {
  *
  * Returns: (transfer full): a newly allocated #ECalComponentAlarmRepeat
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentAlarmRepeat *
 e_cal_component_alarm_repeat_new (gint repetitions,
@@ -69,7 +69,7 @@ e_cal_component_alarm_repeat_new (gint repetitions,
  *
  * Returns: (transfer full): a newly allocated #ECalComponentAlarmRepeat
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentAlarmRepeat *
 e_cal_component_alarm_repeat_new_seconds (gint repetitions,
@@ -92,7 +92,7 @@ e_cal_component_alarm_repeat_new_seconds (gint repetitions,
  *    The returned structure should be freed with e_cal_component_alarm_repeat_free(),
  *    when no longer needed.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentAlarmRepeat *
 e_cal_component_alarm_repeat_copy (const ECalComponentAlarmRepeat *repeat)
@@ -110,7 +110,7 @@ e_cal_component_alarm_repeat_copy (const ECalComponentAlarmRepeat *repeat)
  * Free the @repeat, previously allocated by e_cal_component_alarm_repeat_new(),
  * e_cal_component_alarm_repeat_new_seconds() or e_cal_component_alarm_repeat_copy().
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_alarm_repeat_free (gpointer repeat)
@@ -129,7 +129,7 @@ e_cal_component_alarm_repeat_free (gpointer repeat)
  *
  * Returns: the repetitions count of the @repeat
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 gint
 e_cal_component_alarm_repeat_get_repetitions (const ECalComponentAlarmRepeat *repeat)
@@ -146,7 +146,7 @@ e_cal_component_alarm_repeat_get_repetitions (const ECalComponentAlarmRepeat *re
  *
  * Set the @repetitions count of the @repeat.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_alarm_repeat_set_repetitions (ECalComponentAlarmRepeat *repeat,
@@ -170,7 +170,7 @@ e_cal_component_alarm_repeat_set_repetitions (ECalComponentAlarmRepeat *repeat,
  *
  * Returns: (transfer none): the interval between repetitions of the @repeat
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ICalDuration *
 e_cal_component_alarm_repeat_get_interval (const ECalComponentAlarmRepeat *repeat)
@@ -187,7 +187,7 @@ e_cal_component_alarm_repeat_get_interval (const ECalComponentAlarmRepeat *repea
  *
  * Set the @interval between repetitions of the @repeat.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_alarm_repeat_set_interval (ECalComponentAlarmRepeat *repeat,
@@ -210,7 +210,7 @@ e_cal_component_alarm_repeat_set_interval (ECalComponentAlarmRepeat *repeat,
  *
  * Returns: the interval between repetitions of the @repeat
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 gint
 e_cal_component_alarm_repeat_get_interval_seconds (const ECalComponentAlarmRepeat *repeat)
@@ -227,7 +227,7 @@ e_cal_component_alarm_repeat_get_interval_seconds (const ECalComponentAlarmRepea
  *
  * Set the @interval_seconds between repetitions of the @repeat.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_alarm_repeat_set_interval_seconds (ECalComponentAlarmRepeat *repeat,
diff --git a/src/calendar/libecal/e-cal-component-alarm-trigger.c 
b/src/calendar/libecal/e-cal-component-alarm-trigger.c
index 372bca94f..00bbfb5a0 100644
--- a/src/calendar/libecal/e-cal-component-alarm-trigger.c
+++ b/src/calendar/libecal/e-cal-component-alarm-trigger.c
@@ -54,7 +54,7 @@ struct _ECalComponentAlarmTrigger {
  *
  * Returns: (transfer full): a newly allocated #ECalComponentAlarmTrigger
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentAlarmTrigger *
 e_cal_component_alarm_trigger_new_relative (ECalComponentAlarmTriggerKind kind,
@@ -86,7 +86,7 @@ e_cal_component_alarm_trigger_new_relative (ECalComponentAlarmTriggerKind kind,
  *
  * Returns: (transfer full): a newly allocated #ECalComponentAlarmTrigger
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentAlarmTrigger *
 e_cal_component_alarm_trigger_new_absolute (const ICalTime *absolute_time)
@@ -114,7 +114,7 @@ e_cal_component_alarm_trigger_new_absolute (const ICalTime *absolute_time)
  *
  * Returns: (transfer full) (nullable): a newly allocated #ECalComponentAlarmTrigger
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentAlarmTrigger *
 e_cal_component_alarm_trigger_new_from_property (const ICalProperty *property)
@@ -143,7 +143,7 @@ e_cal_component_alarm_trigger_new_from_property (const ICalProperty *property)
  *
  * Returns: (transfer full): a newly allocated copy of @trigger
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentAlarmTrigger *
 e_cal_component_alarm_trigger_copy (const ECalComponentAlarmTrigger *trigger)
@@ -171,7 +171,7 @@ e_cal_component_alarm_trigger_copy (const ECalComponentAlarmTrigger *trigger)
  * or e_cal_component_alarm_trigger_copy(). The function does nothing, if @trigger
  * is %NULL.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_alarm_trigger_free (gpointer trigger)
@@ -206,7 +206,7 @@ e_cal_component_alarm_trigger_bag_filter_params_cb (ICalParameter *param,
  * Fill the @trigger structure with the information from
  * the @property, which should be of %I_CAL_TRIGGER_PROPERTY kind.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_alarm_trigger_set_from_property (ECalComponentAlarmTrigger *trigger,
@@ -301,7 +301,7 @@ e_cal_component_alarm_trigger_set_from_property (ECalComponentAlarmTrigger *trig
  * Returns: (transfer full): a newly created #ICalProperty, containing
  *    information from the @trigger.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ICalProperty *
 e_cal_component_alarm_trigger_get_as_property (const ECalComponentAlarmTrigger *trigger)
@@ -326,7 +326,7 @@ e_cal_component_alarm_trigger_get_as_property (const ECalComponentAlarmTrigger *
  * Fill @property with information from @trigger. The @property
  * should be of kind %I_CAL_TRIGGER_PROPERTY.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_alarm_trigger_fill_property (const ECalComponentAlarmTrigger *trigger,
@@ -406,7 +406,7 @@ e_cal_component_alarm_trigger_fill_property (const ECalComponentAlarmTrigger *tr
  * the %E_CAL_COMPONENT_ALARM_TRIGGER_ABSOLUTE.
  * To set an absolute trigger use e_cal_component_alarm_trigger_set_absolute().
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_alarm_trigger_set_relative (ECalComponentAlarmTrigger *trigger,
@@ -436,7 +436,7 @@ e_cal_component_alarm_trigger_set_relative (ECalComponentAlarmTrigger *trigger,
  *
  * To set a relative trigger use e_cal_component_alarm_trigger_set_relative().
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_alarm_trigger_set_absolute (ECalComponentAlarmTrigger *trigger,
@@ -458,7 +458,7 @@ e_cal_component_alarm_trigger_set_absolute (ECalComponentAlarmTrigger *trigger,
  *
  * Returns: the @trigger kind, one of #ECalComponentAlarmTriggerKind
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentAlarmTriggerKind
 e_cal_component_alarm_trigger_get_kind (const ECalComponentAlarmTrigger *trigger)
@@ -479,7 +479,7 @@ e_cal_component_alarm_trigger_get_kind (const ECalComponentAlarmTrigger *trigger
  * e_cal_component_alarm_trigger_set_relative() or
  * e_cal_component_alarm_trigger_set_absolute().
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_alarm_trigger_set_kind (ECalComponentAlarmTrigger *trigger,
@@ -503,7 +503,7 @@ e_cal_component_alarm_trigger_set_kind (ECalComponentAlarmTrigger *trigger,
  *
  * Returns: (transfer none) (nullable): the @trigger duration, as an #ICalDuration, or %NULL
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ICalDuration *
 e_cal_component_alarm_trigger_get_duration (const ECalComponentAlarmTrigger *trigger)
@@ -525,7 +525,7 @@ e_cal_component_alarm_trigger_get_duration (const ECalComponentAlarmTrigger *tri
  * the @trigger is an absolute trigger. The object is owned by @trigger and it's
  * valid until the @trigger is freed or its relative duration changed.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_alarm_trigger_set_duration (ECalComponentAlarmTrigger *trigger,
@@ -555,7 +555,7 @@ e_cal_component_alarm_trigger_set_duration (ECalComponentAlarmTrigger *trigger,
  *
  * Returns: (transfer none) (nullable): the @trigger absolute time, as an #ICalTime, or %NULL
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ICalTime *
 e_cal_component_alarm_trigger_get_absolute_time (const ECalComponentAlarmTrigger *trigger)
@@ -578,7 +578,7 @@ e_cal_component_alarm_trigger_get_absolute_time (const ECalComponentAlarmTrigger
  *
  * The function does nothing, when the @trigger is a relative trigger.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_alarm_trigger_set_absolute_time (ECalComponentAlarmTrigger *trigger,
@@ -604,7 +604,7 @@ e_cal_component_alarm_trigger_set_absolute_time (ECalComponentAlarmTrigger *trig
  *    parameters stored with the trigger property, other than those accessible
  *    with the other functions of the @trigger.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentParameterBag *
 e_cal_component_alarm_trigger_get_parameter_bag (const ECalComponentAlarmTrigger *trigger)
diff --git a/src/calendar/libecal/e-cal-component-alarm.c b/src/calendar/libecal/e-cal-component-alarm.c
index 3cd875535..525e33147 100644
--- a/src/calendar/libecal/e-cal-component-alarm.c
+++ b/src/calendar/libecal/e-cal-component-alarm.c
@@ -59,7 +59,7 @@ struct _ECalComponentAlarm {
  *
  * Returns: (transfer full): a newly allocated #ECalComponentAlarm
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentAlarm *
 e_cal_component_alarm_new (void)
@@ -85,7 +85,7 @@ e_cal_component_alarm_new (void)
  *
  * Returns: (transfer full) (nullable): a newly allocated #ECalComponentAlarm
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentAlarm *
 e_cal_component_alarm_new_from_component (const ICalComponent *component)
@@ -113,7 +113,7 @@ e_cal_component_alarm_new_from_component (const ICalComponent *component)
  *
  * Returns: (transfer full): a newly allocated copy of @alarm
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentAlarm *
 e_cal_component_alarm_copy (const ECalComponentAlarm *alarm)
@@ -199,7 +199,7 @@ e_cal_component_alarm_copy (const ECalComponentAlarm *alarm)
  * or e_cal_component_alarm_copy(). The function does nothing, if @alarm
  * is %NULL.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_alarm_free (gpointer alarm)
@@ -227,7 +227,7 @@ e_cal_component_alarm_free (gpointer alarm)
  * Fill the @alarm structure with the information from
  * the @component, which should be of %I_CAL_VALARM_COMPONENT kind.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_alarm_set_from_component (ECalComponentAlarm *alarm,
@@ -391,7 +391,7 @@ e_cal_component_alarm_set_from_component (ECalComponentAlarm *alarm,
  * Returns: (transfer full): a newly created #ICalComponent
  *    of %I_CAL_VALARM_COMPONENT kind
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ICalComponent *
 e_cal_component_alarm_get_as_component (ECalComponentAlarm *alarm)
@@ -417,7 +417,7 @@ e_cal_component_alarm_get_as_component (ECalComponentAlarm *alarm)
  * if it's not. In case the @alarm doesn't have set 'uid', a new
  * is assigned.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_alarm_fill_component (ECalComponentAlarm *alarm,
@@ -597,7 +597,7 @@ e_cal_component_alarm_fill_component (ECalComponentAlarm *alarm,
  *
  * Returns: (nullable): the @alarm UID, or %NULL, when none is set
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 const gchar *
 e_cal_component_alarm_get_uid (const ECalComponentAlarm *alarm)
@@ -614,7 +614,7 @@ e_cal_component_alarm_get_uid (const ECalComponentAlarm *alarm)
  *
  * Set the @alarm UID, or generates a new UID, if @uid is %NULL or an empty string.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_alarm_set_uid (ECalComponentAlarm *alarm,
@@ -639,7 +639,7 @@ e_cal_component_alarm_set_uid (ECalComponentAlarm *alarm,
  *
  * Returns: the @alarm action, or %E_CAL_COMPONENT_ALARM_NONE, when none is set
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentAlarmAction
 e_cal_component_alarm_get_action (const ECalComponentAlarm *alarm)
@@ -656,7 +656,7 @@ e_cal_component_alarm_get_action (const ECalComponentAlarm *alarm)
  *
  * Set the @alarm action, as an #ECalComponentAlarmAction.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_alarm_set_action (ECalComponentAlarm *alarm,
@@ -675,7 +675,7 @@ e_cal_component_alarm_set_action (ECalComponentAlarm *alarm,
  *
  * Returns: (transfer none) (nullable): the @alarm summary, or %NULL, when none is set
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentText *
 e_cal_component_alarm_get_summary (const ECalComponentAlarm *alarm)
@@ -692,7 +692,7 @@ e_cal_component_alarm_get_summary (const ECalComponentAlarm *alarm)
  *
  * Set the @alarm summary, as an #ECalComponentText.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_alarm_set_summary (ECalComponentAlarm *alarm,
@@ -715,7 +715,7 @@ e_cal_component_alarm_set_summary (ECalComponentAlarm *alarm,
  * Set the @alarm summary, as an #ECalComponentText, and assumes
  * ownership of the @summary.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_alarm_take_summary (ECalComponentAlarm *alarm,
@@ -737,7 +737,7 @@ e_cal_component_alarm_take_summary (ECalComponentAlarm *alarm,
  *
  * Returns: (transfer none) (nullable): the @alarm description, or %NULL, when none is set
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentText *
 e_cal_component_alarm_get_description (const ECalComponentAlarm *alarm)
@@ -754,7 +754,7 @@ e_cal_component_alarm_get_description (const ECalComponentAlarm *alarm)
  *
  * Set the @alarm description, as an #ECalComponentText.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_alarm_set_description (ECalComponentAlarm *alarm,
@@ -777,7 +777,7 @@ e_cal_component_alarm_set_description (ECalComponentAlarm *alarm,
  * Set the @alarm description, as an #ECalComponentText, and assumes
  * ownership of the @description.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_alarm_take_description (ECalComponentAlarm *alarm,
@@ -800,7 +800,7 @@ e_cal_component_alarm_take_description (ECalComponentAlarm *alarm,
  * Returns: (transfer none) (nullable): the @alarm repeat information,
  *    or %NULL, when none is set
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentAlarmRepeat *
 e_cal_component_alarm_get_repeat (const ECalComponentAlarm *alarm)
@@ -817,7 +817,7 @@ e_cal_component_alarm_get_repeat (const ECalComponentAlarm *alarm)
  *
  * Set the @alarm repeat information, as an #ECalComponentAlarmRepeat.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_alarm_set_repeat (ECalComponentAlarm *alarm,
@@ -840,7 +840,7 @@ e_cal_component_alarm_set_repeat (ECalComponentAlarm *alarm,
  * Set the @alarm repeat information, as an #ECalComponentAlarmRepeat and assumes
  * ownership of the @trigger.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_alarm_take_repeat (ECalComponentAlarm *alarm,
@@ -862,7 +862,7 @@ e_cal_component_alarm_take_repeat (ECalComponentAlarm *alarm,
  *
  * Returns: (transfer none) (nullable): the @alarm trigger, or %NULL when, none is set
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentAlarmTrigger *
 e_cal_component_alarm_get_trigger (const ECalComponentAlarm *alarm)
@@ -879,7 +879,7 @@ e_cal_component_alarm_get_trigger (const ECalComponentAlarm *alarm)
  *
  * Set the @alarm trigger, as an #ECalComponentAlarmTrigger.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_alarm_set_trigger (ECalComponentAlarm *alarm,
@@ -902,7 +902,7 @@ e_cal_component_alarm_set_trigger (ECalComponentAlarm *alarm,
  * Set the @alarm trigger, as an #ECalComponentAlarmTrigger and assumes
  * ownership of the @trigger.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_alarm_take_trigger (ECalComponentAlarm *alarm,
@@ -922,7 +922,7 @@ e_cal_component_alarm_take_trigger (ECalComponentAlarm *alarm,
  *
  * Returns: whether the @alarm has any attendees
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 gboolean
 e_cal_component_alarm_has_attendees (const ECalComponentAlarm *alarm)
@@ -943,7 +943,7 @@ e_cal_component_alarm_has_attendees (const ECalComponentAlarm *alarm)
  * Returns: (transfer none) (nullable) (element-type ECalComponentAttendee): the @alarm attendees,
  *    as a #GSList of an #ECalComponentAttendee, or %NULL when, none are set
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 GSList *
 e_cal_component_alarm_get_attendees (const ECalComponentAlarm *alarm)
@@ -961,7 +961,7 @@ e_cal_component_alarm_get_attendees (const ECalComponentAlarm *alarm)
  *
  * Set the list of attendees, as a #GSList of an #ECalComponentAttendee.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_alarm_set_attendees (ECalComponentAlarm *alarm,
@@ -995,7 +995,7 @@ e_cal_component_alarm_set_attendees (ECalComponentAlarm *alarm,
  * Sets the list of attendees, as a #GSList of an #ECalComponentAttendee and assumes
  * ownership of the @attendees and its content.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_alarm_take_attendees (ECalComponentAlarm *alarm,
@@ -1015,7 +1015,7 @@ e_cal_component_alarm_take_attendees (ECalComponentAlarm *alarm,
  *
  * Returns: whether the @alarm has any attachments
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 gboolean
 e_cal_component_alarm_has_attachments (const ECalComponentAlarm *alarm)
@@ -1036,7 +1036,7 @@ e_cal_component_alarm_has_attachments (const ECalComponentAlarm *alarm)
  * Returns: (transfer none) (nullable) (element-type ICalAttach): the @alarm attachments,
  *    as a #GSList of an #ICalAttach, or %NULL, when none is set
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 GSList *
 e_cal_component_alarm_get_attachments (const ECalComponentAlarm *alarm)
@@ -1054,7 +1054,7 @@ e_cal_component_alarm_get_attachments (const ECalComponentAlarm *alarm)
  *
  * Set the list of attachments, as a #GSList of an #ICalAttach.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_alarm_set_attachments (ECalComponentAlarm *alarm,
@@ -1088,7 +1088,7 @@ e_cal_component_alarm_set_attachments (ECalComponentAlarm *alarm,
  * Sets the list of attachments, as a #GSList of an #ICalAttach and assumes
  * ownership of the @attachments and its content.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_alarm_take_attachments (ECalComponentAlarm *alarm,
@@ -1110,7 +1110,7 @@ e_cal_component_alarm_take_attachments (ECalComponentAlarm *alarm,
  *    properties stored with an alarm component, other than those accessible
  *    with the other functions of the @alarm.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentPropertyBag *
 e_cal_component_alarm_get_property_bag (const ECalComponentAlarm *alarm)
diff --git a/src/calendar/libecal/e-cal-component-alarm.h b/src/calendar/libecal/e-cal-component-alarm.h
index 696ee38d8..a2a4fbe06 100644
--- a/src/calendar/libecal/e-cal-component-alarm.h
+++ b/src/calendar/libecal/e-cal-component-alarm.h
@@ -38,7 +38,7 @@
  *
  * Extension property for alarm components so that we can reference them by UID.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 #define E_CAL_EVOLUTION_ALARM_UID_PROPERTY "X-EVOLUTION-ALARM-UID"
 
diff --git a/src/calendar/libecal/e-cal-component-alarms.c b/src/calendar/libecal/e-cal-component-alarms.c
index 0a6c25666..7eeb464c0 100644
--- a/src/calendar/libecal/e-cal-component-alarms.c
+++ b/src/calendar/libecal/e-cal-component-alarms.c
@@ -49,7 +49,7 @@ struct _ECalComponentAlarms {
  *
  * Returns: (transfer full): a newly allocated #ECalComponentAlarms
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentAlarms *
 e_cal_component_alarms_new (ECalComponent *comp)
@@ -73,7 +73,7 @@ e_cal_component_alarms_new (ECalComponent *comp)
  *
  * Returns: (transfer full): a newly allocated copy of @alarms
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentAlarms *
 e_cal_component_alarms_copy (const ECalComponentAlarms *alarms)
@@ -96,7 +96,7 @@ e_cal_component_alarms_copy (const ECalComponentAlarms *alarms)
  * or e_cal_component_alarms_copy(). The function does nothing, if @alarms
  * is %NULL.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_alarms_free (gpointer alarms)
@@ -118,7 +118,7 @@ e_cal_component_alarms_free (gpointer alarms)
  *
  * Returns: (transfer none): an #ECalComponent associated with the @alarms structure
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponent *
 e_cal_component_alarms_get_component (const ECalComponentAlarms *alarms)
@@ -139,7 +139,7 @@ e_cal_component_alarms_get_component (const ECalComponentAlarms *alarms)
  * Returns: (transfer none) (element-type ECalComponentAlarmInstance) (nullable): instances
  *    of the @alarms structure; can be %NULL, when none had been added yet
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 GSList *
 e_cal_component_alarms_get_instances (const ECalComponentAlarms *alarms)
@@ -156,7 +156,7 @@ e_cal_component_alarms_get_instances (const ECalComponentAlarms *alarms)
  *
  * Modifies the list of instances to copy of the given @instances.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_alarms_set_instances (ECalComponentAlarms *alarms,
@@ -180,7 +180,7 @@ e_cal_component_alarms_set_instances (ECalComponentAlarms *alarms,
  * assumes ownership of it. Neither the #GSList, nor its items, should
  * contain the same structures.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_alarms_take_instances (ECalComponentAlarms *alarms,
@@ -200,7 +200,7 @@ e_cal_component_alarms_take_instances (ECalComponentAlarms *alarms,
  * Add a copy of @instance into the list of instances. It is added
  * in no particular order.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_alarms_add_instance (ECalComponentAlarms *alarms,
@@ -221,7 +221,7 @@ e_cal_component_alarms_add_instance (ECalComponentAlarms *alarms,
  * Add the @instance into the list of instances and assume ownership of it.
  * It is added in no particular order.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_alarms_take_instance (ECalComponentAlarms *alarms,
@@ -243,7 +243,7 @@ e_cal_component_alarms_take_instance (ECalComponentAlarms *alarms,
  *
  * Returns: whether the @instance had been found and freed
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 gboolean
 e_cal_component_alarms_remove_instance (ECalComponentAlarms *alarms,
diff --git a/src/calendar/libecal/e-cal-component-attendee.c b/src/calendar/libecal/e-cal-component-attendee.c
index beb31f66d..3799b2441 100644
--- a/src/calendar/libecal/e-cal-component-attendee.c
+++ b/src/calendar/libecal/e-cal-component-attendee.c
@@ -58,7 +58,7 @@ struct _ECalComponentAttendee {
  *
  * Returns: (transfer full): a newly allocated #ECalComponentAttendee
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentAttendee *
 e_cal_component_attendee_new (void)
@@ -95,7 +95,7 @@ e_cal_component_attendee_new (void)
  *
  * Returns: (transfer full): a newly allocated #ECalComponentAttendee
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentAttendee *
 e_cal_component_attendee_new_full (const gchar *value,
@@ -139,7 +139,7 @@ e_cal_component_attendee_new_full (const gchar *value,
  *
  * Returns: (transfer full) (nullable): a newly allocated #ECalComponentAttendee
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentAttendee *
 e_cal_component_attendee_new_from_property (const ICalProperty *property)
@@ -167,7 +167,7 @@ e_cal_component_attendee_new_from_property (const ICalProperty *property)
  *
  * Returns: (transfer full): a newly allocated copy of @attendee
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentAttendee *
 e_cal_component_attendee_copy (const ECalComponentAttendee *attendee)
@@ -202,7 +202,7 @@ e_cal_component_attendee_copy (const ECalComponentAttendee *attendee)
  * or e_cal_component_attendee_copy(). The function does nothing, if @attendee
  * is %NULL.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_attendee_free (gpointer attendee)
@@ -250,7 +250,7 @@ e_cal_component_attendee_filter_params_cb (ICalParameter *param,
  * Fill the @attendee structure with the information from
  * the @property, which should be of %I_CAL_ATTENDEE_PROPERTY kind.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_attendee_set_from_property (ECalComponentAttendee *attendee,
@@ -319,7 +319,7 @@ e_cal_component_attendee_set_from_property (ECalComponentAttendee *attendee,
  * Returns: (transfer full): a newly created #ICalProperty, containing
  *    information from the @attendee.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ICalProperty *
 e_cal_component_attendee_get_as_property (const ECalComponentAttendee *attendee)
@@ -344,7 +344,7 @@ e_cal_component_attendee_get_as_property (const ECalComponentAttendee *attendee)
  * Fill @property with information from @attendee. The @property
  * should be of kind %I_CAL_ATTENDEE_PROPERTY.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_attendee_fill_property (const ECalComponentAttendee *attendee,
@@ -404,7 +404,7 @@ e_cal_component_attendee_fill_property (const ECalComponentAttendee *attendee,
  *
  * Returns: (nullable): the @attendee URI, usually of "mailto:email"; form
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 const gchar *
 e_cal_component_attendee_get_value (const ECalComponentAttendee *attendee)
@@ -422,7 +422,7 @@ e_cal_component_attendee_get_value (const ECalComponentAttendee *attendee)
  * Set the @attendee URI, usually of "mailto:email"; form. The %NULL
  * and empty strings are treated as unset the value.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_attendee_set_value (ECalComponentAttendee *attendee,
@@ -445,7 +445,7 @@ e_cal_component_attendee_set_value (ECalComponentAttendee *attendee,
  *
  * Returns: (nullable): the @attendee member property
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 const gchar *
 e_cal_component_attendee_get_member (const ECalComponentAttendee *attendee)
@@ -463,7 +463,7 @@ e_cal_component_attendee_get_member (const ECalComponentAttendee *attendee)
  * Set the @attendee member parameter. The %NULL
  * and empty strings are treated as unset the value.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_attendee_set_member (ECalComponentAttendee *attendee,
@@ -486,7 +486,7 @@ e_cal_component_attendee_set_member (ECalComponentAttendee *attendee,
  *
  * Returns: the @attendee type, as an #ICalParameterCutype
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ICalParameterCutype
 e_cal_component_attendee_get_cutype (const ECalComponentAttendee *attendee)
@@ -503,7 +503,7 @@ e_cal_component_attendee_get_cutype (const ECalComponentAttendee *attendee)
  *
  * Set the @attendee type, as an #ICalParameterCutype.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_attendee_set_cutype (ECalComponentAttendee *attendee,
@@ -522,7 +522,7 @@ e_cal_component_attendee_set_cutype (ECalComponentAttendee *attendee,
  *
  * Returns: the @attendee role, as an #ICalParameterRole
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ICalParameterRole
 e_cal_component_attendee_get_role (const ECalComponentAttendee *attendee)
@@ -539,7 +539,7 @@ e_cal_component_attendee_get_role (const ECalComponentAttendee *attendee)
  *
  * Set the @attendee role, as an #ICalParameterRole.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_attendee_set_role (ECalComponentAttendee *attendee,
@@ -558,7 +558,7 @@ e_cal_component_attendee_set_role (ECalComponentAttendee *attendee,
  *
  * Returns: the @attendee status, as an #ICalParameterPartstat
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ICalParameterPartstat
 e_cal_component_attendee_get_partstat (const ECalComponentAttendee *attendee)
@@ -575,7 +575,7 @@ e_cal_component_attendee_get_partstat (const ECalComponentAttendee *attendee)
  *
  * Set the @attendee status, as an #ICalParameterPartstat.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_attendee_set_partstat (ECalComponentAttendee *attendee,
@@ -594,7 +594,7 @@ e_cal_component_attendee_set_partstat (ECalComponentAttendee *attendee,
  *
  * Returns: whether the @attendee requires RSVP
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 gboolean
 e_cal_component_attendee_get_rsvp (const ECalComponentAttendee *attendee)
@@ -611,7 +611,7 @@ e_cal_component_attendee_get_rsvp (const ECalComponentAttendee *attendee)
  *
  * Set the @attendee RSVP.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_attendee_set_rsvp (ECalComponentAttendee *attendee,
@@ -630,7 +630,7 @@ e_cal_component_attendee_set_rsvp (ECalComponentAttendee *attendee,
  *
  * Returns: (nullable): the @attendee delegatedfrom parameter
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 const gchar *
 e_cal_component_attendee_get_delegatedfrom (const ECalComponentAttendee *attendee)
@@ -648,7 +648,7 @@ e_cal_component_attendee_get_delegatedfrom (const ECalComponentAttendee *attende
  * Set the @attendee delegatedfrom parameter. The %NULL
  * and empty strings are treated as unset the value.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_attendee_set_delegatedfrom (ECalComponentAttendee *attendee,
@@ -671,7 +671,7 @@ e_cal_component_attendee_set_delegatedfrom (ECalComponentAttendee *attendee,
  *
  * Returns: (nullable): the @attendee delegatedto parameter
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 const gchar *
 e_cal_component_attendee_get_delegatedto (const ECalComponentAttendee *attendee)
@@ -689,7 +689,7 @@ e_cal_component_attendee_get_delegatedto (const ECalComponentAttendee *attendee)
  * Set the @attendee delegatedto parameter. The %NULL
  * and empty strings are treated as unset the value.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_attendee_set_delegatedto (ECalComponentAttendee *attendee,
@@ -712,7 +712,7 @@ e_cal_component_attendee_set_delegatedto (ECalComponentAttendee *attendee,
  *
  * Returns: (nullable): the @attendee sentby parameter
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 const gchar *
 e_cal_component_attendee_get_sentby (const ECalComponentAttendee *attendee)
@@ -730,7 +730,7 @@ e_cal_component_attendee_get_sentby (const ECalComponentAttendee *attendee)
  * Set the @attendee sentby parameter. The %NULL
  * and empty strings are treated as unset the value.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_attendee_set_sentby (ECalComponentAttendee *attendee,
@@ -753,7 +753,7 @@ e_cal_component_attendee_set_sentby (ECalComponentAttendee *attendee,
  *
  * Returns: (nullable): the @attendee common name (cn) parameter
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 const gchar *
 e_cal_component_attendee_get_cn (const ECalComponentAttendee *attendee)
@@ -771,7 +771,7 @@ e_cal_component_attendee_get_cn (const ECalComponentAttendee *attendee)
  * Set the @attendee common name (cn) parameter. The %NULL
  * and empty strings are treated as unset the value.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_attendee_set_cn (ECalComponentAttendee *attendee,
@@ -794,7 +794,7 @@ e_cal_component_attendee_set_cn (ECalComponentAttendee *attendee,
  *
  * Returns: (nullable): the @attendee language parameter
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 const gchar *
 e_cal_component_attendee_get_language (const ECalComponentAttendee *attendee)
@@ -812,7 +812,7 @@ e_cal_component_attendee_get_language (const ECalComponentAttendee *attendee)
  * Set the @attendee language parameter. The %NULL
  * and empty strings are treated as unset the value.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_attendee_set_language (ECalComponentAttendee *attendee,
@@ -837,7 +837,7 @@ e_cal_component_attendee_set_language (ECalComponentAttendee *attendee,
  *    parameters stored with the attendee property, other than those accessible
  *    with the other functions of the @attendee.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentParameterBag *
 e_cal_component_attendee_get_parameter_bag (const ECalComponentAttendee *attendee)
diff --git a/src/calendar/libecal/e-cal-component-datetime.c b/src/calendar/libecal/e-cal-component-datetime.c
index ee26ab8b8..668bf39f6 100644
--- a/src/calendar/libecal/e-cal-component-datetime.c
+++ b/src/calendar/libecal/e-cal-component-datetime.c
@@ -49,7 +49,7 @@ struct _ECalComponentDateTime {
  *
  * Returns: (transfer full): a new #ECalComponentDateTime
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentDateTime *
 e_cal_component_datetime_new (const ICalTime *value,
@@ -78,7 +78,7 @@ e_cal_component_datetime_new (const ICalTime *value,
  *
  * Returns: (transfer full): a new #ECalComponentDateTime
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentDateTime *
 e_cal_component_datetime_new_take (ICalTime *value,
@@ -104,7 +104,7 @@ e_cal_component_datetime_new_take (ICalTime *value,
  *
  * Returns: (transfer full): a new #ECalComponentDateTime, copy of @dt
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentDateTime *
 e_cal_component_datetime_copy (const ECalComponentDateTime *dt)
@@ -124,7 +124,7 @@ e_cal_component_datetime_copy (const ECalComponentDateTime *dt)
  * e_cal_component_datetime_new_take() or e_cal_component_datetime_copy().
  * The function does nothing, if @dt is %NULL.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_datetime_free (gpointer dt)
@@ -147,7 +147,7 @@ e_cal_component_datetime_free (gpointer dt)
  * Sets both @value and @tzid in one call. Use e_cal_component_datetime_set_value()
  * and e_cal_component_datetime_set_tzid() to set them separately.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_datetime_set (ECalComponentDateTime *dt,
@@ -170,7 +170,7 @@ e_cal_component_datetime_set (ECalComponentDateTime *dt,
  *
  * Returns: (transfer none): a value of @dt, as an #ICalTime
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ICalTime *
 e_cal_component_datetime_get_value (const ECalComponentDateTime *dt)
@@ -187,7 +187,7 @@ e_cal_component_datetime_get_value (const ECalComponentDateTime *dt)
  *
  * Sets the @value of the @dt. Any previously set value is freed.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_datetime_set_value (ECalComponentDateTime *dt,
@@ -210,7 +210,7 @@ e_cal_component_datetime_set_value (ECalComponentDateTime *dt,
  * Sets the @value of the @dt and assumes ownership of the @value.
  * Any previously set value is freed.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_datetime_take_value (ECalComponentDateTime *dt,
@@ -236,7 +236,7 @@ e_cal_component_datetime_take_value (ECalComponentDateTime *dt,
  *
  * Returns: (transfer none) (nullable): a TZID of @dt, or %NULL
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 const gchar *
 e_cal_component_datetime_get_tzid (const ECalComponentDateTime *dt)
@@ -254,7 +254,7 @@ e_cal_component_datetime_get_tzid (const ECalComponentDateTime *dt)
  * Sets the @tzid of the @dt. Any previously set TZID is freed.
  * An empty string or a %NULL as @tzid is treated as none TZID.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_datetime_set_tzid (ECalComponentDateTime *dt,
@@ -279,7 +279,7 @@ e_cal_component_datetime_set_tzid (ECalComponentDateTime *dt,
  * Sets the @tzid of the @dt and assumes ownership of @tzid. Any previously
  * set TZID is freed. An empty string or a %NULL as @tzid is treated as none TZID.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_datetime_take_tzid (ECalComponentDateTime *dt,
diff --git a/src/calendar/libecal/e-cal-component-id.c b/src/calendar/libecal/e-cal-component-id.c
index d80b40262..aec9e45d4 100644
--- a/src/calendar/libecal/e-cal-component-id.c
+++ b/src/calendar/libecal/e-cal-component-id.c
@@ -71,7 +71,7 @@ e_cal_component_id_new (const gchar *uid,
  *
  * Returns: (transfer full): an #ECalComponentId
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentId *
 e_cal_component_id_new_take (gchar *uid,
@@ -197,7 +197,7 @@ e_cal_component_id_equal (gconstpointer id1,
  *    string is owned by @id and it's valid until it's changed
  *    with e_cal_component_id_set_uid() or until the @id is freed.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 const gchar *
 e_cal_component_id_get_uid (const ECalComponentId *id)
@@ -214,7 +214,7 @@ e_cal_component_id_get_uid (const ECalComponentId *id)
  *
  * Sets the UID part of the @id.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_id_set_uid (ECalComponentId *id,
@@ -237,7 +237,7 @@ e_cal_component_id_set_uid (ECalComponentId *id,
  *    The returned string is owned by @id and it's valid until it's
  *    changed with e_cal_component_id_set_rid() or until the @id is freed.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 const gchar *
 e_cal_component_id_get_rid (const ECalComponentId *id)
@@ -256,7 +256,7 @@ e_cal_component_id_get_rid (const ECalComponentId *id)
  * or an empty string, where both are treated as %NULL, which
  * means the @id has not RECURRENCE-ID.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_id_set_rid (ECalComponentId *id,
diff --git a/src/calendar/libecal/e-cal-component-organizer.c 
b/src/calendar/libecal/e-cal-component-organizer.c
index 3a2478261..126937638 100644
--- a/src/calendar/libecal/e-cal-component-organizer.c
+++ b/src/calendar/libecal/e-cal-component-organizer.c
@@ -49,7 +49,7 @@ struct _ECalComponentOrganizer {
  *
  * Returns: (transfer full): a newly allocated #ECalComponentOrganizer
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentOrganizer *
 e_cal_component_organizer_new (void)
@@ -76,7 +76,7 @@ e_cal_component_organizer_new (void)
  *
  * Returns: (transfer full): a newly allocated #ECalComponentOrganizer
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentOrganizer *
 e_cal_component_organizer_new_full (const gchar *value,
@@ -106,7 +106,7 @@ e_cal_component_organizer_new_full (const gchar *value,
  *
  * Returns: (transfer full) (nullable): a newly allocated #ECalComponentOrganizer
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentOrganizer *
 e_cal_component_organizer_new_from_property (const ICalProperty *property)
@@ -134,7 +134,7 @@ e_cal_component_organizer_new_from_property (const ICalProperty *property)
  *
  * Returns: (transfer full): a newly allocated copy of @organizer
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentOrganizer *
 e_cal_component_organizer_copy (const ECalComponentOrganizer *organizer)
@@ -162,7 +162,7 @@ e_cal_component_organizer_copy (const ECalComponentOrganizer *organizer)
  * or e_cal_component_organizer_copy(). The function does nothing, if @organizer
  * is %NULL.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_organizer_free (gpointer organizer)
@@ -200,7 +200,7 @@ e_cal_component_organizer_filter_params_cb (ICalParameter *param,
  * Fill the @organizer structure with the information from
  * the @property, which should be of %I_CAL_ORGANIZER_PROPERTY kind.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_organizer_set_from_property (ECalComponentOrganizer *organizer,
@@ -241,7 +241,7 @@ e_cal_component_organizer_set_from_property (ECalComponentOrganizer *organizer,
  * Returns: (transfer full): a newly created #ICalProperty, containing
  *    information from the @organizer.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ICalProperty *
 e_cal_component_organizer_get_as_property (const ECalComponentOrganizer *organizer)
@@ -266,7 +266,7 @@ e_cal_component_organizer_get_as_property (const ECalComponentOrganizer *organiz
  * Fill @property with information from @organizer. The @property
  * should be of kind %I_CAL_ORGANIZER_PROPERTY.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_organizer_fill_property (const ECalComponentOrganizer *organizer,
@@ -309,7 +309,7 @@ e_cal_component_organizer_fill_property (const ECalComponentOrganizer *organizer
  *
  * Returns: (nullable): the @organizer URI, usually of "mailto:email"; form
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 const gchar *
 e_cal_component_organizer_get_value (const ECalComponentOrganizer *organizer)
@@ -327,7 +327,7 @@ e_cal_component_organizer_get_value (const ECalComponentOrganizer *organizer)
  * Set the @organizer URI, usually of "mailto:email"; form. The %NULL
  * and empty strings are treated as unset the value.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_organizer_set_value (ECalComponentOrganizer *organizer,
@@ -350,7 +350,7 @@ e_cal_component_organizer_set_value (ECalComponentOrganizer *organizer,
  *
  * Returns: (nullable): the @organizer sentby parameter
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 const gchar *
 e_cal_component_organizer_get_sentby (const ECalComponentOrganizer *organizer)
@@ -368,7 +368,7 @@ e_cal_component_organizer_get_sentby (const ECalComponentOrganizer *organizer)
  * Set the @organizer sentby parameter. The %NULL
  * and empty strings are treated as unset the value.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_organizer_set_sentby (ECalComponentOrganizer *organizer,
@@ -391,7 +391,7 @@ e_cal_component_organizer_set_sentby (ECalComponentOrganizer *organizer,
  *
  * Returns: (nullable): the @organizer common name (cn) parameter
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 const gchar *
 e_cal_component_organizer_get_cn (const ECalComponentOrganizer *organizer)
@@ -409,7 +409,7 @@ e_cal_component_organizer_get_cn (const ECalComponentOrganizer *organizer)
  * Set the @organizer common name (cn) parameter. The %NULL
  * and empty strings are treated as unset the value.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_organizer_set_cn (ECalComponentOrganizer *organizer,
@@ -432,7 +432,7 @@ e_cal_component_organizer_set_cn (ECalComponentOrganizer *organizer,
  *
  * Returns: (nullable): the @organizer language parameter
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 const gchar *
 e_cal_component_organizer_get_language (const ECalComponentOrganizer *organizer)
@@ -450,7 +450,7 @@ e_cal_component_organizer_get_language (const ECalComponentOrganizer *organizer)
  * Set the @organizer language parameter. The %NULL
  * and empty strings are treated as unset the value.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_organizer_set_language (ECalComponentOrganizer *organizer,
@@ -475,7 +475,7 @@ e_cal_component_organizer_set_language (ECalComponentOrganizer *organizer,
  *    parameters stored with the organizer property, other than those accessible
  *    with the other functions of the @organizer.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentParameterBag *
 e_cal_component_organizer_get_parameter_bag (const ECalComponentOrganizer *organizer)
diff --git a/src/calendar/libecal/e-cal-component-parameter-bag.c 
b/src/calendar/libecal/e-cal-component-parameter-bag.c
index 8afeb5f16..ed8418bfe 100644
--- a/src/calendar/libecal/e-cal-component-parameter-bag.c
+++ b/src/calendar/libecal/e-cal-component-parameter-bag.c
@@ -41,7 +41,7 @@ struct _ECalComponentParameterBag {
  *
  * Returns: (transfer full): a newly allocated #ECalComponentParameterBag
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentParameterBag *
 e_cal_component_parameter_bag_new (void)
@@ -68,7 +68,7 @@ e_cal_component_parameter_bag_new (void)
  *
  * Returns: (transfer full): a newly allocated #ECalComponentParameterBag
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentParameterBag *
 e_cal_component_parameter_bag_new_from_property (const ICalProperty *property,
@@ -93,7 +93,7 @@ e_cal_component_parameter_bag_new_from_property (const ICalProperty *property,
  *
  * Returns: (transfer full): a newly allocated copy of @bag
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentParameterBag *
 e_cal_component_parameter_bag_copy (const ECalComponentParameterBag *bag)
@@ -118,7 +118,7 @@ e_cal_component_parameter_bag_copy (const ECalComponentParameterBag *bag)
  * e_cal_component_parameter_bag_copy(). The function does nothing, if @bag
  * is %NULL.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_parameter_bag_free (gpointer bag)
@@ -142,7 +142,7 @@ e_cal_component_parameter_bag_free (gpointer bag)
  * returned %TRUE. When the @func is %NULL, all the parameters are included.
  * The @bag content is cleared before any parameter is added.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_parameter_bag_set_from_property (ECalComponentParameterBag *bag,
@@ -176,7 +176,7 @@ e_cal_component_parameter_bag_set_from_property (ECalComponentParameterBag *bag,
  * The function replaces any existing parameter with the new value,
  * if any such exists. Otherwise the parameter is added.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_parameter_bag_fill_property (const ECalComponentParameterBag *bag,
@@ -202,7 +202,7 @@ e_cal_component_parameter_bag_fill_property (const ECalComponentParameterBag *ba
  *
  * Assigns content of the @src_bag into the @bag.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_parameter_bag_assign (ECalComponentParameterBag *bag,
@@ -234,7 +234,7 @@ e_cal_component_parameter_bag_assign (ECalComponentParameterBag *bag,
  *
  * Adds a copy of the @param into the @bag.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_parameter_bag_add (ECalComponentParameterBag *bag,
@@ -254,7 +254,7 @@ e_cal_component_parameter_bag_add (ECalComponentParameterBag *bag,
  *
  * Adds the @param into the @bag and assumes ownership of the @param.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_parameter_bag_take (ECalComponentParameterBag *bag,
@@ -272,7 +272,7 @@ e_cal_component_parameter_bag_take (ECalComponentParameterBag *bag,
  *
  * Returns: how many parameters are stored in the @bag
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 guint
 e_cal_component_parameter_bag_get_count (const ECalComponentParameterBag *bag)
@@ -298,7 +298,7 @@ e_cal_component_parameter_bag_get_count (const ECalComponentParameterBag *bag)
  * Returns: (transfer none) (nullable): the #ICalParameter at the given @index,
  *    or %NULL on error
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ICalParameter *
 e_cal_component_parameter_bag_get (const ECalComponentParameterBag *bag,
@@ -321,7 +321,7 @@ e_cal_component_parameter_bag_get (const ECalComponentParameterBag *bag,
  * Returns: the index of the first parameter of the given @kind, or value
  *    out of bounds, if such parameter cannot be found
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 guint
 e_cal_component_parameter_bag_get_first_by_kind (const ECalComponentParameterBag *bag,
@@ -352,7 +352,7 @@ e_cal_component_parameter_bag_get_first_by_kind (const ECalComponentParameterBag
  * out of bounds (not lower than e_cal_component_parameter_bag_get_count()),
  * then the function does nothing.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_parameter_bag_remove (ECalComponentParameterBag *bag,
@@ -375,7 +375,7 @@ e_cal_component_parameter_bag_remove (ECalComponentParameterBag *bag,
  *
  * Returns: how many parameters had been removed
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 guint
 e_cal_component_parameter_bag_remove_by_kind (ECalComponentParameterBag *bag,
@@ -413,7 +413,7 @@ e_cal_component_parameter_bag_remove_by_kind (ECalComponentParameterBag *bag,
  * Removes all parameters from the @bag, thus it doesn't contain any
  * parameter after this function returns.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_parameter_bag_clear (ECalComponentParameterBag *bag)
diff --git a/src/calendar/libecal/e-cal-component-parameter-bag.h 
b/src/calendar/libecal/e-cal-component-parameter-bag.h
index ca2b77fd7..f6332551a 100644
--- a/src/calendar/libecal/e-cal-component-parameter-bag.h
+++ b/src/calendar/libecal/e-cal-component-parameter-bag.h
@@ -46,7 +46,7 @@ typedef struct _ECalComponentParameterBag ECalComponentParameterBag;
  *
  * Returns: %TRUE, to add the parameter to the bag; %FALSE, to not add it to the bag
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 typedef gboolean (* ECalComponentParameterBagFilterFunc)
                                                (ICalParameter *parameter,
diff --git a/src/calendar/libecal/e-cal-component-period.c b/src/calendar/libecal/e-cal-component-period.c
index dca2e3068..377f312c4 100644
--- a/src/calendar/libecal/e-cal-component-period.c
+++ b/src/calendar/libecal/e-cal-component-period.c
@@ -51,7 +51,7 @@ struct _ECalComponentPeriod {
  *
  * Returns: (transfer full): a newly allocated #ECalComponentPeriod
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentPeriod *
 e_cal_component_period_new_datetime (const ICalTime *start,
@@ -80,7 +80,7 @@ e_cal_component_period_new_datetime (const ICalTime *start,
  *
  * Returns: (transfer full): a newly allocated #ECalComponentPeriod
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentPeriod *
 e_cal_component_period_new_duration (const ICalTime *start,
@@ -107,7 +107,7 @@ e_cal_component_period_new_duration (const ICalTime *start,
  *    The returned structure should be freed with e_cal_component_period_free(),
  *    when no longer needed.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentPeriod *
 e_cal_component_period_copy (const ECalComponentPeriod *period)
@@ -139,7 +139,7 @@ e_cal_component_period_copy (const ECalComponentPeriod *period)
  * Free the @period, previously allocated by e_cal_component_period_new_datetime(),
  * e_cal_component_period_new_duration() or e_cal_component_period_copy().
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_period_free (gpointer period)
@@ -166,7 +166,7 @@ e_cal_component_period_free (gpointer period)
  *
  * Returns: kind of the period, one of #ECalComponentPeriodKind
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentPeriodKind
 e_cal_component_period_get_kind        (const ECalComponentPeriod *period)
@@ -185,7 +185,7 @@ e_cal_component_period_get_kind     (const ECalComponentPeriod *period)
  * Set the kind of @period to be %E_CAL_COMPONENT_PERIOD_DATETIME
  * and fills the content with @start and @end.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_period_set_datetime_full (ECalComponentPeriod *period,
@@ -212,7 +212,7 @@ e_cal_component_period_set_datetime_full (ECalComponentPeriod *period,
  * Set the kind of @period to be %E_CAL_COMPONENT_PERIOD_DURATION
  * and fills the content with @start and @duration.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_period_set_duration_full (ECalComponentPeriod *period,
@@ -241,7 +241,7 @@ e_cal_component_period_set_duration_full (ECalComponentPeriod *period,
  *
  * Returns: (transfer none): the start of the @period, as an #ICalTime
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ICalTime *
 e_cal_component_period_get_start (const ECalComponentPeriod *period)
@@ -258,7 +258,7 @@ e_cal_component_period_get_start (const ECalComponentPeriod *period)
  *
  * Set the @start of the @period. This can be called on any kind of the @period.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_period_set_start (ECalComponentPeriod *period,
@@ -287,7 +287,7 @@ e_cal_component_period_set_start (ECalComponentPeriod *period,
  *
  * Returns: (transfer none) (nullable): the end of the period, as an #ICalTime
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ICalTime *
 e_cal_component_period_get_end (const ECalComponentPeriod *period)
@@ -306,7 +306,7 @@ e_cal_component_period_get_end (const ECalComponentPeriod *period)
  * Set the end of the @period. This can be called only on @period
  * objects of kind %E_CAL_COMPONENT_PERIOD_DATETIME.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_period_set_end (ECalComponentPeriod *period,
@@ -333,7 +333,7 @@ e_cal_component_period_set_end (ECalComponentPeriod *period,
  *
  * Returns: (transfer none): the duration of the period, as an #ICalDuration
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ICalDuration *
 e_cal_component_period_get_duration (const ECalComponentPeriod *period)
@@ -352,7 +352,7 @@ e_cal_component_period_get_duration (const ECalComponentPeriod *period)
  * Set the duration of the @period. This can be called only on @period
  * objects of kind %E_CAL_COMPONENT_PERIOD_DURATION.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_period_set_duration (ECalComponentPeriod *period,
diff --git a/src/calendar/libecal/e-cal-component-property-bag.c 
b/src/calendar/libecal/e-cal-component-property-bag.c
index 7ff36af5d..4311bdd7a 100644
--- a/src/calendar/libecal/e-cal-component-property-bag.c
+++ b/src/calendar/libecal/e-cal-component-property-bag.c
@@ -41,7 +41,7 @@ struct _ECalComponentPropertyBag {
  *
  * Returns: (transfer full): a newly allocated #ECalComponentPropertyBag
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentPropertyBag *
 e_cal_component_property_bag_new (void)
@@ -68,7 +68,7 @@ e_cal_component_property_bag_new (void)
  *
  * Returns: (transfer full): a newly allocated #ECalComponentPropertyBag
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentPropertyBag *
 e_cal_component_property_bag_new_from_component (const ICalComponent *component,
@@ -93,7 +93,7 @@ e_cal_component_property_bag_new_from_component (const ICalComponent *component,
  *
  * Returns: (transfer full): a newly allocated copy of @bag
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentPropertyBag *
 e_cal_component_property_bag_copy (const ECalComponentPropertyBag *bag)
@@ -118,7 +118,7 @@ e_cal_component_property_bag_copy (const ECalComponentPropertyBag *bag)
  * e_cal_component_property_bag_copy(). The function does nothing, if @bag
  * is %NULL.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_property_bag_free (gpointer bag)
@@ -142,7 +142,7 @@ e_cal_component_property_bag_free (gpointer bag)
  * returned %TRUE. When the @func is %NULL, all the properties are included.
  * The @bag content is cleared before any property is added.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_property_bag_set_from_component (ECalComponentPropertyBag *bag,
@@ -176,7 +176,7 @@ e_cal_component_property_bag_set_from_component (ECalComponentPropertyBag *bag,
  * The function doesn't verify whether the @component contains
  * the same property already.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_property_bag_fill_component (const ECalComponentPropertyBag *bag,
@@ -202,7 +202,7 @@ e_cal_component_property_bag_fill_component (const ECalComponentPropertyBag *bag
  *
  * Assigns content of the @src_bag into the @bag.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_property_bag_assign (ECalComponentPropertyBag *bag,
@@ -234,7 +234,7 @@ e_cal_component_property_bag_assign (ECalComponentPropertyBag *bag,
  *
  * Adds a copy of the @prop into the @bag.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_property_bag_add (ECalComponentPropertyBag *bag,
@@ -254,7 +254,7 @@ e_cal_component_property_bag_add (ECalComponentPropertyBag *bag,
  *
  * Adds the @prop into the @bag and assumes ownership of the @prop.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_property_bag_take (ECalComponentPropertyBag *bag,
@@ -272,7 +272,7 @@ e_cal_component_property_bag_take (ECalComponentPropertyBag *bag,
  *
  * Returns: how many properties are stored in the @bag
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 guint
 e_cal_component_property_bag_get_count (const ECalComponentPropertyBag *bag)
@@ -298,7 +298,7 @@ e_cal_component_property_bag_get_count (const ECalComponentPropertyBag *bag)
  * Returns: (transfer none) (nullable): the #ICalProperty at the given @index,
  *    or %NULL on error
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ICalProperty *
 e_cal_component_property_bag_get (const ECalComponentPropertyBag *bag,
@@ -321,7 +321,7 @@ e_cal_component_property_bag_get (const ECalComponentPropertyBag *bag,
  * Returns: the index of the first property of the given @kind, or value
  *    out of bounds, if such property cannot be found
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 guint
 e_cal_component_property_bag_get_first_by_kind (const ECalComponentPropertyBag *bag,
@@ -352,7 +352,7 @@ e_cal_component_property_bag_get_first_by_kind (const ECalComponentPropertyBag *
  * out of bounds (not lower than e_cal_component_property_bag_get_count()),
  * then the function does nothing.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_property_bag_remove (ECalComponentPropertyBag *bag,
@@ -375,7 +375,7 @@ e_cal_component_property_bag_remove (ECalComponentPropertyBag *bag,
  *
  * Returns: how many properties had been removed
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 guint
 e_cal_component_property_bag_remove_by_kind (ECalComponentPropertyBag *bag,
@@ -413,7 +413,7 @@ e_cal_component_property_bag_remove_by_kind (ECalComponentPropertyBag *bag,
  * Removes all properties from the @bag, thus it doesn't contain any
  * property after this function returns.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_property_bag_clear (ECalComponentPropertyBag *bag)
diff --git a/src/calendar/libecal/e-cal-component-property-bag.h 
b/src/calendar/libecal/e-cal-component-property-bag.h
index 537c2c6ae..1d023479d 100644
--- a/src/calendar/libecal/e-cal-component-property-bag.h
+++ b/src/calendar/libecal/e-cal-component-property-bag.h
@@ -46,7 +46,7 @@ typedef struct _ECalComponentPropertyBag ECalComponentPropertyBag;
  *
  * Returns: %TRUE, to add the property to the bag; %FALSE, to not add it to the bag
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 typedef gboolean (* ECalComponentPropertyBagFilterFunc)
                                                (ICalProperty *property,
diff --git a/src/calendar/libecal/e-cal-component-range.c b/src/calendar/libecal/e-cal-component-range.c
index 7003b1fa2..964a45170 100644
--- a/src/calendar/libecal/e-cal-component-range.c
+++ b/src/calendar/libecal/e-cal-component-range.c
@@ -46,7 +46,7 @@ struct _ECalComponentRange {
  *
  * Returns: (transfer full): a newly allocated #ECalComponentRange
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentRange *
 e_cal_component_range_new (ECalComponentRangeKind kind,
@@ -74,7 +74,7 @@ e_cal_component_range_new (ECalComponentRangeKind kind,
  *
  * Returns: (transfer full): a newly allocated #ECalComponentRange
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentRange *
 e_cal_component_range_new_take (ECalComponentRangeKind kind,
@@ -99,7 +99,7 @@ e_cal_component_range_new_take (ECalComponentRangeKind kind,
  *    The returned structure should be freed with e_cal_component_range_free(),
  *    when no longer needed.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentRange *
 e_cal_component_range_copy (const ECalComponentRange *range)
@@ -118,7 +118,7 @@ e_cal_component_range_copy (const ECalComponentRange *range)
  * Free the @range, previously allocated by e_cal_component_range_new(),
  * e_cal_component_range_new_take() or e_cal_component_range_copy().
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_range_free (gpointer range)
@@ -137,7 +137,7 @@ e_cal_component_range_free (gpointer range)
  *
  * Returns: the #ECalComponentRangeKind of the @range
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentRangeKind
 e_cal_component_range_get_kind (const ECalComponentRange *range)
@@ -154,7 +154,7 @@ e_cal_component_range_get_kind (const ECalComponentRange *range)
  *
  * Set the @kind of the @range.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_range_set_kind (ECalComponentRange *range,
@@ -175,7 +175,7 @@ e_cal_component_range_set_kind (ECalComponentRange *range,
  *
  * Returns: (transfer none): the date/time of the @range, as an #ECalComponentDateTime
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentDateTime *
 e_cal_component_range_get_datetime (const ECalComponentRange *range)
@@ -192,7 +192,7 @@ e_cal_component_range_get_datetime (const ECalComponentRange *range)
  *
  * Set the date/time part of the @range.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_range_set_datetime (ECalComponentRange *range,
@@ -219,7 +219,7 @@ e_cal_component_range_set_datetime (ECalComponentRange *range,
  * Set the date/time part of the @range, similar to e_cal_component_range_set_datetime(),
  * except it assumes ownership of the @datetime.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_range_take_datetime (ECalComponentRange *range,
diff --git a/src/calendar/libecal/e-cal-component-text.c b/src/calendar/libecal/e-cal-component-text.c
index 616e6553c..ab3b555f2 100644
--- a/src/calendar/libecal/e-cal-component-text.c
+++ b/src/calendar/libecal/e-cal-component-text.c
@@ -46,7 +46,7 @@ struct _ECalComponentText {
  *
  * Returns: (transfer full): a newly allocated #ECalComponentText
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentText *
 e_cal_component_text_new (const gchar *value,
@@ -69,7 +69,7 @@ e_cal_component_text_new (const gchar *value,
  *    The returned structure should be freed with e_cal_component_text_free(),
  *    when no longer needed.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentText *
 e_cal_component_text_copy (const ECalComponentText *text)
@@ -86,7 +86,7 @@ e_cal_component_text_copy (const ECalComponentText *text)
  * Free the @text, previously allocated by e_cal_component_text_new() or
  * e_cal_component_text_copy().
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_text_free (gpointer text)
@@ -106,7 +106,7 @@ e_cal_component_text_free (gpointer text)
  *
  * Returns: the description string of the @text
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 const gchar *
 e_cal_component_text_get_value (const ECalComponentText *text)
@@ -123,7 +123,7 @@ e_cal_component_text_get_value (const ECalComponentText *text)
  *
  * Set the @value as the description string of the @text.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_text_set_value (ECalComponentText *text,
@@ -143,7 +143,7 @@ e_cal_component_text_set_value (ECalComponentText *text,
  *
  * Returns: the alternate representation URI of the @text
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 const gchar *
 e_cal_component_text_get_altrep (const ECalComponentText *text)
@@ -160,7 +160,7 @@ e_cal_component_text_get_altrep (const ECalComponentText *text)
  *
  * Set the @altrep as the alternate representation URI of the @text.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_text_set_altrep (ECalComponentText *text,
diff --git a/src/calendar/libecal/e-cal-component.c b/src/calendar/libecal/e-cal-component.c
index 9a757adb2..6056468a2 100644
--- a/src/calendar/libecal/e-cal-component.c
+++ b/src/calendar/libecal/e-cal-component.c
@@ -271,7 +271,7 @@ e_cal_component_init (ECalComponent *comp)
  *
  * Returns: (transfer full): A newly-created calendar component object.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponent *
 e_cal_component_new (void)
@@ -287,7 +287,7 @@ e_cal_component_new (void)
  *
  * Returns: (transfer full): A newly-created calendar component object with set @vtype.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponent *
 e_cal_component_new_vtype (ECalComponentVType vtype)
@@ -309,7 +309,7 @@ e_cal_component_new_vtype (ECalComponentVType vtype)
  * Returns: (transfer full): A calendar component representing the given iCalendar string on
  * success, NULL if there was an error.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponent *
 e_cal_component_new_from_string (const gchar *calobj)
@@ -338,7 +338,7 @@ e_cal_component_new_from_string (const gchar *calobj)
  * Returns: (transfer full): An #ECalComponent with @icalcomp assigned on success,
  * NULL if the @icalcomp cannot be assigned to #ECalComponent.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponent *
 e_cal_component_new_from_icalcomponent (ICalComponent *icalcomp)
@@ -368,7 +368,7 @@ e_cal_component_new_from_icalcomponent (ICalComponent *icalcomp)
  * Returns: (transfer full): A newly-created calendar component with the same
  * values as the original one.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponent *
 e_cal_component_clone (ECalComponent *comp)
@@ -453,7 +453,7 @@ ensure_alarm_uid_cb (ICalComponent *icalcomp,
  * creates a new #ICalComponent of the specified type for it.  The only property
  * that will be set in the new component will be its unique identifier.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_set_new_vtype (ECalComponent *comp,
@@ -520,7 +520,7 @@ e_cal_component_set_new_vtype (ECalComponent *comp,
  *
  * Returns: The type of the component, as defined by RFC 2445.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentVType
 e_cal_component_get_vtype (ECalComponent *comp)
@@ -564,7 +564,7 @@ e_cal_component_get_vtype (ECalComponent *comp)
  *
  * Returns: %TRUE on success, %FALSE if @icalcomp is an unsupported component type.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 gboolean
 e_cal_component_set_icalcomponent (ECalComponent *comp,
@@ -612,7 +612,7 @@ e_cal_component_set_icalcomponent (ECalComponent *comp,
  * Returns: (transfer none) (nullable): An #ICalComponent structure, or %NULL
  *    if the @comp has no #ICalComponent set to it.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ICalComponent *
 e_cal_component_get_icalcomponent (ECalComponent *comp)
@@ -630,7 +630,7 @@ e_cal_component_get_icalcomponent (ECalComponent *comp)
  * added to the iCalendar string representation whenever an invalid is used for
  * one of its fields.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_strip_errors (ECalComponent *comp)
@@ -652,7 +652,7 @@ e_cal_component_strip_errors (ECalComponent *comp)
  * Returns: String representation of the calendar component according to
  * RFC 2445.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 gchar *
 e_cal_component_get_as_string (ECalComponent *comp)
@@ -746,7 +746,7 @@ ensure_alarm_properties_cb (ICalComponent *icalcomp,
  * This function must be called before calling e_cal_component_get_as_string() to
  * ensure that the component is fully consistent.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_commit_sequence (ECalComponent *comp)
@@ -790,7 +790,7 @@ e_cal_component_commit_sequence (ECalComponent *comp)
  * e_cal_component_commit_sequence()) even if the changes done require a
  * sequence increment.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_abort_sequence (ECalComponent *comp)
@@ -809,7 +809,7 @@ e_cal_component_abort_sequence (ECalComponent *comp)
  *
  * Returns: (transfer full): the id of the component
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentId *
 e_cal_component_get_id (ECalComponent *comp)
@@ -830,7 +830,7 @@ e_cal_component_get_id (ECalComponent *comp)
  *
  * Returns: (transfer none): the UID string
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 const gchar *
 e_cal_component_get_uid (ECalComponent *comp)
@@ -848,7 +848,7 @@ e_cal_component_get_uid (ECalComponent *comp)
  *
  * Sets the unique identifier string of a calendar component object.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_set_uid (ECalComponent *comp,
@@ -891,7 +891,7 @@ get_attachments_cb (ICalComponent *icalcomp,
  * Returns: (transfer full) (nullable) (element-type ICalAttach): a #GSList of
  *    attachments, as #ICalAttach objects
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 GSList *
 e_cal_component_get_attachments (ECalComponent *comp)
@@ -914,7 +914,7 @@ e_cal_component_get_attachments (ECalComponent *comp)
  *
  * Sets the attachments of the calendar component object.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_set_attachments (ECalComponent *comp,
@@ -949,7 +949,7 @@ e_cal_component_set_attachments (ECalComponent *comp,
  *
  * Returns: TRUE if there are attachments, FALSE otherwise.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 gboolean
 e_cal_component_has_attachments (ECalComponent *comp)
@@ -994,7 +994,7 @@ stringify_categories (const GSList *categ_list)
  * Returns: (transfer full) (nullable): the categories as string, or %NULL
  *    if none are set
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 gchar *
 e_cal_component_get_categories (ECalComponent *comp)
@@ -1023,7 +1023,7 @@ e_cal_component_get_categories (ECalComponent *comp)
  *
  * Sets the list of categories for a calendar component.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_set_categories (ECalComponent *comp,
@@ -1055,7 +1055,7 @@ e_cal_component_set_categories (ECalComponent *comp,
  * Returns: (transfer full) (element-type utf8) (nullable): the #GSList of strings, where each
  *    string is a category, or %NULL, when no category is set.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 GSList *
 e_cal_component_get_categories_list (ECalComponent *comp)
@@ -1103,7 +1103,7 @@ e_cal_component_get_categories_list (ECalComponent *comp)
  *
  * Sets the list of categories of a calendar component object.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_set_categories_list (ECalComponent *comp,
@@ -1136,7 +1136,7 @@ e_cal_component_set_categories_list (ECalComponent *comp,
  *
  * Retuurns: a classification of the @comp, as an #ECalComponentClassification
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentClassification
 e_cal_component_get_classification (ECalComponent *comp)
@@ -1180,7 +1180,7 @@ e_cal_component_get_classification (ECalComponent *comp)
  * Sets the classification property of a calendar component object.  To unset
  * the property, specify E_CAL_COMPONENT_CLASS_NONE for @classif.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_set_classification (ECalComponent *comp,
@@ -1309,7 +1309,7 @@ set_text_list (ICalComponent *icalcomp,
  *    and their parameters, as a list of #ECalComponentText structures; or %NULL, when
  *    the component doesn't contain any.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 GSList *
 e_cal_component_get_comments (ECalComponent *comp)
@@ -1329,7 +1329,7 @@ e_cal_component_get_comments (ECalComponent *comp)
  * appear several times inside a calendar component, and so a list of
  * #ECalComponentText structures is used.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_set_comments (ECalComponent *comp,
@@ -1353,7 +1353,7 @@ e_cal_component_set_comments (ECalComponent *comp,
  * Returns: (transfer full) (element-type ECalComponentText): the contact properties and
  *    their parameters, as a #GSList of #ECalComponentText structures.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 GSList *
 e_cal_component_get_contacts (ECalComponent *comp)
@@ -1373,7 +1373,7 @@ e_cal_component_get_contacts (ECalComponent *comp)
  * appear several times inside a calendar component, and so a list of
  * #ECalComponentText structures is used.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_set_contacts (ECalComponent *comp,
@@ -1446,7 +1446,7 @@ set_icaltimetype (ICalComponent *icalcomp,
  *
  * Returns: (transfer full): the completion date, as an #ICalTime, or %NULL, when none is set
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ICalTime *
 e_cal_component_get_completed (ECalComponent *comp)
@@ -1464,7 +1464,7 @@ e_cal_component_get_completed (ECalComponent *comp)
  *
  * Sets the date at which a calendar component object was completed.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_set_completed (ECalComponent *comp,
@@ -1504,7 +1504,7 @@ e_cal_component_set_completed (ECalComponent *comp,
  *
  * Returns: (transfer full): the creation date, as an #ICalTime, or %NULL, when none is set
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ICalTime *
 e_cal_component_get_created (ECalComponent *comp)
@@ -1524,7 +1524,7 @@ e_cal_component_get_created (ECalComponent *comp)
  * store.  This should only be used inside a calendar store application, i.e.
  * not by calendar user agents.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_set_created (ECalComponent *comp,
@@ -1552,7 +1552,7 @@ e_cal_component_set_created (ECalComponent *comp,
  * Returns: (transfer full) (element-type ECalComponentText) (nullable): the description
  *    properties and their parameters, as a #GSList of #ECalComponentText structures.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 GSList *
 e_cal_component_get_descriptions (ECalComponent *comp)
@@ -1573,7 +1573,7 @@ e_cal_component_get_descriptions (ECalComponent *comp)
  * #ECalComponentText structures.  All other types of components can have
  * at most one description.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_set_descriptions (ECalComponent *comp,
@@ -1750,7 +1750,7 @@ e_cal_component_get_start_plus_duration (ECalComponent *comp)
  *
  * Returns: (transfer full) (nullable): the date/time end, as an #ECalComponentDateTime
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentDateTime *
 e_cal_component_get_dtend (ECalComponent *comp)
@@ -1777,7 +1777,7 @@ e_cal_component_get_dtend (ECalComponent *comp)
  *
  * Sets the date/time end property of a calendar component object.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_set_dtend (ECalComponent *comp,
@@ -1811,7 +1811,7 @@ e_cal_component_set_dtend (ECalComponent *comp,
  *
  * Returns: (transfer full) (nullable): A value for the date/timestamp, or %NULL, when none found.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ICalTime *
 e_cal_component_get_dtstamp (ECalComponent *comp)
@@ -1843,7 +1843,7 @@ e_cal_component_get_dtstamp (ECalComponent *comp)
  * called whenever a calendar user agent makes a change to a component's
  * properties.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_set_dtstamp (ECalComponent *comp,
@@ -1875,7 +1875,7 @@ e_cal_component_set_dtstamp (ECalComponent *comp,
  *
  * Returns: (transfer full) (nullable): the date/time start, as an #ECalComponentDateTime
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentDateTime *
 e_cal_component_get_dtstart (ECalComponent *comp)
@@ -1893,7 +1893,7 @@ e_cal_component_get_dtstart (ECalComponent *comp)
  *
  * Sets the date/time start property of a calendar component object.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_set_dtstart (ECalComponent *comp,
@@ -1921,7 +1921,7 @@ e_cal_component_set_dtstart (ECalComponent *comp,
  *
  * Returns: (transfer full) (nullable): the due date/time, as an #ECalComponentDateTime
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentDateTime *
 e_cal_component_get_due (ECalComponent *comp)
@@ -1948,7 +1948,7 @@ e_cal_component_get_due (ECalComponent *comp)
  *
  * Sets the due date/time property of a calendar component object.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_set_due (ECalComponent *comp,
@@ -2181,7 +2181,7 @@ extract_exdate_properties_cb (ICalComponent *icalcomp,
  * Returns: (transfer full) (nullable) (element-type ECalComponentDateTime):
  *    the list of exception dates, as a #GSList of #ECalComponentDateTime
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 GSList *
 e_cal_component_get_exdates (ECalComponent *comp)
@@ -2204,7 +2204,7 @@ e_cal_component_get_exdates (ECalComponent *comp)
  *
  * Sets the list of exception dates in a calendar component object.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_set_exdates (ECalComponent *comp,
@@ -2259,7 +2259,7 @@ e_cal_component_set_exdates (ECalComponent *comp,
  *
  * Returns: TRUE if the component has exception dates, FALSE otherwise.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 gboolean
 e_cal_component_has_exdates (ECalComponent *comp)
@@ -2333,7 +2333,7 @@ set_recur_list (ICalComponent *icalcomp,
  * Returns: (transfer full) (nullable) (element-type ICalRecurrence): a #GSList
  *    of exception rules as #ICalRecurrence structures, or %NULL, when none exist.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 GSList *
 e_cal_component_get_exrules (ECalComponent *comp)
@@ -2355,7 +2355,7 @@ e_cal_component_get_exrules (ECalComponent *comp)
  * Returns: (transfer full) (nullable) (element-type ICalProperty): a list of exception
  *    rule properties
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 GSList *
 e_cal_component_get_exrule_properties (ECalComponent *comp)
@@ -2374,7 +2374,7 @@ e_cal_component_get_exrule_properties (ECalComponent *comp)
  *
  * Sets the list of exception rules in a calendar component object.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_set_exrules (ECalComponent *comp,
@@ -2397,7 +2397,7 @@ e_cal_component_set_exrules (ECalComponent *comp,
  *
  * Returns: TRUE if the component has exception rules, FALSE otherwise.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 gboolean
 e_cal_component_has_exrules (ECalComponent *comp)
@@ -2417,7 +2417,7 @@ e_cal_component_has_exrules (ECalComponent *comp)
  *
  * Returns: TRUE if the component has exceptions, FALSE otherwise.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 gboolean
 e_cal_component_has_exceptions (ECalComponent *comp)
@@ -2436,7 +2436,7 @@ e_cal_component_has_exceptions (ECalComponent *comp)
  * Returns: (transfer full) (nullable): the geographic position as #ICalGeo,
  *    or %NULL, when none set.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ICalGeo *
 e_cal_component_get_geo (ECalComponent *comp)
@@ -2465,7 +2465,7 @@ e_cal_component_get_geo (ECalComponent *comp)
  *
  * Sets the geographic position property on a calendar component object.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_set_geo (ECalComponent *comp,
@@ -2507,7 +2507,7 @@ e_cal_component_set_geo (ECalComponent *comp,
  *
  * Returns: (transfer full): the last modified time, as an #ICalTime, or %NULL, when none is set
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ICalTime *
 e_cal_component_get_last_modified (ECalComponent *comp)
@@ -2526,7 +2526,7 @@ e_cal_component_get_last_modified (ECalComponent *comp)
  * Sets the time at which a calendar component object was last stored in the
  * calendar store.  This should not be called by plain calendar user agents.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_set_last_modified (ECalComponent *comp,
@@ -2552,7 +2552,7 @@ e_cal_component_set_last_modified (ECalComponent *comp,
  * Returns: (transfer full) (nullable): an #ECalComponentOrganizer structure
  *    destribing the organizer, or %NULL, when none exists.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentOrganizer *
 e_cal_component_get_organizer (ECalComponent *comp)
@@ -2581,7 +2581,7 @@ e_cal_component_get_organizer (ECalComponent *comp)
  *
  * Sets the organizer of a calendar component object
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_set_organizer (ECalComponent *comp,
@@ -2621,7 +2621,7 @@ e_cal_component_set_organizer (ECalComponent *comp,
  *
  * Returns: TRUE if there is an organizer, FALSE otherwise.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 gboolean
 e_cal_component_has_organizer (ECalComponent *comp)
@@ -2639,7 +2639,7 @@ e_cal_component_has_organizer (ECalComponent *comp)
  *
  * Returns: the percent-complete property value, or -1 if not found
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 gint
 e_cal_component_get_percent_complete (ECalComponent *comp)
@@ -2669,7 +2669,7 @@ e_cal_component_get_percent_complete (ECalComponent *comp)
  * Sets percent complete. The @percent can be between 0 and 100, inclusive.
  * A special value -1 can be used to remove the percent complete property.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_set_percent_complete (ECalComponent *comp,
@@ -2709,7 +2709,7 @@ e_cal_component_set_percent_complete (ECalComponent *comp,
  *
  * Returns: the priority property value, or -1, if not found
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 gint
 e_cal_component_get_priority (ECalComponent *comp)
@@ -2740,7 +2740,7 @@ e_cal_component_get_priority (ECalComponent *comp)
  * The @priority can be between 0 and 9, inclusive.
  * A special value -1 can be used to remove the priority property.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_set_priority (ECalComponent *comp,
@@ -2782,7 +2782,7 @@ e_cal_component_set_priority (ECalComponent *comp,
  *
  * Returns: (transfer full) (nullable): the recurrence id property, as an #ECalComponentRange
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentRange *
 e_cal_component_get_recurid (ECalComponent *comp)
@@ -2808,7 +2808,7 @@ e_cal_component_get_recurid (ECalComponent *comp)
  *
  * Returns: the recurrence ID as a string.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 gchar *
 e_cal_component_get_recurid_as_string (ECalComponent *comp)
@@ -2823,7 +2823,7 @@ e_cal_component_get_recurid_as_string (ECalComponent *comp)
  *
  * Sets the recurrence id property of a calendar component object.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_set_recurid (ECalComponent *comp,
@@ -2853,7 +2853,7 @@ e_cal_component_set_recurid (ECalComponent *comp,
  * Returns: (transfer full) (nullable) (element-type ECalComponentPeriod): the list
  *    of recurrence dates, as a #GSList of #ECalComponentPeriod structures.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 GSList *
 e_cal_component_get_rdates (ECalComponent *comp)
@@ -2872,7 +2872,7 @@ e_cal_component_get_rdates (ECalComponent *comp)
  *
  * Sets the list of recurrence dates in a calendar component object.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_set_rdates (ECalComponent *comp,
@@ -2895,7 +2895,7 @@ e_cal_component_set_rdates (ECalComponent *comp,
  *
  * Returns: TRUE if the component has recurrence dates, FALSE otherwise.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 gboolean
 e_cal_component_has_rdates (ECalComponent *comp)
@@ -2917,7 +2917,7 @@ e_cal_component_has_rdates (ECalComponent *comp)
  * Returns: (transfer full) (nullable) (element-type ICalRecurrence): a #GSList
  *    of recurrence rules as #ICalRecurrence structures, or %NULL, when none exist.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 GSList *
 e_cal_component_get_rrules (ECalComponent *comp)
@@ -2939,7 +2939,7 @@ e_cal_component_get_rrules (ECalComponent *comp)
  * Returns: (transfer full) (nullable) (element-type ICalProperty): a list of recurrence
  *    rule properties
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 GSList *
 e_cal_component_get_rrule_properties (ECalComponent *comp)
@@ -2957,7 +2957,7 @@ e_cal_component_get_rrule_properties (ECalComponent *comp)
  *
  * Sets the list of recurrence rules in a calendar component object.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_set_rrules (ECalComponent *comp,
@@ -2980,7 +2980,7 @@ e_cal_component_set_rrules (ECalComponent *comp,
  *
  * Returns: TRUE if the component has recurrence rules, FALSE otherwise.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 gboolean
 e_cal_component_has_rrules (ECalComponent *comp)
@@ -3000,7 +3000,7 @@ e_cal_component_has_rrules (ECalComponent *comp)
  *
  * Returns: TRUE if the component has recurrences, FALSE otherwise.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 gboolean
 e_cal_component_has_recurrences (ECalComponent *comp)
@@ -3037,7 +3037,7 @@ count_by_xxx_and_free (GArray *field) /* gshort */
  *
  * Returns: TRUE if it has a simple recurrence rule, FALSE otherwise.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 gboolean
 e_cal_component_has_simple_recurrence (ECalComponent *comp)
@@ -3212,7 +3212,7 @@ e_cal_component_has_simple_recurrence (ECalComponent *comp)
  *
  * Returns: TRUE if it is an instance, FALSE if not.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 gboolean
 e_cal_component_is_instance (ECalComponent *comp)
@@ -3230,7 +3230,7 @@ e_cal_component_is_instance (ECalComponent *comp)
  *
  * Returns: the sequence number, or -1 if not found
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 gint
 e_cal_component_get_sequence (ECalComponent *comp)
@@ -3263,7 +3263,7 @@ e_cal_component_get_sequence (ECalComponent *comp)
  * Normally this function should not be called, since the sequence number
  * is incremented automatically at the proper times.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_set_sequence (ECalComponent *comp,
@@ -3298,7 +3298,7 @@ e_cal_component_set_sequence (ECalComponent *comp,
  * Returns: the status value; or %I_CAL_STATUS_NONE, if the component
  *   has no status property
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ICalPropertyStatus
 e_cal_component_get_status (ECalComponent *comp)
@@ -3328,7 +3328,7 @@ e_cal_component_get_status (ECalComponent *comp)
  *
  * Sets the status property of a calendar component object.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_set_status (ECalComponent *comp,
@@ -3372,7 +3372,7 @@ e_cal_component_set_status (ECalComponent *comp,
  * Returns: (transfer full) (nullable): the summary, as an #ECalComponentText,
  *    or %NULL, when none is set
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentText *
 e_cal_component_get_summary (ECalComponent *comp)
@@ -3456,7 +3456,7 @@ set_alarm_description_cb (ICalComponent *icalcomp,
  *
  * Sets the summary of a calendar component object.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_set_summary (ECalComponent *comp,
@@ -3516,7 +3516,7 @@ e_cal_component_set_summary (ECalComponent *comp,
  * Returns: the time transparency, as an #ECalComponentTransparency;
  *    value #E_CAL_COMPONENT_TRANSP_NONE is returned when none is set
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentTransparency
 e_cal_component_get_transparency (ECalComponent *comp)
@@ -3561,7 +3561,7 @@ e_cal_component_get_transparency (ECalComponent *comp)
  * Sets the time transparency of a calendar component object.
  * Use %E_CAL_COMPONENT_TRANSP_NONE to unset the property.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_set_transparency (ECalComponent *comp,
@@ -3618,7 +3618,7 @@ e_cal_component_set_transparency (ECalComponent *comp,
  *
  * Returns: (transfer full) (nullable): the URL, or %NULL, when none is set
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 gchar *
 e_cal_component_get_url (ECalComponent *comp)
@@ -3648,7 +3648,7 @@ e_cal_component_get_url (ECalComponent *comp)
  * Sets the uniform resource locator property of a calendar component object.
  * A %NULL or an empty string removes the property.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_set_url (ECalComponent *comp,
@@ -3709,7 +3709,7 @@ get_attendee_list_cb (ICalComponent *icalcomp,
  *    the attendees, as a #GSList of an #ECalComponentAttendee, or %NULL,
  *    when none are set
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 GSList *
 e_cal_component_get_attendees (ECalComponent *comp)
@@ -3732,7 +3732,7 @@ e_cal_component_get_attendees (ECalComponent *comp)
  *
  * Sets the attendees of a calendar component object
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_set_attendees (ECalComponent *comp,
@@ -3768,7 +3768,7 @@ e_cal_component_set_attendees (ECalComponent *comp,
  *
  * Returns: TRUE if there are attendees, FALSE if not.
  *
- * Since: 3.36
+ * Since: 3.34
  */
 gboolean
 e_cal_component_has_attendees (ECalComponent *comp)
@@ -3786,7 +3786,7 @@ e_cal_component_has_attendees (ECalComponent *comp)
  *
  * Returns: (transfer full) (nullable): the locatio, or %NULL, if none is set
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 gchar *
 e_cal_component_get_location (ECalComponent *comp)
@@ -3816,7 +3816,7 @@ e_cal_component_get_location (ECalComponent *comp)
  *
  * Sets the location property of a calendar component object.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_set_location (ECalComponent *comp,
@@ -3855,7 +3855,7 @@ e_cal_component_set_location (ECalComponent *comp,
  *
  * Returns: TRUE if the component has any alarms.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 gboolean
 e_cal_component_has_alarms (ECalComponent *comp)
@@ -3916,7 +3916,7 @@ dup_alarm_uid_from_component (ICalComponent *valarm)
  * internal structures may change and you should get rid of it by using
  * e_cal_component_alarm_free().
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_add_alarm (ECalComponent *comp,
@@ -3987,7 +3987,7 @@ remove_alarm_cb (ICalComponent *icalcomp,
  * should get rid of them with e_cal_component_alarm_free() before using this
  * function.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_remove_alarm (ECalComponent *comp,
@@ -4016,7 +4016,7 @@ remove_all_alarms_cb (ICalComponent *icalcomp,
  *
  * Remove all alarms from the calendar component
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_component_remove_all_alarms (ECalComponent *comp)
@@ -4055,7 +4055,7 @@ get_alarm_uids_cb (ICalComponent *icalcomp,
  * Returns: (transfer full) (nullable) (element-type utf8): a #GSList of unique
  *    identifiers for alarms.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 GSList *
 e_cal_component_get_alarm_uids (ECalComponent *comp)
@@ -4107,7 +4107,7 @@ get_alarm_cb (ICalComponent *icalcomp,
  * Returns: (transfer full) (nullable): the alarm subcomponent that corresponds
  *    to the specified @auid, or %NULL if no alarm exists with that UID
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentAlarm *
 e_cal_component_get_alarm (ECalComponent *comp,
@@ -4161,7 +4161,7 @@ get_all_alarms_cb (ICalComponent *icalcomp,
  * Returns: (transfer full) (nullable) (element-type ECalComponentAlarm): the alarm subcomponents
  *    as a #GSList of #ECalComponentAlarm, or %NULL, if no alarm exists
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 GSList *
 e_cal_component_get_all_alarms (ECalComponent *comp)
diff --git a/src/calendar/libecal/e-cal-enums.h b/src/calendar/libecal/e-cal-enums.h
index 18af5dd26..cc7cb9a89 100644
--- a/src/calendar/libecal/e-cal-enums.h
+++ b/src/calendar/libecal/e-cal-enums.h
@@ -223,7 +223,7 @@ typedef enum { /*< flags >*/
  * is the default behavior (and it is used when no other conflict resolution flag is set).
  * The flags can be ignored when the operation or the backend don't support it.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 typedef enum { /*< flags >*/
        E_CAL_OPERATION_FLAG_NONE                       = 0,
diff --git a/src/calendar/libecal/e-cal-recur.h b/src/calendar/libecal/e-cal-recur.h
index dddad058b..ccbb2ba40 100644
--- a/src/calendar/libecal/e-cal-recur.h
+++ b/src/calendar/libecal/e-cal-recur.h
@@ -41,7 +41,7 @@ G_BEGIN_DECLS
  *
  * The X parameter name being used to store the enddate in RRULE and EXRULE properties.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 #define E_CAL_EVOLUTION_ENDDATE_PARAMETER      "X-EVOLUTION-ENDDATE"
 
@@ -58,7 +58,7 @@ G_BEGIN_DECLS
  * Returns: (transfer full) (nullable): a new #ICalTimezone object for @tzid,
  *    or %NULL, on error or if not found.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 typedef ICalTimezone * (* ECalRecurResolveTimezoneCb)  (const gchar *tzid,
                                                         gpointer user_data,
@@ -79,7 +79,7 @@ typedef ICalTimezone * (* ECalRecurResolveTimezoneCb) (const gchar *tzid,
  *
  * Returns: %TRUE, to continue recurrence generation, %FALSE to stop
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 typedef gboolean (* ECalRecurInstanceCb)               (ICalComponent *icomp,
                                                         ICalTime *instance_start,
diff --git a/src/calendar/libecal/e-cal-util.c b/src/calendar/libecal/e-cal-util.c
index 1b0558e52..f9e81523c 100644
--- a/src/calendar/libecal/e-cal-util.c
+++ b/src/calendar/libecal/e-cal-util.c
@@ -106,7 +106,7 @@ e_cal_util_new_component (ICalComponentKind kind)
  *
  * Returns: (transfer full): a copy of the @zone
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ICalTimezone *
 e_cal_util_copy_timezone (const ICalTimezone *zone)
@@ -981,7 +981,7 @@ e_cal_util_add_timezones_from_component (ICalComponent *vcal_comp,
  *
  * Returns: whether the @prop has a parameter of @prop_kind
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 gboolean
 e_cal_util_property_has_parameter (ICalProperty *prop,
@@ -1011,7 +1011,7 @@ e_cal_util_property_has_parameter (ICalProperty *prop,
  *
  * Returns: whether the @icalcomp has a property of @prop_kind
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 gboolean
 e_cal_util_component_has_property (ICalComponent *icalcomp,
@@ -1112,7 +1112,7 @@ e_cal_util_component_has_attendee (ICalComponent *icalcomp)
  *    or %NULL, when the @icalcomp is not an instance. Free the returned
  *    string with g_free(), when no longer needed.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 gchar *
 e_cal_util_component_get_recurid_as_string (ICalComponent *icalcomp)
@@ -2004,7 +2004,7 @@ e_cal_util_get_component_occur_times (ECalComponent *comp,
  *
  * Returns: whether the @icalcomp contains X property named @x_name
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 gboolean
 e_cal_util_component_has_x_property (ICalComponent *icalcomp,
@@ -2038,7 +2038,7 @@ e_cal_util_component_has_x_property (ICalComponent *icalcomp,
  * Returns: (transfer full) (nullable): the first X ICalProperty named
  *    @x_name, or %NULL, when none found.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ICalProperty *
 e_cal_util_component_find_x_property (ICalComponent *icalcomp,
@@ -2073,7 +2073,7 @@ e_cal_util_component_find_x_property (ICalComponent *icalcomp,
  * Returns: (nullable) (transfer full): Newly allocated value of the first @x_name
  *    X property in @icalcomp, or %NULL, if not found.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 gchar *
 e_cal_util_component_dup_x_property (ICalComponent *icalcomp,
@@ -2108,7 +2108,7 @@ e_cal_util_component_dup_x_property (ICalComponent *icalcomp,
  * and value. As a special case, if @value is %NULL, then removes
  * the first X property named @x_name from @icalcomp instead.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_cal_util_component_set_x_property (ICalComponent *icalcomp,
@@ -2145,7 +2145,7 @@ e_cal_util_component_set_x_property (ICalComponent *icalcomp,
  *
  * Returns: %TRUE, when any such had been found and removed, %FALSE otherwise.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 gboolean
 e_cal_util_component_remove_x_property (ICalComponent *icalcomp,
@@ -2607,7 +2607,7 @@ e_cal_util_mark_task_complete_sync (ICalComponent *vtodo,
  *
  * Returns: an #EConflictResolution as stored in the @flags
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 EConflictResolution
 e_cal_util_operation_flags_to_conflict_resolution (guint32 flags)
@@ -2634,7 +2634,7 @@ e_cal_util_operation_flags_to_conflict_resolution (guint32 flags)
  *
  * Returns: a bit-or of #ECalOperationFlags, corresponding to the @conflict_resolution
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 guint32
 e_cal_util_conflict_resolution_to_operation_flags (EConflictResolution conflict_resolution)
diff --git a/src/calendar/libecal/e-reminder-watcher.c b/src/calendar/libecal/e-reminder-watcher.c
index aa10cdcf3..889d80eac 100644
--- a/src/calendar/libecal/e-reminder-watcher.c
+++ b/src/calendar/libecal/e-reminder-watcher.c
@@ -500,7 +500,7 @@ e_reminder_data_free (gpointer rd)
  *
  * Returns: an #ESource UID for @rd
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 const gchar *
 e_reminder_data_get_source_uid (const EReminderData *rd)
@@ -517,7 +517,7 @@ e_reminder_data_get_source_uid (const EReminderData *rd)
  *
  * Set an #ESource UID for @rd.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_reminder_data_set_source_uid (EReminderData *rd,
@@ -538,7 +538,7 @@ e_reminder_data_set_source_uid (EReminderData *rd,
  * Returns: (transfer none): an #ECalComponent for @rd. It is owned by @rd,
  *    thus do not free it.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponent *
 e_reminder_data_get_component (const EReminderData *rd)
@@ -556,7 +556,7 @@ e_reminder_data_get_component (const EReminderData *rd)
  * Set an #ECalComponent @component as associated with this @rd.
  * The @rd creates a copy of the @component.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_reminder_data_set_component (EReminderData *rd,
@@ -578,7 +578,7 @@ e_reminder_data_set_component (EReminderData *rd,
  * Returns: (transfer none): an #ECalComponentAlarmInstance for @rd.
  *    It is owned by @rd, thus do not free it.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 ECalComponentAlarmInstance *
 e_reminder_data_get_instance (const EReminderData *rd)
@@ -596,7 +596,7 @@ e_reminder_data_get_instance (const EReminderData *rd)
  * Set an #ECalComponentAlarmInstance @instance as associated with this @rd.
  * The @rd creates a copy of the @instance.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 void
 e_reminder_data_set_instance (EReminderData *rd,
diff --git a/src/calendar/libedata-cal/e-cal-cache.c b/src/calendar/libedata-cal/e-cal-cache.c
index 7622dca44..8da1faf88 100644
--- a/src/calendar/libedata-cal/e-cal-cache.c
+++ b/src/calendar/libedata-cal/e-cal-cache.c
@@ -2772,7 +2772,7 @@ e_cal_cache_get_component_as_string (ECalCache *cal_cache,
  *
  * Returns: Whether succeeded.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 gboolean
 e_cal_cache_set_component_custom_flags (ECalCache *cal_cache,
@@ -2829,7 +2829,7 @@ e_cal_cache_set_component_custom_flags (ECalCache *cal_cache,
  *
  * Returns: Whether succeeded.
  *
- * Since: 3.36
+ * Since: 3.34
  **/
 gboolean
 e_cal_cache_get_component_custom_flags (ECalCache *cal_cache,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]