mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 09:41:07 +00:00
Fix documentation.
Original commit message from CVS: * docs/gst/gstreamer-sections.txt: * docs/gst/tmpl/gstindex.sgml: * gst/gstindex.c: Fix documentation.
This commit is contained in:
parent
d25234af09
commit
ae77261146
4 changed files with 22 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
|||
2005-03-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* docs/gst/gstreamer-sections.txt:
|
||||
* docs/gst/tmpl/gstindex.sgml:
|
||||
* gst/gstindex.c:
|
||||
Fix documentation.
|
||||
|
||||
2005-03-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* gst/gstindex.c: (gst_index_factory_new):
|
||||
|
|
|
@ -705,6 +705,7 @@ gst_index_set_resolver
|
|||
gst_index_get_writer_id
|
||||
gst_index_add_format
|
||||
gst_index_add_association
|
||||
gst_index_add_associationv
|
||||
gst_index_add_object
|
||||
gst_index_add_id
|
||||
gst_index_get_assoc_entry
|
||||
|
|
|
@ -342,6 +342,19 @@ Check if the index can be written to
|
|||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gst_index_add_associationv ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@index:
|
||||
@id:
|
||||
@flags:
|
||||
@n:
|
||||
@list:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gst_index_add_object ##### -->
|
||||
<para>
|
||||
|
||||
|
|
|
@ -623,8 +623,7 @@ gst_index_add_entry (GstIndex * index, GstIndexEntry * entry)
|
|||
* @id: the id of the index writer
|
||||
* @flags: optinal flags for this entry
|
||||
* @n: number of associations
|
||||
* @list: list of associations
|
||||
* @...: other format/value pairs or 0 to end the list
|
||||
* @list: list of format/value associations pais
|
||||
*
|
||||
* Associate given format/value pairs with each other.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue