@girs/glib-2.0 2.82.0-4.0.0-beta.16 → 2.82.2-4.0.0-beta.17
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/glib-2.0.d.ts +2 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for GLib-2.0, generated from library version 2.82.
|
|
8
|
+
GJS TypeScript type definitions for GLib-2.0, generated from library version 2.82.2 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.17.
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
## Install
|
package/glib-2.0.d.ts
CHANGED
|
@@ -7464,8 +7464,9 @@ export namespace GLib {
|
|
|
7464
7464
|
* log messages are formatted and outputted.
|
|
7465
7465
|
*
|
|
7466
7466
|
* There can only be one writer function. It is an error to set more than one.
|
|
7467
|
+
* @param func log writer function, which must not be `NULL`
|
|
7467
7468
|
*/
|
|
7468
|
-
function log_set_writer_func(): void;
|
|
7469
|
+
function log_set_writer_func(func: LogWriterFunc): void;
|
|
7469
7470
|
/**
|
|
7470
7471
|
* Log a message with structured data.
|
|
7471
7472
|
*
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/glib-2.0",
|
|
3
|
-
"version": "2.82.
|
|
4
|
-
"description": "GJS TypeScript type definitions for GLib-2.0, generated from library version 2.82.
|
|
3
|
+
"version": "2.82.2-4.0.0-beta.17",
|
|
4
|
+
"description": "GJS TypeScript type definitions for GLib-2.0, generated from library version 2.82.2",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "glib-2.0.js",
|
|
7
7
|
"main": "glib-2.0.js",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"test": "tsc --project tsconfig.json"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@girs/gjs": "^4.0.0-beta.
|
|
35
|
-
"@girs/gobject-2.0": "^2.82.
|
|
34
|
+
"@girs/gjs": "^4.0.0-beta.17",
|
|
35
|
+
"@girs/gobject-2.0": "^2.82.2-4.0.0-beta.17"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"typescript": "*"
|