Doc fixes.

2005-06-10  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkiconview.c (gtk_icon_view_set_margin):
	* gtk/gtkicontheme.c (gtk_icon_info_load_icon):
	* gtk/gtkcalendar.c (gtk_calendar_thaw): Doc fixes.
This commit is contained in:
Matthias Clasen 2005-06-10 04:25:33 +00:00 committed by Matthias Clasen
parent 3ce3cafc93
commit 1a15d98cd4
6 changed files with 21 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2005-06-10 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkiconview.c (gtk_icon_view_set_margin):
* gtk/gtkicontheme.c (gtk_icon_info_load_icon):
* gtk/gtkcalendar.c (gtk_calendar_thaw): Doc fixes.
2005-06-09 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkwindow-x11.c: Small markup fixes.

View File

@ -1,3 +1,9 @@
2005-06-10 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkiconview.c (gtk_icon_view_set_margin):
* gtk/gtkicontheme.c (gtk_icon_info_load_icon):
* gtk/gtkcalendar.c (gtk_calendar_thaw): Doc fixes.
2005-06-09 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkwindow-x11.c: Small markup fixes.

View File

@ -1,3 +1,9 @@
2005-06-10 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkiconview.c (gtk_icon_view_set_margin):
* gtk/gtkicontheme.c (gtk_icon_info_load_icon):
* gtk/gtkcalendar.c (gtk_calendar_thaw): Doc fixes.
2005-06-09 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkwindow-x11.c: Small markup fixes.

View File

@ -3383,7 +3383,7 @@ gtk_calendar_freeze (GtkCalendar *calendar)
/**
* gtk_calendar_thaw:
* @calendar:
* @calendar: a #GtkCalendar
*
* Does nothing. Previously defrosted a calendar; all the changes made
* since the last gtk_calendar_freeze() were displayed.

View File

@ -2535,7 +2535,7 @@ icon_info_ensure_scale_and_pixbuf (GtkIconInfo *icon_info,
/**
* gtk_icon_info_load_icon:
* @icon_info: a #GtkIconInfo structure from gtk_icon_theme_lookup_icon()
* @error:
* @error: location to store error information on failure, or %NULL.
*
* Renders an icon previously looked up in an icon theme using
* gtk_icon_theme_lookup_icon(); the size will be based on the size

View File

@ -5397,7 +5397,7 @@ gtk_icon_view_get_column_spacing (GtkIconView *icon_view)
}
/**
* gtk_icon_view_set_marging:
* gtk_icon_view_set_margin:
* @icon_view: a #GtkIconView
* @spacing: the margin
*