@girs/pangocairo-1.0
Advanced tools
Comparing version 1.0.0-4.0.0-beta.18 to 1.0.0-4.0.0-beta.19
{ | ||
"name": "@girs/pangocairo-1.0", | ||
"version": "1.0.0-4.0.0-beta.18", | ||
"version": "1.0.0-4.0.0-beta.19", | ||
"description": "GJS TypeScript type definitions for PangoCairo-1.0, generated from library version 1.0.0", | ||
@@ -34,11 +34,11 @@ "type": "module", | ||
"dependencies": { | ||
"@girs/cairo-1.0": "^1.0.0-4.0.0-beta.18", | ||
"@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.18", | ||
"@girs/gio-2.0": "^2.82.2-4.0.0-beta.18", | ||
"@girs/gjs": "^4.0.0-beta.18", | ||
"@girs/glib-2.0": "^2.82.2-4.0.0-beta.18", | ||
"@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.18", | ||
"@girs/gobject-2.0": "^2.82.2-4.0.0-beta.18", | ||
"@girs/harfbuzz-0.0": "^9.0.0-4.0.0-beta.18", | ||
"@girs/pango-1.0": "^1.54.0-4.0.0-beta.18" | ||
"@girs/cairo-1.0": "^1.0.0-4.0.0-beta.19", | ||
"@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.19", | ||
"@girs/gio-2.0": "^2.82.2-4.0.0-beta.19", | ||
"@girs/gjs": "^4.0.0-beta.19", | ||
"@girs/glib-2.0": "^2.82.2-4.0.0-beta.19", | ||
"@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.19", | ||
"@girs/gobject-2.0": "^2.82.2-4.0.0-beta.19", | ||
"@girs/harfbuzz-0.0": "^9.0.0-4.0.0-beta.19", | ||
"@girs/pango-1.0": "^1.54.0-4.0.0-beta.19" | ||
}, | ||
@@ -45,0 +45,0 @@ "devDependencies": { |
@@ -172,3 +172,3 @@ /** | ||
*/ | ||
function font_map_new_for_font_type(fonttype: cairo.FontType): Pango.FontMap | null; | ||
function font_map_new_for_font_type(fonttype: cairo.FontType | null): Pango.FontMap | null; | ||
/** | ||
@@ -309,3 +309,5 @@ * Adds the glyphs in `glyphs` to the current path in the specified | ||
export const Font: FontNamespace; | ||
export const Font: FontNamespace & { | ||
new (): Font; // This allows `obj instanceof Font` | ||
}; | ||
@@ -416,3 +418,5 @@ module FontMap { | ||
export const FontMap: FontMapNamespace; | ||
export const FontMap: FontMapNamespace & { | ||
new (): FontMap; // This allows `obj instanceof FontMap` | ||
}; | ||
@@ -419,0 +423,0 @@ /** |
@@ -8,3 +8,3 @@ | ||
GJS TypeScript type definitions for PangoCairo-1.0, generated from library version 1.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.18. | ||
GJS TypeScript type definitions for PangoCairo-1.0, generated from library version 1.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.19. | ||
@@ -11,0 +11,0 @@ |
@@ -18,3 +18,5 @@ { | ||
"inlineSources": false, | ||
"newLine": "LF" | ||
"newLine": "LF", | ||
// Show diagnostics | ||
"diagnostics": true | ||
}, | ||
@@ -21,0 +23,0 @@ "include": ["./pangocairo-1.0.d.ts"] |
25084
483
Updated@girs/gjs@^4.0.0-beta.19