[gtk+] Fixed gtk_calendar_get_date annotations: Added missing (out)
- From: Sebastian Polsterl <sebp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Fixed gtk_calendar_get_date annotations: Added missing (out)
- Date: Tue, 18 Jan 2011 15:22:54 +0000 (UTC)
commit 34b573b07c13c9f7a4993ee9417a24313d2b6eba
Author: Sebastian Pölsterl <sebp k-d-w org>
Date: Tue Jan 18 16:21:10 2011 +0100
Fixed gtk_calendar_get_date annotations: Added missing (out)
gtk/gtkcalendar.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtk/gtkcalendar.c b/gtk/gtkcalendar.c
index c393d2f..50aa3e5 100644
--- a/gtk/gtkcalendar.c
+++ b/gtk/gtkcalendar.c
@@ -3878,9 +3878,9 @@ gtk_calendar_unmark_day (GtkCalendar *calendar,
/**
* gtk_calendar_get_date:
* @calendar: a #GtkCalendar
- * @year: (allow-none): location to store the year as a decimal number (e.g. 2011), 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.
*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]