player/gir: Document manually implemented types and functions

This commit is contained in:
Marijn Suijten 2021-06-01 11:35:51 +02:00 committed by Sebastian Dröge
parent be33e4f776
commit b19dcd0b66

View file

@ -225,6 +225,24 @@ name = "GstPlayer.PlayerVideoOverlayVideoRenderer"
status = "generate"
final_type = true
[[object.function]]
name = "new"
manual = true
[[object.function]]
name = "new_with_sink"
# with_handle_and_sink() also calls this.
rename = "with_sink"
manual = true
[[object.function]]
name = "get_window_handle"
manual = true
[[object.function]]
name = "set_window_handle"
manual = true
[[object]]
name = "GstPlayer.PlayerGMainContextSignalDispatcher"
status = "generate"