diff --git a/ChangeLog b/ChangeLog index 7785a266b5..a9c2715859 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-09-21 Stefan Kost + + * docs/gst/tmpl/.cvsignore: + * docs/gst/tmpl/gstimplementsinterface.sgml: + * gst/gstinterface.c: + inlined more docs + 2005-09-21 Stefan Kost * docs/gst/gstreamer-sections.txt: diff --git a/docs/gst/tmpl/.gitignore b/docs/gst/tmpl/.gitignore index 49a6c65f6c..5af4c5b013 100644 --- a/docs/gst/tmpl/.gitignore +++ b/docs/gst/tmpl/.gitignore @@ -27,6 +27,7 @@ gstfilesink.sgml gstfilter.sgml gstformat.sgml gstghostpad.sgml +gstimplementsinterface.sgml gstindex.sgml gstindexfactory.sgml gstiterator.sgml diff --git a/docs/gst/tmpl/gstimplementsinterface.sgml b/docs/gst/tmpl/gstimplementsinterface.sgml deleted file mode 100644 index df7fb5fbb1..0000000000 --- a/docs/gst/tmpl/gstimplementsinterface.sgml +++ /dev/null @@ -1,74 +0,0 @@ - -GstImplementsInterface - - -Core interface implemented by #GstElements that allows runtime querying of interface availabillity - - - - - - - - - - - - - - - - - - - - - - - - - -@obj: -@type: -@cast_t: - - - - - - - -@obj: -@type: - - - - - - - -@element: -@iface_type: -@Returns: - - - - - - - -@from: -@type: -@Returns: - - - - - - - -@from: -@type: -@Returns: - - diff --git a/gst/gstinterface.c b/gst/gstinterface.c index ad4fd1f8c8..d632e3aea8 100644 --- a/gst/gstinterface.c +++ b/gst/gstinterface.c @@ -20,6 +20,15 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ +/** + * SECTION:gstimplementsinterface + * @short_description: Core interface implemented by #GstElement instances that + * allows runtime querying of interface availabillity + * @see_also: #GstElement + * + * Provides interface functionality on per instance basis and not per class + * basis, which is the case for gobject. + */ #ifdef HAVE_CONFIG_H #include "config.h"