minor docs fix

Original commit message from CVS:
minor docs fix
This commit is contained in:
Erik Walthinsen 2001-01-10 09:15:00 +00:00
parent 12e14584fe
commit 5e1c88675d
2 changed files with 4 additions and 4 deletions

View File

@ -2,11 +2,11 @@
GstXml GstXml
<!-- ##### SECTION Short_Description ##### --> <!-- ##### SECTION Short_Description ##### -->
Convert Elements into an XML presentation Convert Elements into an XML presentation.
<!-- ##### SECTION Long_Description ##### --> <!-- ##### SECTION Long_Description ##### -->
<para> <para>
All GstElements can be serialized to an XML presentation All GstElements can be serialized to an XML presentation and subsequently loaded back.
</para> </para>

View File

@ -67,7 +67,7 @@ gst_xml_init(GstXML *xml)
* gst_xml_write: * gst_xml_write:
* @element: The element to write out * @element: The element to write out
* *
* converts the given element into an XML presentation * Converts the given element into an XML presentation.
* *
* Returns: a pointer to an XML document * Returns: a pointer to an XML document
*/ */
@ -149,7 +149,7 @@ gst_xml_new (const guchar *fname, const guchar *root)
* gst_xml_get_topelements: * gst_xml_get_topelements:
* @xml: The GstXML to get the elements from * @xml: The GstXML to get the elements from
* *
* retrive a list of toplevel elements * Retrive a list of toplevel elements.
* *
* Returns: a GList of elements * Returns: a GList of elements
*/ */