mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
Documentation fixes (#400530, Anders Brander)
2007-01-26 Matthias Clasen <mclasen@redhat.com> * gtk/gtkiconview.c: Documentation fixes (#400530, Anders Brander) svn path=/trunk/; revision=17222
This commit is contained in:
parent
84cb26f73f
commit
318f1c97bc
@ -1,3 +1,7 @@
|
||||
2007-01-26 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkiconview.c: Documentation fixes (#400530, Anders Brander)
|
||||
|
||||
2007-01-26 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/updateiconcache.c: Check the mtime of all directories,
|
||||
|
@ -4938,7 +4938,7 @@ update_pixbuf_cell (GtkIconView *icon_view)
|
||||
/**
|
||||
* gtk_icon_view_set_text_column:
|
||||
* @icon_view: A #GtkIconView.
|
||||
* @column: A column in the currently used model.
|
||||
* @column: A column in the currently used model, or -1 to display no text
|
||||
*
|
||||
* Sets the column with text for @icon_view to be @column. The text
|
||||
* column must be of type #G_TYPE_STRING.
|
||||
@ -4999,7 +4999,7 @@ gtk_icon_view_get_text_column (GtkIconView *icon_view)
|
||||
/**
|
||||
* gtk_icon_view_set_markup_column:
|
||||
* @icon_view: A #GtkIconView.
|
||||
* @column: A column in the currently used model.
|
||||
* @column: A column in the currently used model, or -1 to display no text
|
||||
*
|
||||
* Sets the column with markup information for @icon_view to be
|
||||
* @column. The markup column must be of type #G_TYPE_STRING.
|
||||
@ -5062,7 +5062,7 @@ gtk_icon_view_get_markup_column (GtkIconView *icon_view)
|
||||
/**
|
||||
* gtk_icon_view_set_pixbuf_column:
|
||||
* @icon_view: A #GtkIconView.
|
||||
* @column: A column in the currently used model.
|
||||
* @column: A column in the currently used model, or -1 to disable
|
||||
*
|
||||
* Sets the column with pixbufs for @icon_view to be @column. The pixbuf
|
||||
* column must be of type #GDK_TYPE_PIXBUF
|
||||
|
Loading…
Reference in New Issue
Block a user