From e229f2998b1916d6b0101ce39a64e93933d9a5e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20P=C3=B6lsterl?= Date: Tue, 18 Jan 2011 16:21:10 +0100 Subject: [PATCH] Fixed gtk_calendar_get_date annotations: Added missing (out) Backported from master commit 34b573b07 --- gtk/gtkcalendar.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gtk/gtkcalendar.c b/gtk/gtkcalendar.c index 4a0fea6e76..5db4f4170f 100644 --- a/gtk/gtkcalendar.c +++ b/gtk/gtkcalendar.c @@ -3925,10 +3925,10 @@ gtk_calendar_unmark_day (GtkCalendar *calendar, /** * gtk_calendar_get_date: * @calendar: a #GtkCalendar - * @year: (allow-none): location to store the year number, or %NULL - * @month: (allow-none): location to store the month number (between 0 and 11), or %NULL - * @day: (allow-none): location to store the day number (between 1 and 31), or %NULL - * + * @year: (out) (allow-none): location to store the year as a decimal number (e.g. 2011), or %NULL + * @month: (out) (allow-none): location to store the month number (between 0 and 11), or %NULL + * @day: (out) (allow-none): location to store the day number (between 1 and 31), or %NULL + * * Obtains the selected date from a #GtkCalendar. **/ void