summaryrefslogtreecommitdiff
path: root/gtk/gtkconstraintguide.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-07-01 03:17:58 +0000
committerMatthias Clasen <mclasen@redhat.com>2019-07-01 03:17:58 +0000
commit658397fad0cc5e63af0fed9d134d1c12de045f5d (patch)
tree90f18378f8475953713d92f61c2a2d8ee6fc722c /gtk/gtkconstraintguide.c
parent670fc5bb9470985fb2f32c89a899c93dc74d85d2 (diff)
downloadgtk+-658397fad0cc5e63af0fed9d134d1c12de045f5d.tar.gz
Documentation fixes
Make sure all types show up in the docs, and misc other improvements.
Diffstat (limited to 'gtk/gtkconstraintguide.c')
-rw-r--r--gtk/gtkconstraintguide.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/gtk/gtkconstraintguide.c b/gtk/gtkconstraintguide.c
index cb40ff0762..2ae28aac0e 100644
--- a/gtk/gtkconstraintguide.c
+++ b/gtk/gtkconstraintguide.c
@@ -22,9 +22,10 @@
* @Title: GtkConstraintGuide
* @Short_description: An invisible constraint target
*
- * #GtkConstraintGuide is an invisible layout element that can be used by
- * widgets inside a #GtkConstraintLayout as a source or a target of a
- * #GtkConstraint.
+ * A #GtkConstraintGuide is an invisible layout element that can be
+ * used by widgets inside a #GtkConstraintLayout as a source or a target
+ * of a #GtkConstraint. Guides can be used like guidelines or as
+ * flexible space.
*
* Unlike a #GtkWidget, a #GtkConstraintGuide will not be drawn.
*/