[gtk/gi-fixes: 54/58] docs: Match the argument name with its declaration
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/gi-fixes: 54/58] docs: Match the argument name with its declaration
- Date: Thu, 13 Feb 2020 14:54:41 +0000 (UTC)
commit 0d354d1dc457937f59f2a9e1572dfae4159bc49b
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]