Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gtk: Don't propogate unused argument
Unlike the C version we are emulating, we dont set any ‘arguments’, and in any case they have little value in a language with native closures It's therefore plain confusing to require users to accept this second parameter that will *always* be `None` Fix: #1590 See: #1542
- Loading branch information