@girs/meta-7 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-7.d.ts +25 -7
- 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-7, generated from library version 3.38.4 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.
|
|
7
|
+
GJS TypeScript type definitions for Meta-7, generated from library version 3.38.4 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-7.d.ts
CHANGED
|
@@ -2707,7 +2707,7 @@ export namespace Meta {
|
|
|
2707
2707
|
|
|
2708
2708
|
namespace BackgroundActor {
|
|
2709
2709
|
// Signal signatures
|
|
2710
|
-
interface SignalSignatures extends Clutter.Actor.SignalSignatures {
|
|
2710
|
+
interface SignalSignatures extends Clutter.Actor.SignalSignatures, Clutter.Container.SignalSignatures {
|
|
2711
2711
|
"notify::meta-display": (pspec: GObject.ParamSpec) => void;
|
|
2712
2712
|
"notify::monitor": (pspec: GObject.ParamSpec) => void;
|
|
2713
2713
|
"notify::actions": (pspec: GObject.ParamSpec) => void;
|
|
@@ -3316,7 +3316,7 @@ export namespace Meta {
|
|
|
3316
3316
|
|
|
3317
3317
|
namespace BackgroundContent {
|
|
3318
3318
|
// Signal signatures
|
|
3319
|
-
interface SignalSignatures extends GObject.Object.SignalSignatures {
|
|
3319
|
+
interface SignalSignatures extends GObject.Object.SignalSignatures, Clutter.Content.SignalSignatures {
|
|
3320
3320
|
"notify::background": (pspec: GObject.ParamSpec) => void;
|
|
3321
3321
|
"notify::brightness": (pspec: GObject.ParamSpec) => void;
|
|
3322
3322
|
"notify::gradient": (pspec: GObject.ParamSpec) => void;
|
|
@@ -3542,7 +3542,7 @@ export namespace Meta {
|
|
|
3542
3542
|
|
|
3543
3543
|
namespace BackgroundGroup {
|
|
3544
3544
|
// Signal signatures
|
|
3545
|
-
interface SignalSignatures extends Clutter.Actor.SignalSignatures {
|
|
3545
|
+
interface SignalSignatures extends Clutter.Actor.SignalSignatures, Clutter.Container.SignalSignatures {
|
|
3546
3546
|
"notify::actions": (pspec: GObject.ParamSpec) => void;
|
|
3547
3547
|
"notify::allocation": (pspec: GObject.ParamSpec) => void;
|
|
3548
3548
|
"notify::background-color": (pspec: GObject.ParamSpec) => void;
|
|
@@ -6119,7 +6119,7 @@ export namespace Meta {
|
|
|
6119
6119
|
|
|
6120
6120
|
namespace ShapedTexture {
|
|
6121
6121
|
// Signal signatures
|
|
6122
|
-
interface SignalSignatures extends GObject.Object.SignalSignatures {
|
|
6122
|
+
interface SignalSignatures extends GObject.Object.SignalSignatures, Clutter.Content.SignalSignatures {
|
|
6123
6123
|
/**
|
|
6124
6124
|
* @signal
|
|
6125
6125
|
* @run-last
|
|
@@ -6335,7 +6335,7 @@ export namespace Meta {
|
|
|
6335
6335
|
|
|
6336
6336
|
namespace Stage {
|
|
6337
6337
|
// Signal signatures
|
|
6338
|
-
interface SignalSignatures extends Clutter.Stage.SignalSignatures {
|
|
6338
|
+
interface SignalSignatures extends Clutter.Stage.SignalSignatures, Clutter.Container.SignalSignatures {
|
|
6339
6339
|
/**
|
|
6340
6340
|
* @signal
|
|
6341
6341
|
* @run-last
|
|
@@ -7623,7 +7623,7 @@ export namespace Meta {
|
|
|
7623
7623
|
|
|
7624
7624
|
namespace WindowActor {
|
|
7625
7625
|
// Signal signatures
|
|
7626
|
-
interface SignalSignatures extends Clutter.Actor.SignalSignatures {
|
|
7626
|
+
interface SignalSignatures extends Clutter.Actor.SignalSignatures, Clutter.Container.SignalSignatures {
|
|
7627
7627
|
/**
|
|
7628
7628
|
* Notify that one or more of the surfaces of the window have been damaged.
|
|
7629
7629
|
* @signal
|
|
@@ -8296,7 +8296,7 @@ export namespace Meta {
|
|
|
8296
8296
|
|
|
8297
8297
|
namespace WindowGroup {
|
|
8298
8298
|
// Signal signatures
|
|
8299
|
-
interface SignalSignatures extends Clutter.Actor.SignalSignatures {
|
|
8299
|
+
interface SignalSignatures extends Clutter.Actor.SignalSignatures, Clutter.Container.SignalSignatures {
|
|
8300
8300
|
"notify::actions": (pspec: GObject.ParamSpec) => void;
|
|
8301
8301
|
"notify::allocation": (pspec: GObject.ParamSpec) => void;
|
|
8302
8302
|
"notify::background-color": (pspec: GObject.ParamSpec) => void;
|
|
@@ -9867,6 +9867,15 @@ export namespace Meta {
|
|
|
9867
9867
|
type X11DisplayClass = typeof X11Display;
|
|
9868
9868
|
|
|
9869
9869
|
namespace CloseDialog {
|
|
9870
|
+
// Signal signatures
|
|
9871
|
+
interface SignalSignatures {
|
|
9872
|
+
/**
|
|
9873
|
+
* @signal
|
|
9874
|
+
* @action
|
|
9875
|
+
* @run-last
|
|
9876
|
+
*/
|
|
9877
|
+
response: (object: CloseDialogResponse) => void;
|
|
9878
|
+
}
|
|
9870
9879
|
/**
|
|
9871
9880
|
* Interface for implementing CloseDialog.
|
|
9872
9881
|
* Contains only the virtual methods that need to be implemented.
|
|
@@ -9953,6 +9962,15 @@ export namespace Meta {
|
|
|
9953
9962
|
};
|
|
9954
9963
|
|
|
9955
9964
|
namespace InhibitShortcutsDialog {
|
|
9965
|
+
// Signal signatures
|
|
9966
|
+
interface SignalSignatures {
|
|
9967
|
+
/**
|
|
9968
|
+
* @signal
|
|
9969
|
+
* @action
|
|
9970
|
+
* @run-last
|
|
9971
|
+
*/
|
|
9972
|
+
response: (object: InhibitShortcutsDialogResponse) => void;
|
|
9973
|
+
}
|
|
9956
9974
|
/**
|
|
9957
9975
|
* Interface for implementing InhibitShortcutsDialog.
|
|
9958
9976
|
* 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-7",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.6.0",
|
|
4
4
|
"libraryVersion": "3.38.4",
|
|
5
5
|
"description": "GJS TypeScript type definitions for Meta-7, generated from library version 3.38.4",
|
|
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-7": "^4.
|
|
52
|
-
"@girs/pangocairo-1.0": "^4.
|
|
53
|
-
"@girs/cogl-7": "^4.
|
|
54
|
-
"@girs/graphene-1.0": "^4.
|
|
55
|
-
"@girs/gl-1.0": "^4.
|
|
56
|
-
"@girs/clutter-7": "^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-7": "^4.6.0",
|
|
52
|
+
"@girs/pangocairo-1.0": "^4.6.0",
|
|
53
|
+
"@girs/cogl-7": "^4.6.0",
|
|
54
|
+
"@girs/graphene-1.0": "^4.6.0",
|
|
55
|
+
"@girs/gl-1.0": "^4.6.0",
|
|
56
|
+
"@girs/clutter-7": "^4.6.0",
|
|
57
|
+
"@girs/json-1.0": "^4.6.0" },
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"typescript": "*"
|
|
60
60
|
},
|