@girs/meta-51 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-51.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-51 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.
|
|
8
|
+
GJS TypeScript type definitions for Meta-51 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.4.0.
|
|
9
9
|
|
|
10
10
|
## Install
|
|
11
11
|
|
package/meta-51.d.ts
CHANGED
|
@@ -2529,6 +2529,7 @@ export namespace Meta {
|
|
|
2529
2529
|
* instance.
|
|
2530
2530
|
* @param cancellable optional {@link Gio.Cancellable} object, `null` to ignore.
|
|
2531
2531
|
* @returns `true` if successful. If an error has occurred, this function will return `false` and set `error` appropriately if present.
|
|
2532
|
+
* @since 2.22
|
|
2532
2533
|
*/
|
|
2533
2534
|
init(cancellable: Gio.Cancellable | null): boolean;
|
|
2534
2535
|
|
|
@@ -2572,6 +2573,7 @@ export namespace Meta {
|
|
|
2572
2573
|
* on the result of `g_object_new()`, regardless of whether it is in fact a new
|
|
2573
2574
|
* instance.
|
|
2574
2575
|
* @param cancellable optional {@link Gio.Cancellable} object, `null` to ignore.
|
|
2576
|
+
* @since 2.22
|
|
2575
2577
|
* @virtual
|
|
2576
2578
|
*/
|
|
2577
2579
|
vfunc_init(cancellable: Gio.Cancellable | null): boolean;
|
|
@@ -3893,6 +3895,7 @@ export namespace Meta {
|
|
|
3893
3895
|
* instance.
|
|
3894
3896
|
* @param cancellable optional {@link Gio.Cancellable} object, `null` to ignore.
|
|
3895
3897
|
* @returns `true` if successful. If an error has occurred, this function will return `false` and set `error` appropriately if present.
|
|
3898
|
+
* @since 2.22
|
|
3896
3899
|
*/
|
|
3897
3900
|
init(cancellable: Gio.Cancellable | null): boolean;
|
|
3898
3901
|
|
|
@@ -3936,6 +3939,7 @@ export namespace Meta {
|
|
|
3936
3939
|
* on the result of `g_object_new()`, regardless of whether it is in fact a new
|
|
3937
3940
|
* instance.
|
|
3938
3941
|
* @param cancellable optional {@link Gio.Cancellable} object, `null` to ignore.
|
|
3942
|
+
* @since 2.22
|
|
3939
3943
|
* @virtual
|
|
3940
3944
|
*/
|
|
3941
3945
|
vfunc_init(cancellable: Gio.Cancellable | null): boolean;
|
|
@@ -4531,6 +4535,7 @@ export namespace Meta {
|
|
|
4531
4535
|
/**
|
|
4532
4536
|
* Gets the {@link Gio.DBusObject} that `interface_` belongs to, if any.
|
|
4533
4537
|
* @returns A {@link Gio.DBusObject} or `null`. The returned reference should be freed with `g_object_unref()`.
|
|
4538
|
+
* @since 2.32
|
|
4534
4539
|
*/
|
|
4535
4540
|
get_object(): Gio.DBusObject | null;
|
|
4536
4541
|
|
|
@@ -4543,6 +4548,7 @@ export namespace Meta {
|
|
|
4543
4548
|
* For example, {@link Gio.DBusProxy} implements {@link Gio.DBusInterface} but allows for a `null`
|
|
4544
4549
|
* {@link Gio.DBusInterfaceInfo}.
|
|
4545
4550
|
* @returns A {@link Gio.DBusInterfaceInfo}. Do not free.
|
|
4551
|
+
* @since 2.30
|
|
4546
4552
|
*/
|
|
4547
4553
|
get_info(): Gio.DBusInterfaceInfo | null;
|
|
4548
4554
|
|
|
@@ -4557,11 +4563,13 @@ export namespace Meta {
|
|
|
4557
4563
|
*
|
|
4558
4564
|
* Note that `interface_` will hold a weak reference to `object`.
|
|
4559
4565
|
* @param object A {@link Gio.DBusObject} or `null`.
|
|
4566
|
+
* @since 2.30
|
|
4560
4567
|
*/
|
|
4561
4568
|
set_object(object: Gio.DBusObject | null): void;
|
|
4562
4569
|
|
|
4563
4570
|
/**
|
|
4564
4571
|
* Gets the {@link Gio.DBusObject} that `interface_` belongs to, if any.
|
|
4572
|
+
* @since 2.32
|
|
4565
4573
|
* @virtual
|
|
4566
4574
|
*/
|
|
4567
4575
|
vfunc_dup_object(): Gio.DBusObject | null;
|
|
@@ -4574,6 +4582,7 @@ export namespace Meta {
|
|
|
4574
4582
|
* construction of `interface_` and is also not made available otherwise.
|
|
4575
4583
|
* For example, {@link Gio.DBusProxy} implements {@link Gio.DBusInterface} but allows for a `null`
|
|
4576
4584
|
* {@link Gio.DBusInterfaceInfo}.
|
|
4585
|
+
* @since 2.30
|
|
4577
4586
|
* @virtual
|
|
4578
4587
|
*/
|
|
4579
4588
|
vfunc_get_info(): Gio.DBusInterfaceInfo | null;
|
|
@@ -4590,6 +4599,7 @@ export namespace Meta {
|
|
|
4590
4599
|
*
|
|
4591
4600
|
* Note that `interface_` will hold a weak reference to `object`.
|
|
4592
4601
|
* @param object A {@link Gio.DBusObject} or `null`.
|
|
4602
|
+
* @since 2.30
|
|
4593
4603
|
* @virtual
|
|
4594
4604
|
*/
|
|
4595
4605
|
vfunc_set_object(object: Gio.DBusObject | null): void;
|
|
@@ -8627,6 +8637,7 @@ export namespace Meta {
|
|
|
8627
8637
|
* instance.
|
|
8628
8638
|
* @param cancellable optional {@link Gio.Cancellable} object, `null` to ignore.
|
|
8629
8639
|
* @returns `true` if successful. If an error has occurred, this function will return `false` and set `error` appropriately if present.
|
|
8640
|
+
* @since 2.22
|
|
8630
8641
|
*/
|
|
8631
8642
|
init(cancellable: Gio.Cancellable | null): boolean;
|
|
8632
8643
|
|
|
@@ -8670,6 +8681,7 @@ export namespace Meta {
|
|
|
8670
8681
|
* on the result of `g_object_new()`, regardless of whether it is in fact a new
|
|
8671
8682
|
* instance.
|
|
8672
8683
|
* @param cancellable optional {@link Gio.Cancellable} object, `null` to ignore.
|
|
8684
|
+
* @since 2.22
|
|
8673
8685
|
* @virtual
|
|
8674
8686
|
*/
|
|
8675
8687
|
vfunc_init(cancellable: Gio.Cancellable | null): boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/meta-51",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.0",
|
|
4
4
|
"description": "GJS TypeScript type definitions for Meta-51",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "meta-51.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-51": "^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-51": "^4.
|
|
45
|
-
"@girs/gl-1.0": "^4.
|
|
46
|
-
"@girs/clutter-51": "^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-51": "^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-51": "^4.4.0",
|
|
45
|
+
"@girs/gl-1.0": "^4.4.0",
|
|
46
|
+
"@girs/clutter-51": "^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
|
},
|