[gtk/gi-fixes: 2/6] docs: Match the argument name with its declaration



commit 861b73d66a24dc57bc841e0d7a3ec1099be8a74c
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Feb 11 17:25:44 2020 +0000

    docs: Match the argument name with its declaration

 gtk/gtkcalendar.c | 4 ++--
 1 file 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.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]