docs: Small improvement
authorMatthias Clasen <mclasen@redhat.com>
Sun, 12 Dec 2021 14:03:11 +0000 (09:03 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 12 Dec 2021 14:03:11 +0000 (09:03 -0500)
I could not find the attributes of the <binding>
element mentioned anywhere in the docs.

gtk/gtkexpression.c

index 8ff380a64fe3274c7ade6d007d18503425ba1fcf..8cd72f802fe9d9cf3d30548cd7acf97abb7b0819 100644 (file)
  *
  * `GtkBuilder` has support for creating expressions. The syntax here can be used where
  * a `GtkExpression` object is needed like in a `<property>` tag for an expression
- * property, or in a `<binding>` tag to bind a property to an expression.
+ * property, or in a `<binding name="property">` tag to bind a property to an expression.
  *
  * To create an property expression, use the `<lookup>` element. It can have a `type`
  * attribute to specify the object type, and a `name` attribute to specify the property