]> Pileus Git - ~andy/gtk/commitdiff
Add some more info. (#167356, Hubert Sokolowski)
authorMatthias Clasen <mclasen@redhat.com>
Wed, 16 Feb 2005 03:50:06 +0000 (03:50 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 16 Feb 2005 03:50:06 +0000 (03:50 +0000)
2005-02-15  Matthias Clasen  <mclasen@redhat.com>

* gtk/tmpl/gtkcalendar.sgml: Add some more
info.  (#167356, Hubert Sokolowski)

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkcalendar.sgml

index 2b9e03d4fb2c4bb7cae49f11ea6e3f732ba5b5a0..f0d281bdc886bc47eacb1dbf1695372dda30532d 100644 (file)
@@ -1,3 +1,8 @@
+2005-02-15  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/tmpl/gtkcalendar.sgml: Add some more 
+       info.  (#167356, Hubert Sokolowski)
+
 2005-02-11  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtk-sections.txt: Add GtkPackDirection and 
index 05b3ba00422dcd4cb2e9d53091277aa66d129cac..cde6a8c8597ba2691732473997397035718e2b8f 100644 (file)
@@ -255,8 +255,8 @@ Obtains the selected date from a #GtkCalendar.
 
 @calendar: a #GtkCalendar.
 @year: location to store the year number.
-@month: location to store the month number.
-@day: location to store the day number.
+@month: location to store the month number (between 0 and 11).
+@day: location to store the day number (between 1 and 31).
 
 
 <!-- ##### FUNCTION gtk_calendar_freeze ##### -->