diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-02-24 15:29:08 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-02-24 16:53:12 -0500 |
commit | d3c45cb9796516aa2148daff816cee46efefa9fc (patch) | |
tree | 0b9409e4df56520ec6b77b2d7796682781d68ff6 /gtk/gtkmaplistmodel.c | |
parent | df27cb72405b172f87d288b60ee12f5bf1f51c48 (diff) | |
download | gtk+-d3c45cb9796516aa2148daff816cee46efefa9fc.tar.gz |
docs: Miscellaneous doc fixes
Additions and correction all over the place,
in GDK and GTK docs.
Diffstat (limited to 'gtk/gtkmaplistmodel.c')
-rw-r--r-- | gtk/gtkmaplistmodel.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtkmaplistmodel.c b/gtk/gtkmaplistmodel.c index 1fbf526f58..7d998d89ff 100644 --- a/gtk/gtkmaplistmodel.c +++ b/gtk/gtkmaplistmodel.c @@ -28,8 +28,7 @@ /** * SECTION:gtkmaplistmodel * @title: GtkMapListModel - * @short_description: a #GListModel that maps items from a child list model to - * a different item + * @short_description: A list model that transforms its items * @see_also: #GListModel * * #GtkMapListModel is a list model that takes a list model and maps the items |