diff -r 9b2c3c7a1a9c -r 567bb019e3e3 gstreamer_core/gst/gstchildproxy.h --- a/gstreamer_core/gst/gstchildproxy.h Wed Mar 31 22:03:18 2010 +0300 +++ b/gstreamer_core/gst/gstchildproxy.h Tue Aug 31 15:30:33 2010 +0300 @@ -47,7 +47,7 @@ * @get_child_by_index: virtual method to fetch the child * @get_children_count: virtual method to get the children count * - * #GstChildProxyInterface interface. + * #GstChildProxy 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__