inlined more docs
authorStefan Kost <ensonic@users.sourceforge.net>
Wed, 21 Sep 2005 08:58:48 +0000 (08:58 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Wed, 21 Sep 2005 08:58:48 +0000 (08:58 +0000)
Original commit message from CVS:
* docs/gst/tmpl/.cvsignore:
* docs/gst/tmpl/gstimplementsinterface.sgml:
* gst/gstinterface.c:
inlined more docs

ChangeLog
docs/gst/tmpl/.gitignore
docs/gst/tmpl/gstimplementsinterface.sgml [deleted file]
gst/gstinterface.c

index 7785a26..a9c2715 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
 
+       * docs/gst/tmpl/.cvsignore:
+       * docs/gst/tmpl/gstimplementsinterface.sgml:
+       * gst/gstinterface.c:
+          inlined more docs
+
+2005-09-21  Stefan Kost  <ensonic@users.sf.net>
+
        * docs/gst/gstreamer-sections.txt:
        * docs/gst/tmpl/.cvsignore:
        * docs/gst/tmpl/gstenumtypes.sgml:
index 49a6c65..5af4c5b 100644 (file)
@@ -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 (file)
index df7fb5f..0000000
+++ /dev/null
@@ -1,74 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-GstImplementsInterface
-
-<!-- ##### SECTION Short_Description ##### -->
-Core interface implemented by #GstElements that allows runtime querying of interface availabillity
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### STRUCT GstImplementsInterface ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### MACRO GST_IMPLEMENTS_INTERFACE_CHECK_INSTANCE_CAST ##### -->
-<para>
-
-</para>
-
-@obj: 
-@type: 
-@cast_t: 
-
-
-<!-- ##### MACRO GST_IMPLEMENTS_INTERFACE_CHECK_INSTANCE_TYPE ##### -->
-<para>
-
-</para>
-
-@obj: 
-@type: 
-
-
-<!-- ##### FUNCTION gst_element_implements_interface ##### -->
-<para>
-
-</para>
-
-@element: 
-@iface_type: 
-@Returns: 
-
-
-<!-- ##### FUNCTION gst_implements_interface_cast ##### -->
-<para>
-
-</para>
-
-@from: 
-@type: 
-@Returns: 
-
-
-<!-- ##### FUNCTION gst_implements_interface_check ##### -->
-<para>
-
-</para>
-
-@from: 
-@type: 
-@Returns: 
-
-
index ad4fd1f..d632e3a 100644 (file)
  * 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"