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)
This commit is contained in:
Matthias Clasen 2005-02-16 03:50:06 +00:00 committed by Matthias Clasen
parent 5fcc15abbe
commit 0531a161f7
2 changed files with 7 additions and 2 deletions

View 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

View 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 ##### -->