summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2010-06-22 10:20:53 -0300
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-06-22 15:01:20 +0100
commit23faba019036f1d44e5ed0f98a052e98b1f36a12 (patch)
tree099a346f065896592ea367e52f061d19ad3be325
parent0a84d8190138c82f74fe7276a6b6dc54a0a4f3a8 (diff)
Add gobject-introspection annotations for GstPadIntLinkFunction
Fixes build with latest gobject-introspection from git. https://bugzilla.gnome.org/show_bug.cgi?id=622025
-rw-r--r--gst/gstpad.h2
1 files changed, 1 insertions, 1 deletions
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.