GNOME Bugzilla – Bug 154692
[PATCH] make unlink_many element_unlink_many
Last modified: 2004-12-22 21:47:04 UTC
makes it more consistent
Created attachment 32292 [details] [review] patch to gst.defs
Created attachment 32294 [details] [review] patch to gst.defs and gst.override whoops forgot a cpl of things
You need to increase the ref count for Py_None before returning this: Py_INCREF(Py_None); return Py_None; Appart from that it's fine, please commit. FYI: We should probably allow multiple arguments to link instead of having a separate link and link_many.
Ok thx, committed now. link and unlink are methods of the Element object. I dont think its logical to make link and unlink take multiple arguments because semanically it is wrong...due to the element arguments after the first argument are not connected to that Element object. Persoanlly, I think its better the current way.