language: Add not-swapped flag for signals

This is needed because GtkBuilder defaults to swapped when you specify
the object attribute.
This commit is contained in:
James Westman 2024-12-09 20:29:08 -06:00
parent 778a979714
commit 1bf0f7daab
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
10 changed files with 72 additions and 8 deletions

View file

@ -196,6 +196,7 @@ class TestSamples(unittest.TestCase):
"expr_closure_args",
"parseable",
"signal",
"signal_not_swapped",
"template",
"template_binding",
"template_binding_extern",