Skip to content

GtkCalendar: Avoid ending up with invalid dates

Ahmed Baïzid requested to merge ahmed.baizid.0/gtk:gtkcalendar-issue-6406 into main

Check the result of each GDateTime constructor.

calendar_set_{month, year}_{next, previous}() are pseudo-constructor. They report success or failure.

calendar_select_day_internal(), the essential function, checks its arguments.

Closes #6406

Merge request reports