Closed Ferada closed 6 years ago
Like it says. No renaming due to possible users, even though the one with -AUTO will be likely much more easy to use.
-AUTO
Question: Should we have an &OPTIONAL (PACKAGE *PACKAGE) parameter to make it more succinct?
&OPTIONAL (PACKAGE *PACKAGE)
Also http://python-gtk-3-tutorial.readthedocs.io/en/latest/builder.html does it with a dictionary too, so the existing function is fine from that point of view, possibly it's worth just doing it via keyword arguments though.
@svillemot
I think this is very nice. Indeed I think it makes sense to add an argument for selecting a default package where symbols will be read.
Like it says. No renaming due to possible users, even though the one with
-AUTO
will be likely much more easy to use.Question: Should we have an
&OPTIONAL (PACKAGE *PACKAGE)
parameter to make it more succinct?Also http://python-gtk-3-tutorial.readthedocs.io/en/latest/builder.html does it with a dictionary too, so the existing function is fine from that point of view, possibly it's worth just doing it via keyword arguments though.
@svillemot