1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
#if !(defined(GO) && defined(GOM) && defined(GO2) && defined(DATA))
#error meh!
#endif
GO(gst_argb_control_binding_get_type, LFv)
//GO(gst_argb_control_binding_new,
//GO(gst_control_point_copy,
//GO(gst_control_point_free,
GO(gst_control_point_get_type, LFv)
GO(gst_direct_control_binding_get_type, LFv)
//GO(gst_direct_control_binding_new,
//GO(gst_direct_control_binding_new_absolute,
GO(gst_interpolation_control_source_get_type, LFv)
//GO(gst_interpolation_control_source_new,
GO(gst_interpolation_mode_get_type, LFv)
GO(gst_lfo_control_source_get_type, LFv)
//GO(gst_lfo_control_source_new,
GO(gst_lfo_waveform_get_type, LFv)
GO(gst_proxy_control_binding_get_type, LFv)
GO(gst_proxy_control_binding_new, pFpppp)
//GO(gst_timed_value_control_invalidate_cache,
//GO(gst_timed_value_control_source_find_control_point_iter,
//GO(gst_timed_value_control_source_get_all,
//GO(gst_timed_value_control_source_get_count,
GO(gst_timed_value_control_source_get_type, LFv)
//GO(gst_timed_value_control_source_set,
//GO(gst_timed_value_control_source_set_from_list,
//GO(gst_timed_value_control_source_unset,
//GO(gst_timed_value_control_source_unset_all,
GO(gst_trigger_control_source_get_type, LFv)
//GO(gst_trigger_control_source_new,
|