mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-21 17:11:04 +00:00
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:
parent
3f969485b7
commit
d8573d86a8
1 changed files with 11 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue