forked from AuroraMiddleware/gtk
docs: Match the argument name with its declaration
This commit is contained in:
parent
cdd7e4c5ec
commit
0d354d1dc4
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user