collectpads: Improve docs about 'data' attribute

Adds a reminder to 'data' attribute doc

Fixes #610366
This commit is contained in:
Thiago Santos 2010-02-18 11:52:28 -03:00
parent 2aea9ad231
commit 035e5c74be

View file

@ -130,6 +130,8 @@ typedef GstFlowReturn (*GstCollectPadsFunction) (GstCollectPads *pads, gpointer
* @data: #GList of #GstCollectData managed by this #GstCollectPads.
*
* Collectpads object.
* Note that @data doesn't contain the complete #GstCollectData list
* at all times and should not be used for iterating them.
*/
struct _GstCollectPads {
GstObject object;