diff options
author | Matthias Clasen <mclasen@redhat.com> | 2018-09-16 23:06:19 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2018-09-16 23:07:00 -0400 |
commit | 231b76bdd1895d6b3dea1c529898fc9bcae0f23b (patch) | |
tree | 15b6434d2b634a7e356ce5a21368fde2d94305f3 /gtk/gtktreelistmodel.c | |
parent | 57ba4048de225c226fd1387e5c3a541eaefc43fa (diff) | |
download | gtk+-231b76bdd1895d6b3dea1c529898fc9bcae0f23b.tar.gz |
tree list model: Add docs
Diffstat (limited to 'gtk/gtktreelistmodel.c')
-rw-r--r-- | gtk/gtktreelistmodel.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gtk/gtktreelistmodel.c b/gtk/gtktreelistmodel.c index 6904681c3e..cbbc073cf7 100644 --- a/gtk/gtktreelistmodel.c +++ b/gtk/gtktreelistmodel.c @@ -25,6 +25,16 @@ #include "gtkintl.h" #include "gtkprivate.h" +/** + * SECTION:gtktreelistmodel + * @Short_description: a List model that can create child models on demand + * @Title: GtkTreeListModel + * @See_also: #GListModel + * + * #GtkTreeListModel is a #GListModel implementation that can expand rows + * by creating new child list models on demand. + */ + enum { PROP_0, PROP_AUTOEXPAND, |