liststore: Add a summary

This commit is contained in:
Matthias Clasen
2021-03-01 22:49:33 -05:00
committed by Emmanuele Bassi
parent 3ed729e1d7
commit 03e21fc957

View File

@@ -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,