@girs/cally-15 4.8.0 → 5.0.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/cally-15.d.ts +6 -24
- package/package.json +19 -19
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|

|
|
5
5
|

|
|
6
6
|
|
|
7
|
-
GJS TypeScript type definitions for Cally-15 using [ts-for-gir](https://github.com/gjsify/ts-for-gir)
|
|
7
|
+
GJS TypeScript type definitions for Cally-15 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v5.0.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/cally-15.d.ts
CHANGED
|
@@ -109,15 +109,12 @@ export namespace Cally {
|
|
|
109
109
|
// Signals
|
|
110
110
|
/** @signal */
|
|
111
111
|
connect<K extends keyof Actor.SignalSignatures>(signal: K, callback: GObject.SignalCallback<this, Actor.SignalSignatures[K]>): number;
|
|
112
|
-
connect(signal: string, callback: (...args: any[]) => any): number;
|
|
113
112
|
|
|
114
113
|
/** @signal */
|
|
115
114
|
connect_after<K extends keyof Actor.SignalSignatures>(signal: K, callback: GObject.SignalCallback<this, Actor.SignalSignatures[K]>): number;
|
|
116
|
-
connect_after(signal: string, callback: (...args: any[]) => any): number;
|
|
117
115
|
|
|
118
116
|
/** @signal */
|
|
119
|
-
emit<K extends keyof Actor.SignalSignatures>(signal: K, ...args: GObject.GjsParameters<Actor.SignalSignatures[K]>
|
|
120
|
-
emit(signal: string, ...args: any[]): void;
|
|
117
|
+
emit<K extends keyof Actor.SignalSignatures>(signal: K, ...args: GObject.GjsParameters<Actor.SignalSignatures[K]>): void;
|
|
121
118
|
|
|
122
119
|
/**
|
|
123
120
|
* Checks whether the specified point is within the extent of the `component`.
|
|
@@ -474,15 +471,12 @@ export namespace Cally {
|
|
|
474
471
|
// Signals
|
|
475
472
|
/** @signal */
|
|
476
473
|
connect<K extends keyof Clone.SignalSignatures>(signal: K, callback: GObject.SignalCallback<this, Clone.SignalSignatures[K]>): number;
|
|
477
|
-
connect(signal: string, callback: (...args: any[]) => any): number;
|
|
478
474
|
|
|
479
475
|
/** @signal */
|
|
480
476
|
connect_after<K extends keyof Clone.SignalSignatures>(signal: K, callback: GObject.SignalCallback<this, Clone.SignalSignatures[K]>): number;
|
|
481
|
-
connect_after(signal: string, callback: (...args: any[]) => any): number;
|
|
482
477
|
|
|
483
478
|
/** @signal */
|
|
484
|
-
emit<K extends keyof Clone.SignalSignatures>(signal: K, ...args: GObject.GjsParameters<Clone.SignalSignatures[K]>
|
|
485
|
-
emit(signal: string, ...args: any[]): void;
|
|
479
|
+
emit<K extends keyof Clone.SignalSignatures>(signal: K, ...args: GObject.GjsParameters<Clone.SignalSignatures[K]>): void;
|
|
486
480
|
|
|
487
481
|
/**
|
|
488
482
|
* Checks whether the specified point is within the extent of the `component`.
|
|
@@ -843,15 +837,12 @@ export namespace Cally {
|
|
|
843
837
|
// Signals
|
|
844
838
|
/** @signal */
|
|
845
839
|
connect<K extends keyof Root.SignalSignatures>(signal: K, callback: GObject.SignalCallback<this, Root.SignalSignatures[K]>): number;
|
|
846
|
-
connect(signal: string, callback: (...args: any[]) => any): number;
|
|
847
840
|
|
|
848
841
|
/** @signal */
|
|
849
842
|
connect_after<K extends keyof Root.SignalSignatures>(signal: K, callback: GObject.SignalCallback<this, Root.SignalSignatures[K]>): number;
|
|
850
|
-
connect_after(signal: string, callback: (...args: any[]) => any): number;
|
|
851
843
|
|
|
852
844
|
/** @signal */
|
|
853
|
-
emit<K extends keyof Root.SignalSignatures>(signal: K, ...args: GObject.GjsParameters<Root.SignalSignatures[K]>
|
|
854
|
-
emit(signal: string, ...args: any[]): void;
|
|
845
|
+
emit<K extends keyof Root.SignalSignatures>(signal: K, ...args: GObject.GjsParameters<Root.SignalSignatures[K]>): void;
|
|
855
846
|
}
|
|
856
847
|
|
|
857
848
|
|
|
@@ -915,15 +906,12 @@ export namespace Cally {
|
|
|
915
906
|
// Signals
|
|
916
907
|
/** @signal */
|
|
917
908
|
connect<K extends keyof Stage.SignalSignatures>(signal: K, callback: GObject.SignalCallback<this, Stage.SignalSignatures[K]>): number;
|
|
918
|
-
connect(signal: string, callback: (...args: any[]) => any): number;
|
|
919
909
|
|
|
920
910
|
/** @signal */
|
|
921
911
|
connect_after<K extends keyof Stage.SignalSignatures>(signal: K, callback: GObject.SignalCallback<this, Stage.SignalSignatures[K]>): number;
|
|
922
|
-
connect_after(signal: string, callback: (...args: any[]) => any): number;
|
|
923
912
|
|
|
924
913
|
/** @signal */
|
|
925
|
-
emit<K extends keyof Stage.SignalSignatures>(signal: K, ...args: GObject.GjsParameters<Stage.SignalSignatures[K]>
|
|
926
|
-
emit(signal: string, ...args: any[]): void;
|
|
914
|
+
emit<K extends keyof Stage.SignalSignatures>(signal: K, ...args: GObject.GjsParameters<Stage.SignalSignatures[K]>): void;
|
|
927
915
|
|
|
928
916
|
/**
|
|
929
917
|
* Checks whether the specified point is within the extent of the `component`.
|
|
@@ -1278,15 +1266,12 @@ export namespace Cally {
|
|
|
1278
1266
|
// Signals
|
|
1279
1267
|
/** @signal */
|
|
1280
1268
|
connect<K extends keyof Text.SignalSignatures>(signal: K, callback: GObject.SignalCallback<this, Text.SignalSignatures[K]>): number;
|
|
1281
|
-
connect(signal: string, callback: (...args: any[]) => any): number;
|
|
1282
1269
|
|
|
1283
1270
|
/** @signal */
|
|
1284
1271
|
connect_after<K extends keyof Text.SignalSignatures>(signal: K, callback: GObject.SignalCallback<this, Text.SignalSignatures[K]>): number;
|
|
1285
|
-
connect_after(signal: string, callback: (...args: any[]) => any): number;
|
|
1286
1272
|
|
|
1287
1273
|
/** @signal */
|
|
1288
|
-
emit<K extends keyof Text.SignalSignatures>(signal: K, ...args: GObject.GjsParameters<Text.SignalSignatures[K]>
|
|
1289
|
-
emit(signal: string, ...args: any[]): void;
|
|
1274
|
+
emit<K extends keyof Text.SignalSignatures>(signal: K, ...args: GObject.GjsParameters<Text.SignalSignatures[K]>): void;
|
|
1290
1275
|
|
|
1291
1276
|
/**
|
|
1292
1277
|
* Perform the specified action on the object.
|
|
@@ -2509,15 +2494,12 @@ export namespace Cally {
|
|
|
2509
2494
|
// Signals
|
|
2510
2495
|
/** @signal */
|
|
2511
2496
|
connect<K extends keyof Util.SignalSignatures>(signal: K, callback: GObject.SignalCallback<this, Util.SignalSignatures[K]>): number;
|
|
2512
|
-
connect(signal: string, callback: (...args: any[]) => any): number;
|
|
2513
2497
|
|
|
2514
2498
|
/** @signal */
|
|
2515
2499
|
connect_after<K extends keyof Util.SignalSignatures>(signal: K, callback: GObject.SignalCallback<this, Util.SignalSignatures[K]>): number;
|
|
2516
|
-
connect_after(signal: string, callback: (...args: any[]) => any): number;
|
|
2517
2500
|
|
|
2518
2501
|
/** @signal */
|
|
2519
|
-
emit<K extends keyof Util.SignalSignatures>(signal: K, ...args: GObject.GjsParameters<Util.SignalSignatures[K]>
|
|
2520
|
-
emit(signal: string, ...args: any[]): void;
|
|
2502
|
+
emit<K extends keyof Util.SignalSignatures>(signal: K, ...args: GObject.GjsParameters<Util.SignalSignatures[K]>): void;
|
|
2521
2503
|
}
|
|
2522
2504
|
|
|
2523
2505
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/cally-15",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.0",
|
|
4
4
|
"description": "GJS TypeScript type definitions for Cally-15",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "cally-15.js",
|
|
@@ -31,24 +31,24 @@
|
|
|
31
31
|
"test": "tsc --project tsconfig.json"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@girs/gjs": "^
|
|
35
|
-
"@girs/mtk-15": "^
|
|
36
|
-
"@girs/graphene-1.0": "^
|
|
37
|
-
"@girs/gobject-2.0": "^
|
|
38
|
-
"@girs/glib-2.0": "^
|
|
39
|
-
"@girs/coglpango-15": "^
|
|
40
|
-
"@girs/pangocairo-1.0": "^
|
|
41
|
-
"@girs/cairo-1.0": "^
|
|
42
|
-
"@girs/pango-1.0": "^
|
|
43
|
-
"@girs/harfbuzz-0.0": "^
|
|
44
|
-
"@girs/freetype2-2.0": "^
|
|
45
|
-
"@girs/gio-2.0": "^
|
|
46
|
-
"@girs/gmodule-2.0": "^
|
|
47
|
-
"@girs/cogl-15": "^
|
|
48
|
-
"@girs/xlib-2.0": "^
|
|
49
|
-
"@girs/gl-1.0": "^
|
|
50
|
-
"@girs/clutter-15": "^
|
|
51
|
-
"@girs/atk-1.0": "^
|
|
34
|
+
"@girs/gjs": "^5.0.0",
|
|
35
|
+
"@girs/mtk-15": "^5.0.0",
|
|
36
|
+
"@girs/graphene-1.0": "^5.0.0",
|
|
37
|
+
"@girs/gobject-2.0": "^5.0.0",
|
|
38
|
+
"@girs/glib-2.0": "^5.0.0",
|
|
39
|
+
"@girs/coglpango-15": "^5.0.0",
|
|
40
|
+
"@girs/pangocairo-1.0": "^5.0.0",
|
|
41
|
+
"@girs/cairo-1.0": "^5.0.0",
|
|
42
|
+
"@girs/pango-1.0": "^5.0.0",
|
|
43
|
+
"@girs/harfbuzz-0.0": "^5.0.0",
|
|
44
|
+
"@girs/freetype2-2.0": "^5.0.0",
|
|
45
|
+
"@girs/gio-2.0": "^5.0.0",
|
|
46
|
+
"@girs/gmodule-2.0": "^5.0.0",
|
|
47
|
+
"@girs/cogl-15": "^5.0.0",
|
|
48
|
+
"@girs/xlib-2.0": "^5.0.0",
|
|
49
|
+
"@girs/gl-1.0": "^5.0.0",
|
|
50
|
+
"@girs/clutter-15": "^5.0.0",
|
|
51
|
+
"@girs/atk-1.0": "^5.0.0" },
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"typescript": "*"
|
|
54
54
|
},
|