File: gstreamer-bad-allocators-1.0.vapi

package info (click to toggle)
vala 0.42.5-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 41,584 kB
  • sloc: ansic: 557,663; sh: 4,808; xml: 3,135; makefile: 2,864; yacc: 1,218; lex: 374; perl: 106
file content (16 lines) | stat: -rw-r--r-- 803 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* gstreamer-bad-allocators-1.0.vapi generated by vapigen, do not modify. */

[CCode (cprefix = "Gst", gir_namespace = "GstBadAllocators", gir_version = "1.0", lower_case_cprefix = "gst_")]
namespace Gst {
	[CCode (cheader_filename = "gst/allocators/badallocators.h", type_cname = "GstPhysMemoryAllocatorInterface", type_id = "gst_phys_memory_allocator_get_type ()")]
	public interface PhysMemoryAllocator : Gst.Allocator {
		[NoWrapper]
		public abstract uintptr get_phys_addr (Gst.Memory mem);
	}
	[CCode (cheader_filename = "gst/allocators/badallocators.h")]
	[Version (since = "1.12")]
	public static bool is_phys_memory (Gst.Memory mem);
	[CCode (cheader_filename = "gst/allocators/badallocators.h")]
	[Version (since = "1.12")]
	public static uintptr phys_memory_get_phys_addr (Gst.Memory mem);
}