@girs/gdkwin32-4.0 4.5.0 → 4.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/gdkwin32-4.0.d.ts +1 -1
- package/package.json +14 -14
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|

|
|
5
5
|

|
|
6
6
|
|
|
7
|
-
GJS TypeScript type definitions for GdkWin32-4.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.
|
|
7
|
+
GJS TypeScript type definitions for GdkWin32-4.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.7.0.
|
|
8
8
|
|
|
9
9
|
This package contains type declarations only. It ships no runtime code, so it adds
|
|
10
10
|
nothing to your program and works with any bundler or none at all.
|
package/gdkwin32-4.0.d.ts
CHANGED
|
@@ -91,7 +91,7 @@ export namespace GdkWin32 {
|
|
|
91
91
|
|
|
92
92
|
namespace D3D12Texture {
|
|
93
93
|
// Signal signatures
|
|
94
|
-
interface SignalSignatures extends Gdk.Texture.SignalSignatures {
|
|
94
|
+
interface SignalSignatures extends Gdk.Texture.SignalSignatures, Gdk.Paintable.SignalSignatures {
|
|
95
95
|
"notify::color-state": (pspec: GObject.ParamSpec) => void;
|
|
96
96
|
"notify::height": (pspec: GObject.ParamSpec) => void;
|
|
97
97
|
"notify::width": (pspec: GObject.ParamSpec) => void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/gdkwin32-4.0",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.7.0",
|
|
4
4
|
"description": "GJS TypeScript type definitions for GdkWin32-4.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "gdkwin32-4.0.js",
|
|
@@ -31,19 +31,19 @@
|
|
|
31
31
|
"test": "tsc --project tsconfig.json"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@girs/gjs": "^4.
|
|
35
|
-
"@girs/win32-1.0": "^4.
|
|
36
|
-
"@girs/gdk-4.0": "^4.
|
|
37
|
-
"@girs/cairo-1.0": "^4.
|
|
38
|
-
"@girs/gobject-2.0": "^4.
|
|
39
|
-
"@girs/glib-2.0": "^4.
|
|
40
|
-
"@girs/pangocairo-1.0": "^4.
|
|
41
|
-
"@girs/pango-1.0": "^4.
|
|
42
|
-
"@girs/harfbuzz-0.0": "^4.
|
|
43
|
-
"@girs/freetype2-2.0": "^4.
|
|
44
|
-
"@girs/gio-2.0": "^4.
|
|
45
|
-
"@girs/gmodule-2.0": "^4.
|
|
46
|
-
"@girs/gdkpixbuf-2.0": "^4.
|
|
34
|
+
"@girs/gjs": "^4.7.0",
|
|
35
|
+
"@girs/win32-1.0": "^4.7.0",
|
|
36
|
+
"@girs/gdk-4.0": "^4.7.0",
|
|
37
|
+
"@girs/cairo-1.0": "^4.7.0",
|
|
38
|
+
"@girs/gobject-2.0": "^4.7.0",
|
|
39
|
+
"@girs/glib-2.0": "^4.7.0",
|
|
40
|
+
"@girs/pangocairo-1.0": "^4.7.0",
|
|
41
|
+
"@girs/pango-1.0": "^4.7.0",
|
|
42
|
+
"@girs/harfbuzz-0.0": "^4.7.0",
|
|
43
|
+
"@girs/freetype2-2.0": "^4.7.0",
|
|
44
|
+
"@girs/gio-2.0": "^4.7.0",
|
|
45
|
+
"@girs/gmodule-2.0": "^4.7.0",
|
|
46
|
+
"@girs/gdkpixbuf-2.0": "^4.7.0" },
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"typescript": "*"
|
|
49
49
|
},
|