You'll need this one as well
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 13 Aug 2001 20:42:48 +0000 (20:42 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 13 Aug 2001 20:42:48 +0000 (20:42 +0000)
Original commit message from CVS:
You'll need this one as well

swig/GstBin.i [new file with mode: 0644]

diff --git a/swig/GstBin.i b/swig/GstBin.i
new file mode 100644 (file)
index 0000000..a1ffc38
--- /dev/null
@@ -0,0 +1,3 @@
+void gst_bin_add (GstBin *bin, GstElement *element);
+gboolean gst_bin_iterate (GstBin *bin);
+