From d8573d86a8a4f320fd8045e385e8c55c7fdadebd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Laignel?= Date: Wed, 6 Nov 2024 10:42:58 +0100 Subject: [PATCH] gir: Element::foreach*_pad: return ControlFlow instead of bool in callback Part-of: --- gstreamer/Gir.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/gstreamer/Gir.toml b/gstreamer/Gir.toml index e9bea166f..ec7b50080 100644 --- a/gstreamer/Gir.toml +++ b/gstreamer/Gir.toml @@ -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"