Add gobject-introspection annotations for GstPadIntLinkFunction

Fixes build with latest gobject-introspection from git.

https://bugzilla.gnome.org/show_bug.cgi?id=622025
This commit is contained in:
Johan Dahlin 2010-06-22 10:20:53 -03:00 committed by Tim-Philipp Müller
parent 0a84d81901
commit 23faba0190

View file

@ -345,7 +345,7 @@ typedef gboolean (*GstPadCheckGetRangeFunction) (GstPad *pad);
*
* The signature of the internal pad link function.
*
* Returns: a newly allocated #GList of pads that are linked to the given pad on
* Returns: (element-type Gst.Pad) (transfer container): a newly allocated #GList of pads that are linked to the given pad on
* the inside of the parent element.
*
* The caller must call g_list_free() on it after use.