mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-29 06:51:10 +00:00
gtkliststore: fix documentation typo
This commit is contained in:
parent
8c3a668d52
commit
21d0db8254
@ -418,7 +418,7 @@ iter_is_valid (GtkTreeIter *iter,
|
||||
* in. Note that only types derived from standard GObject fundamental types
|
||||
* are supported.
|
||||
*
|
||||
* As an example, <literal>gtk_tree_store_new (3, G_TYPE_INT, G_TYPE_STRING,
|
||||
* As an example, <literal>gtk_list_store_new (3, G_TYPE_INT, G_TYPE_STRING,
|
||||
* GDK_TYPE_PIXBUF);</literal> will create a new #GtkListStore with three columns, of type
|
||||
* int, string and #GdkPixbuf respectively.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user