diff options
Diffstat (limited to 'vapi/packages')
-rw-r--r-- | vapi/packages/gstreamer-0.10/gstreamer-0.10-custom.vala | 1 |
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 (); |