@girs/mx-2.0 1.99.4-4.0.0-beta.4 → 1.99.4-4.0.0-beta.5
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/mx-2.0.d.ts +35 -35
- package/package.json +19 -19
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for Mx-2.0, generated from library version 1.99.4 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.
|
|
8
|
+
GJS TypeScript type definitions for Mx-2.0, generated from library version 1.99.4 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.5.
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
## Install
|
package/mx-2.0.d.ts
CHANGED
|
@@ -882,7 +882,7 @@ export namespace Mx {
|
|
|
882
882
|
* static void
|
|
883
883
|
* my_object_class_init (MyObjectClass *klass)
|
|
884
884
|
* {
|
|
885
|
-
* properties[PROP_FOO] = g_param_spec_int ("foo",
|
|
885
|
+
* properties[PROP_FOO] = g_param_spec_int ("foo", "Foo", "The foo",
|
|
886
886
|
* 0, 100,
|
|
887
887
|
* 50,
|
|
888
888
|
* G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
|
|
@@ -2296,7 +2296,7 @@ export namespace Mx {
|
|
|
2296
2296
|
* static void
|
|
2297
2297
|
* my_object_class_init (MyObjectClass *klass)
|
|
2298
2298
|
* {
|
|
2299
|
-
* properties[PROP_FOO] = g_param_spec_int ("foo",
|
|
2299
|
+
* properties[PROP_FOO] = g_param_spec_int ("foo", "Foo", "The foo",
|
|
2300
2300
|
* 0, 100,
|
|
2301
2301
|
* 50,
|
|
2302
2302
|
* G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
|
|
@@ -2975,7 +2975,7 @@ export namespace Mx {
|
|
|
2975
2975
|
* static void
|
|
2976
2976
|
* my_object_class_init (MyObjectClass *klass)
|
|
2977
2977
|
* {
|
|
2978
|
-
* properties[PROP_FOO] = g_param_spec_int ("foo",
|
|
2978
|
+
* properties[PROP_FOO] = g_param_spec_int ("foo", "Foo", "The foo",
|
|
2979
2979
|
* 0, 100,
|
|
2980
2980
|
* 50,
|
|
2981
2981
|
* G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
|
|
@@ -3701,7 +3701,7 @@ export namespace Mx {
|
|
|
3701
3701
|
* static void
|
|
3702
3702
|
* my_object_class_init (MyObjectClass *klass)
|
|
3703
3703
|
* {
|
|
3704
|
-
* properties[PROP_FOO] = g_param_spec_int ("foo",
|
|
3704
|
+
* properties[PROP_FOO] = g_param_spec_int ("foo", "Foo", "The foo",
|
|
3705
3705
|
* 0, 100,
|
|
3706
3706
|
* 50,
|
|
3707
3707
|
* G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
|
|
@@ -4489,7 +4489,7 @@ export namespace Mx {
|
|
|
4489
4489
|
* static void
|
|
4490
4490
|
* my_object_class_init (MyObjectClass *klass)
|
|
4491
4491
|
* {
|
|
4492
|
-
* properties[PROP_FOO] = g_param_spec_int ("foo",
|
|
4492
|
+
* properties[PROP_FOO] = g_param_spec_int ("foo", "Foo", "The foo",
|
|
4493
4493
|
* 0, 100,
|
|
4494
4494
|
* 50,
|
|
4495
4495
|
* G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
|
|
@@ -5261,7 +5261,7 @@ export namespace Mx {
|
|
|
5261
5261
|
* static void
|
|
5262
5262
|
* my_object_class_init (MyObjectClass *klass)
|
|
5263
5263
|
* {
|
|
5264
|
-
* properties[PROP_FOO] = g_param_spec_int ("foo",
|
|
5264
|
+
* properties[PROP_FOO] = g_param_spec_int ("foo", "Foo", "The foo",
|
|
5265
5265
|
* 0, 100,
|
|
5266
5266
|
* 50,
|
|
5267
5267
|
* G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
|
|
@@ -5856,7 +5856,7 @@ export namespace Mx {
|
|
|
5856
5856
|
* static void
|
|
5857
5857
|
* my_object_class_init (MyObjectClass *klass)
|
|
5858
5858
|
* {
|
|
5859
|
-
* properties[PROP_FOO] = g_param_spec_int ("foo",
|
|
5859
|
+
* properties[PROP_FOO] = g_param_spec_int ("foo", "Foo", "The foo",
|
|
5860
5860
|
* 0, 100,
|
|
5861
5861
|
* 50,
|
|
5862
5862
|
* G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
|
|
@@ -6555,7 +6555,7 @@ export namespace Mx {
|
|
|
6555
6555
|
* static void
|
|
6556
6556
|
* my_object_class_init (MyObjectClass *klass)
|
|
6557
6557
|
* {
|
|
6558
|
-
* properties[PROP_FOO] = g_param_spec_int ("foo",
|
|
6558
|
+
* properties[PROP_FOO] = g_param_spec_int ("foo", "Foo", "The foo",
|
|
6559
6559
|
* 0, 100,
|
|
6560
6560
|
* 50,
|
|
6561
6561
|
* G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
|
|
@@ -7143,7 +7143,7 @@ export namespace Mx {
|
|
|
7143
7143
|
* static void
|
|
7144
7144
|
* my_object_class_init (MyObjectClass *klass)
|
|
7145
7145
|
* {
|
|
7146
|
-
* properties[PROP_FOO] = g_param_spec_int ("foo",
|
|
7146
|
+
* properties[PROP_FOO] = g_param_spec_int ("foo", "Foo", "The foo",
|
|
7147
7147
|
* 0, 100,
|
|
7148
7148
|
* 50,
|
|
7149
7149
|
* G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
|
|
@@ -7806,7 +7806,7 @@ export namespace Mx {
|
|
|
7806
7806
|
* static void
|
|
7807
7807
|
* my_object_class_init (MyObjectClass *klass)
|
|
7808
7808
|
* {
|
|
7809
|
-
* properties[PROP_FOO] = g_param_spec_int ("foo",
|
|
7809
|
+
* properties[PROP_FOO] = g_param_spec_int ("foo", "Foo", "The foo",
|
|
7810
7810
|
* 0, 100,
|
|
7811
7811
|
* 50,
|
|
7812
7812
|
* G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
|
|
@@ -8419,7 +8419,7 @@ export namespace Mx {
|
|
|
8419
8419
|
* static void
|
|
8420
8420
|
* my_object_class_init (MyObjectClass *klass)
|
|
8421
8421
|
* {
|
|
8422
|
-
* properties[PROP_FOO] = g_param_spec_int ("foo",
|
|
8422
|
+
* properties[PROP_FOO] = g_param_spec_int ("foo", "Foo", "The foo",
|
|
8423
8423
|
* 0, 100,
|
|
8424
8424
|
* 50,
|
|
8425
8425
|
* G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
|
|
@@ -9088,7 +9088,7 @@ export namespace Mx {
|
|
|
9088
9088
|
* static void
|
|
9089
9089
|
* my_object_class_init (MyObjectClass *klass)
|
|
9090
9090
|
* {
|
|
9091
|
-
* properties[PROP_FOO] = g_param_spec_int ("foo",
|
|
9091
|
+
* properties[PROP_FOO] = g_param_spec_int ("foo", "Foo", "The foo",
|
|
9092
9092
|
* 0, 100,
|
|
9093
9093
|
* 50,
|
|
9094
9094
|
* G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
|
|
@@ -9651,7 +9651,7 @@ export namespace Mx {
|
|
|
9651
9651
|
* static void
|
|
9652
9652
|
* my_object_class_init (MyObjectClass *klass)
|
|
9653
9653
|
* {
|
|
9654
|
-
* properties[PROP_FOO] = g_param_spec_int ("foo",
|
|
9654
|
+
* properties[PROP_FOO] = g_param_spec_int ("foo", "Foo", "The foo",
|
|
9655
9655
|
* 0, 100,
|
|
9656
9656
|
* 50,
|
|
9657
9657
|
* G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
|
|
@@ -10519,7 +10519,7 @@ export namespace Mx {
|
|
|
10519
10519
|
* static void
|
|
10520
10520
|
* my_object_class_init (MyObjectClass *klass)
|
|
10521
10521
|
* {
|
|
10522
|
-
* properties[PROP_FOO] = g_param_spec_int ("foo",
|
|
10522
|
+
* properties[PROP_FOO] = g_param_spec_int ("foo", "Foo", "The foo",
|
|
10523
10523
|
* 0, 100,
|
|
10524
10524
|
* 50,
|
|
10525
10525
|
* G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
|
|
@@ -11029,7 +11029,7 @@ export namespace Mx {
|
|
|
11029
11029
|
* static void
|
|
11030
11030
|
* my_object_class_init (MyObjectClass *klass)
|
|
11031
11031
|
* {
|
|
11032
|
-
* properties[PROP_FOO] = g_param_spec_int ("foo",
|
|
11032
|
+
* properties[PROP_FOO] = g_param_spec_int ("foo", "Foo", "The foo",
|
|
11033
11033
|
* 0, 100,
|
|
11034
11034
|
* 50,
|
|
11035
11035
|
* G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
|
|
@@ -11829,7 +11829,7 @@ export namespace Mx {
|
|
|
11829
11829
|
* static void
|
|
11830
11830
|
* my_object_class_init (MyObjectClass *klass)
|
|
11831
11831
|
* {
|
|
11832
|
-
* properties[PROP_FOO] = g_param_spec_int ("foo",
|
|
11832
|
+
* properties[PROP_FOO] = g_param_spec_int ("foo", "Foo", "The foo",
|
|
11833
11833
|
* 0, 100,
|
|
11834
11834
|
* 50,
|
|
11835
11835
|
* G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
|
|
@@ -12527,7 +12527,7 @@ export namespace Mx {
|
|
|
12527
12527
|
* static void
|
|
12528
12528
|
* my_object_class_init (MyObjectClass *klass)
|
|
12529
12529
|
* {
|
|
12530
|
-
* properties[PROP_FOO] = g_param_spec_int ("foo",
|
|
12530
|
+
* properties[PROP_FOO] = g_param_spec_int ("foo", "Foo", "The foo",
|
|
12531
12531
|
* 0, 100,
|
|
12532
12532
|
* 50,
|
|
12533
12533
|
* G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
|
|
@@ -13037,7 +13037,7 @@ export namespace Mx {
|
|
|
13037
13037
|
* static void
|
|
13038
13038
|
* my_object_class_init (MyObjectClass *klass)
|
|
13039
13039
|
* {
|
|
13040
|
-
* properties[PROP_FOO] = g_param_spec_int ("foo",
|
|
13040
|
+
* properties[PROP_FOO] = g_param_spec_int ("foo", "Foo", "The foo",
|
|
13041
13041
|
* 0, 100,
|
|
13042
13042
|
* 50,
|
|
13043
13043
|
* G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
|
|
@@ -13496,7 +13496,7 @@ export namespace Mx {
|
|
|
13496
13496
|
* static void
|
|
13497
13497
|
* my_object_class_init (MyObjectClass *klass)
|
|
13498
13498
|
* {
|
|
13499
|
-
* properties[PROP_FOO] = g_param_spec_int ("foo",
|
|
13499
|
+
* properties[PROP_FOO] = g_param_spec_int ("foo", "Foo", "The foo",
|
|
13500
13500
|
* 0, 100,
|
|
13501
13501
|
* 50,
|
|
13502
13502
|
* G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
|
|
@@ -14088,7 +14088,7 @@ export namespace Mx {
|
|
|
14088
14088
|
* static void
|
|
14089
14089
|
* my_object_class_init (MyObjectClass *klass)
|
|
14090
14090
|
* {
|
|
14091
|
-
* properties[PROP_FOO] = g_param_spec_int ("foo",
|
|
14091
|
+
* properties[PROP_FOO] = g_param_spec_int ("foo", "Foo", "The foo",
|
|
14092
14092
|
* 0, 100,
|
|
14093
14093
|
* 50,
|
|
14094
14094
|
* G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
|
|
@@ -14558,7 +14558,7 @@ export namespace Mx {
|
|
|
14558
14558
|
* static void
|
|
14559
14559
|
* my_object_class_init (MyObjectClass *klass)
|
|
14560
14560
|
* {
|
|
14561
|
-
* properties[PROP_FOO] = g_param_spec_int ("foo",
|
|
14561
|
+
* properties[PROP_FOO] = g_param_spec_int ("foo", "Foo", "The foo",
|
|
14562
14562
|
* 0, 100,
|
|
14563
14563
|
* 50,
|
|
14564
14564
|
* G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
|
|
@@ -15188,7 +15188,7 @@ export namespace Mx {
|
|
|
15188
15188
|
* static void
|
|
15189
15189
|
* my_object_class_init (MyObjectClass *klass)
|
|
15190
15190
|
* {
|
|
15191
|
-
* properties[PROP_FOO] = g_param_spec_int ("foo",
|
|
15191
|
+
* properties[PROP_FOO] = g_param_spec_int ("foo", "Foo", "The foo",
|
|
15192
15192
|
* 0, 100,
|
|
15193
15193
|
* 50,
|
|
15194
15194
|
* G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
|
|
@@ -15748,7 +15748,7 @@ export namespace Mx {
|
|
|
15748
15748
|
* static void
|
|
15749
15749
|
* my_object_class_init (MyObjectClass *klass)
|
|
15750
15750
|
* {
|
|
15751
|
-
* properties[PROP_FOO] = g_param_spec_int ("foo",
|
|
15751
|
+
* properties[PROP_FOO] = g_param_spec_int ("foo", "Foo", "The foo",
|
|
15752
15752
|
* 0, 100,
|
|
15753
15753
|
* 50,
|
|
15754
15754
|
* G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
|
|
@@ -16339,7 +16339,7 @@ export namespace Mx {
|
|
|
16339
16339
|
* static void
|
|
16340
16340
|
* my_object_class_init (MyObjectClass *klass)
|
|
16341
16341
|
* {
|
|
16342
|
-
* properties[PROP_FOO] = g_param_spec_int ("foo",
|
|
16342
|
+
* properties[PROP_FOO] = g_param_spec_int ("foo", "Foo", "The foo",
|
|
16343
16343
|
* 0, 100,
|
|
16344
16344
|
* 50,
|
|
16345
16345
|
* G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
|
|
@@ -16916,7 +16916,7 @@ export namespace Mx {
|
|
|
16916
16916
|
* static void
|
|
16917
16917
|
* my_object_class_init (MyObjectClass *klass)
|
|
16918
16918
|
* {
|
|
16919
|
-
* properties[PROP_FOO] = g_param_spec_int ("foo",
|
|
16919
|
+
* properties[PROP_FOO] = g_param_spec_int ("foo", "Foo", "The foo",
|
|
16920
16920
|
* 0, 100,
|
|
16921
16921
|
* 50,
|
|
16922
16922
|
* G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
|
|
@@ -17602,7 +17602,7 @@ export namespace Mx {
|
|
|
17602
17602
|
* static void
|
|
17603
17603
|
* my_object_class_init (MyObjectClass *klass)
|
|
17604
17604
|
* {
|
|
17605
|
-
* properties[PROP_FOO] = g_param_spec_int ("foo",
|
|
17605
|
+
* properties[PROP_FOO] = g_param_spec_int ("foo", "Foo", "The foo",
|
|
17606
17606
|
* 0, 100,
|
|
17607
17607
|
* 50,
|
|
17608
17608
|
* G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
|
|
@@ -18182,7 +18182,7 @@ export namespace Mx {
|
|
|
18182
18182
|
* static void
|
|
18183
18183
|
* my_object_class_init (MyObjectClass *klass)
|
|
18184
18184
|
* {
|
|
18185
|
-
* properties[PROP_FOO] = g_param_spec_int ("foo",
|
|
18185
|
+
* properties[PROP_FOO] = g_param_spec_int ("foo", "Foo", "The foo",
|
|
18186
18186
|
* 0, 100,
|
|
18187
18187
|
* 50,
|
|
18188
18188
|
* G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
|
|
@@ -18822,7 +18822,7 @@ export namespace Mx {
|
|
|
18822
18822
|
* static void
|
|
18823
18823
|
* my_object_class_init (MyObjectClass *klass)
|
|
18824
18824
|
* {
|
|
18825
|
-
* properties[PROP_FOO] = g_param_spec_int ("foo",
|
|
18825
|
+
* properties[PROP_FOO] = g_param_spec_int ("foo", "Foo", "The foo",
|
|
18826
18826
|
* 0, 100,
|
|
18827
18827
|
* 50,
|
|
18828
18828
|
* G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
|
|
@@ -19718,7 +19718,7 @@ export namespace Mx {
|
|
|
19718
19718
|
* static void
|
|
19719
19719
|
* my_object_class_init (MyObjectClass *klass)
|
|
19720
19720
|
* {
|
|
19721
|
-
* properties[PROP_FOO] = g_param_spec_int ("foo",
|
|
19721
|
+
* properties[PROP_FOO] = g_param_spec_int ("foo", "Foo", "The foo",
|
|
19722
19722
|
* 0, 100,
|
|
19723
19723
|
* 50,
|
|
19724
19724
|
* G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
|
|
@@ -20830,7 +20830,7 @@ export namespace Mx {
|
|
|
20830
20830
|
* static void
|
|
20831
20831
|
* my_object_class_init (MyObjectClass *klass)
|
|
20832
20832
|
* {
|
|
20833
|
-
* properties[PROP_FOO] = g_param_spec_int ("foo",
|
|
20833
|
+
* properties[PROP_FOO] = g_param_spec_int ("foo", "Foo", "The foo",
|
|
20834
20834
|
* 0, 100,
|
|
20835
20835
|
* 50,
|
|
20836
20836
|
* G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
|
|
@@ -21407,7 +21407,7 @@ export namespace Mx {
|
|
|
21407
21407
|
* static void
|
|
21408
21408
|
* my_object_class_init (MyObjectClass *klass)
|
|
21409
21409
|
* {
|
|
21410
|
-
* properties[PROP_FOO] = g_param_spec_int ("foo",
|
|
21410
|
+
* properties[PROP_FOO] = g_param_spec_int ("foo", "Foo", "The foo",
|
|
21411
21411
|
* 0, 100,
|
|
21412
21412
|
* 50,
|
|
21413
21413
|
* G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
|
|
@@ -22014,7 +22014,7 @@ export namespace Mx {
|
|
|
22014
22014
|
* static void
|
|
22015
22015
|
* my_object_class_init (MyObjectClass *klass)
|
|
22016
22016
|
* {
|
|
22017
|
-
* properties[PROP_FOO] = g_param_spec_int ("foo",
|
|
22017
|
+
* properties[PROP_FOO] = g_param_spec_int ("foo", "Foo", "The foo",
|
|
22018
22018
|
* 0, 100,
|
|
22019
22019
|
* 50,
|
|
22020
22020
|
* G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
|
|
@@ -22461,7 +22461,7 @@ export namespace Mx {
|
|
|
22461
22461
|
* static void
|
|
22462
22462
|
* my_object_class_init (MyObjectClass *klass)
|
|
22463
22463
|
* {
|
|
22464
|
-
* properties[PROP_FOO] = g_param_spec_int ("foo",
|
|
22464
|
+
* properties[PROP_FOO] = g_param_spec_int ("foo", "Foo", "The foo",
|
|
22465
22465
|
* 0, 100,
|
|
22466
22466
|
* 50,
|
|
22467
22467
|
* G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
|
|
@@ -22939,7 +22939,7 @@ export namespace Mx {
|
|
|
22939
22939
|
* static void
|
|
22940
22940
|
* my_object_class_init (MyObjectClass *klass)
|
|
22941
22941
|
* {
|
|
22942
|
-
* properties[PROP_FOO] = g_param_spec_int ("foo",
|
|
22942
|
+
* properties[PROP_FOO] = g_param_spec_int ("foo", "Foo", "The foo",
|
|
22943
22943
|
* 0, 100,
|
|
22944
22944
|
* 50,
|
|
22945
22945
|
* G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
|
|
@@ -24068,7 +24068,7 @@ export namespace Mx {
|
|
|
24068
24068
|
* static void
|
|
24069
24069
|
* my_object_class_init (MyObjectClass *klass)
|
|
24070
24070
|
* {
|
|
24071
|
-
* properties[PROP_FOO] = g_param_spec_int ("foo",
|
|
24071
|
+
* properties[PROP_FOO] = g_param_spec_int ("foo", "Foo", "The foo",
|
|
24072
24072
|
* 0, 100,
|
|
24073
24073
|
* 50,
|
|
24074
24074
|
* G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/mx-2.0",
|
|
3
|
-
"version": "1.99.4-4.0.0-beta.
|
|
3
|
+
"version": "1.99.4-4.0.0-beta.5",
|
|
4
4
|
"description": "GJS TypeScript type definitions for Mx-2.0, generated from library version 1.99.4",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "mx-2.0.js",
|
|
@@ -26,24 +26,24 @@
|
|
|
26
26
|
"test": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit mx-2.0.d.ts"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@girs/atk-1.0": "^2.52.0-4.0.0-beta.
|
|
30
|
-
"@girs/cairo-1.0": "^1.0.0-4.0.0-beta.
|
|
31
|
-
"@girs/clutter-1.0": "^1.26.5-4.0.0-beta.
|
|
32
|
-
"@girs/cogl-1.0": "^1.0.0-4.0.0-beta.
|
|
33
|
-
"@girs/coglpango-1.0": "^1.0.0-4.0.0-beta.
|
|
34
|
-
"@girs/fontconfig-2.0": "^2.0.0-4.0.0-beta.
|
|
35
|
-
"@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.
|
|
36
|
-
"@girs/gio-2.0": "^2.80.0-4.0.0-beta.
|
|
37
|
-
"@girs/gjs": "^4.0.0-beta.
|
|
38
|
-
"@girs/gl-1.0": "^1.0.0-4.0.0-beta.
|
|
39
|
-
"@girs/glib-2.0": "^2.80.0-4.0.0-beta.
|
|
40
|
-
"@girs/gobject-2.0": "^2.80.0-4.0.0-beta.
|
|
41
|
-
"@girs/harfbuzz-0.0": "^8.3.1-4.0.0-beta.
|
|
42
|
-
"@girs/json-1.0": "^1.8.0-4.0.0-beta.
|
|
43
|
-
"@girs/pango-1.0": "^1.52.2-4.0.0-beta.
|
|
44
|
-
"@girs/pangocairo-1.0": "^1.0.0-4.0.0-beta.
|
|
45
|
-
"@girs/pangofc-1.0": "^1.0.0-4.0.0-beta.
|
|
46
|
-
"@girs/pangoft2-1.0": "^1.0.0-4.0.0-beta.
|
|
29
|
+
"@girs/atk-1.0": "^2.52.0-4.0.0-beta.5",
|
|
30
|
+
"@girs/cairo-1.0": "^1.0.0-4.0.0-beta.5",
|
|
31
|
+
"@girs/clutter-1.0": "^1.26.5-4.0.0-beta.5",
|
|
32
|
+
"@girs/cogl-1.0": "^1.0.0-4.0.0-beta.5",
|
|
33
|
+
"@girs/coglpango-1.0": "^1.0.0-4.0.0-beta.5",
|
|
34
|
+
"@girs/fontconfig-2.0": "^2.0.0-4.0.0-beta.5",
|
|
35
|
+
"@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.5",
|
|
36
|
+
"@girs/gio-2.0": "^2.80.0-4.0.0-beta.5",
|
|
37
|
+
"@girs/gjs": "^4.0.0-beta.5",
|
|
38
|
+
"@girs/gl-1.0": "^1.0.0-4.0.0-beta.5",
|
|
39
|
+
"@girs/glib-2.0": "^2.80.0-4.0.0-beta.5",
|
|
40
|
+
"@girs/gobject-2.0": "^2.80.0-4.0.0-beta.5",
|
|
41
|
+
"@girs/harfbuzz-0.0": "^8.3.1-4.0.0-beta.5",
|
|
42
|
+
"@girs/json-1.0": "^1.8.0-4.0.0-beta.5",
|
|
43
|
+
"@girs/pango-1.0": "^1.52.2-4.0.0-beta.5",
|
|
44
|
+
"@girs/pangocairo-1.0": "^1.0.0-4.0.0-beta.5",
|
|
45
|
+
"@girs/pangofc-1.0": "^1.0.0-4.0.0-beta.5",
|
|
46
|
+
"@girs/pangoft2-1.0": "^1.0.0-4.0.0-beta.5"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"typescript": "*"
|