From d2c632fcdaf41b71cf984ea98db67848f00aa64d Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 20 Jun 2012 13:27:33 +0200 Subject: [PATCH] pad: improve introspection annotation --- gst/gstpad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstpad.c b/gst/gstpad.c index aa0285f512..11bafe2ec2 100644 --- a/gst/gstpad.c +++ b/gst/gstpad.c @@ -2559,7 +2559,7 @@ no_parent: /** * gst_pad_forward: * @pad: a #GstPad - * @forward: a #GstPadForwardFunction + * @forward: (scope call): a #GstPadForwardFunction * @user_data: user data passed to @forward * * Calls @forward for all internally linked pads of @pad. This function deals with