Add gobject-introspection annotations for GstPadIntLinkFunction
authorJohan Dahlin <johan@gnome.org>
Tue, 22 Jun 2010 13:20:53 +0000 (10:20 -0300)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 22 Jun 2010 14:01:20 +0000 (15:01 +0100)
Fixes build with latest gobject-introspection from git.

https://bugzilla.gnome.org/show_bug.cgi?id=622025

gst/gstpad.h

index 56e4320..e953322 100644 (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.