diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2020-02-11 17:25:44 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2020-02-13 14:53:25 +0000 |
commit | 0d354d1dc457937f59f2a9e1572dfae4159bc49b (patch) | |
tree | 8a70dc34344525c9b745fbde5dc876e0d9f173e7 /gtk | |
parent | cdd7e4c5ec8f44d80c886a071984eaf85b5eed69 (diff) | |
download | gtk+-0d354d1dc457937f59f2a9e1572dfae4159bc49b.tar.gz |
docs: Match the argument name with its declaration
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkcalendar.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkcalendar.c b/gtk/gtkcalendar.c index b9d089190a..6a67548648 100644 --- a/gtk/gtkcalendar.c +++ b/gtk/gtkcalendar.c @@ -1548,7 +1548,7 @@ gtk_calendar_new (void) /** * gtk_calendar_select_day: - * @calendar: a #GtkCalendar. + * @self: a #GtkCalendar. * @date: (transfer none): a #GDateTime representing the day to select * * 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: - * @calendar: a #GtkCalendar + * @self: a #GtkCalendar * * Returns: (transfer full): A #GDateTime representing the shown * year, month and the selected day, in the local time zone. |