@girs/telepathyfarstream-0.6 0.6.0-3.2.6 → 0.6.0-3.2.7

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
@@ -5,7 +5,7 @@
5
5
  ![downloads/week](https://img.shields.io/npm/dw/@girs/telepathyfarstream-0.6)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for TelepathyFarstream-0.6, generated from library version 0.6.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.6.
8
+ GJS TypeScript type definitions for TelepathyFarstream-0.6, generated from library version 0.6.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.7.
9
9
 
10
10
 
11
11
  ## Install
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/telepathyfarstream-0.6",
3
- "version": "0.6.0-3.2.6",
3
+ "version": "0.6.0-3.2.7",
4
4
  "description": "GJS TypeScript type definitions for TelepathyFarstream-0.6, generated from library version 0.6.0",
5
5
  "type": "module",
6
6
  "module": "telepathyfarstream-0.6.js",
@@ -25,14 +25,14 @@
25
25
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit telepathyfarstream-0.6.d.cts"
26
26
  },
27
27
  "dependencies": {
28
- "@girs/farstream-0.2": "^0.2.0-3.2.6",
29
- "@girs/gio-2.0": "^2.78.0-3.2.6",
30
- "@girs/gjs": "^3.2.6",
31
- "@girs/glib-2.0": "^2.78.0-3.2.6",
32
- "@girs/gmodule-2.0": "^2.0.0-3.2.6",
33
- "@girs/gobject-2.0": "^2.78.0-3.2.6",
34
- "@girs/gst-1.0": "^1.23.0-3.2.6",
35
- "@girs/telepathyglib-0.12": "^0.12.0-3.2.6"
28
+ "@girs/farstream-0.2": "^0.2.0-3.2.7",
29
+ "@girs/gio-2.0": "^2.78.0-3.2.7",
30
+ "@girs/gjs": "^3.2.7",
31
+ "@girs/glib-2.0": "^2.78.0-3.2.7",
32
+ "@girs/gmodule-2.0": "^2.0.0-3.2.7",
33
+ "@girs/gobject-2.0": "^2.78.0-3.2.7",
34
+ "@girs/gst-1.0": "^1.23.0-3.2.7",
35
+ "@girs/telepathyglib-0.12": "^0.12.0-3.2.7"
36
36
  },
37
37
  "devDependencies": {
38
38
  "typescript": "*"
@@ -239,7 +239,7 @@ export interface Content {
239
239
  * likely that the content will be removed.
240
240
  * @param message error Message
241
241
  */
242
- error(message: string | null): void
242
+ error(message: string): void
243
243
  /**
244
244
  * Provides a iterator that can be used to iterate through all of the src
245
245
  * pads that are are used to receive from a group of Telepathy handles.
@@ -258,14 +258,14 @@ export interface Content {
258
258
  * @param handle_count the numner of handles in `handles`
259
259
  * @param message The error message
260
260
  */
261
- receiving_failed(handles: number, handle_count: number, message: string | null): void
261
+ receiving_failed(handles: number, handle_count: number, message: string): void
262
262
  /**
263
263
  * Informs the Connection Manager that sending has failed for this
264
264
  * content. This is a transient error and it may or not not end the Content
265
265
  * and the call.
266
266
  * @param message The error message
267
267
  */
268
- sending_failed(message: string | null): void
268
+ sending_failed(message: string): void
269
269
 
270
270
  // Own signals of TelepathyFarstream-0.6.TelepathyFarstream.Content
271
271
 
@@ -241,7 +241,7 @@ interface Content {
241
241
  * likely that the content will be removed.
242
242
  * @param message error Message
243
243
  */
244
- error(message: string | null): void
244
+ error(message: string): void
245
245
  /**
246
246
  * Provides a iterator that can be used to iterate through all of the src
247
247
  * pads that are are used to receive from a group of Telepathy handles.
@@ -260,14 +260,14 @@ interface Content {
260
260
  * @param handle_count the numner of handles in `handles`
261
261
  * @param message The error message
262
262
  */
263
- receiving_failed(handles: number, handle_count: number, message: string | null): void
263
+ receiving_failed(handles: number, handle_count: number, message: string): void
264
264
  /**
265
265
  * Informs the Connection Manager that sending has failed for this
266
266
  * content. This is a transient error and it may or not not end the Content
267
267
  * and the call.
268
268
  * @param message The error message
269
269
  */
270
- sending_failed(message: string | null): void
270
+ sending_failed(message: string): void
271
271
 
272
272
  // Own signals of TelepathyFarstream-0.6.TelepathyFarstream.Content
273
273