-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SignalListItemFactory doesn't provide object argument to handler #161
Comments
This is a bug, thanks for reporting it. |
Note to self: This needs to be fixed in the BuilderJavaScope class. |
I have created a small PoC that you can run with |
Thanks a lot for the PoC. (To use snapshot releases, add https://s01.oss.sonatype.org/content/repositories/snapshots to the repositories in your build script.) |
I am trying to bind a callback function to the setup and bind signal emitted by SignalListItemFactory.
I have declared a signal in the ui definition as following:
The corresponding handlers look like this:
When i run the program I receive the following error:
It seems like when the signal is emitted, that the ListItem is not passed as an argument.
I have looked at an example of a Vala app that does it exactly like that, so I don't think this is a GTK issue.
The text was updated successfully, but these errors were encountered: