[gtk/ebassi/gidocgen] liststore: Add a summary



commit 2f5fa6121599fc61149883ff4f32875e6b2dd4af
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Mar 1 22:49:33 2021 -0500

    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,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]