@girs/meta-18 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-18.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-18 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.
|
|
8
|
+
GJS TypeScript type definitions for Meta-18 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.4.0.
|
|
9
9
|
|
|
10
10
|
## Install
|
|
11
11
|
|
package/meta-18.d.ts
CHANGED
|
@@ -2510,6 +2510,7 @@ export namespace Meta {
|
|
|
2510
2510
|
* instance.
|
|
2511
2511
|
* @param cancellable optional {@link Gio.Cancellable} object, `null` to ignore.
|
|
2512
2512
|
* @returns `true` if successful. If an error has occurred, this function will return `false` and set `error` appropriately if present.
|
|
2513
|
+
* @since 2.22
|
|
2513
2514
|
*/
|
|
2514
2515
|
init(cancellable: Gio.Cancellable | null): boolean;
|
|
2515
2516
|
|
|
@@ -2553,6 +2554,7 @@ export namespace Meta {
|
|
|
2553
2554
|
* on the result of `g_object_new()`, regardless of whether it is in fact a new
|
|
2554
2555
|
* instance.
|
|
2555
2556
|
* @param cancellable optional {@link Gio.Cancellable} object, `null` to ignore.
|
|
2557
|
+
* @since 2.22
|
|
2556
2558
|
* @virtual
|
|
2557
2559
|
*/
|
|
2558
2560
|
vfunc_init(cancellable: Gio.Cancellable | null): boolean;
|
|
@@ -3874,6 +3876,7 @@ export namespace Meta {
|
|
|
3874
3876
|
* instance.
|
|
3875
3877
|
* @param cancellable optional {@link Gio.Cancellable} object, `null` to ignore.
|
|
3876
3878
|
* @returns `true` if successful. If an error has occurred, this function will return `false` and set `error` appropriately if present.
|
|
3879
|
+
* @since 2.22
|
|
3877
3880
|
*/
|
|
3878
3881
|
init(cancellable: Gio.Cancellable | null): boolean;
|
|
3879
3882
|
|
|
@@ -3917,6 +3920,7 @@ export namespace Meta {
|
|
|
3917
3920
|
* on the result of `g_object_new()`, regardless of whether it is in fact a new
|
|
3918
3921
|
* instance.
|
|
3919
3922
|
* @param cancellable optional {@link Gio.Cancellable} object, `null` to ignore.
|
|
3923
|
+
* @since 2.22
|
|
3920
3924
|
* @virtual
|
|
3921
3925
|
*/
|
|
3922
3926
|
vfunc_init(cancellable: Gio.Cancellable | null): boolean;
|
|
@@ -4418,6 +4422,7 @@ export namespace Meta {
|
|
|
4418
4422
|
/**
|
|
4419
4423
|
* Gets the {@link Gio.DBusObject} that `interface_` belongs to, if any.
|
|
4420
4424
|
* @returns A {@link Gio.DBusObject} or `null`. The returned reference should be freed with `g_object_unref()`.
|
|
4425
|
+
* @since 2.32
|
|
4421
4426
|
*/
|
|
4422
4427
|
get_object(): Gio.DBusObject | null;
|
|
4423
4428
|
|
|
@@ -4430,6 +4435,7 @@ export namespace Meta {
|
|
|
4430
4435
|
* For example, {@link Gio.DBusProxy} implements {@link Gio.DBusInterface} but allows for a `null`
|
|
4431
4436
|
* {@link Gio.DBusInterfaceInfo}.
|
|
4432
4437
|
* @returns A {@link Gio.DBusInterfaceInfo}. Do not free.
|
|
4438
|
+
* @since 2.30
|
|
4433
4439
|
*/
|
|
4434
4440
|
get_info(): Gio.DBusInterfaceInfo | null;
|
|
4435
4441
|
|
|
@@ -4444,11 +4450,13 @@ export namespace Meta {
|
|
|
4444
4450
|
*
|
|
4445
4451
|
* Note that `interface_` will hold a weak reference to `object`.
|
|
4446
4452
|
* @param object A {@link Gio.DBusObject} or `null`.
|
|
4453
|
+
* @since 2.30
|
|
4447
4454
|
*/
|
|
4448
4455
|
set_object(object: Gio.DBusObject | null): void;
|
|
4449
4456
|
|
|
4450
4457
|
/**
|
|
4451
4458
|
* Gets the {@link Gio.DBusObject} that `interface_` belongs to, if any.
|
|
4459
|
+
* @since 2.32
|
|
4452
4460
|
* @virtual
|
|
4453
4461
|
*/
|
|
4454
4462
|
vfunc_dup_object(): Gio.DBusObject | null;
|
|
@@ -4461,6 +4469,7 @@ export namespace Meta {
|
|
|
4461
4469
|
* construction of `interface_` and is also not made available otherwise.
|
|
4462
4470
|
* For example, {@link Gio.DBusProxy} implements {@link Gio.DBusInterface} but allows for a `null`
|
|
4463
4471
|
* {@link Gio.DBusInterfaceInfo}.
|
|
4472
|
+
* @since 2.30
|
|
4464
4473
|
* @virtual
|
|
4465
4474
|
*/
|
|
4466
4475
|
vfunc_get_info(): Gio.DBusInterfaceInfo | null;
|
|
@@ -4477,6 +4486,7 @@ export namespace Meta {
|
|
|
4477
4486
|
*
|
|
4478
4487
|
* Note that `interface_` will hold a weak reference to `object`.
|
|
4479
4488
|
* @param object A {@link Gio.DBusObject} or `null`.
|
|
4489
|
+
* @since 2.30
|
|
4480
4490
|
* @virtual
|
|
4481
4491
|
*/
|
|
4482
4492
|
vfunc_set_object(object: Gio.DBusObject | null): void;
|
|
@@ -8511,6 +8521,7 @@ export namespace Meta {
|
|
|
8511
8521
|
* instance.
|
|
8512
8522
|
* @param cancellable optional {@link Gio.Cancellable} object, `null` to ignore.
|
|
8513
8523
|
* @returns `true` if successful. If an error has occurred, this function will return `false` and set `error` appropriately if present.
|
|
8524
|
+
* @since 2.22
|
|
8514
8525
|
*/
|
|
8515
8526
|
init(cancellable: Gio.Cancellable | null): boolean;
|
|
8516
8527
|
|
|
@@ -8554,6 +8565,7 @@ export namespace Meta {
|
|
|
8554
8565
|
* on the result of `g_object_new()`, regardless of whether it is in fact a new
|
|
8555
8566
|
* instance.
|
|
8556
8567
|
* @param cancellable optional {@link Gio.Cancellable} object, `null` to ignore.
|
|
8568
|
+
* @since 2.22
|
|
8557
8569
|
* @virtual
|
|
8558
8570
|
*/
|
|
8559
8571
|
vfunc_init(cancellable: Gio.Cancellable | null): boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/meta-18",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.0",
|
|
4
4
|
"description": "GJS TypeScript type definitions for Meta-18",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "meta-18.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-18": "^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-18": "^4.
|
|
45
|
-
"@girs/gl-1.0": "^4.
|
|
46
|
-
"@girs/clutter-18": "^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-18": "^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-18": "^4.4.0",
|
|
45
|
+
"@girs/gl-1.0": "^4.4.0",
|
|
46
|
+
"@girs/clutter-18": "^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
|
},
|