[gtk/matthiasc/for-master: 1/2] Cosmetic docs change



commit 353d4d161c18f171b42ab6834d67d37ada7b73f8
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Jul 16 21:58:52 2020 -0400

    Cosmetic docs change

 gtk/gtkcolumnview.c | 8 ++++----
 gtk/gtkdropdown.c   | 2 +-
 gtk/gtkgridview.c   | 2 +-
 gtk/gtklistitem.c   | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/gtk/gtkcolumnview.c b/gtk/gtkcolumnview.c
index 715b394fc7..79b725b21c 100644
--- a/gtk/gtkcolumnview.c
+++ b/gtk/gtkcolumnview.c
@@ -60,7 +60,7 @@
  * GtkColumnView allows the user to select items according to the selection
  * characteristics of the model. If the provided model is not a #GtkSelectionModel,
  * GtkColumnView will wrap it in a #GtkSingleSelection. For models that allow
- * multiple selected items, it is possible to turn on _rubberband selection_,
+ * multiple selected items, it is possible to turn on *rubberband selection*,
  * using #GtkColumnView:enable-rubberband.
  *
  * The column view supports sorting that can be customized by the user by
@@ -1241,7 +1241,7 @@ gtk_column_view_set_model (GtkColumnView *self,
  *
  * Gets the list of columns in this column view. This list is constant over
  * the lifetime of @self and can be used to monitor changes to the columns
- * of @self by connecting to the GListModel:items-changed signal.
+ * of @self by connecting to the #GListModel:items-changed signal.
  *
  * Returns: (transfer none): The list managing the columns
  **/
@@ -1263,7 +1263,7 @@ gtk_column_view_get_columns (GtkColumnView *self)
  */
 void
 gtk_column_view_set_show_row_separators (GtkColumnView *self,
-                                         gboolean     show_row_separators)
+                                         gboolean       show_row_separators)
 {
   g_return_if_fail (GTK_IS_COLUMN_VIEW (self));
 
@@ -1302,7 +1302,7 @@ gtk_column_view_get_show_row_separators (GtkColumnView *self)
  */
 void
 gtk_column_view_set_show_column_separators (GtkColumnView *self,
-                                            gboolean     show_column_separators)
+                                            gboolean       show_column_separators)
 {
   g_return_if_fail (GTK_IS_COLUMN_VIEW (self));
 
diff --git a/gtk/gtkdropdown.c b/gtk/gtkdropdown.c
index de1ba763cb..a7c48d5d87 100644
--- a/gtk/gtkdropdown.c
+++ b/gtk/gtkdropdown.c
@@ -70,7 +70,7 @@
  * useful if the list of options is long. To enable the search entry,
  * use gtk_drop_down_set_enable_search().
  *
- * * # CSS nodes
+ * # CSS nodes
  *
  * GtkDropDown has a single CSS node with name dropdown,
  * with the button and popover nodes as children.
diff --git a/gtk/gtkgridview.c b/gtk/gtkgridview.c
index 049b3c2906..7138a71aab 100644
--- a/gtk/gtkgridview.c
+++ b/gtk/gtkgridview.c
@@ -45,7 +45,7 @@
 /**
  * SECTION:gtkgridview
  * @title: GtkGridView
- * @short_description: A widget for displaying lists in a grid
+ * @short_description: A widget for displaying grids
  * @see_also: #GListModel, #GtkListView, #GtkColumnView
  *
  * GtkGridView is a widget to present a view into a large dynamic grid of items.
diff --git a/gtk/gtklistitem.c b/gtk/gtklistitem.c
index d5d25d1144..57631cc890 100644
--- a/gtk/gtklistitem.c
+++ b/gtk/gtklistitem.c
@@ -26,7 +26,7 @@
 /**
  * SECTION:gtklistitem
  * @title: GtkListItem
- * @short_description: Object used to represent items of a ListModel
+ * @short_description: Object used to represent items of a list model
  * @see_also: #GtkListView, #GListModel
  *
  * #GtkListItem is the object that list-handling containers such


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]