@girs/arrowflight-1.0 1.0.0-3.2.6 → 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/arrowflight-1.0.d.cts +5 -5
- package/arrowflight-1.0.d.ts +5 -5
- 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 ArrowFlight-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 ArrowFlight-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/arrowflight-1.0.d.cts
CHANGED
|
@@ -187,8 +187,8 @@ export class CommandDescriptor extends Descriptor {
|
|
|
187
187
|
// Constructors of ArrowFlight-1.0.ArrowFlight.CommandDescriptor
|
|
188
188
|
|
|
189
189
|
constructor(config?: CommandDescriptor.ConstructorProperties)
|
|
190
|
-
constructor(command: string
|
|
191
|
-
static new(command: string
|
|
190
|
+
constructor(command: string)
|
|
191
|
+
static new(command: string): CommandDescriptor
|
|
192
192
|
_init(config?: CommandDescriptor.ConstructorProperties): void
|
|
193
193
|
}
|
|
194
194
|
|
|
@@ -496,8 +496,8 @@ export class Location extends GObject.Object {
|
|
|
496
496
|
// Constructors of ArrowFlight-1.0.ArrowFlight.Location
|
|
497
497
|
|
|
498
498
|
constructor(config?: Location.ConstructorProperties)
|
|
499
|
-
constructor(uri: string
|
|
500
|
-
static new(uri: string
|
|
499
|
+
constructor(uri: string)
|
|
500
|
+
static new(uri: string): Location
|
|
501
501
|
_init(config?: Location.ConstructorProperties): void
|
|
502
502
|
}
|
|
503
503
|
|
|
@@ -843,7 +843,7 @@ export interface StreamChunk {
|
|
|
843
843
|
* @param key name of the key for that association
|
|
844
844
|
* @returns the data if found, or %NULL if no such data exists.
|
|
845
845
|
*/
|
|
846
|
-
get_data(key: string
|
|
846
|
+
get_data(key: string): any | null
|
|
847
847
|
get_metadata(): Arrow.Buffer | null
|
|
848
848
|
|
|
849
849
|
// Class property signals of ArrowFlight-1.0.ArrowFlight.StreamChunk
|
package/arrowflight-1.0.d.ts
CHANGED
|
@@ -189,8 +189,8 @@ class CommandDescriptor extends Descriptor {
|
|
|
189
189
|
// Constructors of ArrowFlight-1.0.ArrowFlight.CommandDescriptor
|
|
190
190
|
|
|
191
191
|
constructor(config?: CommandDescriptor.ConstructorProperties)
|
|
192
|
-
constructor(command: string
|
|
193
|
-
static new(command: string
|
|
192
|
+
constructor(command: string)
|
|
193
|
+
static new(command: string): CommandDescriptor
|
|
194
194
|
_init(config?: CommandDescriptor.ConstructorProperties): void
|
|
195
195
|
}
|
|
196
196
|
|
|
@@ -498,8 +498,8 @@ class Location extends GObject.Object {
|
|
|
498
498
|
// Constructors of ArrowFlight-1.0.ArrowFlight.Location
|
|
499
499
|
|
|
500
500
|
constructor(config?: Location.ConstructorProperties)
|
|
501
|
-
constructor(uri: string
|
|
502
|
-
static new(uri: string
|
|
501
|
+
constructor(uri: string)
|
|
502
|
+
static new(uri: string): Location
|
|
503
503
|
_init(config?: Location.ConstructorProperties): void
|
|
504
504
|
}
|
|
505
505
|
|
|
@@ -845,7 +845,7 @@ interface StreamChunk {
|
|
|
845
845
|
* @param key name of the key for that association
|
|
846
846
|
* @returns the data if found, or %NULL if no such data exists.
|
|
847
847
|
*/
|
|
848
|
-
get_data(key: string
|
|
848
|
+
get_data(key: string): any | null
|
|
849
849
|
get_metadata(): Arrow.Buffer | null
|
|
850
850
|
|
|
851
851
|
// Class property signals of ArrowFlight-1.0.ArrowFlight.StreamChunk
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/arrowflight-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 ArrowFlight-1.0, generated from library version 1.0.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "arrowflight-1.0.js",
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit arrowflight-1.0.d.cts"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@girs/arrow-1.0": "^7.0.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/arrow-1.0": "^7.0.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": "*"
|