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