From 03e21fc95751f6135f333d2227d8f3222c8ccb1e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 1 Mar 2021 22:49:33 -0500 Subject: [PATCH] liststore: Add a summary --- gtk/gtkliststore.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gtk/gtkliststore.c b/gtk/gtkliststore.c index 1b17843a97..8485586221 100644 --- a/gtk/gtkliststore.c +++ b/gtk/gtkliststore.c @@ -30,10 +30,9 @@ /** - * SECTION:gtkliststore - * @Short_description: A list-like data structure that can be used with the GtkTreeView - * @Title: GtkListStore - * @See_also:#GtkTreeModel, #GtkTreeStore + * GtkListStore: + * + * A list-like data structure that can be used with the GtkTreeView * * The #GtkListStore object is a list model for use with a #GtkTreeView * widget. It implements the #GtkTreeModel interface, and consequentialy,