@girs/grl-0.1 0.1.0-3.2.8 → 0.1.0-3.3.0

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/grl-0.1)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Grl-0.1, generated from library version 0.1.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.8.
8
+ GJS TypeScript type definitions for Grl-0.1, generated from library version 0.1.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.3.0.
9
9
 
10
10
 
11
11
  ## Install
@@ -4,9 +4,5 @@ declare module 'gi://Grl?version=0.1' {
4
4
  export default Grl01;
5
5
  }
6
6
 
7
- declare module 'gi://Grl' {
8
- import Grl01 from '@girs/grl-0.1';
9
- export default Grl01;
10
- }
11
7
 
12
8
 
package/grl-0.1.d.cts CHANGED
@@ -220,7 +220,7 @@ export function multiple_get_media_from_uri(uri: string | null, keys: KeyID[], f
220
220
  * plugin (see #grl_media_source_search for more details).
221
221
  *
222
222
  * This method is asynchronous.
223
- * @param sources a #GList of #GrlMediaSource<!-- -->s to search from (%NULL for all searchable sources)
223
+ * @param sources a #GList of #GrlMediaSource<!-- -->s to search from (%NULL for all searchable sources)
224
224
  * @param text the text to search for
225
225
  * @param keys the #GList of #GrlKeyID to retrieve
226
226
  * @param count the maximum number of elements to retrieve
@@ -233,7 +233,7 @@ export function multiple_search(sources: MediaSource[] | null, text: string | nu
233
233
  * Search for `text` in all the sources specified in `sources`.
234
234
  *
235
235
  * This method is synchronous.
236
- * @param sources a #GList of #GrlMediaSource<!-- -->s where to search from (%NULL for all available sources with search capability)
236
+ * @param sources a #GList of #GrlMediaSource<!-- -->s where to search from (%NULL for all available sources with search capability)
237
237
  * @param text the text to search for
238
238
  * @param keys the #GList of #GrlKeyID to retrieve
239
239
  * @param count the maximum number of elements to retrieve
@@ -2218,7 +2218,7 @@ export interface MetadataSource {
2218
2218
  *
2219
2219
  * `return_filtered` is %TRUE will return the list of slow keys; otherwise
2220
2220
  * %NULL
2221
- * @param keys the list of keys to filter out
2221
+ * @param keys the list of keys to filter out
2222
2222
  * @param return_filtered if %TRUE the return value shall be a new list with the slow keys
2223
2223
  * @returns if
2224
2224
  */
@@ -2229,7 +2229,7 @@ export interface MetadataSource {
2229
2229
  *
2230
2230
  * if `return_filtered` is %TRUE will return the list of removed keys;
2231
2231
  * otherwise %NULL
2232
- * @param keys the list of keys to filter out
2232
+ * @param keys the list of keys to filter out
2233
2233
  * @param return_filtered if %TRUE the return value shall be a new list with the unsupported keys
2234
2234
  */
2235
2235
  filter_supported(keys: GObject.ParamSpec[] | null, return_filtered: boolean): [ /* returnType */ GObject.ParamSpec[], /* keys */ GObject.ParamSpec[] | null ]
@@ -2243,7 +2243,7 @@ export interface MetadataSource {
2243
2243
  *
2244
2244
  * if `return_filtered` is %TRUE will return the list of non-writtable keys;
2245
2245
  * otherwise %NULL
2246
- * @param keys the list of keys to filter out
2246
+ * @param keys the list of keys to filter out
2247
2247
  * @param return_filtered if %TRUE the return value shall be a new list with the non-writable keys
2248
2248
  */
2249
2249
  filter_writable(keys: GObject.ParamSpec[] | null, return_filtered: boolean): [ /* returnType */ GObject.ParamSpec[], /* keys */ GObject.ParamSpec[] | null ]
package/grl-0.1.d.ts CHANGED
@@ -222,7 +222,7 @@ function multiple_get_media_from_uri(uri: string | null, keys: KeyID[], flags: M
222
222
  * plugin (see #grl_media_source_search for more details).
223
223
  *
224
224
  * This method is asynchronous.
225
- * @param sources a #GList of #GrlMediaSource<!-- -->s to search from (%NULL for all searchable sources)
225
+ * @param sources a #GList of #GrlMediaSource<!-- -->s to search from (%NULL for all searchable sources)
226
226
  * @param text the text to search for
227
227
  * @param keys the #GList of #GrlKeyID to retrieve
228
228
  * @param count the maximum number of elements to retrieve
@@ -235,7 +235,7 @@ function multiple_search(sources: MediaSource[] | null, text: string | null, key
235
235
  * Search for `text` in all the sources specified in `sources`.
236
236
  *
237
237
  * This method is synchronous.
238
- * @param sources a #GList of #GrlMediaSource<!-- -->s where to search from (%NULL for all available sources with search capability)
238
+ * @param sources a #GList of #GrlMediaSource<!-- -->s where to search from (%NULL for all available sources with search capability)
239
239
  * @param text the text to search for
240
240
  * @param keys the #GList of #GrlKeyID to retrieve
241
241
  * @param count the maximum number of elements to retrieve
@@ -2220,7 +2220,7 @@ interface MetadataSource {
2220
2220
  *
2221
2221
  * `return_filtered` is %TRUE will return the list of slow keys; otherwise
2222
2222
  * %NULL
2223
- * @param keys the list of keys to filter out
2223
+ * @param keys the list of keys to filter out
2224
2224
  * @param return_filtered if %TRUE the return value shall be a new list with the slow keys
2225
2225
  * @returns if
2226
2226
  */
@@ -2231,7 +2231,7 @@ interface MetadataSource {
2231
2231
  *
2232
2232
  * if `return_filtered` is %TRUE will return the list of removed keys;
2233
2233
  * otherwise %NULL
2234
- * @param keys the list of keys to filter out
2234
+ * @param keys the list of keys to filter out
2235
2235
  * @param return_filtered if %TRUE the return value shall be a new list with the unsupported keys
2236
2236
  */
2237
2237
  filter_supported(keys: GObject.ParamSpec[] | null, return_filtered: boolean): [ /* returnType */ GObject.ParamSpec[], /* keys */ GObject.ParamSpec[] | null ]
@@ -2245,7 +2245,7 @@ interface MetadataSource {
2245
2245
  *
2246
2246
  * if `return_filtered` is %TRUE will return the list of non-writtable keys;
2247
2247
  * otherwise %NULL
2248
- * @param keys the list of keys to filter out
2248
+ * @param keys the list of keys to filter out
2249
2249
  * @param return_filtered if %TRUE the return value shall be a new list with the non-writable keys
2250
2250
  */
2251
2251
  filter_writable(keys: GObject.ParamSpec[] | null, return_filtered: boolean): [ /* returnType */ GObject.ParamSpec[], /* keys */ GObject.ParamSpec[] | null ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/grl-0.1",
3
- "version": "0.1.0-3.2.8",
3
+ "version": "0.1.0-3.3.0",
4
4
  "description": "GJS TypeScript type definitions for Grl-0.1, generated from library version 0.1.0",
5
5
  "type": "module",
6
6
  "module": "grl-0.1.js",
@@ -31,10 +31,10 @@
31
31
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit grl-0.1.d.cts"
32
32
  },
33
33
  "dependencies": {
34
- "@girs/gjs": "^3.2.8",
35
- "@girs/glib-2.0": "^2.77.0-3.2.8",
36
- "@girs/gmodule-2.0": "^2.0.0-3.2.8",
37
- "@girs/gobject-2.0": "^2.77.0-3.2.8"
34
+ "@girs/gjs": "^3.3.0",
35
+ "@girs/glib-2.0": "^2.78.0-3.3.0",
36
+ "@girs/gmodule-2.0": "^2.0.0-3.3.0",
37
+ "@girs/gobject-2.0": "^2.78.0-3.3.0"
38
38
  },
39
39
  "devDependencies": {
40
40
  "typescript": "*"