@girs/spiceclientglib-2.0 2.0.0-3.2.6 → 2.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/package.json +8 -8
- package/spiceclientglib-2.0.d.cts +11 -11
- package/spiceclientglib-2.0.d.ts +11 -11
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for SpiceClientGLib-2.0, generated from library version 2.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.
|
|
8
|
+
GJS TypeScript type definitions for SpiceClientGLib-2.0, generated from library version 2.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.7.
|
|
9
9
|
|
|
10
10
|
GObject for communicating with Spice servers.
|
|
11
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/spiceclientglib-2.0",
|
|
3
|
-
"version": "2.0.0-3.2.
|
|
3
|
+
"version": "2.0.0-3.2.7",
|
|
4
4
|
"description": "GJS TypeScript type definitions for SpiceClientGLib-2.0, generated from library version 2.0.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "spiceclientglib-2.0.js",
|
|
@@ -25,13 +25,13 @@
|
|
|
25
25
|
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit spiceclientglib-2.0.d.cts"
|
|
26
26
|
},
|
|
27
27
|
"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/gmodule-2.0": "^2.0.0-3.2.
|
|
32
|
-
"@girs/gobject-2.0": "^2.78.0-3.2.
|
|
33
|
-
"@girs/gst-1.0": "^1.23.0-3.2.
|
|
34
|
-
"@girs/gstbase-1.0": "^1.0.0-3.2.
|
|
28
|
+
"@girs/gio-2.0": "^2.78.0-3.2.7",
|
|
29
|
+
"@girs/gjs": "^3.2.7",
|
|
30
|
+
"@girs/glib-2.0": "^2.78.0-3.2.7",
|
|
31
|
+
"@girs/gmodule-2.0": "^2.0.0-3.2.7",
|
|
32
|
+
"@girs/gobject-2.0": "^2.78.0-3.2.7",
|
|
33
|
+
"@girs/gst-1.0": "^1.23.0-3.2.7",
|
|
34
|
+
"@girs/gstbase-1.0": "^1.0.0-3.2.7"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"typescript": "*"
|
|
@@ -525,7 +525,7 @@ export function util_get_debug(): boolean
|
|
|
525
525
|
* Gets the version string
|
|
526
526
|
* @returns Spice-GTK version as a const string.
|
|
527
527
|
*/
|
|
528
|
-
export function util_get_version_string(): string
|
|
528
|
+
export function util_get_version_string(): string
|
|
529
529
|
/**
|
|
530
530
|
* Enable or disable Spice-GTK debugging messages.
|
|
531
531
|
* @param enabled %TRUE or %FALSE
|
|
@@ -871,13 +871,13 @@ export class Channel extends GObject.Object {
|
|
|
871
871
|
* @param str a string representation of the channel-type property
|
|
872
872
|
* @returns the channel-type property value for a @str channel
|
|
873
873
|
*/
|
|
874
|
-
static string_to_type(str: string
|
|
874
|
+
static string_to_type(str: string): number
|
|
875
875
|
/**
|
|
876
876
|
* Convert a channel-type property value to a string.
|
|
877
877
|
* @param type a channel-type property value
|
|
878
878
|
* @returns string representation of @type.
|
|
879
879
|
*/
|
|
880
|
-
static type_to_string(type: number): string
|
|
880
|
+
static type_to_string(type: number): string
|
|
881
881
|
}
|
|
882
882
|
|
|
883
883
|
export module CursorChannel {
|
|
@@ -4269,16 +4269,16 @@ export interface URI {
|
|
|
4269
4269
|
|
|
4270
4270
|
// Owm methods of SpiceClientGLib-2.0.SpiceClientGLib.URI
|
|
4271
4271
|
|
|
4272
|
-
get_hostname(): string
|
|
4273
|
-
get_password(): string
|
|
4272
|
+
get_hostname(): string
|
|
4273
|
+
get_password(): string
|
|
4274
4274
|
get_port(): number
|
|
4275
|
-
get_scheme(): string
|
|
4276
|
-
get_user(): string
|
|
4277
|
-
set_hostname(hostname: string
|
|
4278
|
-
set_password(password: string
|
|
4275
|
+
get_scheme(): string
|
|
4276
|
+
get_user(): string
|
|
4277
|
+
set_hostname(hostname: string): void
|
|
4278
|
+
set_password(password: string): void
|
|
4279
4279
|
set_port(port: number): void
|
|
4280
|
-
set_scheme(scheme: string
|
|
4281
|
-
set_user(user: string
|
|
4280
|
+
set_scheme(scheme: string): void
|
|
4281
|
+
set_user(user: string): void
|
|
4282
4282
|
to_string(): string | null
|
|
4283
4283
|
|
|
4284
4284
|
// Class property signals of SpiceClientGLib-2.0.SpiceClientGLib.URI
|
package/spiceclientglib-2.0.d.ts
CHANGED
|
@@ -527,7 +527,7 @@ function util_get_debug(): boolean
|
|
|
527
527
|
* Gets the version string
|
|
528
528
|
* @returns Spice-GTK version as a const string.
|
|
529
529
|
*/
|
|
530
|
-
function util_get_version_string(): string
|
|
530
|
+
function util_get_version_string(): string
|
|
531
531
|
/**
|
|
532
532
|
* Enable or disable Spice-GTK debugging messages.
|
|
533
533
|
* @param enabled %TRUE or %FALSE
|
|
@@ -873,13 +873,13 @@ class Channel extends GObject.Object {
|
|
|
873
873
|
* @param str a string representation of the channel-type property
|
|
874
874
|
* @returns the channel-type property value for a @str channel
|
|
875
875
|
*/
|
|
876
|
-
static string_to_type(str: string
|
|
876
|
+
static string_to_type(str: string): number
|
|
877
877
|
/**
|
|
878
878
|
* Convert a channel-type property value to a string.
|
|
879
879
|
* @param type a channel-type property value
|
|
880
880
|
* @returns string representation of @type.
|
|
881
881
|
*/
|
|
882
|
-
static type_to_string(type: number): string
|
|
882
|
+
static type_to_string(type: number): string
|
|
883
883
|
}
|
|
884
884
|
|
|
885
885
|
module CursorChannel {
|
|
@@ -4271,16 +4271,16 @@ interface URI {
|
|
|
4271
4271
|
|
|
4272
4272
|
// Owm methods of SpiceClientGLib-2.0.SpiceClientGLib.URI
|
|
4273
4273
|
|
|
4274
|
-
get_hostname(): string
|
|
4275
|
-
get_password(): string
|
|
4274
|
+
get_hostname(): string
|
|
4275
|
+
get_password(): string
|
|
4276
4276
|
get_port(): number
|
|
4277
|
-
get_scheme(): string
|
|
4278
|
-
get_user(): string
|
|
4279
|
-
set_hostname(hostname: string
|
|
4280
|
-
set_password(password: string
|
|
4277
|
+
get_scheme(): string
|
|
4278
|
+
get_user(): string
|
|
4279
|
+
set_hostname(hostname: string): void
|
|
4280
|
+
set_password(password: string): void
|
|
4281
4281
|
set_port(port: number): void
|
|
4282
|
-
set_scheme(scheme: string
|
|
4283
|
-
set_user(user: string
|
|
4282
|
+
set_scheme(scheme: string): void
|
|
4283
|
+
set_user(user: string): void
|
|
4284
4284
|
to_string(): string | null
|
|
4285
4285
|
|
|
4286
4286
|
// Class property signals of SpiceClientGLib-2.0.SpiceClientGLib.URI
|