@girs/clutter-16 4.5.0 → 4.7.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 CHANGED
@@ -4,7 +4,7 @@
4
4
  ![version](https://img.shields.io/npm/v/@girs/clutter-16)
5
5
  ![downloads/week](https://img.shields.io/npm/dw/@girs/clutter-16)
6
6
 
7
- GJS TypeScript type definitions for Clutter-16 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.5.0.
7
+ GJS TypeScript type definitions for Clutter-16 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.7.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/clutter-16.d.ts CHANGED
@@ -22635,7 +22635,7 @@ export namespace Clutter {
22635
22635
 
22636
22636
  namespace ActorAccessible {
22637
22637
  // Signal signatures
22638
- interface SignalSignatures extends Atk.GObjectAccessible.SignalSignatures {
22638
+ interface SignalSignatures extends Atk.GObjectAccessible.SignalSignatures, Atk.Component.SignalSignatures {
22639
22639
  "notify::accessible-component-layer": (pspec: GObject.ParamSpec) => void;
22640
22640
  "notify::accessible-component-mdi-zorder": (pspec: GObject.ParamSpec) => void;
22641
22641
  "notify::accessible-description": (pspec: GObject.ParamSpec) => void;
@@ -33681,7 +33681,7 @@ export namespace Clutter {
33681
33681
 
33682
33682
  namespace TextureContent {
33683
33683
  // Signal signatures
33684
- interface SignalSignatures extends GObject.Object.SignalSignatures {}
33684
+ interface SignalSignatures extends GObject.Object.SignalSignatures, Content.SignalSignatures {}
33685
33685
 
33686
33686
  // Constructor properties interface
33687
33687
  interface ConstructorProps extends GObject.Object.ConstructorProps, Content.ConstructorProps {}
@@ -37280,6 +37280,23 @@ export namespace Clutter {
37280
37280
  };
37281
37281
 
37282
37282
  namespace Content {
37283
+ // Signal signatures
37284
+ interface SignalSignatures {
37285
+ /**
37286
+ * This signal is emitted each time a {@link Clutter.Content} implementation is
37287
+ * assigned to a {@link Clutter.Actor}.
37288
+ * @signal
37289
+ * @run-first
37290
+ */
37291
+ attached: (actor: Actor) => void;
37292
+ /**
37293
+ * This signal is emitted each time a {@link Clutter.Content} implementation is
37294
+ * removed from a {@link Clutter.Actor}.
37295
+ * @signal
37296
+ * @run-first
37297
+ */
37298
+ detached: (actor: Actor) => void;
37299
+ }
37283
37300
  /**
37284
37301
  * Interface for implementing Content.
37285
37302
  * Contains only the virtual methods that need to be implemented.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/clutter-16",
3
- "version": "4.5.0",
3
+ "version": "4.7.0",
4
4
  "description": "GJS TypeScript type definitions for Clutter-16",
5
5
  "type": "module",
6
6
  "module": "clutter-16.js",
@@ -31,21 +31,21 @@
31
31
  "test": "tsc --project tsconfig.json"
32
32
  },
33
33
  "dependencies": {
34
- "@girs/gjs": "^4.5.0",
35
- "@girs/pango-1.0": "^4.5.0",
36
- "@girs/cairo-1.0": "^4.5.0",
37
- "@girs/gobject-2.0": "^4.5.0",
38
- "@girs/glib-2.0": "^4.5.0",
39
- "@girs/harfbuzz-0.0": "^4.5.0",
40
- "@girs/freetype2-2.0": "^4.5.0",
41
- "@girs/gio-2.0": "^4.5.0",
42
- "@girs/gmodule-2.0": "^4.5.0",
43
- "@girs/mtk-16": "^4.5.0",
44
- "@girs/graphene-1.0": "^4.5.0",
45
- "@girs/gl-1.0": "^4.5.0",
46
- "@girs/cogl-16": "^4.5.0",
47
- "@girs/xlib-2.0": "^4.5.0",
48
- "@girs/atk-1.0": "^4.5.0" },
34
+ "@girs/gjs": "^4.7.0",
35
+ "@girs/pango-1.0": "^4.7.0",
36
+ "@girs/cairo-1.0": "^4.7.0",
37
+ "@girs/gobject-2.0": "^4.7.0",
38
+ "@girs/glib-2.0": "^4.7.0",
39
+ "@girs/harfbuzz-0.0": "^4.7.0",
40
+ "@girs/freetype2-2.0": "^4.7.0",
41
+ "@girs/gio-2.0": "^4.7.0",
42
+ "@girs/gmodule-2.0": "^4.7.0",
43
+ "@girs/mtk-16": "^4.7.0",
44
+ "@girs/graphene-1.0": "^4.7.0",
45
+ "@girs/gl-1.0": "^4.7.0",
46
+ "@girs/cogl-16": "^4.7.0",
47
+ "@girs/xlib-2.0": "^4.7.0",
48
+ "@girs/atk-1.0": "^4.7.0" },
49
49
  "devDependencies": {
50
50
  "typescript": "*"
51
51
  },