@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 +1 -1
- package/gstinterfaces-0.10.d.cts +1 -1
- package/gstinterfaces-0.10.d.ts +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
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.
|
|
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
|
package/gstinterfaces-0.10.d.cts
CHANGED
|
@@ -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
|
|
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.
|
package/gstinterfaces-0.10.d.ts
CHANGED
|
@@ -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
|
|
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.
|
|
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.
|
|
29
|
-
"@girs/glib-2.0": "^2.78.0-3.2.
|
|
30
|
-
"@girs/gmodule-2.0": "^2.0.0-3.2.
|
|
31
|
-
"@girs/gobject-2.0": "^2.78.0-3.2.
|
|
32
|
-
"@girs/gst-0.10": "^0.10.29-3.2.
|
|
33
|
-
"@girs/libxml2-2.0": "^2.0.0-3.2.
|
|
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": "*"
|