75 lines
2.7 KiB
TypeScript
75 lines
2.7 KiB
TypeScript
/// <reference path="./xdp-1.0.d.ts" />
|
|
/// <reference path="./gio-2.0.d.ts" />
|
|
/// <reference path="./gobject-2.0.d.ts" />
|
|
/// <reference path="./glib-2.0.d.ts" />
|
|
/// <reference path="./gmodule-2.0.d.ts" />
|
|
/// <reference path="./gtk-4.0.d.ts" />
|
|
/// <reference path="./gsk-4.0.d.ts" />
|
|
/// <reference path="./graphene-1.0.d.ts" />
|
|
/// <reference path="./gdk-4.0.d.ts" />
|
|
/// <reference path="./cairo-1.0.d.ts" />
|
|
/// <reference path="./pangocairo-1.0.d.ts" />
|
|
/// <reference path="./pango-1.0.d.ts" />
|
|
/// <reference path="./harfbuzz-0.0.d.ts" />
|
|
/// <reference path="./freetype2-2.0.d.ts" />
|
|
/// <reference path="./gdkpixbuf-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://XdpGtk4?version=1.0' {
|
|
// Module dependencies
|
|
import type Xdp from 'gi://Xdp?version=1.0';
|
|
import type Gio from 'gi://Gio?version=2.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';
|
|
import type Gtk from 'gi://Gtk?version=4.0';
|
|
import type Gsk from 'gi://Gsk?version=4.0';
|
|
import type Graphene from 'gi://Graphene?version=1.0';
|
|
import type Gdk from 'gi://Gdk?version=4.0';
|
|
import type cairo from 'gi://cairo?version=1.0';
|
|
import type PangoCairo from 'gi://PangoCairo?version=1.0';
|
|
import type Pango from 'gi://Pango?version=1.0';
|
|
import type HarfBuzz from 'gi://HarfBuzz?version=0.0';
|
|
import type freetype2 from 'gi://freetype2?version=2.0';
|
|
import type GdkPixbuf from 'gi://GdkPixbuf?version=2.0';
|
|
|
|
export namespace XdpGtk4 {
|
|
/**
|
|
* XdpGtk4-1.0
|
|
*/
|
|
|
|
/**
|
|
* Creates a new [struct`Parent]` from `window`.
|
|
* @param window a [class@Gtk.Window]
|
|
* @returns a [struct@Parent]
|
|
*/
|
|
function parent_new_gtk(window: Gtk.Window): Xdp.Parent;
|
|
/**
|
|
* 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 XdpGtk4;
|
|
}
|
|
|
|
declare module 'gi://XdpGtk4' {
|
|
import XdpGtk410 from 'gi://XdpGtk4?version=1.0';
|
|
export default XdpGtk410;
|
|
}
|
|
// END
|