From: Matthias Clasen Date: Thu, 19 Dec 2019 03:41:41 +0000 (-0500) Subject: treelistmodel: Small documentation tweaks X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~20^2~92^2~12 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3bb8b56ab3891f08f7fa49f7b7511d23ab67df8e;p=gtk4.git treelistmodel: Small documentation tweaks --- diff --git a/gtk/gtktreelistmodel.c b/gtk/gtktreelistmodel.c index 1f22e2391e..246d9f2eb7 100644 --- a/gtk/gtktreelistmodel.c +++ b/gtk/gtktreelistmodel.c @@ -932,7 +932,7 @@ gtk_tree_list_model_get_child_row (GtkTreeListModel *self, /** * SECTION:gtktreelistrow - * @Short_description: rows in a tree + * @Short_description: A row in a GtkTreeListModel * @Title: GtkTreeListRow * @See_also: #GtkTreeListModel * @@ -941,7 +941,7 @@ gtk_tree_list_model_get_child_row (GtkTreeListModel *self, * modify the state of rows. * * #GtkTreeListRow instances are created by a #GtkTreeListModel only - * when the GtkTreeListModel:passthrough property is not set. + * when the #GtkTreeListModel:passthrough property is not set. * * There are various support objects that can make use of #GtkTreeListRow * objects, such as the #GtkTreeExpander widget that allows displaying