[gtk+] Some more calendar doc additions



commit e515bd4f715854b9e7bba11bdcae6ace479e0cf1
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Jan 4 11:44:09 2011 -0500

    Some more calendar doc additions
    
    Proposed by Nikos Kouremenos
    
    https://bugzilla.gnome.org/show_bug.cgi?id=321958

 gtk/gtkcalendar.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtk/gtkcalendar.c b/gtk/gtkcalendar.c
index bd65a1b..36bd281 100644
--- a/gtk/gtkcalendar.c
+++ b/gtk/gtkcalendar.c
@@ -3878,12 +3878,12 @@ gtk_calendar_unmark_day (GtkCalendar *calendar,
 /**
  * gtk_calendar_get_date:
  * @calendar: a #GtkCalendar
- * @year: (allow-none): location to store the year number, or %NULL
+ * @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
- * 
+ *
  * Obtains the selected date from a #GtkCalendar.
- **/
+ */
 void
 gtk_calendar_get_date (GtkCalendar *calendar,
 		       guint	   *year,



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