diff --git a/ChangeLog b/ChangeLog index 6d84a1fe38..e1d275ae37 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-03-12 Ronald S. Bultje + + * docs/gst/gstreamer-sections.txt: + * docs/gst/tmpl/gstindex.sgml: + * gst/gstindex.c: + Fix documentation. + 2005-03-11 Ronald S. Bultje * gst/gstindex.c: (gst_index_factory_new): diff --git a/docs/gst/gstreamer-sections.txt b/docs/gst/gstreamer-sections.txt index d0781099c9..5684febf58 100644 --- a/docs/gst/gstreamer-sections.txt +++ b/docs/gst/gstreamer-sections.txt @@ -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 diff --git a/docs/gst/tmpl/gstindex.sgml b/docs/gst/tmpl/gstindex.sgml index 04a60a2f6c..d65dbddbfa 100644 --- a/docs/gst/tmpl/gstindex.sgml +++ b/docs/gst/tmpl/gstindex.sgml @@ -342,6 +342,19 @@ Check if the index can be written to @Returns: + + + + + +@index: +@id: +@flags: +@n: +@list: +@Returns: + + diff --git a/gst/gstindex.c b/gst/gstindex.c index 2da05ed7c6..5cabd80ef3 100644 --- a/gst/gstindex.c +++ b/gst/gstindex.c @@ -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. *