docs: Match the argument name with its declaration

This commit is contained in:
Emmanuele Bassi 2020-02-11 17:25:44 +00:00
parent cdd7e4c5ec
commit 0d354d1dc4

View File

@ -1548,7 +1548,7 @@ gtk_calendar_new (void)
/** /**
* gtk_calendar_select_day: * gtk_calendar_select_day:
* @calendar: a #GtkCalendar. * @self: a #GtkCalendar.
* @date: (transfer none): a #GDateTime representing the day to select * @date: (transfer none): a #GDateTime representing the day to select
* *
* Will switch to @date's year and month and select its day. * Will switch to @date's year and month and select its day.
@ -1787,7 +1787,7 @@ gtk_calendar_unmark_day (GtkCalendar *calendar,
/** /**
* gtk_calendar_get_date: * gtk_calendar_get_date:
* @calendar: a #GtkCalendar * @self: a #GtkCalendar
* *
* Returns: (transfer full): A #GDateTime representing the shown * Returns: (transfer full): A #GDateTime representing the shown
* year, month and the selected day, in the local time zone. * year, month and the selected day, in the local time zone.