From 23faba019036f1d44e5ed0f98a052e98b1f36a12 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Tue, 22 Jun 2010 10:20:53 -0300 Subject: [PATCH] Add gobject-introspection annotations for GstPadIntLinkFunction Fixes build with latest gobject-introspection from git. https://bugzilla.gnome.org/show_bug.cgi?id=622025 --- gst/gstpad.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstpad.h b/gst/gstpad.h index 56e4320b01..e953322657 100644 --- a/gst/gstpad.h +++ b/gst/gstpad.h @@ -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.