@girs/gpseq-1.0 1.0.0-3.2.5 → 1.0.0-3.2.7
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/gpseq-1.0.d.cts +119 -2
- package/gpseq-1.0.d.ts +119 -2
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for Gpseq-1.0, generated from library version 1.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.
|
|
8
|
+
GJS TypeScript type definitions for Gpseq-1.0, generated from library version 1.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.7.
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
## Install
|
package/gpseq-1.0.d.cts
CHANGED
|
@@ -509,7 +509,9 @@ export interface Spliterator extends GObject.Object {
|
|
|
509
509
|
// Own properties of Gpseq-1.0.Gpseq.Spliterator
|
|
510
510
|
|
|
511
511
|
readonly estimated_size: number
|
|
512
|
+
readonly estimatedSize: number
|
|
512
513
|
readonly is_size_known: boolean
|
|
514
|
+
readonly isSizeKnown: boolean
|
|
513
515
|
|
|
514
516
|
// Owm methods of Gpseq-1.0.Gpseq.Spliterator
|
|
515
517
|
|
|
@@ -700,6 +702,9 @@ export module ArraySpliterator {
|
|
|
700
702
|
g_type?: GObject.GType | null
|
|
701
703
|
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
702
704
|
g_destroy_func?: GLib.DestroyNotify | null
|
|
705
|
+
gType?: GObject.GType | null
|
|
706
|
+
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
707
|
+
gDestroyFunc?: GLib.DestroyNotify | null
|
|
703
708
|
}
|
|
704
709
|
|
|
705
710
|
}
|
|
@@ -709,8 +714,11 @@ export interface ArraySpliterator extends Spliterator {
|
|
|
709
714
|
// Own properties of Gpseq-1.0.Gpseq.ArraySpliterator
|
|
710
715
|
|
|
711
716
|
readonly g_type: GObject.GType
|
|
717
|
+
readonly gType: GObject.GType
|
|
712
718
|
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
719
|
+
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
713
720
|
readonly g_destroy_func: GLib.DestroyNotify
|
|
721
|
+
readonly gDestroyFunc: GLib.DestroyNotify
|
|
714
722
|
|
|
715
723
|
// Class property signals of Gpseq-1.0.Gpseq.ArraySpliterator
|
|
716
724
|
|
|
@@ -762,6 +770,9 @@ export module ForkJoinTask {
|
|
|
762
770
|
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
763
771
|
g_destroy_func?: GLib.DestroyNotify | null
|
|
764
772
|
depth?: number | null
|
|
773
|
+
gType?: GObject.GType | null
|
|
774
|
+
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
775
|
+
gDestroyFunc?: GLib.DestroyNotify | null
|
|
765
776
|
}
|
|
766
777
|
|
|
767
778
|
}
|
|
@@ -771,18 +782,25 @@ export interface ForkJoinTask extends Task {
|
|
|
771
782
|
// Own properties of Gpseq-1.0.Gpseq.ForkJoinTask
|
|
772
783
|
|
|
773
784
|
readonly g_type: GObject.GType
|
|
785
|
+
readonly gType: GObject.GType
|
|
774
786
|
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
787
|
+
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
775
788
|
readonly g_destroy_func: GLib.DestroyNotify
|
|
789
|
+
readonly gDestroyFunc: GLib.DestroyNotify
|
|
776
790
|
readonly parent: ForkJoinTask
|
|
777
791
|
readonly root: ForkJoinTask
|
|
778
792
|
readonly is_root: boolean
|
|
793
|
+
readonly isRoot: boolean
|
|
779
794
|
readonly threshold: number
|
|
780
795
|
readonly max_depth: number
|
|
796
|
+
readonly maxDepth: number
|
|
781
797
|
depth: number
|
|
782
798
|
readonly executor: Executor
|
|
783
799
|
readonly promise: Promise
|
|
784
800
|
readonly shared_result: ForkJoinTaskSharedResult
|
|
801
|
+
readonly sharedResult: ForkJoinTaskSharedResult
|
|
785
802
|
readonly is_cancelled: boolean
|
|
803
|
+
readonly isCancelled: boolean
|
|
786
804
|
|
|
787
805
|
// Owm methods of Gpseq-1.0.Gpseq.ForkJoinTask
|
|
788
806
|
|
|
@@ -908,6 +926,9 @@ export module FuncTask {
|
|
|
908
926
|
g_type?: GObject.GType | null
|
|
909
927
|
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
910
928
|
g_destroy_func?: GLib.DestroyNotify | null
|
|
929
|
+
gType?: GObject.GType | null
|
|
930
|
+
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
931
|
+
gDestroyFunc?: GLib.DestroyNotify | null
|
|
911
932
|
}
|
|
912
933
|
|
|
913
934
|
}
|
|
@@ -917,8 +938,11 @@ export interface FuncTask extends Task {
|
|
|
917
938
|
// Own properties of Gpseq-1.0.Gpseq.FuncTask
|
|
918
939
|
|
|
919
940
|
readonly g_type: GObject.GType
|
|
941
|
+
readonly gType: GObject.GType
|
|
920
942
|
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
943
|
+
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
921
944
|
readonly g_destroy_func: GLib.DestroyNotify
|
|
945
|
+
readonly gDestroyFunc: GLib.DestroyNotify
|
|
922
946
|
|
|
923
947
|
// Class property signals of Gpseq-1.0.Gpseq.FuncTask
|
|
924
948
|
|
|
@@ -966,6 +990,9 @@ export module Future {
|
|
|
966
990
|
g_type?: GObject.GType | null
|
|
967
991
|
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
968
992
|
g_destroy_func?: GLib.DestroyNotify | null
|
|
993
|
+
gType?: GObject.GType | null
|
|
994
|
+
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
995
|
+
gDestroyFunc?: GLib.DestroyNotify | null
|
|
969
996
|
}
|
|
970
997
|
|
|
971
998
|
}
|
|
@@ -975,8 +1002,11 @@ export interface Future extends Gee.Hashable, Result {
|
|
|
975
1002
|
// Own properties of Gpseq-1.0.Gpseq.Future
|
|
976
1003
|
|
|
977
1004
|
readonly g_type: GObject.GType
|
|
1005
|
+
readonly gType: GObject.GType
|
|
978
1006
|
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
1007
|
+
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
979
1008
|
readonly g_destroy_func: GLib.DestroyNotify
|
|
1009
|
+
readonly gDestroyFunc: GLib.DestroyNotify
|
|
980
1010
|
readonly ready: boolean
|
|
981
1011
|
|
|
982
1012
|
// Owm methods of Gpseq-1.0.Gpseq.Future
|
|
@@ -1048,6 +1078,9 @@ export module GenericArraySpliterator {
|
|
|
1048
1078
|
g_type?: GObject.GType | null
|
|
1049
1079
|
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
1050
1080
|
g_destroy_func?: GLib.DestroyNotify | null
|
|
1081
|
+
gType?: GObject.GType | null
|
|
1082
|
+
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
1083
|
+
gDestroyFunc?: GLib.DestroyNotify | null
|
|
1051
1084
|
}
|
|
1052
1085
|
|
|
1053
1086
|
}
|
|
@@ -1057,8 +1090,11 @@ export interface GenericArraySpliterator extends Spliterator {
|
|
|
1057
1090
|
// Own properties of Gpseq-1.0.Gpseq.GenericArraySpliterator
|
|
1058
1091
|
|
|
1059
1092
|
readonly g_type: GObject.GType
|
|
1093
|
+
readonly gType: GObject.GType
|
|
1060
1094
|
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
1095
|
+
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
1061
1096
|
readonly g_destroy_func: GLib.DestroyNotify
|
|
1097
|
+
readonly gDestroyFunc: GLib.DestroyNotify
|
|
1062
1098
|
|
|
1063
1099
|
// Class property signals of Gpseq-1.0.Gpseq.GenericArraySpliterator
|
|
1064
1100
|
|
|
@@ -1109,6 +1145,9 @@ export module IteratorSpliterator {
|
|
|
1109
1145
|
g_type?: GObject.GType | null
|
|
1110
1146
|
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
1111
1147
|
g_destroy_func?: GLib.DestroyNotify | null
|
|
1148
|
+
gType?: GObject.GType | null
|
|
1149
|
+
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
1150
|
+
gDestroyFunc?: GLib.DestroyNotify | null
|
|
1112
1151
|
}
|
|
1113
1152
|
|
|
1114
1153
|
}
|
|
@@ -1118,8 +1157,11 @@ export interface IteratorSpliterator extends Spliterator {
|
|
|
1118
1157
|
// Own properties of Gpseq-1.0.Gpseq.IteratorSpliterator
|
|
1119
1158
|
|
|
1120
1159
|
readonly g_type: GObject.GType
|
|
1160
|
+
readonly gType: GObject.GType
|
|
1121
1161
|
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
1162
|
+
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
1122
1163
|
readonly g_destroy_func: GLib.DestroyNotify
|
|
1164
|
+
readonly gDestroyFunc: GLib.DestroyNotify
|
|
1123
1165
|
|
|
1124
1166
|
// Class property signals of Gpseq-1.0.Gpseq.IteratorSpliterator
|
|
1125
1167
|
|
|
@@ -1171,6 +1213,9 @@ export module ListSpliterator {
|
|
|
1171
1213
|
g_type?: GObject.GType | null
|
|
1172
1214
|
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
1173
1215
|
g_destroy_func?: GLib.DestroyNotify | null
|
|
1216
|
+
gType?: GObject.GType | null
|
|
1217
|
+
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
1218
|
+
gDestroyFunc?: GLib.DestroyNotify | null
|
|
1174
1219
|
}
|
|
1175
1220
|
|
|
1176
1221
|
}
|
|
@@ -1180,8 +1225,11 @@ export interface ListSpliterator extends Spliterator {
|
|
|
1180
1225
|
// Own properties of Gpseq-1.0.Gpseq.ListSpliterator
|
|
1181
1226
|
|
|
1182
1227
|
readonly g_type: GObject.GType
|
|
1228
|
+
readonly gType: GObject.GType
|
|
1183
1229
|
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
1230
|
+
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
1184
1231
|
readonly g_destroy_func: GLib.DestroyNotify
|
|
1232
|
+
readonly gDestroyFunc: GLib.DestroyNotify
|
|
1185
1233
|
|
|
1186
1234
|
// Class property signals of Gpseq-1.0.Gpseq.ListSpliterator
|
|
1187
1235
|
|
|
@@ -1232,6 +1280,9 @@ export module Optional {
|
|
|
1232
1280
|
g_type?: GObject.GType | null
|
|
1233
1281
|
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
1234
1282
|
g_destroy_func?: GLib.DestroyNotify | null
|
|
1283
|
+
gType?: GObject.GType | null
|
|
1284
|
+
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
1285
|
+
gDestroyFunc?: GLib.DestroyNotify | null
|
|
1235
1286
|
}
|
|
1236
1287
|
|
|
1237
1288
|
}
|
|
@@ -1241,11 +1292,16 @@ export interface Optional {
|
|
|
1241
1292
|
// Own properties of Gpseq-1.0.Gpseq.Optional
|
|
1242
1293
|
|
|
1243
1294
|
readonly g_type: GObject.GType
|
|
1295
|
+
readonly gType: GObject.GType
|
|
1244
1296
|
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
1297
|
+
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
1245
1298
|
readonly g_destroy_func: GLib.DestroyNotify
|
|
1299
|
+
readonly gDestroyFunc: GLib.DestroyNotify
|
|
1246
1300
|
readonly value_type: GObject.GType
|
|
1301
|
+
readonly valueType: GObject.GType
|
|
1247
1302
|
readonly value: any
|
|
1248
1303
|
readonly is_present: boolean
|
|
1304
|
+
readonly isPresent: boolean
|
|
1249
1305
|
|
|
1250
1306
|
// Owm methods of Gpseq-1.0.Gpseq.Optional
|
|
1251
1307
|
|
|
@@ -1340,6 +1396,9 @@ export module Seq {
|
|
|
1340
1396
|
g_type?: GObject.GType | null
|
|
1341
1397
|
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
1342
1398
|
g_destroy_func?: GLib.DestroyNotify | null
|
|
1399
|
+
gType?: GObject.GType | null
|
|
1400
|
+
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
1401
|
+
gDestroyFunc?: GLib.DestroyNotify | null
|
|
1343
1402
|
}
|
|
1344
1403
|
|
|
1345
1404
|
}
|
|
@@ -1349,12 +1408,19 @@ export interface Seq {
|
|
|
1349
1408
|
// Own properties of Gpseq-1.0.Gpseq.Seq
|
|
1350
1409
|
|
|
1351
1410
|
readonly g_type: GObject.GType
|
|
1411
|
+
readonly gType: GObject.GType
|
|
1352
1412
|
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
1413
|
+
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
1353
1414
|
readonly g_destroy_func: GLib.DestroyNotify
|
|
1415
|
+
readonly gDestroyFunc: GLib.DestroyNotify
|
|
1354
1416
|
readonly element_type: GObject.GType
|
|
1417
|
+
readonly elementType: GObject.GType
|
|
1355
1418
|
readonly task_env: TaskEnv
|
|
1419
|
+
readonly taskEnv: TaskEnv
|
|
1356
1420
|
readonly is_closed: boolean
|
|
1421
|
+
readonly isClosed: boolean
|
|
1357
1422
|
readonly is_parallel: boolean
|
|
1423
|
+
readonly isParallel: boolean
|
|
1358
1424
|
|
|
1359
1425
|
// Owm methods of Gpseq-1.0.Gpseq.Seq
|
|
1360
1426
|
|
|
@@ -1467,6 +1533,12 @@ export module SpliteratorTask {
|
|
|
1467
1533
|
g_type?: GObject.GType | null
|
|
1468
1534
|
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
1469
1535
|
g_destroy_func?: GLib.DestroyNotify | null
|
|
1536
|
+
rType?: GObject.GType | null
|
|
1537
|
+
rDupFunc?: GObject.BoxedCopyFunc | null
|
|
1538
|
+
rDestroyFunc?: GLib.DestroyNotify | null
|
|
1539
|
+
gType?: GObject.GType | null
|
|
1540
|
+
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
1541
|
+
gDestroyFunc?: GLib.DestroyNotify | null
|
|
1470
1542
|
}
|
|
1471
1543
|
|
|
1472
1544
|
}
|
|
@@ -1476,17 +1548,28 @@ export interface SpliteratorTask {
|
|
|
1476
1548
|
// Own properties of Gpseq-1.0.Gpseq.SpliteratorTask
|
|
1477
1549
|
|
|
1478
1550
|
readonly r_type: GObject.GType
|
|
1551
|
+
readonly rType: GObject.GType
|
|
1479
1552
|
readonly r_dup_func: GObject.BoxedCopyFunc
|
|
1553
|
+
readonly rDupFunc: GObject.BoxedCopyFunc
|
|
1480
1554
|
readonly r_destroy_func: GLib.DestroyNotify
|
|
1555
|
+
readonly rDestroyFunc: GLib.DestroyNotify
|
|
1481
1556
|
readonly g_type: GObject.GType
|
|
1557
|
+
readonly gType: GObject.GType
|
|
1482
1558
|
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
1559
|
+
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
1483
1560
|
readonly g_destroy_func: GLib.DestroyNotify
|
|
1561
|
+
readonly gDestroyFunc: GLib.DestroyNotify
|
|
1484
1562
|
readonly spliterator: Spliterator
|
|
1485
1563
|
readonly left_child: SpliteratorTask
|
|
1564
|
+
readonly leftChild: SpliteratorTask
|
|
1486
1565
|
readonly right_child: SpliteratorTask
|
|
1566
|
+
readonly rightChild: SpliteratorTask
|
|
1487
1567
|
readonly is_leaf: boolean
|
|
1568
|
+
readonly isLeaf: boolean
|
|
1488
1569
|
readonly is_leftmost: boolean
|
|
1570
|
+
readonly isLeftmost: boolean
|
|
1489
1571
|
readonly empty_result: any
|
|
1572
|
+
readonly emptyResult: any
|
|
1490
1573
|
|
|
1491
1574
|
// Owm methods of Gpseq-1.0.Gpseq.SpliteratorTask
|
|
1492
1575
|
|
|
@@ -1606,6 +1689,9 @@ export module SubArray {
|
|
|
1606
1689
|
g_type?: GObject.GType | null
|
|
1607
1690
|
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
1608
1691
|
g_destroy_func?: GLib.DestroyNotify | null
|
|
1692
|
+
gType?: GObject.GType | null
|
|
1693
|
+
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
1694
|
+
gDestroyFunc?: GLib.DestroyNotify | null
|
|
1609
1695
|
}
|
|
1610
1696
|
|
|
1611
1697
|
}
|
|
@@ -1615,8 +1701,11 @@ export interface SubArray extends Gee.Traversable, Gee.Iterable {
|
|
|
1615
1701
|
// Own properties of Gpseq-1.0.Gpseq.SubArray
|
|
1616
1702
|
|
|
1617
1703
|
readonly g_type: GObject.GType
|
|
1704
|
+
readonly gType: GObject.GType
|
|
1618
1705
|
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
1706
|
+
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
1619
1707
|
readonly g_destroy_func: GLib.DestroyNotify
|
|
1708
|
+
readonly gDestroyFunc: GLib.DestroyNotify
|
|
1620
1709
|
readonly size: number
|
|
1621
1710
|
|
|
1622
1711
|
// Owm methods of Gpseq-1.0.Gpseq.SubArray
|
|
@@ -1630,7 +1719,7 @@ export interface SubArray extends Gee.Traversable, Gee.Iterable {
|
|
|
1630
1719
|
* @param key name of the key for that association
|
|
1631
1720
|
* @returns the data if found, or %NULL if no such data exists.
|
|
1632
1721
|
*/
|
|
1633
|
-
get_data(key: string
|
|
1722
|
+
get_data(key: string): any | null
|
|
1634
1723
|
get_size(): number
|
|
1635
1724
|
get(index: number): any | null
|
|
1636
1725
|
set(index: number, item?: any | null): void
|
|
@@ -1686,6 +1775,9 @@ export module SubArraySpliterator {
|
|
|
1686
1775
|
g_type?: GObject.GType | null
|
|
1687
1776
|
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
1688
1777
|
g_destroy_func?: GLib.DestroyNotify | null
|
|
1778
|
+
gType?: GObject.GType | null
|
|
1779
|
+
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
1780
|
+
gDestroyFunc?: GLib.DestroyNotify | null
|
|
1689
1781
|
}
|
|
1690
1782
|
|
|
1691
1783
|
}
|
|
@@ -1695,8 +1787,11 @@ export interface SubArraySpliterator extends Spliterator {
|
|
|
1695
1787
|
// Own properties of Gpseq-1.0.Gpseq.SubArraySpliterator
|
|
1696
1788
|
|
|
1697
1789
|
readonly g_type: GObject.GType
|
|
1790
|
+
readonly gType: GObject.GType
|
|
1698
1791
|
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
1792
|
+
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
1699
1793
|
readonly g_destroy_func: GLib.DestroyNotify
|
|
1794
|
+
readonly gDestroyFunc: GLib.DestroyNotify
|
|
1700
1795
|
|
|
1701
1796
|
// Class property signals of Gpseq-1.0.Gpseq.SubArraySpliterator
|
|
1702
1797
|
|
|
@@ -1747,6 +1842,9 @@ export module SupplierSpliterator {
|
|
|
1747
1842
|
g_type?: GObject.GType | null
|
|
1748
1843
|
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
1749
1844
|
g_destroy_func?: GLib.DestroyNotify | null
|
|
1845
|
+
gType?: GObject.GType | null
|
|
1846
|
+
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
1847
|
+
gDestroyFunc?: GLib.DestroyNotify | null
|
|
1750
1848
|
}
|
|
1751
1849
|
|
|
1752
1850
|
}
|
|
@@ -1756,8 +1854,11 @@ export interface SupplierSpliterator extends Spliterator {
|
|
|
1756
1854
|
// Own properties of Gpseq-1.0.Gpseq.SupplierSpliterator
|
|
1757
1855
|
|
|
1758
1856
|
readonly g_type: GObject.GType
|
|
1857
|
+
readonly gType: GObject.GType
|
|
1759
1858
|
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
1859
|
+
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
1760
1860
|
readonly g_destroy_func: GLib.DestroyNotify
|
|
1861
|
+
readonly gDestroyFunc: GLib.DestroyNotify
|
|
1761
1862
|
|
|
1762
1863
|
// Class property signals of Gpseq-1.0.Gpseq.SupplierSpliterator
|
|
1763
1864
|
|
|
@@ -1906,6 +2007,7 @@ export module WorkerPool {
|
|
|
1906
2007
|
// Own constructor properties of Gpseq-1.0.Gpseq.WorkerPool
|
|
1907
2008
|
|
|
1908
2009
|
max_threads?: number | null
|
|
2010
|
+
maxThreads?: number | null
|
|
1909
2011
|
}
|
|
1910
2012
|
|
|
1911
2013
|
}
|
|
@@ -1915,11 +2017,16 @@ export interface WorkerPool extends Executor {
|
|
|
1915
2017
|
// Own properties of Gpseq-1.0.Gpseq.WorkerPool
|
|
1916
2018
|
|
|
1917
2019
|
max_threads: number
|
|
2020
|
+
maxThreads: number
|
|
1918
2021
|
readonly num_threads: number
|
|
2022
|
+
readonly numThreads: number
|
|
1919
2023
|
readonly factory: ThreadFactory
|
|
1920
2024
|
readonly is_terminating: boolean
|
|
2025
|
+
readonly isTerminating: boolean
|
|
1921
2026
|
readonly is_terminated: boolean
|
|
2027
|
+
readonly isTerminated: boolean
|
|
1922
2028
|
readonly is_terminating_started: boolean
|
|
2029
|
+
readonly isTerminatingStarted: boolean
|
|
1923
2030
|
|
|
1924
2031
|
// Owm methods of Gpseq-1.0.Gpseq.WorkerPool
|
|
1925
2032
|
|
|
@@ -1998,14 +2105,17 @@ export interface WorkerThread {
|
|
|
1998
2105
|
readonly pool: WorkerPool
|
|
1999
2106
|
readonly name: string | null
|
|
2000
2107
|
readonly is_started: boolean
|
|
2108
|
+
readonly isStarted: boolean
|
|
2001
2109
|
readonly is_terminated: boolean
|
|
2110
|
+
readonly isTerminated: boolean
|
|
2002
2111
|
readonly is_alive: boolean
|
|
2112
|
+
readonly isAlive: boolean
|
|
2003
2113
|
|
|
2004
2114
|
// Owm methods of Gpseq-1.0.Gpseq.WorkerThread
|
|
2005
2115
|
|
|
2006
2116
|
get_thread(): GLib.Thread | null
|
|
2007
2117
|
get_pool(): WorkerPool
|
|
2008
|
-
get_name(): string
|
|
2118
|
+
get_name(): string
|
|
2009
2119
|
get_is_started(): boolean
|
|
2010
2120
|
get_is_terminated(): boolean
|
|
2011
2121
|
get_is_alive(): boolean
|
|
@@ -2067,6 +2177,9 @@ export module Wrapper {
|
|
|
2067
2177
|
g_type?: GObject.GType | null
|
|
2068
2178
|
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
2069
2179
|
g_destroy_func?: GLib.DestroyNotify | null
|
|
2180
|
+
gType?: GObject.GType | null
|
|
2181
|
+
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
2182
|
+
gDestroyFunc?: GLib.DestroyNotify | null
|
|
2070
2183
|
}
|
|
2071
2184
|
|
|
2072
2185
|
}
|
|
@@ -2076,10 +2189,14 @@ export interface Wrapper {
|
|
|
2076
2189
|
// Own properties of Gpseq-1.0.Gpseq.Wrapper
|
|
2077
2190
|
|
|
2078
2191
|
readonly g_type: GObject.GType
|
|
2192
|
+
readonly gType: GObject.GType
|
|
2079
2193
|
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
2194
|
+
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
2080
2195
|
readonly g_destroy_func: GLib.DestroyNotify
|
|
2196
|
+
readonly gDestroyFunc: GLib.DestroyNotify
|
|
2081
2197
|
readonly value: any
|
|
2082
2198
|
readonly value_type: GObject.GType
|
|
2199
|
+
readonly valueType: GObject.GType
|
|
2083
2200
|
|
|
2084
2201
|
// Owm methods of Gpseq-1.0.Gpseq.Wrapper
|
|
2085
2202
|
|
package/gpseq-1.0.d.ts
CHANGED
|
@@ -511,7 +511,9 @@ interface Spliterator extends GObject.Object {
|
|
|
511
511
|
// Own properties of Gpseq-1.0.Gpseq.Spliterator
|
|
512
512
|
|
|
513
513
|
readonly estimated_size: number
|
|
514
|
+
readonly estimatedSize: number
|
|
514
515
|
readonly is_size_known: boolean
|
|
516
|
+
readonly isSizeKnown: boolean
|
|
515
517
|
|
|
516
518
|
// Owm methods of Gpseq-1.0.Gpseq.Spliterator
|
|
517
519
|
|
|
@@ -702,6 +704,9 @@ module ArraySpliterator {
|
|
|
702
704
|
g_type?: GObject.GType | null
|
|
703
705
|
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
704
706
|
g_destroy_func?: GLib.DestroyNotify | null
|
|
707
|
+
gType?: GObject.GType | null
|
|
708
|
+
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
709
|
+
gDestroyFunc?: GLib.DestroyNotify | null
|
|
705
710
|
}
|
|
706
711
|
|
|
707
712
|
}
|
|
@@ -711,8 +716,11 @@ interface ArraySpliterator extends Spliterator {
|
|
|
711
716
|
// Own properties of Gpseq-1.0.Gpseq.ArraySpliterator
|
|
712
717
|
|
|
713
718
|
readonly g_type: GObject.GType
|
|
719
|
+
readonly gType: GObject.GType
|
|
714
720
|
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
721
|
+
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
715
722
|
readonly g_destroy_func: GLib.DestroyNotify
|
|
723
|
+
readonly gDestroyFunc: GLib.DestroyNotify
|
|
716
724
|
|
|
717
725
|
// Class property signals of Gpseq-1.0.Gpseq.ArraySpliterator
|
|
718
726
|
|
|
@@ -764,6 +772,9 @@ module ForkJoinTask {
|
|
|
764
772
|
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
765
773
|
g_destroy_func?: GLib.DestroyNotify | null
|
|
766
774
|
depth?: number | null
|
|
775
|
+
gType?: GObject.GType | null
|
|
776
|
+
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
777
|
+
gDestroyFunc?: GLib.DestroyNotify | null
|
|
767
778
|
}
|
|
768
779
|
|
|
769
780
|
}
|
|
@@ -773,18 +784,25 @@ interface ForkJoinTask extends Task {
|
|
|
773
784
|
// Own properties of Gpseq-1.0.Gpseq.ForkJoinTask
|
|
774
785
|
|
|
775
786
|
readonly g_type: GObject.GType
|
|
787
|
+
readonly gType: GObject.GType
|
|
776
788
|
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
789
|
+
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
777
790
|
readonly g_destroy_func: GLib.DestroyNotify
|
|
791
|
+
readonly gDestroyFunc: GLib.DestroyNotify
|
|
778
792
|
readonly parent: ForkJoinTask
|
|
779
793
|
readonly root: ForkJoinTask
|
|
780
794
|
readonly is_root: boolean
|
|
795
|
+
readonly isRoot: boolean
|
|
781
796
|
readonly threshold: number
|
|
782
797
|
readonly max_depth: number
|
|
798
|
+
readonly maxDepth: number
|
|
783
799
|
depth: number
|
|
784
800
|
readonly executor: Executor
|
|
785
801
|
readonly promise: Promise
|
|
786
802
|
readonly shared_result: ForkJoinTaskSharedResult
|
|
803
|
+
readonly sharedResult: ForkJoinTaskSharedResult
|
|
787
804
|
readonly is_cancelled: boolean
|
|
805
|
+
readonly isCancelled: boolean
|
|
788
806
|
|
|
789
807
|
// Owm methods of Gpseq-1.0.Gpseq.ForkJoinTask
|
|
790
808
|
|
|
@@ -910,6 +928,9 @@ module FuncTask {
|
|
|
910
928
|
g_type?: GObject.GType | null
|
|
911
929
|
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
912
930
|
g_destroy_func?: GLib.DestroyNotify | null
|
|
931
|
+
gType?: GObject.GType | null
|
|
932
|
+
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
933
|
+
gDestroyFunc?: GLib.DestroyNotify | null
|
|
913
934
|
}
|
|
914
935
|
|
|
915
936
|
}
|
|
@@ -919,8 +940,11 @@ interface FuncTask extends Task {
|
|
|
919
940
|
// Own properties of Gpseq-1.0.Gpseq.FuncTask
|
|
920
941
|
|
|
921
942
|
readonly g_type: GObject.GType
|
|
943
|
+
readonly gType: GObject.GType
|
|
922
944
|
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
945
|
+
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
923
946
|
readonly g_destroy_func: GLib.DestroyNotify
|
|
947
|
+
readonly gDestroyFunc: GLib.DestroyNotify
|
|
924
948
|
|
|
925
949
|
// Class property signals of Gpseq-1.0.Gpseq.FuncTask
|
|
926
950
|
|
|
@@ -968,6 +992,9 @@ module Future {
|
|
|
968
992
|
g_type?: GObject.GType | null
|
|
969
993
|
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
970
994
|
g_destroy_func?: GLib.DestroyNotify | null
|
|
995
|
+
gType?: GObject.GType | null
|
|
996
|
+
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
997
|
+
gDestroyFunc?: GLib.DestroyNotify | null
|
|
971
998
|
}
|
|
972
999
|
|
|
973
1000
|
}
|
|
@@ -977,8 +1004,11 @@ interface Future extends Gee.Hashable, Result {
|
|
|
977
1004
|
// Own properties of Gpseq-1.0.Gpseq.Future
|
|
978
1005
|
|
|
979
1006
|
readonly g_type: GObject.GType
|
|
1007
|
+
readonly gType: GObject.GType
|
|
980
1008
|
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
1009
|
+
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
981
1010
|
readonly g_destroy_func: GLib.DestroyNotify
|
|
1011
|
+
readonly gDestroyFunc: GLib.DestroyNotify
|
|
982
1012
|
readonly ready: boolean
|
|
983
1013
|
|
|
984
1014
|
// Owm methods of Gpseq-1.0.Gpseq.Future
|
|
@@ -1050,6 +1080,9 @@ module GenericArraySpliterator {
|
|
|
1050
1080
|
g_type?: GObject.GType | null
|
|
1051
1081
|
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
1052
1082
|
g_destroy_func?: GLib.DestroyNotify | null
|
|
1083
|
+
gType?: GObject.GType | null
|
|
1084
|
+
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
1085
|
+
gDestroyFunc?: GLib.DestroyNotify | null
|
|
1053
1086
|
}
|
|
1054
1087
|
|
|
1055
1088
|
}
|
|
@@ -1059,8 +1092,11 @@ interface GenericArraySpliterator extends Spliterator {
|
|
|
1059
1092
|
// Own properties of Gpseq-1.0.Gpseq.GenericArraySpliterator
|
|
1060
1093
|
|
|
1061
1094
|
readonly g_type: GObject.GType
|
|
1095
|
+
readonly gType: GObject.GType
|
|
1062
1096
|
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
1097
|
+
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
1063
1098
|
readonly g_destroy_func: GLib.DestroyNotify
|
|
1099
|
+
readonly gDestroyFunc: GLib.DestroyNotify
|
|
1064
1100
|
|
|
1065
1101
|
// Class property signals of Gpseq-1.0.Gpseq.GenericArraySpliterator
|
|
1066
1102
|
|
|
@@ -1111,6 +1147,9 @@ module IteratorSpliterator {
|
|
|
1111
1147
|
g_type?: GObject.GType | null
|
|
1112
1148
|
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
1113
1149
|
g_destroy_func?: GLib.DestroyNotify | null
|
|
1150
|
+
gType?: GObject.GType | null
|
|
1151
|
+
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
1152
|
+
gDestroyFunc?: GLib.DestroyNotify | null
|
|
1114
1153
|
}
|
|
1115
1154
|
|
|
1116
1155
|
}
|
|
@@ -1120,8 +1159,11 @@ interface IteratorSpliterator extends Spliterator {
|
|
|
1120
1159
|
// Own properties of Gpseq-1.0.Gpseq.IteratorSpliterator
|
|
1121
1160
|
|
|
1122
1161
|
readonly g_type: GObject.GType
|
|
1162
|
+
readonly gType: GObject.GType
|
|
1123
1163
|
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
1164
|
+
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
1124
1165
|
readonly g_destroy_func: GLib.DestroyNotify
|
|
1166
|
+
readonly gDestroyFunc: GLib.DestroyNotify
|
|
1125
1167
|
|
|
1126
1168
|
// Class property signals of Gpseq-1.0.Gpseq.IteratorSpliterator
|
|
1127
1169
|
|
|
@@ -1173,6 +1215,9 @@ module ListSpliterator {
|
|
|
1173
1215
|
g_type?: GObject.GType | null
|
|
1174
1216
|
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
1175
1217
|
g_destroy_func?: GLib.DestroyNotify | null
|
|
1218
|
+
gType?: GObject.GType | null
|
|
1219
|
+
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
1220
|
+
gDestroyFunc?: GLib.DestroyNotify | null
|
|
1176
1221
|
}
|
|
1177
1222
|
|
|
1178
1223
|
}
|
|
@@ -1182,8 +1227,11 @@ interface ListSpliterator extends Spliterator {
|
|
|
1182
1227
|
// Own properties of Gpseq-1.0.Gpseq.ListSpliterator
|
|
1183
1228
|
|
|
1184
1229
|
readonly g_type: GObject.GType
|
|
1230
|
+
readonly gType: GObject.GType
|
|
1185
1231
|
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
1232
|
+
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
1186
1233
|
readonly g_destroy_func: GLib.DestroyNotify
|
|
1234
|
+
readonly gDestroyFunc: GLib.DestroyNotify
|
|
1187
1235
|
|
|
1188
1236
|
// Class property signals of Gpseq-1.0.Gpseq.ListSpliterator
|
|
1189
1237
|
|
|
@@ -1234,6 +1282,9 @@ module Optional {
|
|
|
1234
1282
|
g_type?: GObject.GType | null
|
|
1235
1283
|
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
1236
1284
|
g_destroy_func?: GLib.DestroyNotify | null
|
|
1285
|
+
gType?: GObject.GType | null
|
|
1286
|
+
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
1287
|
+
gDestroyFunc?: GLib.DestroyNotify | null
|
|
1237
1288
|
}
|
|
1238
1289
|
|
|
1239
1290
|
}
|
|
@@ -1243,11 +1294,16 @@ interface Optional {
|
|
|
1243
1294
|
// Own properties of Gpseq-1.0.Gpseq.Optional
|
|
1244
1295
|
|
|
1245
1296
|
readonly g_type: GObject.GType
|
|
1297
|
+
readonly gType: GObject.GType
|
|
1246
1298
|
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
1299
|
+
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
1247
1300
|
readonly g_destroy_func: GLib.DestroyNotify
|
|
1301
|
+
readonly gDestroyFunc: GLib.DestroyNotify
|
|
1248
1302
|
readonly value_type: GObject.GType
|
|
1303
|
+
readonly valueType: GObject.GType
|
|
1249
1304
|
readonly value: any
|
|
1250
1305
|
readonly is_present: boolean
|
|
1306
|
+
readonly isPresent: boolean
|
|
1251
1307
|
|
|
1252
1308
|
// Owm methods of Gpseq-1.0.Gpseq.Optional
|
|
1253
1309
|
|
|
@@ -1342,6 +1398,9 @@ module Seq {
|
|
|
1342
1398
|
g_type?: GObject.GType | null
|
|
1343
1399
|
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
1344
1400
|
g_destroy_func?: GLib.DestroyNotify | null
|
|
1401
|
+
gType?: GObject.GType | null
|
|
1402
|
+
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
1403
|
+
gDestroyFunc?: GLib.DestroyNotify | null
|
|
1345
1404
|
}
|
|
1346
1405
|
|
|
1347
1406
|
}
|
|
@@ -1351,12 +1410,19 @@ interface Seq {
|
|
|
1351
1410
|
// Own properties of Gpseq-1.0.Gpseq.Seq
|
|
1352
1411
|
|
|
1353
1412
|
readonly g_type: GObject.GType
|
|
1413
|
+
readonly gType: GObject.GType
|
|
1354
1414
|
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
1415
|
+
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
1355
1416
|
readonly g_destroy_func: GLib.DestroyNotify
|
|
1417
|
+
readonly gDestroyFunc: GLib.DestroyNotify
|
|
1356
1418
|
readonly element_type: GObject.GType
|
|
1419
|
+
readonly elementType: GObject.GType
|
|
1357
1420
|
readonly task_env: TaskEnv
|
|
1421
|
+
readonly taskEnv: TaskEnv
|
|
1358
1422
|
readonly is_closed: boolean
|
|
1423
|
+
readonly isClosed: boolean
|
|
1359
1424
|
readonly is_parallel: boolean
|
|
1425
|
+
readonly isParallel: boolean
|
|
1360
1426
|
|
|
1361
1427
|
// Owm methods of Gpseq-1.0.Gpseq.Seq
|
|
1362
1428
|
|
|
@@ -1469,6 +1535,12 @@ module SpliteratorTask {
|
|
|
1469
1535
|
g_type?: GObject.GType | null
|
|
1470
1536
|
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
1471
1537
|
g_destroy_func?: GLib.DestroyNotify | null
|
|
1538
|
+
rType?: GObject.GType | null
|
|
1539
|
+
rDupFunc?: GObject.BoxedCopyFunc | null
|
|
1540
|
+
rDestroyFunc?: GLib.DestroyNotify | null
|
|
1541
|
+
gType?: GObject.GType | null
|
|
1542
|
+
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
1543
|
+
gDestroyFunc?: GLib.DestroyNotify | null
|
|
1472
1544
|
}
|
|
1473
1545
|
|
|
1474
1546
|
}
|
|
@@ -1478,17 +1550,28 @@ interface SpliteratorTask {
|
|
|
1478
1550
|
// Own properties of Gpseq-1.0.Gpseq.SpliteratorTask
|
|
1479
1551
|
|
|
1480
1552
|
readonly r_type: GObject.GType
|
|
1553
|
+
readonly rType: GObject.GType
|
|
1481
1554
|
readonly r_dup_func: GObject.BoxedCopyFunc
|
|
1555
|
+
readonly rDupFunc: GObject.BoxedCopyFunc
|
|
1482
1556
|
readonly r_destroy_func: GLib.DestroyNotify
|
|
1557
|
+
readonly rDestroyFunc: GLib.DestroyNotify
|
|
1483
1558
|
readonly g_type: GObject.GType
|
|
1559
|
+
readonly gType: GObject.GType
|
|
1484
1560
|
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
1561
|
+
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
1485
1562
|
readonly g_destroy_func: GLib.DestroyNotify
|
|
1563
|
+
readonly gDestroyFunc: GLib.DestroyNotify
|
|
1486
1564
|
readonly spliterator: Spliterator
|
|
1487
1565
|
readonly left_child: SpliteratorTask
|
|
1566
|
+
readonly leftChild: SpliteratorTask
|
|
1488
1567
|
readonly right_child: SpliteratorTask
|
|
1568
|
+
readonly rightChild: SpliteratorTask
|
|
1489
1569
|
readonly is_leaf: boolean
|
|
1570
|
+
readonly isLeaf: boolean
|
|
1490
1571
|
readonly is_leftmost: boolean
|
|
1572
|
+
readonly isLeftmost: boolean
|
|
1491
1573
|
readonly empty_result: any
|
|
1574
|
+
readonly emptyResult: any
|
|
1492
1575
|
|
|
1493
1576
|
// Owm methods of Gpseq-1.0.Gpseq.SpliteratorTask
|
|
1494
1577
|
|
|
@@ -1608,6 +1691,9 @@ module SubArray {
|
|
|
1608
1691
|
g_type?: GObject.GType | null
|
|
1609
1692
|
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
1610
1693
|
g_destroy_func?: GLib.DestroyNotify | null
|
|
1694
|
+
gType?: GObject.GType | null
|
|
1695
|
+
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
1696
|
+
gDestroyFunc?: GLib.DestroyNotify | null
|
|
1611
1697
|
}
|
|
1612
1698
|
|
|
1613
1699
|
}
|
|
@@ -1617,8 +1703,11 @@ interface SubArray extends Gee.Traversable, Gee.Iterable {
|
|
|
1617
1703
|
// Own properties of Gpseq-1.0.Gpseq.SubArray
|
|
1618
1704
|
|
|
1619
1705
|
readonly g_type: GObject.GType
|
|
1706
|
+
readonly gType: GObject.GType
|
|
1620
1707
|
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
1708
|
+
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
1621
1709
|
readonly g_destroy_func: GLib.DestroyNotify
|
|
1710
|
+
readonly gDestroyFunc: GLib.DestroyNotify
|
|
1622
1711
|
readonly size: number
|
|
1623
1712
|
|
|
1624
1713
|
// Owm methods of Gpseq-1.0.Gpseq.SubArray
|
|
@@ -1632,7 +1721,7 @@ interface SubArray extends Gee.Traversable, Gee.Iterable {
|
|
|
1632
1721
|
* @param key name of the key for that association
|
|
1633
1722
|
* @returns the data if found, or %NULL if no such data exists.
|
|
1634
1723
|
*/
|
|
1635
|
-
get_data(key: string
|
|
1724
|
+
get_data(key: string): any | null
|
|
1636
1725
|
get_size(): number
|
|
1637
1726
|
get(index: number): any | null
|
|
1638
1727
|
set(index: number, item?: any | null): void
|
|
@@ -1688,6 +1777,9 @@ module SubArraySpliterator {
|
|
|
1688
1777
|
g_type?: GObject.GType | null
|
|
1689
1778
|
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
1690
1779
|
g_destroy_func?: GLib.DestroyNotify | null
|
|
1780
|
+
gType?: GObject.GType | null
|
|
1781
|
+
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
1782
|
+
gDestroyFunc?: GLib.DestroyNotify | null
|
|
1691
1783
|
}
|
|
1692
1784
|
|
|
1693
1785
|
}
|
|
@@ -1697,8 +1789,11 @@ interface SubArraySpliterator extends Spliterator {
|
|
|
1697
1789
|
// Own properties of Gpseq-1.0.Gpseq.SubArraySpliterator
|
|
1698
1790
|
|
|
1699
1791
|
readonly g_type: GObject.GType
|
|
1792
|
+
readonly gType: GObject.GType
|
|
1700
1793
|
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
1794
|
+
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
1701
1795
|
readonly g_destroy_func: GLib.DestroyNotify
|
|
1796
|
+
readonly gDestroyFunc: GLib.DestroyNotify
|
|
1702
1797
|
|
|
1703
1798
|
// Class property signals of Gpseq-1.0.Gpseq.SubArraySpliterator
|
|
1704
1799
|
|
|
@@ -1749,6 +1844,9 @@ module SupplierSpliterator {
|
|
|
1749
1844
|
g_type?: GObject.GType | null
|
|
1750
1845
|
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
1751
1846
|
g_destroy_func?: GLib.DestroyNotify | null
|
|
1847
|
+
gType?: GObject.GType | null
|
|
1848
|
+
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
1849
|
+
gDestroyFunc?: GLib.DestroyNotify | null
|
|
1752
1850
|
}
|
|
1753
1851
|
|
|
1754
1852
|
}
|
|
@@ -1758,8 +1856,11 @@ interface SupplierSpliterator extends Spliterator {
|
|
|
1758
1856
|
// Own properties of Gpseq-1.0.Gpseq.SupplierSpliterator
|
|
1759
1857
|
|
|
1760
1858
|
readonly g_type: GObject.GType
|
|
1859
|
+
readonly gType: GObject.GType
|
|
1761
1860
|
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
1861
|
+
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
1762
1862
|
readonly g_destroy_func: GLib.DestroyNotify
|
|
1863
|
+
readonly gDestroyFunc: GLib.DestroyNotify
|
|
1763
1864
|
|
|
1764
1865
|
// Class property signals of Gpseq-1.0.Gpseq.SupplierSpliterator
|
|
1765
1866
|
|
|
@@ -1908,6 +2009,7 @@ module WorkerPool {
|
|
|
1908
2009
|
// Own constructor properties of Gpseq-1.0.Gpseq.WorkerPool
|
|
1909
2010
|
|
|
1910
2011
|
max_threads?: number | null
|
|
2012
|
+
maxThreads?: number | null
|
|
1911
2013
|
}
|
|
1912
2014
|
|
|
1913
2015
|
}
|
|
@@ -1917,11 +2019,16 @@ interface WorkerPool extends Executor {
|
|
|
1917
2019
|
// Own properties of Gpseq-1.0.Gpseq.WorkerPool
|
|
1918
2020
|
|
|
1919
2021
|
max_threads: number
|
|
2022
|
+
maxThreads: number
|
|
1920
2023
|
readonly num_threads: number
|
|
2024
|
+
readonly numThreads: number
|
|
1921
2025
|
readonly factory: ThreadFactory
|
|
1922
2026
|
readonly is_terminating: boolean
|
|
2027
|
+
readonly isTerminating: boolean
|
|
1923
2028
|
readonly is_terminated: boolean
|
|
2029
|
+
readonly isTerminated: boolean
|
|
1924
2030
|
readonly is_terminating_started: boolean
|
|
2031
|
+
readonly isTerminatingStarted: boolean
|
|
1925
2032
|
|
|
1926
2033
|
// Owm methods of Gpseq-1.0.Gpseq.WorkerPool
|
|
1927
2034
|
|
|
@@ -2000,14 +2107,17 @@ interface WorkerThread {
|
|
|
2000
2107
|
readonly pool: WorkerPool
|
|
2001
2108
|
readonly name: string | null
|
|
2002
2109
|
readonly is_started: boolean
|
|
2110
|
+
readonly isStarted: boolean
|
|
2003
2111
|
readonly is_terminated: boolean
|
|
2112
|
+
readonly isTerminated: boolean
|
|
2004
2113
|
readonly is_alive: boolean
|
|
2114
|
+
readonly isAlive: boolean
|
|
2005
2115
|
|
|
2006
2116
|
// Owm methods of Gpseq-1.0.Gpseq.WorkerThread
|
|
2007
2117
|
|
|
2008
2118
|
get_thread(): GLib.Thread | null
|
|
2009
2119
|
get_pool(): WorkerPool
|
|
2010
|
-
get_name(): string
|
|
2120
|
+
get_name(): string
|
|
2011
2121
|
get_is_started(): boolean
|
|
2012
2122
|
get_is_terminated(): boolean
|
|
2013
2123
|
get_is_alive(): boolean
|
|
@@ -2069,6 +2179,9 @@ module Wrapper {
|
|
|
2069
2179
|
g_type?: GObject.GType | null
|
|
2070
2180
|
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
2071
2181
|
g_destroy_func?: GLib.DestroyNotify | null
|
|
2182
|
+
gType?: GObject.GType | null
|
|
2183
|
+
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
2184
|
+
gDestroyFunc?: GLib.DestroyNotify | null
|
|
2072
2185
|
}
|
|
2073
2186
|
|
|
2074
2187
|
}
|
|
@@ -2078,10 +2191,14 @@ interface Wrapper {
|
|
|
2078
2191
|
// Own properties of Gpseq-1.0.Gpseq.Wrapper
|
|
2079
2192
|
|
|
2080
2193
|
readonly g_type: GObject.GType
|
|
2194
|
+
readonly gType: GObject.GType
|
|
2081
2195
|
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
2196
|
+
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
2082
2197
|
readonly g_destroy_func: GLib.DestroyNotify
|
|
2198
|
+
readonly gDestroyFunc: GLib.DestroyNotify
|
|
2083
2199
|
readonly value: any
|
|
2084
2200
|
readonly value_type: GObject.GType
|
|
2201
|
+
readonly valueType: GObject.GType
|
|
2085
2202
|
|
|
2086
2203
|
// Owm methods of Gpseq-1.0.Gpseq.Wrapper
|
|
2087
2204
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/gpseq-1.0",
|
|
3
|
-
"version": "1.0.0-3.2.
|
|
3
|
+
"version": "1.0.0-3.2.7",
|
|
4
4
|
"description": "GJS TypeScript type definitions for Gpseq-1.0, generated from library version 1.0.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "gpseq-1.0.js",
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit gpseq-1.0.d.cts"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@girs/gee-0.8": "^0.8.0-3.2.
|
|
29
|
-
"@girs/gio-2.0": "^2.78.0-3.2.
|
|
30
|
-
"@girs/gjs": "^3.2.
|
|
31
|
-
"@girs/glib-2.0": "^2.78.0-3.2.
|
|
32
|
-
"@girs/gobject-2.0": "^2.78.0-3.2.
|
|
28
|
+
"@girs/gee-0.8": "^0.8.0-3.2.7",
|
|
29
|
+
"@girs/gio-2.0": "^2.78.0-3.2.7",
|
|
30
|
+
"@girs/gjs": "^3.2.7",
|
|
31
|
+
"@girs/glib-2.0": "^2.78.0-3.2.7",
|
|
32
|
+
"@girs/gobject-2.0": "^2.78.0-3.2.7"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"typescript": "*"
|