Initialize Tizen 2.3
[framework/multimedia/gstreamer0.10.git] / mobile / docs / gst / gstreamer.types
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_bus_get_type
13 gst_child_proxy_get_type
14 gst_clock_get_type
15 gst_element_factory_get_type
16 gst_element_get_type
17 gst_ghost_pad_get_type
18 gst_implements_interface_get_type
19 gst_index_factory_get_type
20 gst_index_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 gst_xml_get_type
34
35 % these are not GObject derived types
36 % this works with gtk-doc 1.10 at least
37 %gst_buffer_get_type
38 %gst_mini_object_get_type
39 %gst_message_get_type
40 %gst_query_get_type
41