diff options
author | Matthias Clasen <mclasen@redhat.com> | 2008-02-15 23:42:42 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-02-15 23:42:42 +0000 |
commit | 45e33fe9c2e10ffd0784e684f7ab73c103dd152e (patch) | |
tree | c9a608fc6ba03028621d0b05bca28a1058ec1d08 /gtk/gtkcalendar.c | |
parent | a6ccc040a26c2b9fba4f6f44732eaa5361367d5e (diff) | |
download | gtk+-45e33fe9c2e10ffd0784e684f7ab73c103dd152e.tar.gz |
Go back to 2.13.0 as version for now, as there was no consensus to do the
2008-02-15 Matthias Clasen <mclasen@redhat.com>
* configure.in: Go back to 2.13.0 as version for now,
as there was no consensus to do the jump.
* many other places: Update Since: tags.
svn path=/trunk/; revision=19586
Diffstat (limited to 'gtk/gtkcalendar.c')
-rw-r--r-- | gtk/gtkcalendar.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/gtk/gtkcalendar.c b/gtk/gtkcalendar.c index 3c9a1d3dc0..69071d1942 100644 --- a/gtk/gtkcalendar.c +++ b/gtk/gtkcalendar.c @@ -539,7 +539,7 @@ gtk_calendar_class_init (GtkCalendarClass *class) * Width of a detail cell, in characters. * A value of 0 allows any width. See gtk_calendar_set_detail_func(). * - * Since: 2.16 + * Since: 2.14 */ g_object_class_install_property (gobject_class, PROP_DETAIL_WIDTH_CHARS, @@ -555,7 +555,7 @@ gtk_calendar_class_init (GtkCalendarClass *class) * Height of a detail cell, in rows. * A value of 0 allows any width. See gtk_calendar_set_detail_func(). * - * Since: 2.16 + * Since: 2.14 */ g_object_class_install_property (gobject_class, PROP_DETAIL_HEIGHT_ROWS, @@ -572,7 +572,7 @@ gtk_calendar_class_init (GtkCalendarClass *class) * available only as tooltip. When this property is set days with details are * marked. * - * Since: 2.16 + * Since: 2.14 */ g_object_class_install_property (gobject_class, PROP_SHOW_DETAILS, @@ -3863,7 +3863,7 @@ gtk_calendar_get_date (GtkCalendar *calendar, * #GtkCalendar:detail-width-chars and #GtkCalendar:detail-height-rows * properties. * - * Since: 2.16 + * Since: 2.14 */ void gtk_calendar_set_detail_func (GtkCalendar *calendar, @@ -3897,7 +3897,7 @@ gtk_calendar_set_detail_func (GtkCalendar *calendar, * Updates the width of detail cells. * See #GtkCalendar:detail-width-chars. * - * Since: 2.16 + * Since: 2.14 */ void gtk_calendar_set_detail_width_chars (GtkCalendar *calendar, @@ -3925,7 +3925,7 @@ gtk_calendar_set_detail_width_chars (GtkCalendar *calendar, * Updates the height of detail cells. * See #GtkCalendar:detail-height-rows. * - * Since: 2.16 + * Since: 2.14 */ void gtk_calendar_set_detail_height_rows (GtkCalendar *calendar, @@ -3952,7 +3952,7 @@ gtk_calendar_set_detail_height_rows (GtkCalendar *calendar, * Queries the width of detail cells, in characters. * See #GtkCalendar:detail-width-chars. * - * Since: 2.16 + * Since: 2.14 * * Return value: The width of detail cells, in characters. */ @@ -3970,7 +3970,7 @@ gtk_calendar_get_detail_width_chars (GtkCalendar *calendar) * Queries the height of detail cells, in rows. * See #GtkCalendar:detail-width-chars. * - * Since: 2.16 + * Since: 2.14 * * Return value: The height of detail cells, in rows. */ |