Revert "codegen: Don't implicitly initialize local variables with an initializer"
[vala-gnome.git] / vapi / gstreamer-bad-allocators-1.0.vapi
blob08b5b63e73d167c035cb56956ed16ead9d6862c1
1 /* gstreamer-bad-allocators-1.0.vapi generated by vapigen, do not modify. */
3 [CCode (cprefix = "Gst", gir_namespace = "GstBadAllocators", gir_version = "1.0", lower_case_cprefix = "gst_")]
4 namespace Gst {
5         [CCode (cheader_filename = "gst/allocators/badallocators.h", type_cname = "GstPhysMemoryAllocatorInterface", type_id = "gst_phys_memory_allocator_get_type ()")]
6         public interface PhysMemoryAllocator : Gst.Allocator {
7                 [NoWrapper]
8                 public abstract uintptr get_phys_addr (Gst.Memory mem);
9         }
10         [CCode (cheader_filename = "gst/allocators/badallocators.h")]
11         [Version (since = "1.12")]
12         public static bool is_phys_memory (Gst.Memory mem);
13         [CCode (cheader_filename = "gst/allocators/badallocators.h")]
14         [Version (since = "1.12")]
15         public static uintptr phys_memory_get_phys_addr (Gst.Memory mem);