mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
docs/: disabed additional index entries again, as this makes docs-gen just slow and they aren't useful yet
Original commit message from CVS: * docs/gst/gstreamer-docs.sgml: * docs/libs/gstreamer-libs-docs.sgml: disabed additional index entries again, as this makes docs-gen just slow and they aren't useful yet * docs/libs/gstreamer-libs-sections.txt: little -section.txt cleanup for libs
This commit is contained in:
parent
6c3416a44d
commit
d915127028
4 changed files with 32 additions and 2 deletions
|
@ -1,3 +1,12 @@
|
||||||
|
2005-08-26 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
|
* docs/gst/gstreamer-docs.sgml:
|
||||||
|
* docs/libs/gstreamer-libs-docs.sgml:
|
||||||
|
disabed additional index entries again, as this makes docs-gen just
|
||||||
|
slow and they aren't useful yet
|
||||||
|
* docs/libs/gstreamer-libs-sections.txt:
|
||||||
|
little -section.txt cleanup for libs
|
||||||
|
|
||||||
2005-08-26 Thomas Vander Stichele <thomas at apestaart dot org>
|
2005-08-26 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
* gst/base/gstbasesink.c: (gst_base_sink_handle_object):
|
* gst/base/gstbasesink.c: (gst_base_sink_handle_object):
|
||||||
|
|
|
@ -240,11 +240,15 @@
|
||||||
<index role="deprecated">
|
<index role="deprecated">
|
||||||
<title>Index of deprecated symbols</title>
|
<title>Index of deprecated symbols</title>
|
||||||
</index>
|
</index>
|
||||||
|
<!-- disable, as
|
||||||
|
- index generation is extremly slow in gtk-doc
|
||||||
|
- we have not tagged lots of symbols thsi way anyway
|
||||||
<index role="0.8">
|
<index role="0.8">
|
||||||
<title>Index of new symbols in 0.8</title>
|
<title>Index of new symbols in 0.8</title>
|
||||||
</index>
|
</index>
|
||||||
<index role="0.9">
|
<index role="0.9">
|
||||||
<title>Index of new symbols in 0.9</title>
|
<title>Index of new symbols in 0.9</title>
|
||||||
</index>
|
</index>
|
||||||
|
-->
|
||||||
|
|
||||||
</book>
|
</book>
|
||||||
|
|
|
@ -57,11 +57,15 @@
|
||||||
<index role="deprecated">
|
<index role="deprecated">
|
||||||
<title>Index of deprecated symbols</title>
|
<title>Index of deprecated symbols</title>
|
||||||
</index>
|
</index>
|
||||||
|
<!-- disable, as
|
||||||
|
- index generation is extremly slow in gtk-doc
|
||||||
|
- we have not tagged lots of symbols thsi way anyway
|
||||||
<index role="0.8">
|
<index role="0.8">
|
||||||
<title>Index of new symbols in 0.8</title>
|
<title>Index of new symbols in 0.8</title>
|
||||||
</index>
|
</index>
|
||||||
<index role="0.9">
|
<index role="0.9">
|
||||||
<title>Index of new symbols in 0.9</title>
|
<title>Index of new symbols in 0.9</title>
|
||||||
</index>
|
</index>
|
||||||
|
-->
|
||||||
|
|
||||||
</book>
|
</book>
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
# GStreamer Libraries API reference sections
|
# GStreamer Libraries API reference sections
|
||||||
|
|
||||||
# please add section in the alpahbetical order to each library
|
## please add sections in alphabetical order using the following template
|
||||||
# using the following template
|
# leave two empty lines between sections
|
||||||
# <SECTION>
|
# <SECTION>
|
||||||
# <FILE>gstxxx</FILE>
|
# <FILE>gstxxx</FILE>
|
||||||
# <TITLE>GstXxx</TITLE>
|
# <TITLE>GstXxx</TITLE>
|
||||||
|
# typedefs
|
||||||
|
# macros
|
||||||
|
# constructor
|
||||||
|
# methods
|
||||||
# <SUBSECTION Standard>
|
# <SUBSECTION Standard>
|
||||||
# <SUBSECTION Private>
|
# <SUBSECTION Private>
|
||||||
# </SECTION>
|
# </SECTION>
|
||||||
|
@ -94,6 +98,12 @@ swab32
|
||||||
GstDPHeaderFlag
|
GstDPHeaderFlag
|
||||||
GstDPPayloadType
|
GstDPPayloadType
|
||||||
|
|
||||||
|
GST_DP_HEADER_LENGTH
|
||||||
|
GST_DP_VERSION_MAJOR
|
||||||
|
GST_DP_VERSION_MINOR
|
||||||
|
|
||||||
|
gst_dp_init
|
||||||
|
|
||||||
gst_dp_header_payload_length
|
gst_dp_header_payload_length
|
||||||
gst_dp_header_payload_type
|
gst_dp_header_payload_type
|
||||||
|
|
||||||
|
@ -142,6 +152,9 @@ GST_IS_CONTROLLER_CLASS
|
||||||
GST_CONTROLLER_GET_CLASS
|
GST_CONTROLLER_GET_CLASS
|
||||||
GST_TYPE_CONTROLLER
|
GST_TYPE_CONTROLLER
|
||||||
<SUBSECTION Private>
|
<SUBSECTION Private>
|
||||||
|
InterpolateGet
|
||||||
|
InterpolateGetValueArray
|
||||||
|
GST_CONTROLLED_PROPERTY
|
||||||
gst_controller_get_type
|
gst_controller_get_type
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue