@girs/cloudproviders-0.3 0.3.0-3.2.1 → 0.3.0-3.2.4

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/cloudproviders-0.3)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for CloudProviders-0.3, generated from library version 0.3.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.1.
8
+ GJS TypeScript type definitions for CloudProviders-0.3, generated from library version 0.3.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.4.
9
9
 
10
10
 
11
11
  ## Install
@@ -424,7 +424,7 @@ export interface Account {
424
424
  * #CloudProvidersAccount is the basic object used to construct the integrator UI
425
425
  * and actions that a provider will present to the user, from the client side.
426
426
  * Integrators of the cloud providers can use this object to poll the
427
- * #CloudProvider menus, status and actions.
427
+ * #CloudProvidersProvider menus, status and actions.
428
428
  * @class
429
429
  */
430
430
  export class Account extends GObject.Object {
@@ -439,14 +439,14 @@ export class Account extends GObject.Object {
439
439
  constructor(config?: Account.ConstructorProperties)
440
440
  /**
441
441
  * A #CloudProvidersAccount object are used to fetch details about cloud providers from DBus.
442
- * Object are usually fetched from cloud_providers_get_providers() as a list.
442
+ * Object are usually fetched from cloud_providers_provider_get_accounts() as a list.
443
443
  * @constructor
444
444
  * @param proxy DBus proxy
445
445
  */
446
446
  constructor(proxy: Gio.DBusProxy)
447
447
  /**
448
448
  * A #CloudProvidersAccount object are used to fetch details about cloud providers from DBus.
449
- * Object are usually fetched from cloud_providers_get_providers() as a list.
449
+ * Object are usually fetched from cloud_providers_provider_get_accounts() as a list.
450
450
  * @constructor
451
451
  * @param proxy DBus proxy
452
452
  */
@@ -491,7 +491,7 @@ export interface AccountExporter {
491
491
 
492
492
  /**
493
493
  * In order for a menu exported with cloud_providers_account_exporter_export_menu to receive events
494
- * that will eventually call your callbacks, it needs the corresponding GAcionGroup.
494
+ * that will eventually call your callbacks, it needs the corresponding GActionGroup.
495
495
  * Use this function to export it.
496
496
  * @param action_group The GActionGroup to be used by the menu exported by cloud_providers_account_exporter_export_menu
497
497
  */
@@ -500,7 +500,7 @@ export interface AccountExporter {
500
500
  /**
501
501
  * One of the benefits of the integration is to display a menu with available
502
502
  * options for an account. Use this function to export a GMenuModel menu to be
503
- * displayed by the choosen integration by the desktop environment or application.
503
+ * displayed by the chosen integration by the desktop environment or application.
504
504
  * @param menu_model The menu model to export
505
505
  */
506
506
  set_menu_model(menu_model: Gio.MenuModel): void
@@ -1775,7 +1775,7 @@ export interface Provider {
1775
1775
  }
1776
1776
 
1777
1777
  /**
1778
- * #CloudProvidersProvider is the basic object object for client implementators
1778
+ * #CloudProvidersProvider is the basic object object for client implementers
1779
1779
  * that contains the properties of the provider such as name, and the accounts
1780
1780
  * associated with it.
1781
1781
  * @class
@@ -426,7 +426,7 @@ interface Account {
426
426
  * #CloudProvidersAccount is the basic object used to construct the integrator UI
427
427
  * and actions that a provider will present to the user, from the client side.
428
428
  * Integrators of the cloud providers can use this object to poll the
429
- * #CloudProvider menus, status and actions.
429
+ * #CloudProvidersProvider menus, status and actions.
430
430
  * @class
431
431
  */
432
432
  class Account extends GObject.Object {
@@ -441,14 +441,14 @@ class Account extends GObject.Object {
441
441
  constructor(config?: Account.ConstructorProperties)
442
442
  /**
443
443
  * A #CloudProvidersAccount object are used to fetch details about cloud providers from DBus.
444
- * Object are usually fetched from cloud_providers_get_providers() as a list.
444
+ * Object are usually fetched from cloud_providers_provider_get_accounts() as a list.
445
445
  * @constructor
446
446
  * @param proxy DBus proxy
447
447
  */
448
448
  constructor(proxy: Gio.DBusProxy)
449
449
  /**
450
450
  * A #CloudProvidersAccount object are used to fetch details about cloud providers from DBus.
451
- * Object are usually fetched from cloud_providers_get_providers() as a list.
451
+ * Object are usually fetched from cloud_providers_provider_get_accounts() as a list.
452
452
  * @constructor
453
453
  * @param proxy DBus proxy
454
454
  */
@@ -493,7 +493,7 @@ interface AccountExporter {
493
493
 
494
494
  /**
495
495
  * In order for a menu exported with cloud_providers_account_exporter_export_menu to receive events
496
- * that will eventually call your callbacks, it needs the corresponding GAcionGroup.
496
+ * that will eventually call your callbacks, it needs the corresponding GActionGroup.
497
497
  * Use this function to export it.
498
498
  * @param action_group The GActionGroup to be used by the menu exported by cloud_providers_account_exporter_export_menu
499
499
  */
@@ -502,7 +502,7 @@ interface AccountExporter {
502
502
  /**
503
503
  * One of the benefits of the integration is to display a menu with available
504
504
  * options for an account. Use this function to export a GMenuModel menu to be
505
- * displayed by the choosen integration by the desktop environment or application.
505
+ * displayed by the chosen integration by the desktop environment or application.
506
506
  * @param menu_model The menu model to export
507
507
  */
508
508
  set_menu_model(menu_model: Gio.MenuModel): void
@@ -1777,7 +1777,7 @@ interface Provider {
1777
1777
  }
1778
1778
 
1779
1779
  /**
1780
- * #CloudProvidersProvider is the basic object object for client implementators
1780
+ * #CloudProvidersProvider is the basic object object for client implementers
1781
1781
  * that contains the properties of the provider such as name, and the accounts
1782
1782
  * associated with it.
1783
1783
  * @class
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/cloudproviders-0.3",
3
- "version": "0.3.0-3.2.1",
3
+ "version": "0.3.0-3.2.4",
4
4
  "description": "GJS TypeScript type definitions for CloudProviders-0.3, generated from library version 0.3.0",
5
5
  "type": "module",
6
6
  "module": "cloudproviders-0.3.js",
@@ -25,10 +25,10 @@
25
25
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit cloudproviders-0.3.d.cts"
26
26
  },
27
27
  "dependencies": {
28
- "@girs/gio-2.0": "^2.77.0-3.2.2",
29
- "@girs/gjs": "^3.2.2",
30
- "@girs/glib-2.0": "^2.77.0-3.2.2",
31
- "@girs/gobject-2.0": "^2.77.0-3.2.2"
28
+ "@girs/gio-2.0": "^2.78.0-3.2.4",
29
+ "@girs/gjs": "^3.2.4",
30
+ "@girs/glib-2.0": "^2.78.0-3.2.4",
31
+ "@girs/gobject-2.0": "^2.78.0-3.2.4"
32
32
  },
33
33
  "devDependencies": {
34
34
  "typescript": "*"