@girs/meta-4 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-4.d.ts +24 -6
  3. package/package.json +23 -23
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  ![version](https://img.shields.io/npm/v/@girs/meta-4)
5
5
  ![downloads/week](https://img.shields.io/npm/dw/@girs/meta-4)
6
6
 
7
- GJS TypeScript type definitions for Meta-4, generated from library version 3.32.2 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.5.0.
7
+ GJS TypeScript type definitions for Meta-4, generated from library version 3.32.2 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-4.d.ts CHANGED
@@ -2591,7 +2591,7 @@ export namespace Meta {
2591
2591
 
2592
2592
  namespace BackgroundActor {
2593
2593
  // Signal signatures
2594
- interface SignalSignatures extends Clutter.Actor.SignalSignatures {
2594
+ interface SignalSignatures extends Clutter.Actor.SignalSignatures, Clutter.Container.SignalSignatures {
2595
2595
  "notify::background": (pspec: GObject.ParamSpec) => void;
2596
2596
  "notify::brightness": (pspec: GObject.ParamSpec) => void;
2597
2597
  "notify::gradient": (pspec: GObject.ParamSpec) => void;
@@ -3372,7 +3372,7 @@ export namespace Meta {
3372
3372
 
3373
3373
  namespace BackgroundGroup {
3374
3374
  // Signal signatures
3375
- interface SignalSignatures extends Clutter.Actor.SignalSignatures {
3375
+ interface SignalSignatures extends Clutter.Actor.SignalSignatures, Clutter.Container.SignalSignatures {
3376
3376
  "notify::actions": (pspec: GObject.ParamSpec) => void;
3377
3377
  "notify::allocation": (pspec: GObject.ParamSpec) => void;
3378
3378
  "notify::anchor-gravity": (pspec: GObject.ParamSpec) => void;
@@ -5663,7 +5663,7 @@ export namespace Meta {
5663
5663
 
5664
5664
  namespace ShapedTexture {
5665
5665
  // Signal signatures
5666
- interface SignalSignatures extends Clutter.Actor.SignalSignatures {
5666
+ interface SignalSignatures extends Clutter.Actor.SignalSignatures, Clutter.Container.SignalSignatures {
5667
5667
  /**
5668
5668
  * @signal
5669
5669
  * @run-last
@@ -6452,7 +6452,7 @@ export namespace Meta {
6452
6452
 
6453
6453
  namespace Stage {
6454
6454
  // Signal signatures
6455
- interface SignalSignatures extends Clutter.Stage.SignalSignatures {
6455
+ interface SignalSignatures extends Clutter.Stage.SignalSignatures, Clutter.Container.SignalSignatures {
6456
6456
  /**
6457
6457
  * @signal
6458
6458
  * @run-last
@@ -7692,7 +7692,7 @@ export namespace Meta {
7692
7692
 
7693
7693
  namespace WindowActor {
7694
7694
  // Signal signatures
7695
- interface SignalSignatures extends Clutter.Actor.SignalSignatures {
7695
+ interface SignalSignatures extends Clutter.Actor.SignalSignatures, Clutter.Container.SignalSignatures {
7696
7696
  /**
7697
7697
  * The ::effects-completed signal will be emitted once all pending compositor
7698
7698
  * effects are completed.
@@ -8450,7 +8450,7 @@ export namespace Meta {
8450
8450
 
8451
8451
  namespace WindowGroup {
8452
8452
  // Signal signatures
8453
- interface SignalSignatures extends Clutter.Actor.SignalSignatures {
8453
+ interface SignalSignatures extends Clutter.Actor.SignalSignatures, Clutter.Container.SignalSignatures {
8454
8454
  "notify::actions": (pspec: GObject.ParamSpec) => void;
8455
8455
  "notify::allocation": (pspec: GObject.ParamSpec) => void;
8456
8456
  "notify::anchor-gravity": (pspec: GObject.ParamSpec) => void;
@@ -10051,6 +10051,15 @@ export namespace Meta {
10051
10051
  type X11DisplayClass = typeof X11Display;
10052
10052
 
10053
10053
  namespace CloseDialog {
10054
+ // Signal signatures
10055
+ interface SignalSignatures {
10056
+ /**
10057
+ * @signal
10058
+ * @action
10059
+ * @run-last
10060
+ */
10061
+ response: (object: CloseDialogResponse) => void;
10062
+ }
10054
10063
  /**
10055
10064
  * Interface for implementing CloseDialog.
10056
10065
  * Contains only the virtual methods that need to be implemented.
@@ -10137,6 +10146,15 @@ export namespace Meta {
10137
10146
  };
10138
10147
 
10139
10148
  namespace InhibitShortcutsDialog {
10149
+ // Signal signatures
10150
+ interface SignalSignatures {
10151
+ /**
10152
+ * @signal
10153
+ * @action
10154
+ * @run-last
10155
+ */
10156
+ response: (object: InhibitShortcutsDialogResponse) => void;
10157
+ }
10140
10158
  /**
10141
10159
  * Interface for implementing InhibitShortcutsDialog.
10142
10160
  * 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-4",
3
- "version": "4.5.0",
3
+ "version": "4.6.0",
4
4
  "libraryVersion": "3.32.2",
5
5
  "description": "GJS TypeScript type definitions for Meta-4, generated from library version 3.32.2",
6
6
  "type": "module",
@@ -32,28 +32,28 @@
32
32
  "test": "tsc --project tsconfig.json"
33
33
  },
34
34
  "dependencies": {
35
- "@girs/gjs": "^4.5.0",
36
- "@girs/xlib-2.0": "^4.5.0",
37
- "@girs/xfixes-4.0": "^4.5.0",
38
- "@girs/gtk-3.0": "^4.5.0",
39
- "@girs/gdk-3.0": "^4.5.0",
40
- "@girs/cairo-1.0": "^4.5.0",
41
- "@girs/gobject-2.0": "^4.5.0",
42
- "@girs/glib-2.0": "^4.5.0",
43
- "@girs/pango-1.0": "^4.5.0",
44
- "@girs/harfbuzz-0.0": "^4.5.0",
45
- "@girs/freetype2-2.0": "^4.5.0",
46
- "@girs/gio-2.0": "^4.5.0",
47
- "@girs/gmodule-2.0": "^4.5.0",
48
- "@girs/gdkpixbuf-2.0": "^4.5.0",
49
- "@girs/atk-1.0": "^4.5.0",
50
- "@girs/gdesktopenums-3.0": "^4.5.0",
51
- "@girs/coglpango-4": "^4.5.0",
52
- "@girs/pangocairo-1.0": "^4.5.0",
53
- "@girs/cogl-4": "^4.5.0",
54
- "@girs/gl-1.0": "^4.5.0",
55
- "@girs/clutter-4": "^4.5.0",
56
- "@girs/json-1.0": "^4.5.0" },
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-4": "^4.6.0",
52
+ "@girs/pangocairo-1.0": "^4.6.0",
53
+ "@girs/cogl-4": "^4.6.0",
54
+ "@girs/gl-1.0": "^4.6.0",
55
+ "@girs/clutter-4": "^4.6.0",
56
+ "@girs/json-1.0": "^4.6.0" },
57
57
  "devDependencies": {
58
58
  "typescript": "*"
59
59
  },