GNOME Bugzilla – Bug 585938
Make refcounting explicit in GstIterator docs
Last modified: 2009-06-16 09:24:09 UTC
Documentation Section: Currently, the GstIterator docs do not make explicit the fact that all objects passed to user code will have had their refcount increased, and that user code should therefore be unrefing them. Correct version: Other information:
Created attachment 136690 [details] [review] Explicitly mention refcounting Here's a doc patch to make the refcounting more explicit.
commit 2896964ec2d9a3cad10d8e395819404229ec145e Author: Christopher Halse Rogers <chalserogers at gmail.com> Date: Tue Jun 16 11:21:42 2009 +0200 iterator: Explicitly mention refcounting in docs Fixes #585938