forked from AuroraMiddleware/gtk
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:
parent
3ce3cafc93
commit
1a15d98cd4
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user