GNOME Bugzilla – Bug 603865
Support for connecting to functions with default parameters
Last modified: 2018-02-19 09:47:05 UTC
How it would look like at the moment: signal void foo(); void bar(string moo=""); foo.connect(() => { bar(); }); How I want it: signal void foo(); void bar(string moo=""); foo.connect(bar);
*** This bug has been marked as a duplicate of bug 787521 ***