@girs/gobject-2.0 2.80.3-4.0.0-beta.12 → 2.80.3-4.0.0-beta.14

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/gobject-2.0)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for GObject-2.0, generated from library version 2.80.3 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.12.
8
+ GJS TypeScript type definitions for GObject-2.0, generated from library version 2.80.3 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.14.
9
9
 
10
10
 
11
11
  ## Install
package/gobject-2.0.d.ts CHANGED
@@ -1506,14 +1506,11 @@ export namespace GObject {
1506
1506
  *
1507
1507
  * If `closure` is a floating reference (see g_closure_sink()), this function
1508
1508
  * takes ownership of `closure`.
1509
- *
1510
- * This function cannot fail. If the given signal doesn’t exist, a critical
1511
- * warning is emitted.
1512
1509
  * @param instance the instance to connect to.
1513
1510
  * @param detailed_signal a string of the form "signal-name::detail".
1514
1511
  * @param closure the closure to connect.
1515
1512
  * @param after whether the handler should be called before or after the default handler of the signal.
1516
- * @returns the handler ID (always greater than 0)
1513
+ * @returns the handler ID (always greater than 0 for successful connections)
1517
1514
  */
1518
1515
  function signal_connect_closure(
1519
1516
  instance: Object,
@@ -1526,15 +1523,12 @@ export namespace GObject {
1526
1523
  *
1527
1524
  * If `closure` is a floating reference (see g_closure_sink()), this function
1528
1525
  * takes ownership of `closure`.
1529
- *
1530
- * This function cannot fail. If the given signal doesn’t exist, a critical
1531
- * warning is emitted.
1532
1526
  * @param instance the instance to connect to.
1533
1527
  * @param signal_id the id of the signal.
1534
1528
  * @param detail the detail.
1535
1529
  * @param closure the closure to connect.
1536
1530
  * @param after whether the handler should be called before or after the default handler of the signal.
1537
- * @returns the handler ID (always greater than 0)
1531
+ * @returns the handler ID (always greater than 0 for successful connections)
1538
1532
  */
1539
1533
  function signal_connect_closure_by_id(
1540
1534
  instance: Object,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/gobject-2.0",
3
- "version": "2.80.3-4.0.0-beta.12",
3
+ "version": "2.80.3-4.0.0-beta.14",
4
4
  "description": "GJS TypeScript type definitions for GObject-2.0, generated from library version 2.80.3",
5
5
  "type": "module",
6
6
  "module": "gobject-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.12",
35
- "@girs/glib-2.0": "^2.80.3-4.0.0-beta.12"
34
+ "@girs/gjs": "^4.0.0-beta.14",
35
+ "@girs/glib-2.0": "^2.80.3-4.0.0-beta.14"
36
36
  },
37
37
  "devDependencies": {
38
38
  "typescript": "*"