@girs/clutter-15 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 +1 -1
- package/clutter-15.d.ts +20 -3
- package/package.json +18 -18
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|

|
|
5
5
|

|
|
6
6
|
|
|
7
|
-
GJS TypeScript type definitions for Clutter-15 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.
|
|
7
|
+
GJS TypeScript type definitions for Clutter-15 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-15.d.ts
CHANGED
|
@@ -21891,7 +21891,7 @@ export namespace Clutter {
|
|
|
21891
21891
|
|
|
21892
21892
|
namespace ActorAccessible {
|
|
21893
21893
|
// Signal signatures
|
|
21894
|
-
interface SignalSignatures extends Atk.GObjectAccessible.SignalSignatures {
|
|
21894
|
+
interface SignalSignatures extends Atk.GObjectAccessible.SignalSignatures, Atk.Component.SignalSignatures {
|
|
21895
21895
|
"notify::accessible-component-layer": (pspec: GObject.ParamSpec) => void;
|
|
21896
21896
|
"notify::accessible-component-mdi-zorder": (pspec: GObject.ParamSpec) => void;
|
|
21897
21897
|
"notify::accessible-description": (pspec: GObject.ParamSpec) => void;
|
|
@@ -26712,7 +26712,7 @@ export namespace Clutter {
|
|
|
26712
26712
|
|
|
26713
26713
|
namespace Image {
|
|
26714
26714
|
// Signal signatures
|
|
26715
|
-
interface SignalSignatures extends GObject.Object.SignalSignatures {}
|
|
26715
|
+
interface SignalSignatures extends GObject.Object.SignalSignatures, Content.SignalSignatures {}
|
|
26716
26716
|
|
|
26717
26717
|
// Constructor properties interface
|
|
26718
26718
|
interface ConstructorProps extends GObject.Object.ConstructorProps, Content.ConstructorProps {}
|
|
@@ -33306,7 +33306,7 @@ export namespace Clutter {
|
|
|
33306
33306
|
|
|
33307
33307
|
namespace TextureContent {
|
|
33308
33308
|
// Signal signatures
|
|
33309
|
-
interface SignalSignatures extends GObject.Object.SignalSignatures {}
|
|
33309
|
+
interface SignalSignatures extends GObject.Object.SignalSignatures, Content.SignalSignatures {}
|
|
33310
33310
|
|
|
33311
33311
|
// Constructor properties interface
|
|
33312
33312
|
interface ConstructorProps extends GObject.Object.ConstructorProps, Content.ConstructorProps {}
|
|
@@ -36814,6 +36814,23 @@ export namespace Clutter {
|
|
|
36814
36814
|
};
|
|
36815
36815
|
|
|
36816
36816
|
namespace Content {
|
|
36817
|
+
// Signal signatures
|
|
36818
|
+
interface SignalSignatures {
|
|
36819
|
+
/**
|
|
36820
|
+
* This signal is emitted each time a {@link Clutter.Content} implementation is
|
|
36821
|
+
* assigned to a {@link Clutter.Actor}.
|
|
36822
|
+
* @signal
|
|
36823
|
+
* @run-first
|
|
36824
|
+
*/
|
|
36825
|
+
attached: (actor: Actor) => void;
|
|
36826
|
+
/**
|
|
36827
|
+
* This signal is emitted each time a {@link Clutter.Content} implementation is
|
|
36828
|
+
* removed from a {@link Clutter.Actor}.
|
|
36829
|
+
* @signal
|
|
36830
|
+
* @run-first
|
|
36831
|
+
*/
|
|
36832
|
+
detached: (actor: Actor) => void;
|
|
36833
|
+
}
|
|
36817
36834
|
/**
|
|
36818
36835
|
* Interface for implementing Content.
|
|
36819
36836
|
* 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-15",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.7.0",
|
|
4
4
|
"description": "GJS TypeScript type definitions for Clutter-15",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "clutter-15.js",
|
|
@@ -31,23 +31,23 @@
|
|
|
31
31
|
"test": "tsc --project tsconfig.json"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@girs/gjs": "^4.
|
|
35
|
-
"@girs/cairo-1.0": "^4.
|
|
36
|
-
"@girs/gobject-2.0": "^4.
|
|
37
|
-
"@girs/glib-2.0": "^4.
|
|
38
|
-
"@girs/mtk-15": "^4.
|
|
39
|
-
"@girs/graphene-1.0": "^4.
|
|
40
|
-
"@girs/gio-2.0": "^4.
|
|
41
|
-
"@girs/gmodule-2.0": "^4.
|
|
42
|
-
"@girs/gl-1.0": "^4.
|
|
43
|
-
"@girs/coglpango-15": "^4.
|
|
44
|
-
"@girs/pangocairo-1.0": "^4.
|
|
45
|
-
"@girs/pango-1.0": "^4.
|
|
46
|
-
"@girs/harfbuzz-0.0": "^4.
|
|
47
|
-
"@girs/freetype2-2.0": "^4.
|
|
48
|
-
"@girs/cogl-15": "^4.
|
|
49
|
-
"@girs/xlib-2.0": "^4.
|
|
50
|
-
"@girs/atk-1.0": "^4.
|
|
34
|
+
"@girs/gjs": "^4.7.0",
|
|
35
|
+
"@girs/cairo-1.0": "^4.7.0",
|
|
36
|
+
"@girs/gobject-2.0": "^4.7.0",
|
|
37
|
+
"@girs/glib-2.0": "^4.7.0",
|
|
38
|
+
"@girs/mtk-15": "^4.7.0",
|
|
39
|
+
"@girs/graphene-1.0": "^4.7.0",
|
|
40
|
+
"@girs/gio-2.0": "^4.7.0",
|
|
41
|
+
"@girs/gmodule-2.0": "^4.7.0",
|
|
42
|
+
"@girs/gl-1.0": "^4.7.0",
|
|
43
|
+
"@girs/coglpango-15": "^4.7.0",
|
|
44
|
+
"@girs/pangocairo-1.0": "^4.7.0",
|
|
45
|
+
"@girs/pango-1.0": "^4.7.0",
|
|
46
|
+
"@girs/harfbuzz-0.0": "^4.7.0",
|
|
47
|
+
"@girs/freetype2-2.0": "^4.7.0",
|
|
48
|
+
"@girs/cogl-15": "^4.7.0",
|
|
49
|
+
"@girs/xlib-2.0": "^4.7.0",
|
|
50
|
+
"@girs/atk-1.0": "^4.7.0" },
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"typescript": "*"
|
|
53
53
|
},
|