fix doc comments
authorBrandon Lewis <brandon@collabora.co.uk>
Wed, 30 Jun 2010 14:47:29 +0000 (16:47 +0200)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Fri, 9 Jul 2010 11:21:14 +0000 (13:21 +0200)
ges/ges-track-source.h

index b02802c..c400db0 100644 (file)
@@ -54,14 +54,17 @@ G_BEGIN_DECLS
  */
 
 struct _GESTrackSource {
+  /*< public >*/
   GESTrackObject parent;
+  /*< private >*/
   GstElement *element;
-  /* <public> */
 };
 
 /**
  * GESTrackSourceClass:
  * @parent_class: the parent class
+ * @create_element: method to create the gstreamer element which fills the
+ * gnlobject
  *
  * Base class for track objects which produce data but do not consuem it.
  *