gir: Element::foreach*_pad: return ControlFlow instead of bool in callback

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1584>
This commit is contained in:
François Laignel 2024-11-06 10:42:58 +01:00
parent 3f969485b7
commit d8573d86a8

View file

@ -1257,6 +1257,17 @@ manual_traits = ["ElementExtManual"]
# Varargs
ignore = true
# Return ControlFlow instead of bool
[[object.function]]
name = "foreach_pad"
manual = true
[[object.function]]
name = "foreach_sink_pad"
manual = true
[[object.function]]
name = "foreach_src_pad"
manual = true
[[object]]
name = "Gst.ElementFactory"
status = "generate"