@girs/grl-0.2 0.2.0-3.2.9 → 0.2.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.2)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Grl-0.2, generated from library version 0.2.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.9.
8
+ GJS TypeScript type definitions for Grl-0.2, generated from library version 0.2.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.3.0.
9
9
 
10
10
 
11
11
  ## Install
package/grl-0.2.d.cts CHANGED
@@ -521,7 +521,7 @@ export function multiple_get_media_from_uri(uri: string, keys: KeyID[], options:
521
521
  * plugin (see #grl_source_search for more details).
522
522
  *
523
523
  * This method is asynchronous.
524
- * @param sources a #GList of #GrlSource<!-- -->s to search from (%NULL for all searchable sources)
524
+ * @param sources a #GList of #GrlSource<!-- -->s to search from (%NULL for all searchable sources)
525
525
  * @param text the text to search for
526
526
  * @param keys the #GList of #GrlKeyID to retrieve
527
527
  * @param options options wanted for that operation
@@ -533,7 +533,7 @@ export function multiple_search(sources: Source[] | null, text: string, keys: Ke
533
533
  * Search for `text` in all the sources specified in `sources`.
534
534
  *
535
535
  * This method is synchronous.
536
- * @param sources a #GList of #GrlSource<!-- -->s where to search from (%NULL for all available sources with search capability)
536
+ * @param sources a #GList of #GrlSource<!-- -->s where to search from (%NULL for all available sources with search capability)
537
537
  * @param text the text to search for
538
538
  * @param keys the #GList of #GrlKeyID to retrieve
539
539
  * @param options options wanted for that operation
@@ -2376,7 +2376,7 @@ export interface Plugin {
2376
2376
  /**
2377
2377
  * Returns a list of keys that can be queried to retrieve information about the
2378
2378
  * plugin.
2379
- * @returns a #GList of strings containing the keys. The content of the list is owned by the plugin and should not be modified or freed. Use g_list_free() when done using the list.
2379
+ * @returns a #GList of strings containing the keys. The content of the list is owned by the plugin and should not be modified or freed. Use g_list_free() when done using the list.
2380
2380
  */
2381
2381
  get_info_keys(): string[]
2382
2382
  /**
@@ -3416,7 +3416,7 @@ export interface Source {
3416
3416
  * @param media the #GrlMedia object that we want to operate on
3417
3417
  * @param keys a list of #GrlKeyID whose values we want to change
3418
3418
  * @param flags Flags to configure specific behaviors of the operation.
3419
- * @returns a #GList of keys that could not be updated, or @NULL
3419
+ * @returns a #GList of keys that could not be updated, or @NULL
3420
3420
  */
3421
3421
  store_metadata_sync(media: Media, keys: KeyID[] | null, flags: WriteFlags): KeyID[]
3422
3422
  /**
@@ -3450,7 +3450,7 @@ export interface Source {
3450
3450
  * Similar to grl_source_supported_keys(), but these keys
3451
3451
  * are marked as writable, meaning the source allows the client
3452
3452
  * to provide new values for these keys that will be stored permanently.
3453
- * @returns a #GList with the keys
3453
+ * @returns a #GList with the keys
3454
3454
  */
3455
3455
  writable_keys(): KeyID[]
3456
3456
 
@@ -3534,7 +3534,7 @@ export interface Source {
3534
3534
  * are marked as writable, meaning the source allows the client
3535
3535
  * to provide new values for these keys that will be stored permanently.
3536
3536
  * @virtual
3537
- * @returns a #GList with the keys
3537
+ * @returns a #GList with the keys
3538
3538
  */
3539
3539
  vfunc_writable_keys(): KeyID[]
3540
3540
 
package/grl-0.2.d.ts CHANGED
@@ -523,7 +523,7 @@ function multiple_get_media_from_uri(uri: string, keys: KeyID[], options: Operat
523
523
  * plugin (see #grl_source_search for more details).
524
524
  *
525
525
  * This method is asynchronous.
526
- * @param sources a #GList of #GrlSource<!-- -->s to search from (%NULL for all searchable sources)
526
+ * @param sources a #GList of #GrlSource<!-- -->s to search from (%NULL for all searchable sources)
527
527
  * @param text the text to search for
528
528
  * @param keys the #GList of #GrlKeyID to retrieve
529
529
  * @param options options wanted for that operation
@@ -535,7 +535,7 @@ function multiple_search(sources: Source[] | null, text: string, keys: KeyID[],
535
535
  * Search for `text` in all the sources specified in `sources`.
536
536
  *
537
537
  * This method is synchronous.
538
- * @param sources a #GList of #GrlSource<!-- -->s where to search from (%NULL for all available sources with search capability)
538
+ * @param sources a #GList of #GrlSource<!-- -->s where to search from (%NULL for all available sources with search capability)
539
539
  * @param text the text to search for
540
540
  * @param keys the #GList of #GrlKeyID to retrieve
541
541
  * @param options options wanted for that operation
@@ -2378,7 +2378,7 @@ interface Plugin {
2378
2378
  /**
2379
2379
  * Returns a list of keys that can be queried to retrieve information about the
2380
2380
  * plugin.
2381
- * @returns a #GList of strings containing the keys. The content of the list is owned by the plugin and should not be modified or freed. Use g_list_free() when done using the list.
2381
+ * @returns a #GList of strings containing the keys. The content of the list is owned by the plugin and should not be modified or freed. Use g_list_free() when done using the list.
2382
2382
  */
2383
2383
  get_info_keys(): string[]
2384
2384
  /**
@@ -3418,7 +3418,7 @@ interface Source {
3418
3418
  * @param media the #GrlMedia object that we want to operate on
3419
3419
  * @param keys a list of #GrlKeyID whose values we want to change
3420
3420
  * @param flags Flags to configure specific behaviors of the operation.
3421
- * @returns a #GList of keys that could not be updated, or @NULL
3421
+ * @returns a #GList of keys that could not be updated, or @NULL
3422
3422
  */
3423
3423
  store_metadata_sync(media: Media, keys: KeyID[] | null, flags: WriteFlags): KeyID[]
3424
3424
  /**
@@ -3452,7 +3452,7 @@ interface Source {
3452
3452
  * Similar to grl_source_supported_keys(), but these keys
3453
3453
  * are marked as writable, meaning the source allows the client
3454
3454
  * to provide new values for these keys that will be stored permanently.
3455
- * @returns a #GList with the keys
3455
+ * @returns a #GList with the keys
3456
3456
  */
3457
3457
  writable_keys(): KeyID[]
3458
3458
 
@@ -3536,7 +3536,7 @@ interface Source {
3536
3536
  * are marked as writable, meaning the source allows the client
3537
3537
  * to provide new values for these keys that will be stored permanently.
3538
3538
  * @virtual
3539
- * @returns a #GList with the keys
3539
+ * @returns a #GList with the keys
3540
3540
  */
3541
3541
  vfunc_writable_keys(): KeyID[]
3542
3542
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/grl-0.2",
3
- "version": "0.2.0-3.2.9",
3
+ "version": "0.2.0-3.3.0",
4
4
  "description": "GJS TypeScript type definitions for Grl-0.2, generated from library version 0.2.0",
5
5
  "type": "module",
6
6
  "module": "grl-0.2.js",
@@ -31,11 +31,11 @@
31
31
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit grl-0.2.d.cts"
32
32
  },
33
33
  "dependencies": {
34
- "@girs/gio-2.0": "^2.78.0-3.2.9",
35
- "@girs/gjs": "^3.2.9",
36
- "@girs/glib-2.0": "^2.78.0-3.2.9",
37
- "@girs/gmodule-2.0": "^2.0.0-3.2.9",
38
- "@girs/gobject-2.0": "^2.78.0-3.2.9"
34
+ "@girs/gio-2.0": "^2.78.0-3.3.0",
35
+ "@girs/gjs": "^3.3.0",
36
+ "@girs/glib-2.0": "^2.78.0-3.3.0",
37
+ "@girs/gmodule-2.0": "^2.0.0-3.3.0",
38
+ "@girs/gobject-2.0": "^2.78.0-3.3.0"
39
39
  },
40
40
  "devDependencies": {
41
41
  "typescript": "*"