summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-02-16 03:50:06 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-02-16 03:50:06 +0000
commit0531a161f783c21b691c42d34e7fdc447dddbdee (patch)
tree7ee934f08154ebf4e4575f61920fb83f9afc40b6 /docs
parent5fcc15abbeea4b9351a99d0171a8042c0fe8ff7b (diff)
downloadgtk+-0531a161f783c21b691c42d34e7fdc447dddbdee.tar.gz
Add some more info. (#167356, Hubert Sokolowski)
2005-02-15 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtkcalendar.sgml: Add some more info. (#167356, Hubert Sokolowski)
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/ChangeLog5
-rw-r--r--docs/reference/gtk/tmpl/gtkcalendar.sgml4
2 files changed, 7 insertions, 2 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index 2b9e03d4fb..f0d281bdc8 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -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
diff --git a/docs/reference/gtk/tmpl/gtkcalendar.sgml b/docs/reference/gtk/tmpl/gtkcalendar.sgml
index 05b3ba0042..cde6a8c859 100644
--- a/docs/reference/gtk/tmpl/gtkcalendar.sgml
+++ b/docs/reference/gtk/tmpl/gtkcalendar.sgml
@@ -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 ##### -->