From 4aff8e0c9dfd09e25270b28c53da95237267be75 Mon Sep 17 00:00:00 2001 From: Brandon Lewis Date: Wed, 30 Jun 2010 16:47:29 +0200 Subject: [PATCH] fix doc comments --- ges/ges-track-source.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ges/ges-track-source.h b/ges/ges-track-source.h index b02802c..c400db0 100644 --- a/ges/ges-track-source.h +++ b/ges/ges-track-source.h @@ -54,14 +54,17 @@ G_BEGIN_DECLS */ struct _GESTrackSource { + /*< public >*/ GESTrackObject parent; + /*< private >*/ GstElement *element; - /* */ }; /** * 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. * -- 2.7.4