@girs/meta-17 4.3.0 → 4.4.0
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/meta-17.d.ts +12 -0
- package/package.json +19 -19
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for Meta-17 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.
|
|
8
|
+
GJS TypeScript type definitions for Meta-17 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.4.0.
|
|
9
9
|
|
|
10
10
|
## Install
|
|
11
11
|
|
package/meta-17.d.ts
CHANGED
|
@@ -2700,6 +2700,7 @@ export namespace Meta {
|
|
|
2700
2700
|
* instance.
|
|
2701
2701
|
* @param cancellable optional {@link Gio.Cancellable} object, `null` to ignore.
|
|
2702
2702
|
* @returns `true` if successful. If an error has occurred, this function will return `false` and set `error` appropriately if present.
|
|
2703
|
+
* @since 2.22
|
|
2703
2704
|
*/
|
|
2704
2705
|
init(cancellable: Gio.Cancellable | null): boolean;
|
|
2705
2706
|
|
|
@@ -2743,6 +2744,7 @@ export namespace Meta {
|
|
|
2743
2744
|
* on the result of `g_object_new()`, regardless of whether it is in fact a new
|
|
2744
2745
|
* instance.
|
|
2745
2746
|
* @param cancellable optional {@link Gio.Cancellable} object, `null` to ignore.
|
|
2747
|
+
* @since 2.22
|
|
2746
2748
|
* @virtual
|
|
2747
2749
|
*/
|
|
2748
2750
|
vfunc_init(cancellable: Gio.Cancellable | null): boolean;
|
|
@@ -4062,6 +4064,7 @@ export namespace Meta {
|
|
|
4062
4064
|
* instance.
|
|
4063
4065
|
* @param cancellable optional {@link Gio.Cancellable} object, `null` to ignore.
|
|
4064
4066
|
* @returns `true` if successful. If an error has occurred, this function will return `false` and set `error` appropriately if present.
|
|
4067
|
+
* @since 2.22
|
|
4065
4068
|
*/
|
|
4066
4069
|
init(cancellable: Gio.Cancellable | null): boolean;
|
|
4067
4070
|
|
|
@@ -4105,6 +4108,7 @@ export namespace Meta {
|
|
|
4105
4108
|
* on the result of `g_object_new()`, regardless of whether it is in fact a new
|
|
4106
4109
|
* instance.
|
|
4107
4110
|
* @param cancellable optional {@link Gio.Cancellable} object, `null` to ignore.
|
|
4111
|
+
* @since 2.22
|
|
4108
4112
|
* @virtual
|
|
4109
4113
|
*/
|
|
4110
4114
|
vfunc_init(cancellable: Gio.Cancellable | null): boolean;
|
|
@@ -4612,6 +4616,7 @@ export namespace Meta {
|
|
|
4612
4616
|
/**
|
|
4613
4617
|
* Gets the {@link Gio.DBusObject} that `interface_` belongs to, if any.
|
|
4614
4618
|
* @returns A {@link Gio.DBusObject} or `null`. The returned reference should be freed with `g_object_unref()`.
|
|
4619
|
+
* @since 2.32
|
|
4615
4620
|
*/
|
|
4616
4621
|
get_object(): Gio.DBusObject | null;
|
|
4617
4622
|
|
|
@@ -4624,6 +4629,7 @@ export namespace Meta {
|
|
|
4624
4629
|
* For example, {@link Gio.DBusProxy} implements {@link Gio.DBusInterface} but allows for a `null`
|
|
4625
4630
|
* {@link Gio.DBusInterfaceInfo}.
|
|
4626
4631
|
* @returns A {@link Gio.DBusInterfaceInfo}. Do not free.
|
|
4632
|
+
* @since 2.30
|
|
4627
4633
|
*/
|
|
4628
4634
|
get_info(): Gio.DBusInterfaceInfo | null;
|
|
4629
4635
|
|
|
@@ -4638,11 +4644,13 @@ export namespace Meta {
|
|
|
4638
4644
|
*
|
|
4639
4645
|
* Note that `interface_` will hold a weak reference to `object`.
|
|
4640
4646
|
* @param object A {@link Gio.DBusObject} or `null`.
|
|
4647
|
+
* @since 2.30
|
|
4641
4648
|
*/
|
|
4642
4649
|
set_object(object: Gio.DBusObject | null): void;
|
|
4643
4650
|
|
|
4644
4651
|
/**
|
|
4645
4652
|
* Gets the {@link Gio.DBusObject} that `interface_` belongs to, if any.
|
|
4653
|
+
* @since 2.32
|
|
4646
4654
|
* @virtual
|
|
4647
4655
|
*/
|
|
4648
4656
|
vfunc_dup_object(): Gio.DBusObject | null;
|
|
@@ -4655,6 +4663,7 @@ export namespace Meta {
|
|
|
4655
4663
|
* construction of `interface_` and is also not made available otherwise.
|
|
4656
4664
|
* For example, {@link Gio.DBusProxy} implements {@link Gio.DBusInterface} but allows for a `null`
|
|
4657
4665
|
* {@link Gio.DBusInterfaceInfo}.
|
|
4666
|
+
* @since 2.30
|
|
4658
4667
|
* @virtual
|
|
4659
4668
|
*/
|
|
4660
4669
|
vfunc_get_info(): Gio.DBusInterfaceInfo | null;
|
|
@@ -4671,6 +4680,7 @@ export namespace Meta {
|
|
|
4671
4680
|
*
|
|
4672
4681
|
* Note that `interface_` will hold a weak reference to `object`.
|
|
4673
4682
|
* @param object A {@link Gio.DBusObject} or `null`.
|
|
4683
|
+
* @since 2.30
|
|
4674
4684
|
* @virtual
|
|
4675
4685
|
*/
|
|
4676
4686
|
vfunc_set_object(object: Gio.DBusObject | null): void;
|
|
@@ -8667,6 +8677,7 @@ export namespace Meta {
|
|
|
8667
8677
|
* instance.
|
|
8668
8678
|
* @param cancellable optional {@link Gio.Cancellable} object, `null` to ignore.
|
|
8669
8679
|
* @returns `true` if successful. If an error has occurred, this function will return `false` and set `error` appropriately if present.
|
|
8680
|
+
* @since 2.22
|
|
8670
8681
|
*/
|
|
8671
8682
|
init(cancellable: Gio.Cancellable | null): boolean;
|
|
8672
8683
|
|
|
@@ -8710,6 +8721,7 @@ export namespace Meta {
|
|
|
8710
8721
|
* on the result of `g_object_new()`, regardless of whether it is in fact a new
|
|
8711
8722
|
* instance.
|
|
8712
8723
|
* @param cancellable optional {@link Gio.Cancellable} object, `null` to ignore.
|
|
8724
|
+
* @since 2.22
|
|
8713
8725
|
* @virtual
|
|
8714
8726
|
*/
|
|
8715
8727
|
vfunc_init(cancellable: Gio.Cancellable | null): boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/meta-17",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.0",
|
|
4
4
|
"description": "GJS TypeScript type definitions for Meta-17",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "meta-17.js",
|
|
@@ -31,24 +31,24 @@
|
|
|
31
31
|
"test": "tsc --project tsconfig.json"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@girs/gjs": "^4.
|
|
35
|
-
"@girs/xlib-2.0": "^4.
|
|
36
|
-
"@girs/xfixes-4.0": "^4.
|
|
37
|
-
"@girs/mtk-17": "^4.
|
|
38
|
-
"@girs/graphene-1.0": "^4.
|
|
39
|
-
"@girs/gobject-2.0": "^4.
|
|
40
|
-
"@girs/glib-2.0": "^4.
|
|
41
|
-
"@girs/gio-2.0": "^4.
|
|
42
|
-
"@girs/gmodule-2.0": "^4.
|
|
43
|
-
"@girs/gdesktopenums-3.0": "^4.
|
|
44
|
-
"@girs/cogl-17": "^4.
|
|
45
|
-
"@girs/gl-1.0": "^4.
|
|
46
|
-
"@girs/clutter-17": "^4.
|
|
47
|
-
"@girs/pango-1.0": "^4.
|
|
48
|
-
"@girs/cairo-1.0": "^4.
|
|
49
|
-
"@girs/harfbuzz-0.0": "^4.
|
|
50
|
-
"@girs/freetype2-2.0": "^4.
|
|
51
|
-
"@girs/atk-1.0": "^4.
|
|
34
|
+
"@girs/gjs": "^4.4.0",
|
|
35
|
+
"@girs/xlib-2.0": "^4.4.0",
|
|
36
|
+
"@girs/xfixes-4.0": "^4.4.0",
|
|
37
|
+
"@girs/mtk-17": "^4.4.0",
|
|
38
|
+
"@girs/graphene-1.0": "^4.4.0",
|
|
39
|
+
"@girs/gobject-2.0": "^4.4.0",
|
|
40
|
+
"@girs/glib-2.0": "^4.4.0",
|
|
41
|
+
"@girs/gio-2.0": "^4.4.0",
|
|
42
|
+
"@girs/gmodule-2.0": "^4.4.0",
|
|
43
|
+
"@girs/gdesktopenums-3.0": "^4.4.0",
|
|
44
|
+
"@girs/cogl-17": "^4.4.0",
|
|
45
|
+
"@girs/gl-1.0": "^4.4.0",
|
|
46
|
+
"@girs/clutter-17": "^4.4.0",
|
|
47
|
+
"@girs/pango-1.0": "^4.4.0",
|
|
48
|
+
"@girs/cairo-1.0": "^4.4.0",
|
|
49
|
+
"@girs/harfbuzz-0.0": "^4.4.0",
|
|
50
|
+
"@girs/freetype2-2.0": "^4.4.0",
|
|
51
|
+
"@girs/atk-1.0": "^4.4.0" },
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"typescript": "*"
|
|
54
54
|
},
|