@girs/gio-2.0 2.76.1-3.0.0 → 2.76.1-3.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
 
2
2
  # Gio-2.0
3
3
 
4
- GJS TypeScript type definitions for Gio-2.0, generated from library version 2.76.1 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.0.0.
4
+ GJS TypeScript type definitions for Gio-2.0, generated from library version 2.76.1 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.0.1.
5
5
 
6
6
  GIO provides a modern and easy-to-use VFS API. It provides a file system abstraction which allows applications to access local and remote files with a single consistent API.
7
7
 
package/gio-2.0.d.cts CHANGED
@@ -30467,7 +30467,7 @@ export interface InputStream {
30467
30467
  * streaming APIs.
30468
30468
  *
30469
30469
  * All of these functions have async variants too.
30470
- * @class
30470
+ * @interface
30471
30471
  */
30472
30472
  export class InputStream extends GObject.Object {
30473
30473
 
@@ -33968,7 +33968,7 @@ export interface OutputStream {
33968
33968
  * streaming APIs.
33969
33969
  *
33970
33970
  * All of these functions have async variants too.
33971
- * @class
33971
+ * @interface
33972
33972
  */
33973
33973
  export class OutputStream extends GObject.Object {
33974
33974
 
@@ -45412,7 +45412,7 @@ export interface TlsInteraction {
45412
45412
  * initialization function. Any interactions not implemented will return
45413
45413
  * %G_TLS_INTERACTION_UNHANDLED. If a derived class implements an async method,
45414
45414
  * it must also implement the corresponding finish method.
45415
- * @interface
45415
+ * @class
45416
45416
  */
45417
45417
  export class TlsInteraction extends GObject.Object {
45418
45418
 
package/gio-2.0.d.ts CHANGED
@@ -30469,7 +30469,7 @@ interface InputStream {
30469
30469
  * streaming APIs.
30470
30470
  *
30471
30471
  * All of these functions have async variants too.
30472
- * @class
30472
+ * @interface
30473
30473
  */
30474
30474
  class InputStream extends GObject.Object {
30475
30475
 
@@ -33970,7 +33970,7 @@ interface OutputStream {
33970
33970
  * streaming APIs.
33971
33971
  *
33972
33972
  * All of these functions have async variants too.
33973
- * @class
33973
+ * @interface
33974
33974
  */
33975
33975
  class OutputStream extends GObject.Object {
33976
33976
 
@@ -45414,7 +45414,7 @@ interface TlsInteraction {
45414
45414
  * initialization function. Any interactions not implemented will return
45415
45415
  * %G_TLS_INTERACTION_UNHANDLED. If a derived class implements an async method,
45416
45416
  * it must also implement the corresponding finish method.
45417
- * @interface
45417
+ * @class
45418
45418
  */
45419
45419
  class TlsInteraction extends GObject.Object {
45420
45420
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/gio-2.0",
3
- "version": "2.76.1-3.0.0",
3
+ "version": "2.76.1-3.0.1",
4
4
  "description": "GJS TypeScript type definitions for Gio-2.0, generated from library version 2.76.1",
5
5
  "type": "module",
6
6
  "module": "gio-2.0.js",
@@ -31,9 +31,9 @@
31
31
  "test:cjs": "tsc --noEmit gio-2.0.d.cts"
32
32
  },
33
33
  "dependencies": {
34
- "@girs/gjs": "^3.0.0",
35
- "@girs/gobject-2.0": "^2.76.1-3.0.0",
36
- "@girs/glib-2.0": "^2.76.1-3.0.0"
34
+ "@girs/gjs": "^3.0.1",
35
+ "@girs/glib-2.0": "^2.76.1-3.0.1",
36
+ "@girs/gobject-2.0": "^2.76.1-3.0.1"
37
37
  },
38
38
  "devDependencies": {
39
39
  "typescript": "^5.0.4"