expressions: Validate lookup expressions

This commit is contained in:
James Westman 2022-04-30 15:20:05 -05:00
parent cc1d2ab78f
commit 76a482affb
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
8 changed files with 50 additions and 9 deletions

View file

@ -10,7 +10,7 @@
<binding name="visible-child">
<lookup name="parent" type="GtkButton">
<closure function="my_closure" type="GtkButton">
<lookup name="parent">
<lookup name="parent" type="GtkBox">
<constant>box</constant>
</lookup>
</closure>