diff options
author | Benjamin Otte <otte@redhat.com> | 2011-04-28 22:04:02 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2011-04-28 22:21:45 +0200 |
commit | 2eac1ac73be647fefc0f1fde09f7fb31948ad911 (patch) | |
tree | 02226dba4e6f55a7763dbfbedb48b94cb70ac267 /gtk/gtkliststore.c | |
parent | 7e2eed8c1b7c9e4138833232ca4af4fddaa26a45 (diff) | |
download | gtk+-2eac1ac73be647fefc0f1fde09f7fb31948ad911.tar.gz |
docs: Fix liststore docs
gtk-doc was very unhappy. It's not anymore
Diffstat (limited to 'gtk/gtkliststore.c')
-rw-r--r-- | gtk/gtkliststore.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkliststore.c b/gtk/gtkliststore.c index aabd3ec0fa..cc7ac19780 100644 --- a/gtk/gtkliststore.c +++ b/gtk/gtkliststore.c @@ -53,7 +53,7 @@ * application writer to call gtk_tree_model_row_changed() to emit the * #GtkTreeModel::row_changed signal. This most commonly affects lists with * #GdkPixbuf<!-- -->s stored. - * <para> + * * <example> * <title>Creating a simple list store.</title> * <programlisting> @@ -107,7 +107,7 @@ * } * </programlisting> * </example> - * </para> + * * <refsect2> * <title>Performance Considerations</title> * Internally, the #GtkListStore was implemented with a linked list with a |