check/gir: Document manually implemented types and functions

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

View file

@ -42,12 +42,10 @@ manual = [
"Gst.Object", "Gst.Object",
"Gst.Pad", "Gst.Pad",
"Gst.PadProbeType", "Gst.PadProbeType",
"Gst.QueryType",
"Gst.Segment", "Gst.Segment",
"Gst.State", "Gst.State",
"Gst.StaticPadTemplate", "Gst.StaticPadTemplate",
"Gst.SystemClock", "Gst.SystemClock",
"GstCheck.Harness",
] ]
[[object]] [[object]]
@ -68,3 +66,39 @@ conversion_type = "scalar"
name = "GstCheck.TestClock" name = "GstCheck.TestClock"
status = "generate" status = "generate"
final_type = true final_type = true
[[object.function]]
name = "has_id"
manual = true
[[object.function]]
name = "peek_next_pending_id"
manual = true
[[object.function]]
name = "process_id"
manual = true
[[object.function]]
name = "process_id_list"
manual = true
[[object.function]]
name = "process_next_clock_id"
manual = true
[[object.function]]
name = "wait_for_multiple_pending_ids"
manual = true
[[object.function]]
name = "wait_for_next_pending_id"
manual = true
[[object.function]]
name = "timed_wait_for_multiple_pending_ids"
manual = true
[[object]]
name = "GstCheck.Harness"
status = "manual"
[[object.function]]
name = "new_with_element"
rename = "with_element"
[[object.function]]
name = "new_with_padnames"
rename = "with_padnames"