@girs/meta-6 4.5.0 → 4.6.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/meta-6.d.ts +24 -6
- package/package.json +24 -24
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|

|
|
5
5
|

|
|
6
6
|
|
|
7
|
-
GJS TypeScript type definitions for Meta-6, generated from library version 3.36.6 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.
|
|
7
|
+
GJS TypeScript type definitions for Meta-6, generated from library version 3.36.6 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.6.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/meta-6.d.ts
CHANGED
|
@@ -2667,7 +2667,7 @@ export namespace Meta {
|
|
|
2667
2667
|
|
|
2668
2668
|
namespace BackgroundActor {
|
|
2669
2669
|
// Signal signatures
|
|
2670
|
-
interface SignalSignatures extends Clutter.Actor.SignalSignatures {
|
|
2670
|
+
interface SignalSignatures extends Clutter.Actor.SignalSignatures, Clutter.Container.SignalSignatures {
|
|
2671
2671
|
"notify::background": (pspec: GObject.ParamSpec) => void;
|
|
2672
2672
|
"notify::brightness": (pspec: GObject.ParamSpec) => void;
|
|
2673
2673
|
"notify::gradient": (pspec: GObject.ParamSpec) => void;
|
|
@@ -3360,7 +3360,7 @@ export namespace Meta {
|
|
|
3360
3360
|
|
|
3361
3361
|
namespace BackgroundGroup {
|
|
3362
3362
|
// Signal signatures
|
|
3363
|
-
interface SignalSignatures extends Clutter.Actor.SignalSignatures {
|
|
3363
|
+
interface SignalSignatures extends Clutter.Actor.SignalSignatures, Clutter.Container.SignalSignatures {
|
|
3364
3364
|
"notify::actions": (pspec: GObject.ParamSpec) => void;
|
|
3365
3365
|
"notify::allocation": (pspec: GObject.ParamSpec) => void;
|
|
3366
3366
|
"notify::anchor-gravity": (pspec: GObject.ParamSpec) => void;
|
|
@@ -5896,7 +5896,7 @@ export namespace Meta {
|
|
|
5896
5896
|
|
|
5897
5897
|
namespace ShapedTexture {
|
|
5898
5898
|
// Signal signatures
|
|
5899
|
-
interface SignalSignatures extends GObject.Object.SignalSignatures {
|
|
5899
|
+
interface SignalSignatures extends GObject.Object.SignalSignatures, Clutter.Content.SignalSignatures {
|
|
5900
5900
|
/**
|
|
5901
5901
|
* @signal
|
|
5902
5902
|
* @run-last
|
|
@@ -6121,7 +6121,7 @@ export namespace Meta {
|
|
|
6121
6121
|
|
|
6122
6122
|
namespace Stage {
|
|
6123
6123
|
// Signal signatures
|
|
6124
|
-
interface SignalSignatures extends Clutter.Stage.SignalSignatures {
|
|
6124
|
+
interface SignalSignatures extends Clutter.Stage.SignalSignatures, Clutter.Container.SignalSignatures {
|
|
6125
6125
|
/**
|
|
6126
6126
|
* @signal
|
|
6127
6127
|
* @run-last
|
|
@@ -7359,7 +7359,7 @@ export namespace Meta {
|
|
|
7359
7359
|
|
|
7360
7360
|
namespace WindowActor {
|
|
7361
7361
|
// Signal signatures
|
|
7362
|
-
interface SignalSignatures extends Clutter.Actor.SignalSignatures {
|
|
7362
|
+
interface SignalSignatures extends Clutter.Actor.SignalSignatures, Clutter.Container.SignalSignatures {
|
|
7363
7363
|
/**
|
|
7364
7364
|
* Notify that one or more of the surfaces of the window have been damaged.
|
|
7365
7365
|
* @signal
|
|
@@ -8030,7 +8030,7 @@ export namespace Meta {
|
|
|
8030
8030
|
|
|
8031
8031
|
namespace WindowGroup {
|
|
8032
8032
|
// Signal signatures
|
|
8033
|
-
interface SignalSignatures extends Clutter.Actor.SignalSignatures {
|
|
8033
|
+
interface SignalSignatures extends Clutter.Actor.SignalSignatures, Clutter.Container.SignalSignatures {
|
|
8034
8034
|
"notify::actions": (pspec: GObject.ParamSpec) => void;
|
|
8035
8035
|
"notify::allocation": (pspec: GObject.ParamSpec) => void;
|
|
8036
8036
|
"notify::anchor-gravity": (pspec: GObject.ParamSpec) => void;
|
|
@@ -9596,6 +9596,15 @@ export namespace Meta {
|
|
|
9596
9596
|
type X11DisplayClass = typeof X11Display;
|
|
9597
9597
|
|
|
9598
9598
|
namespace CloseDialog {
|
|
9599
|
+
// Signal signatures
|
|
9600
|
+
interface SignalSignatures {
|
|
9601
|
+
/**
|
|
9602
|
+
* @signal
|
|
9603
|
+
* @action
|
|
9604
|
+
* @run-last
|
|
9605
|
+
*/
|
|
9606
|
+
response: (object: CloseDialogResponse) => void;
|
|
9607
|
+
}
|
|
9599
9608
|
/**
|
|
9600
9609
|
* Interface for implementing CloseDialog.
|
|
9601
9610
|
* Contains only the virtual methods that need to be implemented.
|
|
@@ -9682,6 +9691,15 @@ export namespace Meta {
|
|
|
9682
9691
|
};
|
|
9683
9692
|
|
|
9684
9693
|
namespace InhibitShortcutsDialog {
|
|
9694
|
+
// Signal signatures
|
|
9695
|
+
interface SignalSignatures {
|
|
9696
|
+
/**
|
|
9697
|
+
* @signal
|
|
9698
|
+
* @action
|
|
9699
|
+
* @run-last
|
|
9700
|
+
*/
|
|
9701
|
+
response: (object: InhibitShortcutsDialogResponse) => void;
|
|
9702
|
+
}
|
|
9685
9703
|
/**
|
|
9686
9704
|
* Interface for implementing InhibitShortcutsDialog.
|
|
9687
9705
|
* Contains only the virtual methods that need to be implemented.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/meta-6",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.6.0",
|
|
4
4
|
"libraryVersion": "3.36.6",
|
|
5
5
|
"description": "GJS TypeScript type definitions for Meta-6, generated from library version 3.36.6",
|
|
6
6
|
"type": "module",
|
|
@@ -32,29 +32,29 @@
|
|
|
32
32
|
"test": "tsc --project tsconfig.json"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@girs/gjs": "^4.
|
|
36
|
-
"@girs/xlib-2.0": "^4.
|
|
37
|
-
"@girs/xfixes-4.0": "^4.
|
|
38
|
-
"@girs/gtk-3.0": "^4.
|
|
39
|
-
"@girs/gdk-3.0": "^4.
|
|
40
|
-
"@girs/cairo-1.0": "^4.
|
|
41
|
-
"@girs/gobject-2.0": "^4.
|
|
42
|
-
"@girs/glib-2.0": "^4.
|
|
43
|
-
"@girs/pango-1.0": "^4.
|
|
44
|
-
"@girs/harfbuzz-0.0": "^4.
|
|
45
|
-
"@girs/freetype2-2.0": "^4.
|
|
46
|
-
"@girs/gio-2.0": "^4.
|
|
47
|
-
"@girs/gmodule-2.0": "^4.
|
|
48
|
-
"@girs/gdkpixbuf-2.0": "^4.
|
|
49
|
-
"@girs/atk-1.0": "^4.
|
|
50
|
-
"@girs/gdesktopenums-3.0": "^4.
|
|
51
|
-
"@girs/coglpango-6": "^4.
|
|
52
|
-
"@girs/pangocairo-1.0": "^4.
|
|
53
|
-
"@girs/cogl-6": "^4.
|
|
54
|
-
"@girs/graphene-1.0": "^4.
|
|
55
|
-
"@girs/gl-1.0": "^4.
|
|
56
|
-
"@girs/clutter-6": "^4.
|
|
57
|
-
"@girs/json-1.0": "^4.
|
|
35
|
+
"@girs/gjs": "^4.6.0",
|
|
36
|
+
"@girs/xlib-2.0": "^4.6.0",
|
|
37
|
+
"@girs/xfixes-4.0": "^4.6.0",
|
|
38
|
+
"@girs/gtk-3.0": "^4.6.0",
|
|
39
|
+
"@girs/gdk-3.0": "^4.6.0",
|
|
40
|
+
"@girs/cairo-1.0": "^4.6.0",
|
|
41
|
+
"@girs/gobject-2.0": "^4.6.0",
|
|
42
|
+
"@girs/glib-2.0": "^4.6.0",
|
|
43
|
+
"@girs/pango-1.0": "^4.6.0",
|
|
44
|
+
"@girs/harfbuzz-0.0": "^4.6.0",
|
|
45
|
+
"@girs/freetype2-2.0": "^4.6.0",
|
|
46
|
+
"@girs/gio-2.0": "^4.6.0",
|
|
47
|
+
"@girs/gmodule-2.0": "^4.6.0",
|
|
48
|
+
"@girs/gdkpixbuf-2.0": "^4.6.0",
|
|
49
|
+
"@girs/atk-1.0": "^4.6.0",
|
|
50
|
+
"@girs/gdesktopenums-3.0": "^4.6.0",
|
|
51
|
+
"@girs/coglpango-6": "^4.6.0",
|
|
52
|
+
"@girs/pangocairo-1.0": "^4.6.0",
|
|
53
|
+
"@girs/cogl-6": "^4.6.0",
|
|
54
|
+
"@girs/graphene-1.0": "^4.6.0",
|
|
55
|
+
"@girs/gl-1.0": "^4.6.0",
|
|
56
|
+
"@girs/clutter-6": "^4.6.0",
|
|
57
|
+
"@girs/json-1.0": "^4.6.0" },
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"typescript": "*"
|
|
60
60
|
},
|