@girs/meta-10 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-10.d.ts +25 -7
  3. package/package.json +24 -24
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  ![version](https://img.shields.io/npm/v/@girs/meta-10)
5
5
  ![downloads/week](https://img.shields.io/npm/dw/@girs/meta-10)
6
6
 
7
- GJS TypeScript type definitions for Meta-10 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.5.0.
7
+ GJS TypeScript type definitions for Meta-10 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-10.d.ts CHANGED
@@ -2689,7 +2689,7 @@ export namespace Meta {
2689
2689
 
2690
2690
  namespace BackgroundActor {
2691
2691
  // Signal signatures
2692
- interface SignalSignatures extends Clutter.Actor.SignalSignatures {
2692
+ interface SignalSignatures extends Clutter.Actor.SignalSignatures, Clutter.Container.SignalSignatures {
2693
2693
  "notify::meta-display": (pspec: GObject.ParamSpec) => void;
2694
2694
  "notify::monitor": (pspec: GObject.ParamSpec) => void;
2695
2695
  "notify::actions": (pspec: GObject.ParamSpec) => void;
@@ -3221,7 +3221,7 @@ export namespace Meta {
3221
3221
 
3222
3222
  namespace BackgroundContent {
3223
3223
  // Signal signatures
3224
- interface SignalSignatures extends GObject.Object.SignalSignatures {
3224
+ interface SignalSignatures extends GObject.Object.SignalSignatures, Clutter.Content.SignalSignatures {
3225
3225
  "notify::background": (pspec: GObject.ParamSpec) => void;
3226
3226
  "notify::brightness": (pspec: GObject.ParamSpec) => void;
3227
3227
  "notify::gradient": (pspec: GObject.ParamSpec) => void;
@@ -3470,7 +3470,7 @@ export namespace Meta {
3470
3470
 
3471
3471
  namespace BackgroundGroup {
3472
3472
  // Signal signatures
3473
- interface SignalSignatures extends Clutter.Actor.SignalSignatures {
3473
+ interface SignalSignatures extends Clutter.Actor.SignalSignatures, Clutter.Container.SignalSignatures {
3474
3474
  "notify::actions": (pspec: GObject.ParamSpec) => void;
3475
3475
  "notify::allocation": (pspec: GObject.ParamSpec) => void;
3476
3476
  "notify::background-color": (pspec: GObject.ParamSpec) => void;
@@ -6138,7 +6138,7 @@ export namespace Meta {
6138
6138
 
6139
6139
  namespace ShapedTexture {
6140
6140
  // Signal signatures
6141
- interface SignalSignatures extends GObject.Object.SignalSignatures {
6141
+ interface SignalSignatures extends GObject.Object.SignalSignatures, Clutter.Content.SignalSignatures {
6142
6142
  /**
6143
6143
  * @signal
6144
6144
  * @run-last
@@ -6354,7 +6354,7 @@ export namespace Meta {
6354
6354
 
6355
6355
  namespace Stage {
6356
6356
  // Signal signatures
6357
- interface SignalSignatures extends Clutter.Stage.SignalSignatures {
6357
+ interface SignalSignatures extends Clutter.Stage.SignalSignatures, Clutter.Container.SignalSignatures {
6358
6358
  /**
6359
6359
  * @signal
6360
6360
  * @run-last
@@ -7705,7 +7705,7 @@ export namespace Meta {
7705
7705
 
7706
7706
  namespace WindowActor {
7707
7707
  // Signal signatures
7708
- interface SignalSignatures extends Clutter.Actor.SignalSignatures {
7708
+ interface SignalSignatures extends Clutter.Actor.SignalSignatures, Clutter.Container.SignalSignatures {
7709
7709
  /**
7710
7710
  * Notify that one or more of the surfaces of the window have been damaged.
7711
7711
  * @signal
@@ -8308,7 +8308,7 @@ export namespace Meta {
8308
8308
 
8309
8309
  namespace WindowGroup {
8310
8310
  // Signal signatures
8311
- interface SignalSignatures extends Clutter.Actor.SignalSignatures {
8311
+ interface SignalSignatures extends Clutter.Actor.SignalSignatures, Clutter.Container.SignalSignatures {
8312
8312
  "notify::actions": (pspec: GObject.ParamSpec) => void;
8313
8313
  "notify::allocation": (pspec: GObject.ParamSpec) => void;
8314
8314
  "notify::background-color": (pspec: GObject.ParamSpec) => void;
@@ -9809,6 +9809,15 @@ export namespace Meta {
9809
9809
  type X11DisplayClass = typeof X11Display;
9810
9810
 
9811
9811
  namespace CloseDialog {
9812
+ // Signal signatures
9813
+ interface SignalSignatures {
9814
+ /**
9815
+ * @signal
9816
+ * @action
9817
+ * @run-last
9818
+ */
9819
+ response: (object: CloseDialogResponse) => void;
9820
+ }
9812
9821
  /**
9813
9822
  * Interface for implementing CloseDialog.
9814
9823
  * Contains only the virtual methods that need to be implemented.
@@ -9895,6 +9904,15 @@ export namespace Meta {
9895
9904
  };
9896
9905
 
9897
9906
  namespace InhibitShortcutsDialog {
9907
+ // Signal signatures
9908
+ interface SignalSignatures {
9909
+ /**
9910
+ * @signal
9911
+ * @action
9912
+ * @run-last
9913
+ */
9914
+ response: (object: InhibitShortcutsDialogResponse) => void;
9915
+ }
9898
9916
  /**
9899
9917
  * Interface for implementing InhibitShortcutsDialog.
9900
9918
  * 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-10",
3
- "version": "4.5.0",
3
+ "version": "4.6.0",
4
4
  "description": "GJS TypeScript type definitions for Meta-10",
5
5
  "type": "module",
6
6
  "module": "meta-10.js",
@@ -31,29 +31,29 @@
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/gtk-3.0": "^4.5.0",
38
- "@girs/gdk-3.0": "^4.5.0",
39
- "@girs/cairo-1.0": "^4.5.0",
40
- "@girs/gobject-2.0": "^4.5.0",
41
- "@girs/glib-2.0": "^4.5.0",
42
- "@girs/pango-1.0": "^4.5.0",
43
- "@girs/harfbuzz-0.0": "^4.5.0",
44
- "@girs/freetype2-2.0": "^4.5.0",
45
- "@girs/gio-2.0": "^4.5.0",
46
- "@girs/gmodule-2.0": "^4.5.0",
47
- "@girs/gdkpixbuf-2.0": "^4.5.0",
48
- "@girs/atk-1.0": "^4.5.0",
49
- "@girs/gdesktopenums-3.0": "^4.5.0",
50
- "@girs/coglpango-10": "^4.5.0",
51
- "@girs/pangocairo-1.0": "^4.5.0",
52
- "@girs/cogl-10": "^4.5.0",
53
- "@girs/graphene-1.0": "^4.5.0",
54
- "@girs/gl-1.0": "^4.5.0",
55
- "@girs/clutter-10": "^4.5.0",
56
- "@girs/json-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/gtk-3.0": "^4.6.0",
38
+ "@girs/gdk-3.0": "^4.6.0",
39
+ "@girs/cairo-1.0": "^4.6.0",
40
+ "@girs/gobject-2.0": "^4.6.0",
41
+ "@girs/glib-2.0": "^4.6.0",
42
+ "@girs/pango-1.0": "^4.6.0",
43
+ "@girs/harfbuzz-0.0": "^4.6.0",
44
+ "@girs/freetype2-2.0": "^4.6.0",
45
+ "@girs/gio-2.0": "^4.6.0",
46
+ "@girs/gmodule-2.0": "^4.6.0",
47
+ "@girs/gdkpixbuf-2.0": "^4.6.0",
48
+ "@girs/atk-1.0": "^4.6.0",
49
+ "@girs/gdesktopenums-3.0": "^4.6.0",
50
+ "@girs/coglpango-10": "^4.6.0",
51
+ "@girs/pangocairo-1.0": "^4.6.0",
52
+ "@girs/cogl-10": "^4.6.0",
53
+ "@girs/graphene-1.0": "^4.6.0",
54
+ "@girs/gl-1.0": "^4.6.0",
55
+ "@girs/clutter-10": "^4.6.0",
56
+ "@girs/json-1.0": "^4.6.0" },
57
57
  "devDependencies": {
58
58
  "typescript": "*"
59
59
  },