[farsight2/master] Document FsPlugin structure
Olivier Crête
olivier.crete at collabora.co.uk
Tue Dec 23 15:24:08 PST 2008
---
gst-libs/gst/farsight/fs-plugin.h | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/gst-libs/gst/farsight/fs-plugin.h b/gst-libs/gst/farsight/fs-plugin.h
index b7b289a..cfd25af 100644
--- a/gst-libs/gst/farsight/fs-plugin.h
+++ b/gst-libs/gst/farsight/fs-plugin.h
@@ -55,6 +55,13 @@ typedef struct _FsPlugin FsPlugin;
typedef struct _FsPluginClass FsPluginClass;
typedef struct _FsPluginPrivate FsPluginPrivate;
+/**
+ * FsPlugin:
+ * @parent: the parent type
+ *
+ * This structure represents a plugin, it is opaque
+ */
+
struct _FsPlugin
{
GTypeModule parent;
--
1.5.6.5
More information about the farsight-commits
mailing list