ges/gir: Document manually implemented types and functions

This commit is contained in:
Marijn Suijten 2021-05-30 17:42:38 +02:00 committed by Sebastian Dröge
parent 9b600416a1
commit 1c05f61bb8

View file

@ -101,6 +101,10 @@ name = "GES.BaseEffect"
status = "generate"
# Actually available since 1.2 even if all functions are new in 1.18
version = "1.2"
[[object.function]]
name = "set_time_translation_funcs"
# Pointers and HashTables
ignore = true
[[object]]
name = "GES.Effect"
@ -338,6 +342,11 @@ manual_traits = ["TimelineElementExtManual"]
[object.function.return]
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]]
name = "set_parent"
[object.function.return]