summaryrefslogtreecommitdiff
path: root/gst/gstchildproxy.h
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2007-02-15 12:05:09 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2007-02-15 12:05:09 +0000
commitefb8033bacbbec1809e9d7ed5db805eef5971f6c (patch)
tree80bdb1373bdef3425a55c93385a36a2131f533f5 /gst/gstchildproxy.h
parent46d2c100f8aa9cf7948c2b2dd6aa1eb5c8d1ad81 (diff)
downloadgstreamer-efb8033bacbbec1809e9d7ed5db805eef5971f6c.tar.gz
More docs coverage and some ChangeLog surgery (add missing names)
Original commit message from CVS: * gst/gstchildproxy.h: * libs/gst/base/gstbasesink.h: * libs/gst/base/gstbasesrc.h: * libs/gst/base/gstbasetransform.h: More docs coverage and some ChangeLog surgery (add missing names)
Diffstat (limited to 'gst/gstchildproxy.h')
-rw-r--r--gst/gstchildproxy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/gstchildproxy.h b/gst/gstchildproxy.h
index 2fcb7ffa70..0f92b00d60 100644
--- a/gst/gstchildproxy.h
+++ b/gst/gstchildproxy.h
@@ -56,10 +56,12 @@ struct _GstChildProxyInterface
/* methods */
GstObject *(*get_child_by_index) (GstChildProxy * parent, guint index);
guint (*get_children_count) (GstChildProxy * parent);
+ /*< private > */
/* signals */
void (*child_added) (GstChildProxy * parent, GstObject * child);
void (*child_removed) (GstChildProxy * parent, GstObject * child);
+ /*< private > */
gpointer _gst_reserved[GST_PADDING];
};