mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 17:35:59 +00:00
inlined more docs
Original commit message from CVS: * docs/gst/tmpl/.cvsignore: * docs/gst/tmpl/gstimplementsinterface.sgml: * gst/gstinterface.c: inlined more docs
This commit is contained in:
parent
fd346dbf93
commit
0371ed76ee
4 changed files with 17 additions and 74 deletions
|
@ -1,3 +1,10 @@
|
|||
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:
|
||||
|
|
1
docs/gst/tmpl/.gitignore
vendored
1
docs/gst/tmpl/.gitignore
vendored
|
@ -27,6 +27,7 @@ gstfilesink.sgml
|
|||
gstfilter.sgml
|
||||
gstformat.sgml
|
||||
gstghostpad.sgml
|
||||
gstimplementsinterface.sgml
|
||||
gstindex.sgml
|
||||
gstindexfactory.sgml
|
||||
gstiterator.sgml
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue