81 lines
2.7 KiB
TypeScript
81 lines
2.7 KiB
TypeScript
/// <reference path="./vulkan-1.0.d.ts" />
|
|
/// <reference path="./gstvulkan-1.0.d.ts" />
|
|
/// <reference path="./gstvideo-1.0.d.ts" />
|
|
/// <reference path="./gstbase-1.0.d.ts" />
|
|
/// <reference path="./gst-1.0.d.ts" />
|
|
/// <reference path="./gobject-2.0.d.ts" />
|
|
/// <reference path="./glib-2.0.d.ts" />
|
|
/// <reference path="./gmodule-2.0.d.ts" />
|
|
|
|
/**
|
|
* Type Definitions for Gjs (https://gjs.guide/)
|
|
*
|
|
* These type definitions are automatically generated, do not edit them by hand.
|
|
* If you found a bug fix it in `ts-for-gir` or create a bug report on https://github.com/gjsify/ts-for-gir
|
|
*
|
|
* The based EJS template file is used for the generated .d.ts file of each GIR module like Gtk-4.0, GObject-2.0, ...
|
|
*/
|
|
|
|
declare module 'gi://GstVulkanXCB?version=1.0' {
|
|
// Module dependencies
|
|
import type Vulkan from 'gi://Vulkan?version=1.0';
|
|
import type GstVulkan from 'gi://GstVulkan?version=1.0';
|
|
import type GstVideo from 'gi://GstVideo?version=1.0';
|
|
import type GstBase from 'gi://GstBase?version=1.0';
|
|
import type Gst from 'gi://Gst?version=1.0';
|
|
import type GObject from 'gi://GObject?version=2.0';
|
|
import type GLib from 'gi://GLib?version=2.0';
|
|
import type GModule from 'gi://GModule?version=2.0';
|
|
|
|
export namespace GstVulkanXCB {
|
|
/**
|
|
* GstVulkanXCB-1.0
|
|
*/
|
|
|
|
namespace VulkanDisplayXCB {
|
|
// Constructor properties interface
|
|
|
|
interface ConstructorProps extends GstVulkan.VulkanDisplay.ConstructorProps {}
|
|
}
|
|
|
|
/**
|
|
* the contents of a #GstVulkanDisplayXCB are private and should only be accessed
|
|
* through the provided API
|
|
*/
|
|
class VulkanDisplayXCB extends GstVulkan.VulkanDisplay {
|
|
static $gtype: GObject.GType<VulkanDisplayXCB>;
|
|
|
|
// Constructors
|
|
|
|
constructor(properties?: Partial<VulkanDisplayXCB.ConstructorProps>, ...args: any[]);
|
|
|
|
_init(...args: any[]): void;
|
|
|
|
static ['new'](name?: string | null): VulkanDisplayXCB;
|
|
// Conflicted with GstVulkan.VulkanDisplay.new
|
|
|
|
static ['new'](...args: never[]): any;
|
|
}
|
|
|
|
type VulkanDisplayXCBClass = typeof VulkanDisplayXCB;
|
|
/**
|
|
* Name of the imported GIR library
|
|
* `see` https://gitlab.gnome.org/GNOME/gjs/-/blob/master/gi/ns.cpp#L188
|
|
*/
|
|
const __name__: string;
|
|
/**
|
|
* Version of the imported GIR library
|
|
* `see` https://gitlab.gnome.org/GNOME/gjs/-/blob/master/gi/ns.cpp#L189
|
|
*/
|
|
const __version__: string;
|
|
}
|
|
|
|
export default GstVulkanXCB;
|
|
}
|
|
|
|
declare module 'gi://GstVulkanXCB' {
|
|
import GstVulkanXCB10 from 'gi://GstVulkanXCB?version=1.0';
|
|
export default GstVulkanXCB10;
|
|
}
|
|
// END
|