@girs/meta-13 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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/meta-13.d.ts +25 -7
  3. package/package.json +22 -22
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  ![version](https://img.shields.io/npm/v/@girs/meta-13)
5
5
  ![downloads/week](https://img.shields.io/npm/dw/@girs/meta-13)
6
6
 
7
- GJS TypeScript type definitions for Meta-13 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.5.0.
7
+ GJS TypeScript type definitions for Meta-13 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-13.d.ts CHANGED
@@ -2755,7 +2755,7 @@ export namespace Meta {
2755
2755
 
2756
2756
  namespace BackgroundActor {
2757
2757
  // Signal signatures
2758
- interface SignalSignatures extends Clutter.Actor.SignalSignatures {
2758
+ interface SignalSignatures extends Clutter.Actor.SignalSignatures, Clutter.Container.SignalSignatures {
2759
2759
  "notify::meta-display": (pspec: GObject.ParamSpec) => void;
2760
2760
  "notify::monitor": (pspec: GObject.ParamSpec) => void;
2761
2761
  "notify::actions": (pspec: GObject.ParamSpec) => void;
@@ -3259,7 +3259,7 @@ export namespace Meta {
3259
3259
 
3260
3260
  namespace BackgroundContent {
3261
3261
  // Signal signatures
3262
- interface SignalSignatures extends GObject.Object.SignalSignatures {
3262
+ interface SignalSignatures extends GObject.Object.SignalSignatures, Clutter.Content.SignalSignatures {
3263
3263
  "notify::background": (pspec: GObject.ParamSpec) => void;
3264
3264
  "notify::brightness": (pspec: GObject.ParamSpec) => void;
3265
3265
  "notify::gradient": (pspec: GObject.ParamSpec) => void;
@@ -3583,7 +3583,7 @@ export namespace Meta {
3583
3583
 
3584
3584
  namespace BackgroundGroup {
3585
3585
  // Signal signatures
3586
- interface SignalSignatures extends Clutter.Actor.SignalSignatures {
3586
+ interface SignalSignatures extends Clutter.Actor.SignalSignatures, Clutter.Container.SignalSignatures {
3587
3587
  "notify::actions": (pspec: GObject.ParamSpec) => void;
3588
3588
  "notify::allocation": (pspec: GObject.ParamSpec) => void;
3589
3589
  "notify::background-color": (pspec: GObject.ParamSpec) => void;
@@ -6699,7 +6699,7 @@ export namespace Meta {
6699
6699
 
6700
6700
  namespace ShapedTexture {
6701
6701
  // Signal signatures
6702
- interface SignalSignatures extends GObject.Object.SignalSignatures {
6702
+ interface SignalSignatures extends GObject.Object.SignalSignatures, Clutter.Content.SignalSignatures {
6703
6703
  /**
6704
6704
  * @signal
6705
6705
  * @run-last
@@ -6917,7 +6917,7 @@ export namespace Meta {
6917
6917
 
6918
6918
  namespace Stage {
6919
6919
  // Signal signatures
6920
- interface SignalSignatures extends Clutter.Stage.SignalSignatures {
6920
+ interface SignalSignatures extends Clutter.Stage.SignalSignatures, Clutter.Container.SignalSignatures {
6921
6921
  "notify::is-grabbed": (pspec: GObject.ParamSpec) => void;
6922
6922
  "notify::key-focus": (pspec: GObject.ParamSpec) => void;
6923
6923
  "notify::perspective": (pspec: GObject.ParamSpec) => void;
@@ -8731,7 +8731,7 @@ export namespace Meta {
8731
8731
 
8732
8732
  namespace WindowActor {
8733
8733
  // Signal signatures
8734
- interface SignalSignatures extends Clutter.Actor.SignalSignatures {
8734
+ interface SignalSignatures extends Clutter.Actor.SignalSignatures, Clutter.Container.SignalSignatures {
8735
8735
  /**
8736
8736
  * Notify that one or more of the surfaces of the window have been damaged.
8737
8737
  * @signal
@@ -9317,7 +9317,7 @@ export namespace Meta {
9317
9317
 
9318
9318
  namespace WindowGroup {
9319
9319
  // Signal signatures
9320
- interface SignalSignatures extends Clutter.Actor.SignalSignatures {
9320
+ interface SignalSignatures extends Clutter.Actor.SignalSignatures, Clutter.Container.SignalSignatures {
9321
9321
  "notify::actions": (pspec: GObject.ParamSpec) => void;
9322
9322
  "notify::allocation": (pspec: GObject.ParamSpec) => void;
9323
9323
  "notify::background-color": (pspec: GObject.ParamSpec) => void;
@@ -10724,6 +10724,15 @@ export namespace Meta {
10724
10724
  type X11DisplayClass = typeof X11Display;
10725
10725
 
10726
10726
  namespace CloseDialog {
10727
+ // Signal signatures
10728
+ interface SignalSignatures {
10729
+ /**
10730
+ * @signal
10731
+ * @action
10732
+ * @run-last
10733
+ */
10734
+ response: (object: CloseDialogResponse) => void;
10735
+ }
10727
10736
  /**
10728
10737
  * Interface for implementing CloseDialog.
10729
10738
  * Contains only the virtual methods that need to be implemented.
@@ -10810,6 +10819,15 @@ export namespace Meta {
10810
10819
  };
10811
10820
 
10812
10821
  namespace InhibitShortcutsDialog {
10822
+ // Signal signatures
10823
+ interface SignalSignatures {
10824
+ /**
10825
+ * @signal
10826
+ * @action
10827
+ * @run-last
10828
+ */
10829
+ response: (object: InhibitShortcutsDialogResponse) => void;
10830
+ }
10813
10831
  /**
10814
10832
  * Interface for implementing InhibitShortcutsDialog.
10815
10833
  * 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-13",
3
- "version": "4.5.0",
3
+ "version": "4.6.0",
4
4
  "description": "GJS TypeScript type definitions for Meta-13",
5
5
  "type": "module",
6
6
  "module": "meta-13.js",
@@ -31,27 +31,27 @@
31
31
  "test": "tsc --project tsconfig.json"
32
32
  },
33
33
  "dependencies": {
34
- "@girs/gjs": "^4.5.0",
35
- "@girs/xlib-2.0": "^4.5.0",
36
- "@girs/xfixes-4.0": "^4.5.0",
37
- "@girs/mtk-13": "^4.5.0",
38
- "@girs/cairo-1.0": "^4.5.0",
39
- "@girs/gobject-2.0": "^4.5.0",
40
- "@girs/glib-2.0": "^4.5.0",
41
- "@girs/graphene-1.0": "^4.5.0",
42
- "@girs/gdesktopenums-3.0": "^4.5.0",
43
- "@girs/coglpango-13": "^4.5.0",
44
- "@girs/pangocairo-1.0": "^4.5.0",
45
- "@girs/pango-1.0": "^4.5.0",
46
- "@girs/harfbuzz-0.0": "^4.5.0",
47
- "@girs/freetype2-2.0": "^4.5.0",
48
- "@girs/gio-2.0": "^4.5.0",
49
- "@girs/gmodule-2.0": "^4.5.0",
50
- "@girs/cogl-13": "^4.5.0",
51
- "@girs/gl-1.0": "^4.5.0",
52
- "@girs/clutter-13": "^4.5.0",
53
- "@girs/json-1.0": "^4.5.0",
54
- "@girs/atk-1.0": "^4.5.0" },
34
+ "@girs/gjs": "^4.6.0",
35
+ "@girs/xlib-2.0": "^4.6.0",
36
+ "@girs/xfixes-4.0": "^4.6.0",
37
+ "@girs/mtk-13": "^4.6.0",
38
+ "@girs/cairo-1.0": "^4.6.0",
39
+ "@girs/gobject-2.0": "^4.6.0",
40
+ "@girs/glib-2.0": "^4.6.0",
41
+ "@girs/graphene-1.0": "^4.6.0",
42
+ "@girs/gdesktopenums-3.0": "^4.6.0",
43
+ "@girs/coglpango-13": "^4.6.0",
44
+ "@girs/pangocairo-1.0": "^4.6.0",
45
+ "@girs/pango-1.0": "^4.6.0",
46
+ "@girs/harfbuzz-0.0": "^4.6.0",
47
+ "@girs/freetype2-2.0": "^4.6.0",
48
+ "@girs/gio-2.0": "^4.6.0",
49
+ "@girs/gmodule-2.0": "^4.6.0",
50
+ "@girs/cogl-13": "^4.6.0",
51
+ "@girs/gl-1.0": "^4.6.0",
52
+ "@girs/clutter-13": "^4.6.0",
53
+ "@girs/json-1.0": "^4.6.0",
54
+ "@girs/atk-1.0": "^4.6.0" },
55
55
  "devDependencies": {
56
56
  "typescript": "*"
57
57
  },