@girs/gobject-2.0 2.80.0-4.0.0-beta.3 → 2.80.0-4.0.0-beta.5

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.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.3.
8
+ GJS TypeScript type definitions for GObject-2.0, generated from library version 2.80.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.5.
9
9
 
10
10
 
11
11
  ## Install
package/gobject-2.0.d.ts CHANGED
@@ -1960,15 +1960,11 @@ export namespace GObject {
1960
1960
  function type_qname(type: GType): GLib.Quark;
1961
1961
  /**
1962
1962
  * Queries the type system for information about a specific type.
1963
- *
1964
1963
  * This function will fill in a user-provided structure to hold
1965
1964
  * type-specific information. If an invalid #GType is passed in, the
1966
1965
  * `type` member of the #GTypeQuery is 0. All members filled into the
1967
1966
  * #GTypeQuery structure should be considered constant and have to be
1968
1967
  * left untouched.
1969
- *
1970
- * Since GLib 2.78, this function allows queries on dynamic types. Previously
1971
- * it only supported static types.
1972
1968
  * @param type #GType of a static, classed type
1973
1969
  */
1974
1970
  function type_query(type: GType): TypeQuery;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/gobject-2.0",
3
- "version": "2.80.0-4.0.0-beta.3",
3
+ "version": "2.80.0-4.0.0-beta.5",
4
4
  "description": "GJS TypeScript type definitions for GObject-2.0, generated from library version 2.80.0",
5
5
  "type": "module",
6
6
  "module": "gobject-2.0.js",
@@ -26,8 +26,8 @@
26
26
  "test": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit gobject-2.0.d.ts"
27
27
  },
28
28
  "dependencies": {
29
- "@girs/gjs": "^4.0.0-beta.3",
30
- "@girs/glib-2.0": "^2.80.0-4.0.0-beta.3"
29
+ "@girs/gjs": "^4.0.0-beta.5",
30
+ "@girs/glib-2.0": "^2.80.0-4.0.0-beta.5"
31
31
  },
32
32
  "devDependencies": {
33
33
  "typescript": "*"