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:
Ronald S. Bultje 2005-03-11 23:42:11 +00:00
parent d25234af09
commit ae77261146
4 changed files with 22 additions and 2 deletions

View file

@ -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):

View file

@ -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

View file

@ -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>

View file

@ -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.
*