-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathhierarchy.list
More file actions
54 lines (50 loc) · 3.7 KB
/
hierarchy.list
File metadata and controls
54 lines (50 loc) · 3.7 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# This list is the result of a copy-and-paste from the GtkObject hierarchy
# html documentation. Deprecated widgets are uncommented. Some additional
# object have been defined at the end of the copied list.
# The Gtk prefix of every object is removed, the other prefixes are
# kept. The indentation implies the object hierarchy. In case the
# type query function cannot be derived from the name or the type name
# is different, an alternative name and type query function can be
# specified by appending 'as typename, <query_func>'. In case this
# function is not specified, the <name> is converted to
# gtk_<name'>_get_type where <name'> is <name> where each upperscore
# letter is converted to an underscore and lowerletter. The underscore
# is omitted if an upperscore letter preceeded: GtkHButtonBox ->
# gtk_hbutton_box_get_type. The generation of a type can be
# conditional by appending 'if <tag>'. Such types are only produces if
# --tag=<tag> is given on the command line of TypeGenerator.
GObject
## GStreamer classes
GstObject as Object, gst_object_get_type if gstreamer
GstPad as Pad, gst_pad_get_type if gstreamer
GstGhostPad as GhostPad, gst_ghost_pad_get_type if gstreamer
GstPluginFeature as PluginFeature, gst_plugin_feature_get_type if gstreamer
GstElementFactory as ElementFactory, gst_element_factory_get_type if gstreamer
GstTypeFindFactory as TypeFindFactory, gst_type_find_factory_get_type if gstreamer
GstIndexFactory as IndexFactory, gst_index_factory_get_type if gstreamer
GstElement as Element, gst_element_get_type if gstreamer
GstBin as Bin, gst_bin_get_type if gstreamer
GstPipeline as Pipeline, gst_pipeline_get_type if gstreamer
GstImplementsInterface as ImplementsInterface, gst_implements_interface_get_type if gstreamer
GstTagSetter as TagSetter, gst_tag_setter_get_type if gstreamer
GstBaseSrc as BaseSrc, gst_base_src_get_type if gstreamer
GstPushSrc as PushSrc, gst_push_src_get_type if gstreamer
GstBaseSink as BaseSink, gst_base_sink_get_type if gstreamer
GstBaseTransform as BaseTransform, gst_base_transform_get_type if gstreamer
GstPlugin as Plugin, gst_plugin_get_type if gstreamer
GstRegistry as Registry, gst_registry_get_type if gstreamer
GstBus as Bus, gst_bus_get_type if gstreamer
GstClock as Clock, gst_clock_get_type if gstreamer
GstAudioClock as AudioClock, gst_audio_clock_get_type if gstreamer
GstSystemClock as SystemClock, gst_system_clock_get_type if gstreamer
GstNetClientClock as NetClientClock, gst_net_client_clock_get_type if gstreamer
GstIndex as Index, gst_index_get_type if gstreamer
GstPadTemplate as PadTemplate, gst_pad_template_get_type if gstreamer
GstTask as Task, gst_task_get_type if gstreamer
GstXML as XML, gst_xml_get_type if gstreamer
GstChildProxy as ChildProxy, gst_child_proxy_get_type if gstreamer
GstCollectPads as CollectPads, gst_collect_pads_get_type if gstreamer
## these are actually GInterfaces
GstURIHandler as URIHandler, gst_uri_handler_get_type if gstreamer
GstAdapter as Adapter, gst_adapter_get_type if gstreamer
GstController as Controller, gst_controller_get_type if gstreamer