treestore: Add a summary

This commit is contained in:
Matthias Clasen 2021-03-01 22:49:47 -05:00 committed by Emmanuele Bassi
parent 03e21fc957
commit 9e3df3fac1

View File

@ -29,10 +29,9 @@
/**
* SECTION:gtktreestore
* @Short_description: A tree-like data structure that can be used with the GtkTreeView
* @Title: GtkTreeStore
* @See_also: #GtkTreeModel
* GtkTreeStore:
*
* A tree-like data structure that can be used with the GtkTreeView
*
* The #GtkTreeStore object is a list model for use with a #GtkTreeView
* widget. It implements the #GtkTreeModel interface, and consequently,