mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
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:
parent
0a84d81901
commit
23faba0190
1 changed files with 1 additions and 1 deletions
|
@ -345,7 +345,7 @@ typedef gboolean (*GstPadCheckGetRangeFunction) (GstPad *pad);
|
||||||
*
|
*
|
||||||
* The signature of the internal pad link function.
|
* 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 inside of the parent element.
|
||||||
*
|
*
|
||||||
* The caller must call g_list_free() on it after use.
|
* The caller must call g_list_free() on it after use.
|
||||||
|
|
Loading…
Reference in a new issue