@girs/tracker-3.0 3.6.0-3.2.7 → 3.6.0-3.2.9
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/package.json +14 -8
- package/tracker-3.0-ambient.js +2 -0
- package/tracker-3.0-import.js +3 -0
- package/tracker-3.0.d.cts +0 -44
- package/tracker-3.0.d.ts +0 -44
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for Tracker-3.0, generated from library version 3.6.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.
|
|
8
|
+
GJS TypeScript type definitions for Tracker-3.0, generated from library version 3.6.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.9.
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
## Install
|
package/package.json
CHANGED
|
@@ -1,13 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/tracker-3.0",
|
|
3
|
-
"version": "3.6.0-3.2.
|
|
3
|
+
"version": "3.6.0-3.2.9",
|
|
4
4
|
"description": "GJS TypeScript type definitions for Tracker-3.0, generated from library version 3.6.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "tracker-3.0.js",
|
|
7
7
|
"main": "tracker-3.0.js",
|
|
8
8
|
"exports": {
|
|
9
|
-
"./ambient":
|
|
10
|
-
|
|
9
|
+
"./ambient": {
|
|
10
|
+
"types": "./tracker-3.0-ambient.d.ts",
|
|
11
|
+
"default": "./tracker-3.0-ambient.js"
|
|
12
|
+
},
|
|
13
|
+
"./import": {
|
|
14
|
+
"types": "./tracker-3.0-import.d.ts",
|
|
15
|
+
"default": "./tracker-3.0-import.js"
|
|
16
|
+
},
|
|
11
17
|
".": {
|
|
12
18
|
"import": {
|
|
13
19
|
"types": "./tracker-3.0.d.ts",
|
|
@@ -25,10 +31,10 @@
|
|
|
25
31
|
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit tracker-3.0.d.cts"
|
|
26
32
|
},
|
|
27
33
|
"dependencies": {
|
|
28
|
-
"@girs/gio-2.0": "^2.78.0-3.2.
|
|
29
|
-
"@girs/gjs": "^3.2.
|
|
30
|
-
"@girs/glib-2.0": "^2.78.0-3.2.
|
|
31
|
-
"@girs/gobject-2.0": "^2.78.0-3.2.
|
|
34
|
+
"@girs/gio-2.0": "^2.78.0-3.2.9",
|
|
35
|
+
"@girs/gjs": "^3.2.9",
|
|
36
|
+
"@girs/glib-2.0": "^2.78.0-3.2.9",
|
|
37
|
+
"@girs/gobject-2.0": "^2.78.0-3.2.9"
|
|
32
38
|
},
|
|
33
39
|
"devDependencies": {
|
|
34
40
|
"typescript": "*"
|
|
@@ -45,7 +51,7 @@
|
|
|
45
51
|
"license": "MIT",
|
|
46
52
|
"repository": {
|
|
47
53
|
"type": "git",
|
|
48
|
-
"url": "git+https://github.com/gjsify/
|
|
54
|
+
"url": "git+https://github.com/gjsify/ts-for-gir.git"
|
|
49
55
|
},
|
|
50
56
|
"bugs": {
|
|
51
57
|
"url": "https://github.com/gjsify/ts-for-gir/issues"
|
package/tracker-3.0.d.cts
CHANGED
|
@@ -530,10 +530,6 @@ export module Endpoint {
|
|
|
530
530
|
|
|
531
531
|
// Own constructor properties of Tracker-3.0.Tracker.Endpoint
|
|
532
532
|
|
|
533
|
-
/**
|
|
534
|
-
* The [class`Tracker`.SparqlConnection] being proxied by this endpoint.
|
|
535
|
-
*/
|
|
536
|
-
sparql_connection?: SparqlConnection | null
|
|
537
533
|
/**
|
|
538
534
|
* The [class`Tracker`.SparqlConnection] being proxied by this endpoint.
|
|
539
535
|
*/
|
|
@@ -546,10 +542,6 @@ export interface Endpoint {
|
|
|
546
542
|
|
|
547
543
|
// Own properties of Tracker-3.0.Tracker.Endpoint
|
|
548
544
|
|
|
549
|
-
/**
|
|
550
|
-
* The [class`Tracker`.SparqlConnection] being proxied by this endpoint.
|
|
551
|
-
*/
|
|
552
|
-
readonly sparql_connection: SparqlConnection
|
|
553
545
|
/**
|
|
554
546
|
* The [class`Tracker`.SparqlConnection] being proxied by this endpoint.
|
|
555
547
|
*/
|
|
@@ -616,14 +608,6 @@ export module EndpointDBus {
|
|
|
616
608
|
|
|
617
609
|
// Own constructor properties of Tracker-3.0.Tracker.EndpointDBus
|
|
618
610
|
|
|
619
|
-
/**
|
|
620
|
-
* The [class`Gio`.DBusConnection] where the connection is proxied through.
|
|
621
|
-
*/
|
|
622
|
-
dbus_connection?: Gio.DBusConnection | null
|
|
623
|
-
/**
|
|
624
|
-
* The DBus object path that this endpoint manages.
|
|
625
|
-
*/
|
|
626
|
-
object_path?: string | null
|
|
627
611
|
/**
|
|
628
612
|
* The [class`Gio`.DBusConnection] where the connection is proxied through.
|
|
629
613
|
*/
|
|
@@ -640,18 +624,10 @@ export interface EndpointDBus extends Gio.Initable {
|
|
|
640
624
|
|
|
641
625
|
// Own properties of Tracker-3.0.Tracker.EndpointDBus
|
|
642
626
|
|
|
643
|
-
/**
|
|
644
|
-
* The [class`Gio`.DBusConnection] where the connection is proxied through.
|
|
645
|
-
*/
|
|
646
|
-
readonly dbus_connection: Gio.DBusConnection
|
|
647
627
|
/**
|
|
648
628
|
* The [class`Gio`.DBusConnection] where the connection is proxied through.
|
|
649
629
|
*/
|
|
650
630
|
readonly dbusConnection: Gio.DBusConnection
|
|
651
|
-
/**
|
|
652
|
-
* The DBus object path that this endpoint manages.
|
|
653
|
-
*/
|
|
654
|
-
readonly object_path: string | null
|
|
655
631
|
/**
|
|
656
632
|
* The DBus object path that this endpoint manages.
|
|
657
633
|
*/
|
|
@@ -764,14 +740,6 @@ export module EndpointHttp {
|
|
|
764
740
|
|
|
765
741
|
// Own constructor properties of Tracker-3.0.Tracker.EndpointHttp
|
|
766
742
|
|
|
767
|
-
/**
|
|
768
|
-
* [class`Gio`.TlsCertificate] to encrypt the communication.
|
|
769
|
-
*/
|
|
770
|
-
http_certificate?: Gio.TlsCertificate | null
|
|
771
|
-
/**
|
|
772
|
-
* HTTP port used to listen requests.
|
|
773
|
-
*/
|
|
774
|
-
http_port?: number | null
|
|
775
743
|
/**
|
|
776
744
|
* [class`Gio`.TlsCertificate] to encrypt the communication.
|
|
777
745
|
*/
|
|
@@ -788,18 +756,10 @@ export interface EndpointHttp extends Gio.Initable {
|
|
|
788
756
|
|
|
789
757
|
// Own properties of Tracker-3.0.Tracker.EndpointHttp
|
|
790
758
|
|
|
791
|
-
/**
|
|
792
|
-
* [class`Gio`.TlsCertificate] to encrypt the communication.
|
|
793
|
-
*/
|
|
794
|
-
readonly http_certificate: Gio.TlsCertificate
|
|
795
759
|
/**
|
|
796
760
|
* [class`Gio`.TlsCertificate] to encrypt the communication.
|
|
797
761
|
*/
|
|
798
762
|
readonly httpCertificate: Gio.TlsCertificate
|
|
799
|
-
/**
|
|
800
|
-
* HTTP port used to listen requests.
|
|
801
|
-
*/
|
|
802
|
-
readonly http_port: number
|
|
803
763
|
/**
|
|
804
764
|
* HTTP port used to listen requests.
|
|
805
765
|
*/
|
|
@@ -2425,10 +2385,6 @@ export interface SparqlCursor {
|
|
|
2425
2385
|
* The [class`Tracker`.SparqlConnection] used to retrieve the results.
|
|
2426
2386
|
*/
|
|
2427
2387
|
readonly connection: SparqlConnection
|
|
2428
|
-
/**
|
|
2429
|
-
* Number of columns available in the result set.
|
|
2430
|
-
*/
|
|
2431
|
-
readonly n_columns: number
|
|
2432
2388
|
/**
|
|
2433
2389
|
* Number of columns available in the result set.
|
|
2434
2390
|
*/
|
package/tracker-3.0.d.ts
CHANGED
|
@@ -532,10 +532,6 @@ module Endpoint {
|
|
|
532
532
|
|
|
533
533
|
// Own constructor properties of Tracker-3.0.Tracker.Endpoint
|
|
534
534
|
|
|
535
|
-
/**
|
|
536
|
-
* The [class`Tracker`.SparqlConnection] being proxied by this endpoint.
|
|
537
|
-
*/
|
|
538
|
-
sparql_connection?: SparqlConnection | null
|
|
539
535
|
/**
|
|
540
536
|
* The [class`Tracker`.SparqlConnection] being proxied by this endpoint.
|
|
541
537
|
*/
|
|
@@ -548,10 +544,6 @@ interface Endpoint {
|
|
|
548
544
|
|
|
549
545
|
// Own properties of Tracker-3.0.Tracker.Endpoint
|
|
550
546
|
|
|
551
|
-
/**
|
|
552
|
-
* The [class`Tracker`.SparqlConnection] being proxied by this endpoint.
|
|
553
|
-
*/
|
|
554
|
-
readonly sparql_connection: SparqlConnection
|
|
555
547
|
/**
|
|
556
548
|
* The [class`Tracker`.SparqlConnection] being proxied by this endpoint.
|
|
557
549
|
*/
|
|
@@ -618,14 +610,6 @@ module EndpointDBus {
|
|
|
618
610
|
|
|
619
611
|
// Own constructor properties of Tracker-3.0.Tracker.EndpointDBus
|
|
620
612
|
|
|
621
|
-
/**
|
|
622
|
-
* The [class`Gio`.DBusConnection] where the connection is proxied through.
|
|
623
|
-
*/
|
|
624
|
-
dbus_connection?: Gio.DBusConnection | null
|
|
625
|
-
/**
|
|
626
|
-
* The DBus object path that this endpoint manages.
|
|
627
|
-
*/
|
|
628
|
-
object_path?: string | null
|
|
629
613
|
/**
|
|
630
614
|
* The [class`Gio`.DBusConnection] where the connection is proxied through.
|
|
631
615
|
*/
|
|
@@ -642,18 +626,10 @@ interface EndpointDBus extends Gio.Initable {
|
|
|
642
626
|
|
|
643
627
|
// Own properties of Tracker-3.0.Tracker.EndpointDBus
|
|
644
628
|
|
|
645
|
-
/**
|
|
646
|
-
* The [class`Gio`.DBusConnection] where the connection is proxied through.
|
|
647
|
-
*/
|
|
648
|
-
readonly dbus_connection: Gio.DBusConnection
|
|
649
629
|
/**
|
|
650
630
|
* The [class`Gio`.DBusConnection] where the connection is proxied through.
|
|
651
631
|
*/
|
|
652
632
|
readonly dbusConnection: Gio.DBusConnection
|
|
653
|
-
/**
|
|
654
|
-
* The DBus object path that this endpoint manages.
|
|
655
|
-
*/
|
|
656
|
-
readonly object_path: string | null
|
|
657
633
|
/**
|
|
658
634
|
* The DBus object path that this endpoint manages.
|
|
659
635
|
*/
|
|
@@ -766,14 +742,6 @@ module EndpointHttp {
|
|
|
766
742
|
|
|
767
743
|
// Own constructor properties of Tracker-3.0.Tracker.EndpointHttp
|
|
768
744
|
|
|
769
|
-
/**
|
|
770
|
-
* [class`Gio`.TlsCertificate] to encrypt the communication.
|
|
771
|
-
*/
|
|
772
|
-
http_certificate?: Gio.TlsCertificate | null
|
|
773
|
-
/**
|
|
774
|
-
* HTTP port used to listen requests.
|
|
775
|
-
*/
|
|
776
|
-
http_port?: number | null
|
|
777
745
|
/**
|
|
778
746
|
* [class`Gio`.TlsCertificate] to encrypt the communication.
|
|
779
747
|
*/
|
|
@@ -790,18 +758,10 @@ interface EndpointHttp extends Gio.Initable {
|
|
|
790
758
|
|
|
791
759
|
// Own properties of Tracker-3.0.Tracker.EndpointHttp
|
|
792
760
|
|
|
793
|
-
/**
|
|
794
|
-
* [class`Gio`.TlsCertificate] to encrypt the communication.
|
|
795
|
-
*/
|
|
796
|
-
readonly http_certificate: Gio.TlsCertificate
|
|
797
761
|
/**
|
|
798
762
|
* [class`Gio`.TlsCertificate] to encrypt the communication.
|
|
799
763
|
*/
|
|
800
764
|
readonly httpCertificate: Gio.TlsCertificate
|
|
801
|
-
/**
|
|
802
|
-
* HTTP port used to listen requests.
|
|
803
|
-
*/
|
|
804
|
-
readonly http_port: number
|
|
805
765
|
/**
|
|
806
766
|
* HTTP port used to listen requests.
|
|
807
767
|
*/
|
|
@@ -2427,10 +2387,6 @@ interface SparqlCursor {
|
|
|
2427
2387
|
* The [class`Tracker`.SparqlConnection] used to retrieve the results.
|
|
2428
2388
|
*/
|
|
2429
2389
|
readonly connection: SparqlConnection
|
|
2430
|
-
/**
|
|
2431
|
-
* Number of columns available in the result set.
|
|
2432
|
-
*/
|
|
2433
|
-
readonly n_columns: number
|
|
2434
2390
|
/**
|
|
2435
2391
|
* Number of columns available in the result set.
|
|
2436
2392
|
*/
|