@girs/msg-0 0.0.0-4.0.0-beta.44 → 0.0.0-4.0.0-rc.1
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/msg-0.d.ts +9 -9
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for Msg-0, generated from library version 0.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-
|
|
8
|
+
GJS TypeScript type definitions for Msg-0, generated from library version 0.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-rc.1.
|
|
9
9
|
|
|
10
10
|
## Install
|
|
11
11
|
|
package/msg-0.d.ts
CHANGED
|
@@ -976,7 +976,7 @@ export namespace Msg {
|
|
|
976
976
|
bind_property_full(...args: never[]): any;
|
|
977
977
|
/**
|
|
978
978
|
* This function is intended for {@link GObject.Object} implementations to re-enforce
|
|
979
|
-
* a [floating]
|
|
979
|
+
* a [floating][floating-ref] object reference. Doing this is seldom
|
|
980
980
|
* required: all `GInitiallyUnowneds` are created with a floating reference
|
|
981
981
|
* which usually just needs to be sunken by calling `g_object_ref_sink()`.
|
|
982
982
|
*/
|
|
@@ -1031,7 +1031,7 @@ export namespace Msg {
|
|
|
1031
1031
|
*/
|
|
1032
1032
|
getv(names: string[], values: (GObject.Value | any)[]): void;
|
|
1033
1033
|
/**
|
|
1034
|
-
* Checks whether `object` has a [floating]
|
|
1034
|
+
* Checks whether `object` has a [floating][floating-ref] reference.
|
|
1035
1035
|
* @returns `true` if `object` has a floating reference
|
|
1036
1036
|
*/
|
|
1037
1037
|
is_floating(): boolean;
|
|
@@ -1106,7 +1106,7 @@ export namespace Msg {
|
|
|
1106
1106
|
ref(): GObject.Object;
|
|
1107
1107
|
/**
|
|
1108
1108
|
* Increase the reference count of `object`, and possibly remove the
|
|
1109
|
-
* [floating]
|
|
1109
|
+
* [floating][floating-ref] reference, if `object` has a floating reference.
|
|
1110
1110
|
*
|
|
1111
1111
|
* In other words, if the object is floating, then this call "assumes
|
|
1112
1112
|
* ownership" of the floating reference, converting it to a normal
|
|
@@ -1608,7 +1608,7 @@ export namespace Msg {
|
|
|
1608
1608
|
bind_property_full(...args: never[]): any;
|
|
1609
1609
|
/**
|
|
1610
1610
|
* This function is intended for {@link GObject.Object} implementations to re-enforce
|
|
1611
|
-
* a [floating]
|
|
1611
|
+
* a [floating][floating-ref] object reference. Doing this is seldom
|
|
1612
1612
|
* required: all `GInitiallyUnowneds` are created with a floating reference
|
|
1613
1613
|
* which usually just needs to be sunken by calling `g_object_ref_sink()`.
|
|
1614
1614
|
*/
|
|
@@ -1663,7 +1663,7 @@ export namespace Msg {
|
|
|
1663
1663
|
*/
|
|
1664
1664
|
getv(names: string[], values: (GObject.Value | any)[]): void;
|
|
1665
1665
|
/**
|
|
1666
|
-
* Checks whether `object` has a [floating]
|
|
1666
|
+
* Checks whether `object` has a [floating][floating-ref] reference.
|
|
1667
1667
|
* @returns `true` if `object` has a floating reference
|
|
1668
1668
|
*/
|
|
1669
1669
|
is_floating(): boolean;
|
|
@@ -1738,7 +1738,7 @@ export namespace Msg {
|
|
|
1738
1738
|
ref(): GObject.Object;
|
|
1739
1739
|
/**
|
|
1740
1740
|
* Increase the reference count of `object`, and possibly remove the
|
|
1741
|
-
* [floating]
|
|
1741
|
+
* [floating][floating-ref] reference, if `object` has a floating reference.
|
|
1742
1742
|
*
|
|
1743
1743
|
* In other words, if the object is floating, then this call "assumes
|
|
1744
1744
|
* ownership" of the floating reference, converting it to a normal
|
|
@@ -2445,7 +2445,7 @@ export namespace Msg {
|
|
|
2445
2445
|
bind_property_full(...args: never[]): any;
|
|
2446
2446
|
/**
|
|
2447
2447
|
* This function is intended for {@link GObject.Object} implementations to re-enforce
|
|
2448
|
-
* a [floating]
|
|
2448
|
+
* a [floating][floating-ref] object reference. Doing this is seldom
|
|
2449
2449
|
* required: all `GInitiallyUnowneds` are created with a floating reference
|
|
2450
2450
|
* which usually just needs to be sunken by calling `g_object_ref_sink()`.
|
|
2451
2451
|
*/
|
|
@@ -2500,7 +2500,7 @@ export namespace Msg {
|
|
|
2500
2500
|
*/
|
|
2501
2501
|
getv(names: string[], values: (GObject.Value | any)[]): void;
|
|
2502
2502
|
/**
|
|
2503
|
-
* Checks whether `object` has a [floating]
|
|
2503
|
+
* Checks whether `object` has a [floating][floating-ref] reference.
|
|
2504
2504
|
* @returns `true` if `object` has a floating reference
|
|
2505
2505
|
*/
|
|
2506
2506
|
is_floating(): boolean;
|
|
@@ -2575,7 +2575,7 @@ export namespace Msg {
|
|
|
2575
2575
|
ref(): GObject.Object;
|
|
2576
2576
|
/**
|
|
2577
2577
|
* Increase the reference count of `object`, and possibly remove the
|
|
2578
|
-
* [floating]
|
|
2578
|
+
* [floating][floating-ref] reference, if `object` has a floating reference.
|
|
2579
2579
|
*
|
|
2580
2580
|
* In other words, if the object is floating, then this call "assumes
|
|
2581
2581
|
* ownership" of the floating reference, converting it to a normal
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/msg-0",
|
|
3
|
-
"version": "0.0.0-4.0.0-
|
|
3
|
+
"version": "0.0.0-4.0.0-rc.1",
|
|
4
4
|
"description": "GJS TypeScript type definitions for Msg-0, generated from library version 0.0.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "msg-0.js",
|
|
@@ -31,14 +31,14 @@
|
|
|
31
31
|
"test": "tsc --project tsconfig.json"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@girs/gjs": "4.0.0-
|
|
35
|
-
"@girs/soup-3.0": "3.6.6-4.0.0-
|
|
36
|
-
"@girs/gio-2.0": "2.88.0-4.0.0-
|
|
37
|
-
"@girs/gobject-2.0": "2.88.0-4.0.0-
|
|
38
|
-
"@girs/glib-2.0": "2.88.0-4.0.0-
|
|
39
|
-
"@girs/gmodule-2.0": "2.0.0-4.0.0-
|
|
40
|
-
"@girs/json-1.0": "1.10.8-4.0.0-
|
|
41
|
-
"@girs/goa-1.0": "3.58.0-4.0.0-
|
|
34
|
+
"@girs/gjs": "4.0.0-rc.1",
|
|
35
|
+
"@girs/soup-3.0": "3.6.6-4.0.0-rc.1",
|
|
36
|
+
"@girs/gio-2.0": "2.88.0-4.0.0-rc.1",
|
|
37
|
+
"@girs/gobject-2.0": "2.88.0-4.0.0-rc.1",
|
|
38
|
+
"@girs/glib-2.0": "2.88.0-4.0.0-rc.1",
|
|
39
|
+
"@girs/gmodule-2.0": "2.0.0-4.0.0-rc.1",
|
|
40
|
+
"@girs/json-1.0": "1.10.8-4.0.0-rc.1",
|
|
41
|
+
"@girs/goa-1.0": "3.58.0-4.0.0-rc.1" },
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"typescript": "*"
|
|
44
44
|
},
|