diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-07-01 03:17:58 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-07-01 03:17:58 +0000 |
commit | 658397fad0cc5e63af0fed9d134d1c12de045f5d (patch) | |
tree | 90f18378f8475953713d92f61c2a2d8ee6fc722c /gtk/gtkconstraintlayout.c | |
parent | 670fc5bb9470985fb2f32c89a899c93dc74d85d2 (diff) | |
download | gtk+-658397fad0cc5e63af0fed9d134d1c12de045f5d.tar.gz |
Documentation fixes
Make sure all types show up in the docs,
and misc other improvements.
Diffstat (limited to 'gtk/gtkconstraintlayout.c')
-rw-r--r-- | gtk/gtkconstraintlayout.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gtk/gtkconstraintlayout.c b/gtk/gtkconstraintlayout.c index 32fdb4f142..751f2d8965 100644 --- a/gtk/gtkconstraintlayout.c +++ b/gtk/gtkconstraintlayout.c @@ -1097,6 +1097,7 @@ gtk_constraint_layout_new (void) * widget using @layout * - set to the #GtkWidget using @layout * - set to a child of the #GtkWidget using @layout + * - set to a guide that is part of @layout * * The @layout acquires the ownership of @constraint after calling * this function. @@ -1252,12 +1253,12 @@ gtk_constraint_vfl_parser_error_quark (void) * @n_lines: the number of lines * @hspacing: default horizontal spacing value, or -1 for the fallback value * @vspacing: default vertical spacing value, or -1 for the fallback value - * @views: (element-type utf8 Gtk.Widget): a dictionary of [ name, widget ] + * @views: (element-type utf8 Gtk.ConstraintTarget): a dictionary of [ name, target ] * pairs; the `name` keys map to the view names in the VFL lines, while - * the `widget` values map to children of the widget using a #GtkConstraintLayout + * the `target` values map to children of the widget using a #GtkConstraintLayout, or guides * @error: return location for a #GError * - * Creates a list of constraints they formal description using a compact + * Creates a list of constraints from a formal description using a compact * description syntax called VFL, or "Visual Format Language". * * The Visual Format Language is based on Apple's AutoLayout [VFL](https://developer.apple.com/library/content/documentation/UserExperience/Conceptual/AutolayoutPG/VisualFormatLanguage.html). |