clock: Add new signed time macro to the doc
[platform/upstream/gstreamer.git] / docs / gst / gstreamer.types.in
1 % add a _get_type for every GObject whose properties and signals you want
2 % documented
3 % add the relevant includes to be able to call those _get_type functions
4
5 % adding a get_type here will:
6 % - change output file name from gstreamer-(whatever).html to (whatever).html
7 % - document properties and signals
8
9 #include <gst/gst.h>
10
11 gst_bin_get_type
12 gst_buffer_pool_get_type
13 gst_bus_get_type
14 gst_child_proxy_get_type
15 gst_clock_get_type
16 gst_control_binding_get_type
17 gst_control_source_get_type
18 gst_element_factory_get_type
19 gst_element_get_type
20 gst_ghost_pad_get_type
21 gst_object_get_type
22 gst_pad_get_type
23 gst_pad_template_get_type
24 gst_pipeline_get_type
25 gst_plugin_feature_get_type
26 gst_preset_get_type
27 gst_registry_get_type
28 gst_system_clock_get_type
29 gst_tag_setter_get_type
30 gst_task_get_type
31 gst_type_find_factory_get_type
32 gst_uri_handler_get_type
33
34 gst_buffer_get_type
35 gst_buffer_list_get_type
36 gst_caps_get_type
37 gst_context_get_type
38 gst_event_get_type
39 gst_memory_get_type
40 gst_message_get_type
41 gst_query_get_type
42 gst_sample_get_type
43 gst_tag_list_get_type
44 gst_toc_get_type
45 gst_toc_entry_get_type
46