From 1a15d98cd452f272147dafa19702fa56de990159 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 10 Jun 2005 04:25:33 +0000 Subject: [PATCH] Doc fixes. 2005-06-10 Matthias Clasen * gtk/gtkiconview.c (gtk_icon_view_set_margin): * gtk/gtkicontheme.c (gtk_icon_info_load_icon): * gtk/gtkcalendar.c (gtk_calendar_thaw): Doc fixes. --- ChangeLog | 6 ++++++ ChangeLog.pre-2-10 | 6 ++++++ ChangeLog.pre-2-8 | 6 ++++++ gtk/gtkcalendar.c | 2 +- gtk/gtkicontheme.c | 2 +- gtk/gtkiconview.c | 2 +- 6 files changed, 21 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index b591647367..e4db090b6f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-06-10 Matthias Clasen + + * 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 * gdk/x11/gdkwindow-x11.c: Small markup fixes. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index b591647367..e4db090b6f 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +2005-06-10 Matthias Clasen + + * 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 * gdk/x11/gdkwindow-x11.c: Small markup fixes. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index b591647367..e4db090b6f 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +2005-06-10 Matthias Clasen + + * 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 * gdk/x11/gdkwindow-x11.c: Small markup fixes. diff --git a/gtk/gtkcalendar.c b/gtk/gtkcalendar.c index 9c36354969..1183c34e44 100644 --- a/gtk/gtkcalendar.c +++ b/gtk/gtkcalendar.c @@ -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. diff --git a/gtk/gtkicontheme.c b/gtk/gtkicontheme.c index 01d3b57da8..3115989300 100644 --- a/gtk/gtkicontheme.c +++ b/gtk/gtkicontheme.c @@ -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 diff --git a/gtk/gtkiconview.c b/gtk/gtkiconview.c index 6ae1aba070..4e484f22c6 100644 --- a/gtk/gtkiconview.c +++ b/gtk/gtkiconview.c @@ -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 *