From e934a8984d9ea5d19844ca32d0f98d8d96196ed7 Mon Sep 17 00:00:00 2001 From: Ahmed Baizid Date: Sat, 10 Feb 2024 17:19:21 +0100 Subject: [PATCH] GtkCalendar: Remove a mention of GDate from the doc --- gtk/gtkcalendar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkcalendar.c b/gtk/gtkcalendar.c index 517c08aa43..c1716e604d 100644 --- a/gtk/gtkcalendar.c +++ b/gtk/gtkcalendar.c @@ -1649,7 +1649,7 @@ gtk_calendar_unmark_day (GtkCalendar *calendar, * * The returned date is in the local time zone. * - * Returns: (transfer full): the `GDate` representing the shown date + * Returns: (transfer full): the `GDateTime` representing the shown date */ GDateTime * gtk_calendar_get_date (GtkCalendar *self)