@girs/gstinterfaces-0.10 0.10.0-3.2.6 → 0.10.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/gstinterfaces-0.10)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for GstInterfaces-0.10, generated from library version 0.10.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.6.
8
+ GJS TypeScript type definitions for GstInterfaces-0.10, generated from library version 0.10.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.7.
9
9
 
10
10
 
11
11
  ## Install
@@ -749,7 +749,7 @@ export interface PropertyProbe {
749
749
  * @param property_name the name of the property to get
750
750
  * @param value return location for the property value
751
751
  */
752
- get_property(property_name: string | null, value: any): void
752
+ get_property(property_name: string, value: any): void
753
753
  /**
754
754
  * Gets the possible (probed) values for the given property,
755
755
  * requires the property to have been probed before.
@@ -751,7 +751,7 @@ interface PropertyProbe {
751
751
  * @param property_name the name of the property to get
752
752
  * @param value return location for the property value
753
753
  */
754
- get_property(property_name: string | null, value: any): void
754
+ get_property(property_name: string, value: any): void
755
755
  /**
756
756
  * Gets the possible (probed) values for the given property,
757
757
  * requires the property to have been probed before.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/gstinterfaces-0.10",
3
- "version": "0.10.0-3.2.6",
3
+ "version": "0.10.0-3.2.7",
4
4
  "description": "GJS TypeScript type definitions for GstInterfaces-0.10, generated from library version 0.10.0",
5
5
  "type": "module",
6
6
  "module": "gstinterfaces-0.10.js",
@@ -25,12 +25,12 @@
25
25
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit gstinterfaces-0.10.d.cts"
26
26
  },
27
27
  "dependencies": {
28
- "@girs/gjs": "^3.2.6",
29
- "@girs/glib-2.0": "^2.78.0-3.2.6",
30
- "@girs/gmodule-2.0": "^2.0.0-3.2.6",
31
- "@girs/gobject-2.0": "^2.78.0-3.2.6",
32
- "@girs/gst-0.10": "^0.10.29-3.2.6",
33
- "@girs/libxml2-2.0": "^2.0.0-3.2.6"
28
+ "@girs/gjs": "^3.2.7",
29
+ "@girs/glib-2.0": "^2.78.0-3.2.7",
30
+ "@girs/gmodule-2.0": "^2.0.0-3.2.7",
31
+ "@girs/gobject-2.0": "^2.78.0-3.2.7",
32
+ "@girs/gst-0.10": "^0.10.29-3.2.7",
33
+ "@girs/libxml2-2.0": "^2.0.0-3.2.7"
34
34
  },
35
35
  "devDependencies": {
36
36
  "typescript": "*"