gstreamer_core/gst/gstchildproxy.h
branchRCL_3
changeset 30 7e817e7e631c
parent 29 567bb019e3e3
--- a/gstreamer_core/gst/gstchildproxy.h	Tue Aug 31 15:30:33 2010 +0300
+++ b/gstreamer_core/gst/gstchildproxy.h	Wed Sep 01 12:16:41 2010 +0100
@@ -47,7 +47,7 @@
  * @get_child_by_index: virtual method to fetch the child
  * @get_children_count: virtual method to get the children count
  *
- * #GstChildProxy interface.
+ * #GstChildProxyInterface interface.
  */
 struct _GstChildProxyInterface
 {
@@ -56,12 +56,12 @@
   /* methods */
   GstObject *(*get_child_by_index) (GstChildProxy * parent, guint index);
   guint (*get_children_count) (GstChildProxy * parent);
-  /*< private >*/
+  /*< private > */
   /* signals */
   void (*child_added) (GstChildProxy * parent, GstObject * child);
   void (*child_removed) (GstChildProxy * parent, GstObject * child);
 
-  /*< private >*/
+  /*< private > */
   gpointer _gst_reserved[GST_PADDING];
 };
 #ifdef __SYMBIAN32__