Widget: Fix doubled word need, missing possessives
authorDaniel Boles <dboles.src@gmail.com>
Sat, 13 May 2023 17:17:17 +0000 (18:17 +0100)
committerDaniel Boles <dboles.src@gmail.com>
Sat, 13 May 2023 17:17:17 +0000 (18:17 +0100)
gtk/gtkwidget.c

index 61ac33bf1acb76f66f079d78d1e8a5c8034af0bf..d76b622986f9c59624ce85ff90a35dfd6bc3047b 100644 (file)
@@ -1890,7 +1890,7 @@ gtk_widget_class_init (GtkWidgetClass *klass)
    * @keyboard_mode: %TRUE if the tooltip was triggered using the keyboard
    * @tooltip: a `GtkTooltip`
    *
-   * Emitted when the widgets tooltip is about to be shown.
+   * Emitted when the widgets tooltip is about to be shown.
    *
    * This happens when the [property@Gtk.Widget:has-tooltip] property
    * is %TRUE and the hover timeout has expired with the cursor hovering
@@ -10644,7 +10644,7 @@ gtk_widget_set_overflow (GtkWidget   *widget,
  * gtk_widget_get_overflow: (attributes org.gtk.Method.get_property=overflow)
  * @widget: a `GtkWidget`
  *
- * Returns the widgets overflow value.
+ * Returns the widgets overflow value.
  *
  * Returns: The widget's overflow.
  **/
@@ -10932,7 +10932,7 @@ _gtk_widget_peek_style_context (GtkWidget *widget)
  * The returned object is guaranteed to be the same
  * for the lifetime of @widget.
  *
- * Returns: (transfer none): the widgets `GtkStyleContext`
+ * Returns: (transfer none): the widgets `GtkStyleContext`
  *
  * Deprecated: 4.10: Style contexts will be removed in GTK 5
  */
@@ -12070,7 +12070,7 @@ gtk_widget_observe_controllers (GtkWidget *widget)
  * gtk_widget_get_first_child:
  * @widget: a `GtkWidget`
  *
- * Returns the widgets first child.
+ * Returns the widgets first child.
  *
  * This API is primarily meant for widget implementations.
  *
@@ -12090,7 +12090,7 @@ gtk_widget_get_first_child (GtkWidget *widget)
  * gtk_widget_get_last_child:
  * @widget: a `GtkWidget`
  *
- * Returns the widgets last child.
+ * Returns the widgets last child.
  *
  * This API is primarily meant for widget implementations.
  *
@@ -12110,7 +12110,7 @@ gtk_widget_get_last_child (GtkWidget *widget)
  * gtk_widget_get_next_sibling:
  * @widget: a `GtkWidget`
  *
- * Returns the widgets next sibling.
+ * Returns the widgets next sibling.
  *
  * This API is primarily meant for widget implementations.
  *
@@ -12130,7 +12130,7 @@ gtk_widget_get_next_sibling (GtkWidget *widget)
  * gtk_widget_get_prev_sibling:
  * @widget: a `GtkWidget`
  *
- * Returns the widgets previous sibling.
+ * Returns the widgets previous sibling.
  *
  * This API is primarily meant for widget implementations.
  *
@@ -12960,7 +12960,7 @@ gtk_widget_get_css_name (GtkWidget *self)
  *
  * Adds a style class to @widget.
  *
- * After calling this function, the widgets style will match
+ * After calling this function, the widgets style will match
  * for @css_class, according to CSS matching rules.
  *
  * Use [method@Gtk.Widget.remove_css_class] to remove the
@@ -13099,11 +13099,11 @@ gtk_widget_set_css_classes (GtkWidget   *widget,
  * @widget: a `GtkWidget`
  * @color: (out): return location for the color
  *
- * Gets the current foreground color for the widgets
+ * Gets the current foreground color for the widgets
  * CSS style.
  *
  * This function should only be used in snapshot
- * implementations that need need to do custom
+ * implementations that need to do custom
  * drawing with the foreground color.
  *
  * Since: 4.10