mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-01-05 06:48:42 +00:00
ges/gir: Document manually implemented types and functions
This commit is contained in:
parent
9b600416a1
commit
1c05f61bb8
1 changed files with 9 additions and 0 deletions
|
@ -101,6 +101,10 @@ name = "GES.BaseEffect"
|
||||||
status = "generate"
|
status = "generate"
|
||||||
# Actually available since 1.2 even if all functions are new in 1.18
|
# Actually available since 1.2 even if all functions are new in 1.18
|
||||||
version = "1.2"
|
version = "1.2"
|
||||||
|
[[object.function]]
|
||||||
|
name = "set_time_translation_funcs"
|
||||||
|
# Pointers and HashTables
|
||||||
|
ignore = true
|
||||||
|
|
||||||
[[object]]
|
[[object]]
|
||||||
name = "GES.Effect"
|
name = "GES.Effect"
|
||||||
|
@ -338,6 +342,11 @@ manual_traits = ["TimelineElementExtManual"]
|
||||||
[object.function.return]
|
[object.function.return]
|
||||||
bool_return_is_error = "Failed to set name"
|
bool_return_is_error = "Failed to set name"
|
||||||
|
|
||||||
|
[[object.function]]
|
||||||
|
name = "set_child_property"
|
||||||
|
[object.function.return]
|
||||||
|
bool_return_is_error = "Failed to set child property"
|
||||||
|
|
||||||
[[object.function]]
|
[[object.function]]
|
||||||
name = "set_parent"
|
name = "set_parent"
|
||||||
[object.function.return]
|
[object.function.return]
|
||||||
|
|
Loading…
Reference in a new issue