summaryrefslogtreecommitdiff
path: root/vapi/packages
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2010-03-15 21:03:24 +0100
committerJürg Billeter <j@bitron.ch>2010-03-15 21:03:24 +0100
commit3b47f2c54e13b751af26e17a50f4f456d10ca083 (patch)
tree7f2c428e1d7416e2ca794822a661bec45e481454 /vapi/packages
parent0b5aa15cb099f065e984b45b890351a7fe6d51f8 (diff)
downloadvala-3b47f2c54e13b751af26e17a50f4f456d10ca083.tar.gz
gstreamer-0.10: Fix Gst.Buffer subclassing
Diffstat (limited to 'vapi/packages')
-rw-r--r--vapi/packages/gstreamer-0.10/gstreamer-0.10-custom.vala1
1 files changed, 1 insertions, 0 deletions
diff --git a/vapi/packages/gstreamer-0.10/gstreamer-0.10-custom.vala b/vapi/packages/gstreamer-0.10/gstreamer-0.10-custom.vala
index f213aba4f..258f0521e 100644
--- a/vapi/packages/gstreamer-0.10/gstreamer-0.10-custom.vala
+++ b/vapi/packages/gstreamer-0.10/gstreamer-0.10-custom.vala
@@ -50,6 +50,7 @@ namespace Gst {
[CCode (ref_function = "gst_buffer_ref", unref_function = "gst_buffer_unref")]
public class Buffer : Gst.MiniObject {
+ [CCode (has_construct_function = false)]
public Buffer ();
public weak Buffer @ref ();
public void unref ();