@girs/tracker-2.0 2.0.0-4.0.0-beta.39 → 2.0.0-4.0.0-beta.40
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 +6 -6
- package/tracker-2.0.d.ts +4 -17
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for Tracker-2.0, generated from library version 2.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.
|
|
8
|
+
GJS TypeScript type definitions for Tracker-2.0, generated from library version 2.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.40.
|
|
9
9
|
|
|
10
10
|
## Install
|
|
11
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/tracker-2.0",
|
|
3
|
-
"version": "2.0.0-4.0.0-beta.
|
|
3
|
+
"version": "2.0.0-4.0.0-beta.40",
|
|
4
4
|
"description": "GJS TypeScript type definitions for Tracker-2.0, generated from library version 2.0.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "tracker-2.0.js",
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
"test": "tsc --project tsconfig.json"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@girs/gjs": "4.0.0-beta.
|
|
35
|
-
"@girs/gio-2.0": "2.86.4-4.0.0-beta.
|
|
36
|
-
"@girs/gobject-2.0": "2.86.4-4.0.0-beta.
|
|
37
|
-
"@girs/glib-2.0": "2.86.4-4.0.0-beta.
|
|
38
|
-
"@girs/gmodule-2.0": "2.0.0-4.0.0-beta.
|
|
34
|
+
"@girs/gjs": "4.0.0-beta.40",
|
|
35
|
+
"@girs/gio-2.0": "2.86.4-4.0.0-beta.40",
|
|
36
|
+
"@girs/gobject-2.0": "2.86.4-4.0.0-beta.40",
|
|
37
|
+
"@girs/glib-2.0": "2.86.4-4.0.0-beta.40",
|
|
38
|
+
"@girs/gmodule-2.0": "2.0.0-4.0.0-beta.40" },
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"typescript": "*"
|
|
41
41
|
},
|
package/tracker-2.0.d.ts
CHANGED
|
@@ -23,14 +23,6 @@ export namespace Tracker {
|
|
|
23
23
|
/**
|
|
24
24
|
* Notifier event types.
|
|
25
25
|
*/
|
|
26
|
-
|
|
27
|
-
/**
|
|
28
|
-
* Notifier event types.
|
|
29
|
-
*/
|
|
30
|
-
export namespace NotifierEventType {
|
|
31
|
-
export const $gtype: GObject.GType<NotifierEventType>;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
26
|
enum NotifierEventType {
|
|
35
27
|
/**
|
|
36
28
|
* An element was created.
|
|
@@ -69,8 +61,9 @@ export namespace Tracker {
|
|
|
69
61
|
BLANK_NODE,
|
|
70
62
|
BOOLEAN,
|
|
71
63
|
}
|
|
64
|
+
|
|
72
65
|
class SparqlError extends GLib.Error {
|
|
73
|
-
static $gtype: GObject.GType<
|
|
66
|
+
static $gtype: GObject.GType<GLib.Error>;
|
|
74
67
|
|
|
75
68
|
// Static fields
|
|
76
69
|
|
|
@@ -104,6 +97,7 @@ export namespace Tracker {
|
|
|
104
97
|
EMBEDDED_INSERT,
|
|
105
98
|
GRAPH,
|
|
106
99
|
}
|
|
100
|
+
|
|
107
101
|
const DBUS_SERVICE: string;
|
|
108
102
|
const DBUS_INTERFACE_RESOURCES: string;
|
|
109
103
|
const DBUS_OBJECT_RESOURCES: string;
|
|
@@ -140,14 +134,6 @@ export namespace Tracker {
|
|
|
140
134
|
/**
|
|
141
135
|
* Flags affecting #TrackerNotifier behavior.
|
|
142
136
|
*/
|
|
143
|
-
|
|
144
|
-
/**
|
|
145
|
-
* Flags affecting #TrackerNotifier behavior.
|
|
146
|
-
*/
|
|
147
|
-
export namespace NotifierFlags {
|
|
148
|
-
export const $gtype: GObject.GType<NotifierFlags>;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
137
|
enum NotifierFlags {
|
|
152
138
|
/**
|
|
153
139
|
* No flags
|
|
@@ -169,6 +155,7 @@ export namespace Tracker {
|
|
|
169
155
|
*/
|
|
170
156
|
NOTIFY_UNEXTRACTED,
|
|
171
157
|
}
|
|
158
|
+
|
|
172
159
|
namespace NamespaceManager {
|
|
173
160
|
// Signal signatures
|
|
174
161
|
interface SignalSignatures extends GObject.Object.SignalSignatures {}
|