From 7d3c4b8d6c5855834996ebaec95d90559b7adc7d Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 8 Dec 2002 01:13:09 +0000 Subject: [PATCH] changed to macros Original commit message from CVS: changed to macros --- docs/gst/tmpl/gstelement.sgml | 60 ++++++++++++------------------------------- 1 file changed, 16 insertions(+), 44 deletions(-) diff --git a/docs/gst/tmpl/gstelement.sgml b/docs/gst/tmpl/gstelement.sgml index 7d0eae7..118a9b4 100644 --- a/docs/gst/tmpl/gstelement.sgml +++ b/docs/gst/tmpl/gstelement.sgml @@ -81,22 +81,21 @@ of an element he doesn't need anymore. @element: a #GstElement to destroy - + - +Sets the name of the element, getting rid of the old name if there was one. -@element: -@Returns: - +@element: a #GstElement to set the name of. +@name: the new name of the element. - + - +Gets the name of the element. -@element: -@name: +@element: a #GstElement to get the name of. +@Returns: the name of the element. @@ -470,24 +469,6 @@ of an element he doesn't need anymore. @Returns: - - -The function to get the clock from a clock providing element - - -@element: The element to get the clock of -@Returns: The clock provided by the element - - - - -The function to set the clock on a clock receiving element. - - -@element: The element to set the clock on -@clock: The clock to set on the element - - @@ -525,22 +506,22 @@ circumstances. @sched: - + - +Gets the parent of an element. -@element: -@Returns: +@element: a #GstElement to get the parent of. +@Returns: the #GstObject parent of the element. - + - +Sets the parent of an element. -@element: -@parent: +@element: a #GstElement to set the parent of. +@parent: the new #GstObject parent of the object. @@ -872,15 +853,6 @@ Get the clock of this element @obj: a #GstElement to query - - - - - -@gstelement: the object which received the signal. -@arg1: -@arg2: - -- 2.7.4