[gtk/ebassi/gidocgen: 270/500] adjustment: Small docs tweak
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/ebassi/gidocgen: 270/500] adjustment: Small docs tweak
- Date: Thu, 11 Mar 2021 16:48:11 +0000 (UTC)
commit 7f7231038d9df20705dee3df439c41427960157f
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Feb 27 17:49:48 2021 -0500
adjustment: Small docs tweak
gtk/gtkadjustment.c | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/gtk/gtkadjustment.c b/gtk/gtkadjustment.c
index 168fbe71c9..4adc25142c 100644
--- a/gtk/gtkadjustment.c
+++ b/gtk/gtkadjustment.c
@@ -33,12 +33,14 @@
/**
* GtkAdjustment:
*
- * The `GtkAdjustment` object represents a value which has an associated lower
- * and upper bound.
+ * `GtkAdjustment` is a model for a numeric value.
*
- * It also contains step and page increments, and a page size. It is used
- * within several GTK widgets, including [class@Gtk.SpinButton],
- * [class@Gtk.Viewport], [class@Gtk.Scrollbar] and [class@Gtk.Scale].
+ * The `GtkAdjustment has an associated lower and upper bound.
+ * It also contains step and page increments, and a page size.
+ *
+ * Adjustments are used within several GTK widgets, including
+ * [class@Gtk.SpinButton], [class@Gtk.Viewport], [class@Gtk.Scrollbar]
+ * and [class@Gtk.Scale].
*
* The `GtkAdjustment` object does not update the value itself. Instead
* it is left up to the owner of the `GtkAdjustment` to control the value.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]