GNOME Bugzilla – Bug 650135
Support (skip) annotation for parameters/return-val
Last modified: 2012-02-10 08:32:54 UTC
In bug 649657 we introduced using the (skip) annotation on parameters and return values. It would be good to support that.
Created attachment 194728 [details] [review] support skip annotation for return values * this is used for things like skiping gboolean returns that are useful is C but useless in python
Created attachment 194730 [details] [review] support skip annotation for return values * this is used for things like skiping gboolean returns that are useful is C but useless in python * cleans up after skipped returns that are also marked transfer full
Ok, I'm not going to support skipped parameters right now. I feel there are no real usecases and it complicates the code too much. We can revisit if someone absolutely needs this feature.
to clarify, the skipped returns patch should be commited but we will not be implementing skipped parameters.
Patch was committed a while ago, and the "skip params" part is wontfix, so closing. Thanks!