diff --git a/gstreamer-editing-services/Gir.toml b/gstreamer-editing-services/Gir.toml index fdfb71285..2113f89c5 100644 --- a/gstreamer-editing-services/Gir.toml +++ b/gstreamer-editing-services/Gir.toml @@ -177,6 +177,12 @@ status = "generate" [object.function.return] bool_return_is_error = "Failed to remove track" + [[object.function]] + name = "set_snapping_distance" + [[object.function.parameter]] + name = "snapping_distance" + mandatory = true + [[object]] name = "GES.Container" status = "generate" @@ -349,6 +355,16 @@ manual_traits = ["TimelineElementExtManual"] [object.function.return] mandatory = true + [[object.function]] + name = "get_inpoint" + [object.function.return] + mandatory = true + + [[object.function]] + name = "get_start" + [object.function.return] + mandatory = true + [[object.function]] name = "paste" [[object.function.parameter]] @@ -410,6 +426,12 @@ manual_traits = ["TimelineElementExtManual"] [object.function.return] bool_return_is_error = "`TimelineElement` already had a parent or its parent was the same as specified" + [[object.function]] + name = "set_start" + [[object.function.parameter]] + name = "start" + mandatory = true + [[object.function]] name = "set_timeline" [object.function.return]