diff options
author | Pavel Holejsovsky <pholejs@src.gnome.org> | 2011-01-18 10:10:30 +0100 |
---|---|---|
committer | Pavel Holejsovsky <pholejs@src.gnome.org> | 2011-01-20 13:57:20 +0100 |
commit | 2fb1c064020c5db189285b1d5e8b8dcea8e9d09b (patch) | |
tree | c7d26238efe9c5cad53cd7431d2f2eac5dfed7ea /gtk/gtkcalendar.c | |
parent | 2f0d40335b83d70d04a205dd17e8a5514b79f2d4 (diff) | |
download | gtk+-2fb1c064020c5db189285b1d5e8b8dcea8e9d09b.tar.gz |
[GI] Add missing (out) and (array) annotations
Diffstat (limited to 'gtk/gtkcalendar.c')
-rw-r--r-- | gtk/gtkcalendar.c | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/gtk/gtkcalendar.c b/gtk/gtkcalendar.c index 50aa3e5f27..3aa1be4f3b 100644 --- a/gtk/gtkcalendar.c +++ b/gtk/gtkcalendar.c @@ -3878,9 +3878,12 @@ gtk_calendar_unmark_day (GtkCalendar *calendar, /** * gtk_calendar_get_date: * @calendar: a #GtkCalendar - * @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 + * @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. */ |