@girs/cloudproviders-0.3 0.3.0-3.2.5 → 0.3.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/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.5.
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.7.
9
9
 
10
10
 
11
11
  ## Install
@@ -22,8 +22,8 @@ export enum AccountStatus {
22
22
  SYNCING,
23
23
  ERROR,
24
24
  }
25
- export const ACCOUNT_DBUS_IFACE: string | null
26
- export const PROVIDER_DBUS_IFACE: string | null
25
+ export const ACCOUNT_DBUS_IFACE: string
26
+ export const PROVIDER_DBUS_IFACE: string
27
27
  /**
28
28
  * Gets a machine-readable description of the <link linkend="gdbus-interface-org-freedesktop-CloudProviders-Account.top_of_page">org.freedesktop.CloudProviders.Account</link> D-Bus interface.
29
29
  * @returns A #GDBusInterfaceInfo. Do not free.
@@ -88,6 +88,12 @@ export module DbusAccount {
88
88
  * Since the D-Bus property for this #GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
89
89
  */
90
90
  status_details?: string | null
91
+ /**
92
+ * Represents the D-Bus property <link linkend="gdbus-property-org-freedesktop-CloudProviders-Account.StatusDetails">"StatusDetails"</link>.
93
+ *
94
+ * Since the D-Bus property for this #GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
95
+ */
96
+ statusDetails?: string | null
91
97
  }
92
98
 
93
99
  }
@@ -126,6 +132,12 @@ export interface DbusAccount {
126
132
  * Since the D-Bus property for this #GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
127
133
  */
128
134
  status_details: string | null
135
+ /**
136
+ * Represents the D-Bus property <link linkend="gdbus-property-org-freedesktop-CloudProviders-Account.StatusDetails">"StatusDetails"</link>.
137
+ *
138
+ * Since the D-Bus property for this #GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
139
+ */
140
+ statusDetails: string | null
129
141
 
130
142
  // Class property signals of CloudProviders-0.3.CloudProviders.DbusAccount
131
143
 
@@ -349,11 +361,14 @@ export interface Account {
349
361
  // Own properties of CloudProviders-0.3.CloudProviders.Account
350
362
 
351
363
  readonly action_group: Gio.ActionGroup
364
+ readonly actionGroup: Gio.ActionGroup
352
365
  readonly icon: Gio.Icon
353
366
  readonly menu_model: Gio.MenuModel
367
+ readonly menuModel: Gio.MenuModel
354
368
  readonly name: string | null
355
369
  readonly path: string | null
356
370
  readonly status_details: string | null
371
+ readonly statusDetails: string | null
357
372
 
358
373
  // Owm methods of CloudProviders-0.3.CloudProviders.Account
359
374
 
@@ -377,12 +392,12 @@ export interface Account {
377
392
  * Get the name of the account
378
393
  * @returns The name of the cloud provider account
379
394
  */
380
- get_name(): string | null
395
+ get_name(): string
381
396
  /**
382
397
  * Get the directory path of the account
383
398
  * @returns The directory path of the cloud provider account
384
399
  */
385
- get_path(): string | null
400
+ get_path(): string
386
401
  /**
387
402
  * Get the status of the account
388
403
  * @returns The status of the cloud provider account
@@ -392,7 +407,7 @@ export interface Account {
392
407
  * Get the status details of the account
393
408
  * @returns The status detail description of the cloud provider account
394
409
  */
395
- get_status_details(): string | null
410
+ get_status_details(): string
396
411
 
397
412
  // Class property signals of CloudProviders-0.3.CloudProviders.Account
398
413
 
@@ -470,6 +485,10 @@ export module AccountExporter {
470
485
  path?: string | null
471
486
  provider?: ProviderExporter | null
472
487
  status_details?: string | null
488
+ actionGroup?: Gio.ActionGroup | null
489
+ busName?: string | null
490
+ menuModel?: Gio.MenuModel | null
491
+ statusDetails?: string | null
473
492
  }
474
493
 
475
494
  }
@@ -479,13 +498,17 @@ export interface AccountExporter {
479
498
  // Own properties of CloudProviders-0.3.CloudProviders.AccountExporter
480
499
 
481
500
  action_group: Gio.ActionGroup
501
+ actionGroup: Gio.ActionGroup
482
502
  readonly bus_name: string | null
503
+ readonly busName: string | null
483
504
  icon: Gio.Icon
484
505
  menu_model: Gio.MenuModel
506
+ menuModel: Gio.MenuModel
485
507
  name: string | null
486
508
  path: string | null
487
509
  readonly provider: ProviderExporter
488
510
  status_details: string | null
511
+ statusDetails: string | null
489
512
 
490
513
  // Owm methods of CloudProviders-0.3.CloudProviders.AccountExporter
491
514
 
@@ -504,10 +527,10 @@ export interface AccountExporter {
504
527
  * @param menu_model The menu model to export
505
528
  */
506
529
  set_menu_model(menu_model: Gio.MenuModel): void
507
- set_name(name: string | null): void
508
- set_path(path: string | null): void
530
+ set_name(name: string): void
531
+ set_path(path: string): void
509
532
  set_status(status: AccountStatus): void
510
- set_status_details(status_details: string | null): void
533
+ set_status_details(status_details: string): void
511
534
 
512
535
  // Class property signals of CloudProviders-0.3.CloudProviders.AccountExporter
513
536
 
@@ -557,14 +580,14 @@ export class AccountExporter extends GObject.Object {
557
580
  * @param provider The provider to which it will be associated.
558
581
  * @param bus_name A unique name for the account must be a valid DBus object name
559
582
  */
560
- constructor(provider: ProviderExporter, bus_name: string | null)
583
+ constructor(provider: ProviderExporter, bus_name: string)
561
584
  /**
562
585
  * Create a new #CloudProvidersAccountExporter object
563
586
  * @constructor
564
587
  * @param provider The provider to which it will be associated.
565
588
  * @param bus_name A unique name for the account must be a valid DBus object name
566
589
  */
567
- static new(provider: ProviderExporter, bus_name: string | null): AccountExporter
590
+ static new(provider: ProviderExporter, bus_name: string): AccountExporter
568
591
  _init(config?: AccountExporter.ConstructorProperties): void
569
592
  }
570
593
 
@@ -756,7 +779,7 @@ export class DbusAccountProxy extends Gio.DBusProxy {
756
779
  * @param cancellable A #GCancellable or %NULL.
757
780
  * @returns The constructed proxy object or %NULL if @error is set.
758
781
  */
759
- static new_for_bus_sync(bus_type: Gio.BusType, flags: Gio.DBusProxyFlags, name: string | null, object_path: string | null, cancellable: Gio.Cancellable | null): DbusAccountProxy
782
+ static new_for_bus_sync(bus_type: Gio.BusType, flags: Gio.DBusProxyFlags, name: string, object_path: string, cancellable: Gio.Cancellable | null): DbusAccountProxy
760
783
 
761
784
  // Overloads of new_for_bus_sync
762
785
 
@@ -774,7 +797,7 @@ export class DbusAccountProxy extends Gio.DBusProxy {
774
797
  * @param cancellable A #GCancellable or %NULL.
775
798
  * @returns A #GDBusProxy or %NULL if error is set. Free with g_object_unref().
776
799
  */
777
- static new_for_bus_sync(bus_type: Gio.BusType, flags: Gio.DBusProxyFlags, info: Gio.DBusInterfaceInfo | null, name: string | null, object_path: string | null, interface_name: string | null, cancellable: Gio.Cancellable | null): Gio.DBusProxy
800
+ static new_for_bus_sync(bus_type: Gio.BusType, flags: Gio.DBusProxyFlags, info: Gio.DBusInterfaceInfo | null, name: string, object_path: string, interface_name: string, cancellable: Gio.Cancellable | null): Gio.DBusProxy
778
801
  /**
779
802
  * Synchronously creates a proxy for the D-Bus interface <link linkend="gdbus-interface-org-freedesktop-CloudProviders-Account.top_of_page">org.freedesktop.CloudProviders.Account</link>. See g_dbus_proxy_new_sync() for more details.
780
803
  *
@@ -789,7 +812,7 @@ export class DbusAccountProxy extends Gio.DBusProxy {
789
812
  * @param cancellable A #GCancellable or %NULL.
790
813
  * @returns The constructed proxy object or %NULL if @error is set.
791
814
  */
792
- static new_sync(connection: Gio.DBusConnection, flags: Gio.DBusProxyFlags, name: string | null, object_path: string | null, cancellable: Gio.Cancellable | null): DbusAccountProxy
815
+ static new_sync(connection: Gio.DBusConnection, flags: Gio.DBusProxyFlags, name: string | null, object_path: string, cancellable: Gio.Cancellable | null): DbusAccountProxy
793
816
 
794
817
  // Overloads of new_sync
795
818
 
@@ -826,7 +849,7 @@ export class DbusAccountProxy extends Gio.DBusProxy {
826
849
  * @param cancellable A #GCancellable or %NULL.
827
850
  * @returns A #GDBusProxy or %NULL if error is set. Free with g_object_unref().
828
851
  */
829
- static new_sync(connection: Gio.DBusConnection, flags: Gio.DBusProxyFlags, info: Gio.DBusInterfaceInfo | null, name: string | null, object_path: string | null, interface_name: string | null, cancellable: Gio.Cancellable | null): Gio.DBusProxy
852
+ static new_sync(connection: Gio.DBusConnection, flags: Gio.DBusProxyFlags, info: Gio.DBusInterfaceInfo | null, name: string | null, object_path: string, interface_name: string, cancellable: Gio.Cancellable | null): Gio.DBusProxy
830
853
  _init(config?: DbusAccountProxy.ConstructorProperties): void
831
854
  /**
832
855
  * Asynchronously creates a proxy for the D-Bus interface <link linkend="gdbus-interface-org-freedesktop-CloudProviders-Account.top_of_page">org.freedesktop.CloudProviders.Account</link>. See g_dbus_proxy_new() for more details.
@@ -842,7 +865,7 @@ export class DbusAccountProxy extends Gio.DBusProxy {
842
865
  * @param cancellable A #GCancellable or %NULL.
843
866
  * @param callback A #GAsyncReadyCallback to call when the request is satisfied.
844
867
  */
845
- static new(connection: Gio.DBusConnection, flags: Gio.DBusProxyFlags, name: string | null, object_path: string | null, cancellable: Gio.Cancellable | null, callback: Gio.AsyncReadyCallback<DbusAccountProxy> | null): void
868
+ static new(connection: Gio.DBusConnection, flags: Gio.DBusProxyFlags, name: string | null, object_path: string, cancellable: Gio.Cancellable | null, callback: Gio.AsyncReadyCallback<DbusAccountProxy> | null): void
846
869
 
847
870
  // Overloads of new
848
871
 
@@ -883,7 +906,7 @@ export class DbusAccountProxy extends Gio.DBusProxy {
883
906
  * @param cancellable A #GCancellable or %NULL.
884
907
  * @param callback Callback function to invoke when the proxy is ready.
885
908
  */
886
- static new(connection: Gio.DBusConnection, flags: Gio.DBusProxyFlags, info: Gio.DBusInterfaceInfo | null, name: string | null, object_path: string | null, interface_name: string | null, cancellable: Gio.Cancellable | null, callback: Gio.AsyncReadyCallback<Gio.DBusProxy> | null): void
909
+ static new(connection: Gio.DBusConnection, flags: Gio.DBusProxyFlags, info: Gio.DBusInterfaceInfo | null, name: string | null, object_path: string, interface_name: string, cancellable: Gio.Cancellable | null, callback: Gio.AsyncReadyCallback<Gio.DBusProxy> | null): void
887
910
  /**
888
911
  * Like cloud_providers_dbus_account_proxy_new() but takes a #GBusType instead of a #GDBusConnection.
889
912
  *
@@ -898,7 +921,7 @@ export class DbusAccountProxy extends Gio.DBusProxy {
898
921
  * @param cancellable A #GCancellable or %NULL.
899
922
  * @param callback A #GAsyncReadyCallback to call when the request is satisfied.
900
923
  */
901
- static new_for_bus(bus_type: Gio.BusType, flags: Gio.DBusProxyFlags, name: string | null, object_path: string | null, cancellable: Gio.Cancellable | null, callback: Gio.AsyncReadyCallback<DbusAccountProxy> | null): void
924
+ static new_for_bus(bus_type: Gio.BusType, flags: Gio.DBusProxyFlags, name: string, object_path: string, cancellable: Gio.Cancellable | null, callback: Gio.AsyncReadyCallback<DbusAccountProxy> | null): void
902
925
 
903
926
  // Overloads of new_for_bus
904
927
 
@@ -915,7 +938,7 @@ export class DbusAccountProxy extends Gio.DBusProxy {
915
938
  * @param cancellable A #GCancellable or %NULL.
916
939
  * @param callback Callback function to invoke when the proxy is ready.
917
940
  */
918
- static new_for_bus(bus_type: Gio.BusType, flags: Gio.DBusProxyFlags, info: Gio.DBusInterfaceInfo | null, name: string | null, object_path: string | null, interface_name: string | null, cancellable: Gio.Cancellable | null, callback: Gio.AsyncReadyCallback<Gio.DBusProxy> | null): void
941
+ static new_for_bus(bus_type: Gio.BusType, flags: Gio.DBusProxyFlags, info: Gio.DBusInterfaceInfo | null, name: string, object_path: string, interface_name: string, cancellable: Gio.Cancellable | null, callback: Gio.AsyncReadyCallback<Gio.DBusProxy> | null): void
919
942
  }
920
943
 
921
944
  export module DbusAccountSkeleton {
@@ -1092,7 +1115,7 @@ export class DbusObjectManagerClient extends Gio.DBusObjectManagerClient {
1092
1115
  * @param cancellable A #GCancellable or %NULL.
1093
1116
  * @returns The constructed object manager client or %NULL if @error is set.
1094
1117
  */
1095
- static new_for_bus_sync(bus_type: Gio.BusType, flags: Gio.DBusObjectManagerClientFlags, name: string | null, object_path: string | null, cancellable: Gio.Cancellable | null): DbusObjectManagerClient
1118
+ static new_for_bus_sync(bus_type: Gio.BusType, flags: Gio.DBusObjectManagerClientFlags, name: string, object_path: string, cancellable: Gio.Cancellable | null): DbusObjectManagerClient
1096
1119
 
1097
1120
  // Overloads of new_for_bus_sync
1098
1121
 
@@ -1112,7 +1135,7 @@ export class DbusObjectManagerClient extends Gio.DBusObjectManagerClient {
1112
1135
  * @param cancellable A #GCancellable or %NULL
1113
1136
  * @returns A #GDBusObjectManagerClient object or %NULL if @error is set. Free with g_object_unref().
1114
1137
  */
1115
- static new_for_bus_sync(bus_type: Gio.BusType, flags: Gio.DBusObjectManagerClientFlags, name: string | null, object_path: string | null, get_proxy_type_func: Gio.DBusProxyTypeFunc | null, cancellable: Gio.Cancellable | null): Gio.DBusObjectManagerClient
1138
+ static new_for_bus_sync(bus_type: Gio.BusType, flags: Gio.DBusObjectManagerClientFlags, name: string, object_path: string, get_proxy_type_func: Gio.DBusProxyTypeFunc | null, cancellable: Gio.Cancellable | null): Gio.DBusObjectManagerClient
1116
1139
  /**
1117
1140
  * Synchronously creates #GDBusObjectManagerClient using cloud_providers_dbus_object_manager_client_get_proxy_type() as the #GDBusProxyTypeFunc. See g_dbus_object_manager_client_new_sync() for more details.
1118
1141
  *
@@ -1127,7 +1150,7 @@ export class DbusObjectManagerClient extends Gio.DBusObjectManagerClient {
1127
1150
  * @param cancellable A #GCancellable or %NULL.
1128
1151
  * @returns The constructed object manager client or %NULL if @error is set.
1129
1152
  */
1130
- static new_sync(connection: Gio.DBusConnection, flags: Gio.DBusObjectManagerClientFlags, name: string | null, object_path: string | null, cancellable: Gio.Cancellable | null): DbusObjectManagerClient
1153
+ static new_sync(connection: Gio.DBusConnection, flags: Gio.DBusObjectManagerClientFlags, name: string | null, object_path: string, cancellable: Gio.Cancellable | null): DbusObjectManagerClient
1131
1154
 
1132
1155
  // Overloads of new_sync
1133
1156
 
@@ -1146,7 +1169,7 @@ export class DbusObjectManagerClient extends Gio.DBusObjectManagerClient {
1146
1169
  * @param cancellable A #GCancellable or %NULL
1147
1170
  * @returns A #GDBusObjectManagerClient object or %NULL if @error is set. Free with g_object_unref().
1148
1171
  */
1149
- static new_sync(connection: Gio.DBusConnection, flags: Gio.DBusObjectManagerClientFlags, name: string | null, object_path: string | null, get_proxy_type_func: Gio.DBusProxyTypeFunc | null, cancellable: Gio.Cancellable | null): Gio.DBusObjectManagerClient
1172
+ static new_sync(connection: Gio.DBusConnection, flags: Gio.DBusObjectManagerClientFlags, name: string | null, object_path: string, get_proxy_type_func: Gio.DBusProxyTypeFunc | null, cancellable: Gio.Cancellable | null): Gio.DBusObjectManagerClient
1150
1173
  _init(config?: DbusObjectManagerClient.ConstructorProperties): void
1151
1174
  /**
1152
1175
  * Asynchronously creates #GDBusObjectManagerClient using cloud_providers_dbus_object_manager_client_get_proxy_type() as the #GDBusProxyTypeFunc. See g_dbus_object_manager_client_new() for more details.
@@ -1162,7 +1185,7 @@ export class DbusObjectManagerClient extends Gio.DBusObjectManagerClient {
1162
1185
  * @param cancellable A #GCancellable or %NULL.
1163
1186
  * @param callback A #GAsyncReadyCallback to call when the request is satisfied.
1164
1187
  */
1165
- static new(connection: Gio.DBusConnection, flags: Gio.DBusObjectManagerClientFlags, name: string | null, object_path: string | null, cancellable: Gio.Cancellable | null, callback: Gio.AsyncReadyCallback<DbusObjectManagerClient> | null): void
1188
+ static new(connection: Gio.DBusConnection, flags: Gio.DBusObjectManagerClientFlags, name: string | null, object_path: string, cancellable: Gio.Cancellable | null, callback: Gio.AsyncReadyCallback<DbusObjectManagerClient> | null): void
1166
1189
 
1167
1190
  // Overloads of new
1168
1191
 
@@ -1183,7 +1206,7 @@ export class DbusObjectManagerClient extends Gio.DBusObjectManagerClient {
1183
1206
  * @param cancellable A #GCancellable or %NULL
1184
1207
  * @param callback A #GAsyncReadyCallback to call when the request is satisfied.
1185
1208
  */
1186
- static new(connection: Gio.DBusConnection, flags: Gio.DBusObjectManagerClientFlags, name: string | null, object_path: string | null, get_proxy_type_func: Gio.DBusProxyTypeFunc | null, cancellable: Gio.Cancellable | null, callback: Gio.AsyncReadyCallback<Gio.DBusObjectManagerClient> | null): void
1209
+ static new(connection: Gio.DBusConnection, flags: Gio.DBusObjectManagerClientFlags, name: string, object_path: string, get_proxy_type_func: Gio.DBusProxyTypeFunc | null, cancellable: Gio.Cancellable | null, callback: Gio.AsyncReadyCallback<Gio.DBusObjectManagerClient> | null): void
1187
1210
  /**
1188
1211
  * Like cloud_providers_dbus_object_manager_client_new() but takes a #GBusType instead of a #GDBusConnection.
1189
1212
  *
@@ -1198,7 +1221,7 @@ export class DbusObjectManagerClient extends Gio.DBusObjectManagerClient {
1198
1221
  * @param cancellable A #GCancellable or %NULL.
1199
1222
  * @param callback A #GAsyncReadyCallback to call when the request is satisfied.
1200
1223
  */
1201
- static new_for_bus(bus_type: Gio.BusType, flags: Gio.DBusObjectManagerClientFlags, name: string | null, object_path: string | null, cancellable: Gio.Cancellable | null, callback: Gio.AsyncReadyCallback<DbusObjectManagerClient> | null): void
1224
+ static new_for_bus(bus_type: Gio.BusType, flags: Gio.DBusObjectManagerClientFlags, name: string, object_path: string, cancellable: Gio.Cancellable | null, callback: Gio.AsyncReadyCallback<DbusObjectManagerClient> | null): void
1202
1225
 
1203
1226
  // Overloads of new_for_bus
1204
1227
 
@@ -1220,7 +1243,7 @@ export class DbusObjectManagerClient extends Gio.DBusObjectManagerClient {
1220
1243
  * @param cancellable A #GCancellable or %NULL
1221
1244
  * @param callback A #GAsyncReadyCallback to call when the request is satisfied.
1222
1245
  */
1223
- static new_for_bus(bus_type: Gio.BusType, flags: Gio.DBusObjectManagerClientFlags, name: string | null, object_path: string | null, get_proxy_type_func: Gio.DBusProxyTypeFunc | null, cancellable: Gio.Cancellable | null, callback: Gio.AsyncReadyCallback<Gio.DBusObjectManagerClient> | null): void
1246
+ static new_for_bus(bus_type: Gio.BusType, flags: Gio.DBusObjectManagerClientFlags, name: string, object_path: string, get_proxy_type_func: Gio.DBusProxyTypeFunc | null, cancellable: Gio.Cancellable | null, callback: Gio.AsyncReadyCallback<Gio.DBusObjectManagerClient> | null): void
1224
1247
  /**
1225
1248
  * A #GDBusProxyTypeFunc that maps `interface_name` to the generated #GDBusObjectProxy derived and #GDBusProxy derived types.
1226
1249
  * @param manager A #GDBusObjectManagerClient.
@@ -1229,7 +1252,7 @@ export class DbusObjectManagerClient extends Gio.DBusObjectManagerClient {
1229
1252
  * @param user_data User data (unused).
1230
1253
  * @returns A #GDBusProxy derived #GType if @interface_name is not %NULL, otherwise the #GType for #CloudProvidersDbusObjectProxy.
1231
1254
  */
1232
- static get_proxy_type(manager: Gio.DBusObjectManagerClient, object_path: string | null, interface_name: string | null, user_data: any | null): GObject.GType
1255
+ static get_proxy_type(manager: Gio.DBusObjectManagerClient, object_path: string, interface_name: string | null, user_data: any | null): GObject.GType
1233
1256
  }
1234
1257
 
1235
1258
  export module DbusObjectProxy {
@@ -1284,7 +1307,7 @@ export class DbusObjectProxy extends Gio.DBusObjectProxy {
1284
1307
  * @param object_path An object path.
1285
1308
  * @returns The proxy object.
1286
1309
  */
1287
- constructor(connection: Gio.DBusConnection, object_path: string | null)
1310
+ constructor(connection: Gio.DBusConnection, object_path: string)
1288
1311
  /**
1289
1312
  * Creates a new proxy object.
1290
1313
  * @constructor
@@ -1292,7 +1315,7 @@ export class DbusObjectProxy extends Gio.DBusObjectProxy {
1292
1315
  * @param object_path An object path.
1293
1316
  * @returns The proxy object.
1294
1317
  */
1295
- static new(connection: Gio.DBusConnection, object_path: string | null): DbusObjectProxy
1318
+ static new(connection: Gio.DBusConnection, object_path: string): DbusObjectProxy
1296
1319
 
1297
1320
  // Overloads of new
1298
1321
 
@@ -1304,7 +1327,7 @@ export class DbusObjectProxy extends Gio.DBusObjectProxy {
1304
1327
  * @param object_path the object path
1305
1328
  * @returns a new #GDBusObjectProxy
1306
1329
  */
1307
- static new(connection: Gio.DBusConnection, object_path: string | null): Gio.DBusObjectProxy
1330
+ static new(connection: Gio.DBusConnection, object_path: string): Gio.DBusObjectProxy
1308
1331
  _init(config?: DbusObjectProxy.ConstructorProperties): void
1309
1332
  }
1310
1333
 
@@ -1369,14 +1392,14 @@ export class DbusObjectSkeleton extends Gio.DBusObjectSkeleton {
1369
1392
  * @param object_path An object path.
1370
1393
  * @returns The skeleton object.
1371
1394
  */
1372
- constructor(object_path: string | null)
1395
+ constructor(object_path: string)
1373
1396
  /**
1374
1397
  * Creates a new skeleton object.
1375
1398
  * @constructor
1376
1399
  * @param object_path An object path.
1377
1400
  * @returns The skeleton object.
1378
1401
  */
1379
- static new(object_path: string | null): DbusObjectSkeleton
1402
+ static new(object_path: string): DbusObjectSkeleton
1380
1403
 
1381
1404
  // Overloads of new
1382
1405
 
@@ -1386,7 +1409,7 @@ export class DbusObjectSkeleton extends Gio.DBusObjectSkeleton {
1386
1409
  * @param object_path An object path.
1387
1410
  * @returns A #GDBusObjectSkeleton. Free with g_object_unref().
1388
1411
  */
1389
- static new(object_path: string | null): Gio.DBusObjectSkeleton
1412
+ static new(object_path: string): Gio.DBusObjectSkeleton
1390
1413
  _init(config?: DbusObjectSkeleton.ConstructorProperties): void
1391
1414
  }
1392
1415
 
@@ -1501,7 +1524,7 @@ export class DbusProviderProxy extends Gio.DBusProxy {
1501
1524
  * @param cancellable A #GCancellable or %NULL.
1502
1525
  * @returns The constructed proxy object or %NULL if @error is set.
1503
1526
  */
1504
- static new_for_bus_sync(bus_type: Gio.BusType, flags: Gio.DBusProxyFlags, name: string | null, object_path: string | null, cancellable: Gio.Cancellable | null): DbusProviderProxy
1527
+ static new_for_bus_sync(bus_type: Gio.BusType, flags: Gio.DBusProxyFlags, name: string, object_path: string, cancellable: Gio.Cancellable | null): DbusProviderProxy
1505
1528
 
1506
1529
  // Overloads of new_for_bus_sync
1507
1530
 
@@ -1519,7 +1542,7 @@ export class DbusProviderProxy extends Gio.DBusProxy {
1519
1542
  * @param cancellable A #GCancellable or %NULL.
1520
1543
  * @returns A #GDBusProxy or %NULL if error is set. Free with g_object_unref().
1521
1544
  */
1522
- static new_for_bus_sync(bus_type: Gio.BusType, flags: Gio.DBusProxyFlags, info: Gio.DBusInterfaceInfo | null, name: string | null, object_path: string | null, interface_name: string | null, cancellable: Gio.Cancellable | null): Gio.DBusProxy
1545
+ static new_for_bus_sync(bus_type: Gio.BusType, flags: Gio.DBusProxyFlags, info: Gio.DBusInterfaceInfo | null, name: string, object_path: string, interface_name: string, cancellable: Gio.Cancellable | null): Gio.DBusProxy
1523
1546
  /**
1524
1547
  * Synchronously creates a proxy for the D-Bus interface <link linkend="gdbus-interface-org-freedesktop-CloudProviders-Provider.top_of_page">org.freedesktop.CloudProviders.Provider</link>. See g_dbus_proxy_new_sync() for more details.
1525
1548
  *
@@ -1534,7 +1557,7 @@ export class DbusProviderProxy extends Gio.DBusProxy {
1534
1557
  * @param cancellable A #GCancellable or %NULL.
1535
1558
  * @returns The constructed proxy object or %NULL if @error is set.
1536
1559
  */
1537
- static new_sync(connection: Gio.DBusConnection, flags: Gio.DBusProxyFlags, name: string | null, object_path: string | null, cancellable: Gio.Cancellable | null): DbusProviderProxy
1560
+ static new_sync(connection: Gio.DBusConnection, flags: Gio.DBusProxyFlags, name: string | null, object_path: string, cancellable: Gio.Cancellable | null): DbusProviderProxy
1538
1561
 
1539
1562
  // Overloads of new_sync
1540
1563
 
@@ -1571,7 +1594,7 @@ export class DbusProviderProxy extends Gio.DBusProxy {
1571
1594
  * @param cancellable A #GCancellable or %NULL.
1572
1595
  * @returns A #GDBusProxy or %NULL if error is set. Free with g_object_unref().
1573
1596
  */
1574
- static new_sync(connection: Gio.DBusConnection, flags: Gio.DBusProxyFlags, info: Gio.DBusInterfaceInfo | null, name: string | null, object_path: string | null, interface_name: string | null, cancellable: Gio.Cancellable | null): Gio.DBusProxy
1597
+ static new_sync(connection: Gio.DBusConnection, flags: Gio.DBusProxyFlags, info: Gio.DBusInterfaceInfo | null, name: string | null, object_path: string, interface_name: string, cancellable: Gio.Cancellable | null): Gio.DBusProxy
1575
1598
  _init(config?: DbusProviderProxy.ConstructorProperties): void
1576
1599
  /**
1577
1600
  * Asynchronously creates a proxy for the D-Bus interface <link linkend="gdbus-interface-org-freedesktop-CloudProviders-Provider.top_of_page">org.freedesktop.CloudProviders.Provider</link>. See g_dbus_proxy_new() for more details.
@@ -1587,7 +1610,7 @@ export class DbusProviderProxy extends Gio.DBusProxy {
1587
1610
  * @param cancellable A #GCancellable or %NULL.
1588
1611
  * @param callback A #GAsyncReadyCallback to call when the request is satisfied.
1589
1612
  */
1590
- static new(connection: Gio.DBusConnection, flags: Gio.DBusProxyFlags, name: string | null, object_path: string | null, cancellable: Gio.Cancellable | null, callback: Gio.AsyncReadyCallback<DbusProviderProxy> | null): void
1613
+ static new(connection: Gio.DBusConnection, flags: Gio.DBusProxyFlags, name: string | null, object_path: string, cancellable: Gio.Cancellable | null, callback: Gio.AsyncReadyCallback<DbusProviderProxy> | null): void
1591
1614
 
1592
1615
  // Overloads of new
1593
1616
 
@@ -1628,7 +1651,7 @@ export class DbusProviderProxy extends Gio.DBusProxy {
1628
1651
  * @param cancellable A #GCancellable or %NULL.
1629
1652
  * @param callback Callback function to invoke when the proxy is ready.
1630
1653
  */
1631
- static new(connection: Gio.DBusConnection, flags: Gio.DBusProxyFlags, info: Gio.DBusInterfaceInfo | null, name: string | null, object_path: string | null, interface_name: string | null, cancellable: Gio.Cancellable | null, callback: Gio.AsyncReadyCallback<Gio.DBusProxy> | null): void
1654
+ static new(connection: Gio.DBusConnection, flags: Gio.DBusProxyFlags, info: Gio.DBusInterfaceInfo | null, name: string | null, object_path: string, interface_name: string, cancellable: Gio.Cancellable | null, callback: Gio.AsyncReadyCallback<Gio.DBusProxy> | null): void
1632
1655
  /**
1633
1656
  * Like cloud_providers_dbus_provider_proxy_new() but takes a #GBusType instead of a #GDBusConnection.
1634
1657
  *
@@ -1643,7 +1666,7 @@ export class DbusProviderProxy extends Gio.DBusProxy {
1643
1666
  * @param cancellable A #GCancellable or %NULL.
1644
1667
  * @param callback A #GAsyncReadyCallback to call when the request is satisfied.
1645
1668
  */
1646
- static new_for_bus(bus_type: Gio.BusType, flags: Gio.DBusProxyFlags, name: string | null, object_path: string | null, cancellable: Gio.Cancellable | null, callback: Gio.AsyncReadyCallback<DbusProviderProxy> | null): void
1669
+ static new_for_bus(bus_type: Gio.BusType, flags: Gio.DBusProxyFlags, name: string, object_path: string, cancellable: Gio.Cancellable | null, callback: Gio.AsyncReadyCallback<DbusProviderProxy> | null): void
1647
1670
 
1648
1671
  // Overloads of new_for_bus
1649
1672
 
@@ -1660,7 +1683,7 @@ export class DbusProviderProxy extends Gio.DBusProxy {
1660
1683
  * @param cancellable A #GCancellable or %NULL.
1661
1684
  * @param callback Callback function to invoke when the proxy is ready.
1662
1685
  */
1663
- static new_for_bus(bus_type: Gio.BusType, flags: Gio.DBusProxyFlags, info: Gio.DBusInterfaceInfo | null, name: string | null, object_path: string | null, interface_name: string | null, cancellable: Gio.Cancellable | null, callback: Gio.AsyncReadyCallback<Gio.DBusProxy> | null): void
1686
+ static new_for_bus(bus_type: Gio.BusType, flags: Gio.DBusProxyFlags, info: Gio.DBusInterfaceInfo | null, name: string, object_path: string, interface_name: string, cancellable: Gio.Cancellable | null, callback: Gio.AsyncReadyCallback<Gio.DBusProxy> | null): void
1664
1687
  }
1665
1688
 
1666
1689
  export module DbusProviderSkeleton {
@@ -1752,7 +1775,7 @@ export interface Provider {
1752
1775
  // Owm methods of CloudProviders-0.3.CloudProviders.Provider
1753
1776
 
1754
1777
  get_accounts(): Account[]
1755
- get_name(): string | null
1778
+ get_name(): string
1756
1779
 
1757
1780
  // Own signals of CloudProviders-0.3.CloudProviders.Provider
1758
1781
 
@@ -1790,8 +1813,8 @@ export class Provider extends GObject.Object {
1790
1813
  // Constructors of CloudProviders-0.3.CloudProviders.Provider
1791
1814
 
1792
1815
  constructor(config?: Provider.ConstructorProperties)
1793
- constructor(bus_name: string | null, object_path: string | null)
1794
- static new(bus_name: string | null, object_path: string | null): Provider
1816
+ constructor(bus_name: string, object_path: string)
1817
+ static new(bus_name: string, object_path: string): Provider
1795
1818
  _init(config?: Provider.ConstructorProperties): void
1796
1819
  }
1797
1820
 
@@ -1807,6 +1830,8 @@ export module ProviderExporter {
1807
1830
  bus_name?: string | null
1808
1831
  bus_path?: string | null
1809
1832
  name?: string | null
1833
+ busName?: string | null
1834
+ busPath?: string | null
1810
1835
  }
1811
1836
 
1812
1837
  }
@@ -1817,19 +1842,21 @@ export interface ProviderExporter {
1817
1842
 
1818
1843
  readonly bus: Gio.DBusConnection
1819
1844
  readonly bus_name: string | null
1845
+ readonly busName: string | null
1820
1846
  readonly bus_path: string | null
1847
+ readonly busPath: string | null
1821
1848
  name: string | null
1822
1849
 
1823
1850
  // Owm methods of CloudProviders-0.3.CloudProviders.ProviderExporter
1824
1851
 
1825
- get_name(): string | null
1852
+ get_name(): string
1826
1853
  /**
1827
1854
  * Each cloud provider can have a variety of account associated with it. Use this
1828
1855
  * function to remove the accounts that were added when created by cloud_providers_account_exporter_new().
1829
1856
  * @param account The account object
1830
1857
  */
1831
1858
  remove_account(account: AccountExporter): void
1832
- set_name(name: string | null): void
1859
+ set_name(name: string): void
1833
1860
 
1834
1861
  // Class property signals of CloudProviders-0.3.CloudProviders.ProviderExporter
1835
1862
 
@@ -1867,8 +1894,8 @@ export class ProviderExporter extends GObject.Object {
1867
1894
  // Constructors of CloudProviders-0.3.CloudProviders.ProviderExporter
1868
1895
 
1869
1896
  constructor(config?: ProviderExporter.ConstructorProperties)
1870
- constructor(bus: Gio.DBusConnection, bus_name: string | null, bus_path: string | null)
1871
- static new(bus: Gio.DBusConnection, bus_name: string | null, bus_path: string | null): ProviderExporter
1897
+ constructor(bus: Gio.DBusConnection, bus_name: string, bus_path: string)
1898
+ static new(bus: Gio.DBusConnection, bus_name: string, bus_path: string): ProviderExporter
1872
1899
  _init(config?: ProviderExporter.ConstructorProperties): void
1873
1900
  }
1874
1901
 
@@ -24,8 +24,8 @@ enum AccountStatus {
24
24
  SYNCING,
25
25
  ERROR,
26
26
  }
27
- const ACCOUNT_DBUS_IFACE: string | null
28
- const PROVIDER_DBUS_IFACE: string | null
27
+ const ACCOUNT_DBUS_IFACE: string
28
+ const PROVIDER_DBUS_IFACE: string
29
29
  /**
30
30
  * Gets a machine-readable description of the <link linkend="gdbus-interface-org-freedesktop-CloudProviders-Account.top_of_page">org.freedesktop.CloudProviders.Account</link> D-Bus interface.
31
31
  * @returns A #GDBusInterfaceInfo. Do not free.
@@ -90,6 +90,12 @@ module DbusAccount {
90
90
  * Since the D-Bus property for this #GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
91
91
  */
92
92
  status_details?: string | null
93
+ /**
94
+ * Represents the D-Bus property <link linkend="gdbus-property-org-freedesktop-CloudProviders-Account.StatusDetails">"StatusDetails"</link>.
95
+ *
96
+ * Since the D-Bus property for this #GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
97
+ */
98
+ statusDetails?: string | null
93
99
  }
94
100
 
95
101
  }
@@ -128,6 +134,12 @@ interface DbusAccount {
128
134
  * Since the D-Bus property for this #GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
129
135
  */
130
136
  status_details: string | null
137
+ /**
138
+ * Represents the D-Bus property <link linkend="gdbus-property-org-freedesktop-CloudProviders-Account.StatusDetails">"StatusDetails"</link>.
139
+ *
140
+ * Since the D-Bus property for this #GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
141
+ */
142
+ statusDetails: string | null
131
143
 
132
144
  // Class property signals of CloudProviders-0.3.CloudProviders.DbusAccount
133
145
 
@@ -351,11 +363,14 @@ interface Account {
351
363
  // Own properties of CloudProviders-0.3.CloudProviders.Account
352
364
 
353
365
  readonly action_group: Gio.ActionGroup
366
+ readonly actionGroup: Gio.ActionGroup
354
367
  readonly icon: Gio.Icon
355
368
  readonly menu_model: Gio.MenuModel
369
+ readonly menuModel: Gio.MenuModel
356
370
  readonly name: string | null
357
371
  readonly path: string | null
358
372
  readonly status_details: string | null
373
+ readonly statusDetails: string | null
359
374
 
360
375
  // Owm methods of CloudProviders-0.3.CloudProviders.Account
361
376
 
@@ -379,12 +394,12 @@ interface Account {
379
394
  * Get the name of the account
380
395
  * @returns The name of the cloud provider account
381
396
  */
382
- get_name(): string | null
397
+ get_name(): string
383
398
  /**
384
399
  * Get the directory path of the account
385
400
  * @returns The directory path of the cloud provider account
386
401
  */
387
- get_path(): string | null
402
+ get_path(): string
388
403
  /**
389
404
  * Get the status of the account
390
405
  * @returns The status of the cloud provider account
@@ -394,7 +409,7 @@ interface Account {
394
409
  * Get the status details of the account
395
410
  * @returns The status detail description of the cloud provider account
396
411
  */
397
- get_status_details(): string | null
412
+ get_status_details(): string
398
413
 
399
414
  // Class property signals of CloudProviders-0.3.CloudProviders.Account
400
415
 
@@ -472,6 +487,10 @@ module AccountExporter {
472
487
  path?: string | null
473
488
  provider?: ProviderExporter | null
474
489
  status_details?: string | null
490
+ actionGroup?: Gio.ActionGroup | null
491
+ busName?: string | null
492
+ menuModel?: Gio.MenuModel | null
493
+ statusDetails?: string | null
475
494
  }
476
495
 
477
496
  }
@@ -481,13 +500,17 @@ interface AccountExporter {
481
500
  // Own properties of CloudProviders-0.3.CloudProviders.AccountExporter
482
501
 
483
502
  action_group: Gio.ActionGroup
503
+ actionGroup: Gio.ActionGroup
484
504
  readonly bus_name: string | null
505
+ readonly busName: string | null
485
506
  icon: Gio.Icon
486
507
  menu_model: Gio.MenuModel
508
+ menuModel: Gio.MenuModel
487
509
  name: string | null
488
510
  path: string | null
489
511
  readonly provider: ProviderExporter
490
512
  status_details: string | null
513
+ statusDetails: string | null
491
514
 
492
515
  // Owm methods of CloudProviders-0.3.CloudProviders.AccountExporter
493
516
 
@@ -506,10 +529,10 @@ interface AccountExporter {
506
529
  * @param menu_model The menu model to export
507
530
  */
508
531
  set_menu_model(menu_model: Gio.MenuModel): void
509
- set_name(name: string | null): void
510
- set_path(path: string | null): void
532
+ set_name(name: string): void
533
+ set_path(path: string): void
511
534
  set_status(status: AccountStatus): void
512
- set_status_details(status_details: string | null): void
535
+ set_status_details(status_details: string): void
513
536
 
514
537
  // Class property signals of CloudProviders-0.3.CloudProviders.AccountExporter
515
538
 
@@ -559,14 +582,14 @@ class AccountExporter extends GObject.Object {
559
582
  * @param provider The provider to which it will be associated.
560
583
  * @param bus_name A unique name for the account must be a valid DBus object name
561
584
  */
562
- constructor(provider: ProviderExporter, bus_name: string | null)
585
+ constructor(provider: ProviderExporter, bus_name: string)
563
586
  /**
564
587
  * Create a new #CloudProvidersAccountExporter object
565
588
  * @constructor
566
589
  * @param provider The provider to which it will be associated.
567
590
  * @param bus_name A unique name for the account must be a valid DBus object name
568
591
  */
569
- static new(provider: ProviderExporter, bus_name: string | null): AccountExporter
592
+ static new(provider: ProviderExporter, bus_name: string): AccountExporter
570
593
  _init(config?: AccountExporter.ConstructorProperties): void
571
594
  }
572
595
 
@@ -758,7 +781,7 @@ class DbusAccountProxy extends Gio.DBusProxy {
758
781
  * @param cancellable A #GCancellable or %NULL.
759
782
  * @returns The constructed proxy object or %NULL if @error is set.
760
783
  */
761
- static new_for_bus_sync(bus_type: Gio.BusType, flags: Gio.DBusProxyFlags, name: string | null, object_path: string | null, cancellable: Gio.Cancellable | null): DbusAccountProxy
784
+ static new_for_bus_sync(bus_type: Gio.BusType, flags: Gio.DBusProxyFlags, name: string, object_path: string, cancellable: Gio.Cancellable | null): DbusAccountProxy
762
785
 
763
786
  // Overloads of new_for_bus_sync
764
787
 
@@ -776,7 +799,7 @@ class DbusAccountProxy extends Gio.DBusProxy {
776
799
  * @param cancellable A #GCancellable or %NULL.
777
800
  * @returns A #GDBusProxy or %NULL if error is set. Free with g_object_unref().
778
801
  */
779
- static new_for_bus_sync(bus_type: Gio.BusType, flags: Gio.DBusProxyFlags, info: Gio.DBusInterfaceInfo | null, name: string | null, object_path: string | null, interface_name: string | null, cancellable: Gio.Cancellable | null): Gio.DBusProxy
802
+ static new_for_bus_sync(bus_type: Gio.BusType, flags: Gio.DBusProxyFlags, info: Gio.DBusInterfaceInfo | null, name: string, object_path: string, interface_name: string, cancellable: Gio.Cancellable | null): Gio.DBusProxy
780
803
  /**
781
804
  * Synchronously creates a proxy for the D-Bus interface <link linkend="gdbus-interface-org-freedesktop-CloudProviders-Account.top_of_page">org.freedesktop.CloudProviders.Account</link>. See g_dbus_proxy_new_sync() for more details.
782
805
  *
@@ -791,7 +814,7 @@ class DbusAccountProxy extends Gio.DBusProxy {
791
814
  * @param cancellable A #GCancellable or %NULL.
792
815
  * @returns The constructed proxy object or %NULL if @error is set.
793
816
  */
794
- static new_sync(connection: Gio.DBusConnection, flags: Gio.DBusProxyFlags, name: string | null, object_path: string | null, cancellable: Gio.Cancellable | null): DbusAccountProxy
817
+ static new_sync(connection: Gio.DBusConnection, flags: Gio.DBusProxyFlags, name: string | null, object_path: string, cancellable: Gio.Cancellable | null): DbusAccountProxy
795
818
 
796
819
  // Overloads of new_sync
797
820
 
@@ -828,7 +851,7 @@ class DbusAccountProxy extends Gio.DBusProxy {
828
851
  * @param cancellable A #GCancellable or %NULL.
829
852
  * @returns A #GDBusProxy or %NULL if error is set. Free with g_object_unref().
830
853
  */
831
- static new_sync(connection: Gio.DBusConnection, flags: Gio.DBusProxyFlags, info: Gio.DBusInterfaceInfo | null, name: string | null, object_path: string | null, interface_name: string | null, cancellable: Gio.Cancellable | null): Gio.DBusProxy
854
+ static new_sync(connection: Gio.DBusConnection, flags: Gio.DBusProxyFlags, info: Gio.DBusInterfaceInfo | null, name: string | null, object_path: string, interface_name: string, cancellable: Gio.Cancellable | null): Gio.DBusProxy
832
855
  _init(config?: DbusAccountProxy.ConstructorProperties): void
833
856
  /**
834
857
  * Asynchronously creates a proxy for the D-Bus interface <link linkend="gdbus-interface-org-freedesktop-CloudProviders-Account.top_of_page">org.freedesktop.CloudProviders.Account</link>. See g_dbus_proxy_new() for more details.
@@ -844,7 +867,7 @@ class DbusAccountProxy extends Gio.DBusProxy {
844
867
  * @param cancellable A #GCancellable or %NULL.
845
868
  * @param callback A #GAsyncReadyCallback to call when the request is satisfied.
846
869
  */
847
- static new(connection: Gio.DBusConnection, flags: Gio.DBusProxyFlags, name: string | null, object_path: string | null, cancellable: Gio.Cancellable | null, callback: Gio.AsyncReadyCallback<DbusAccountProxy> | null): void
870
+ static new(connection: Gio.DBusConnection, flags: Gio.DBusProxyFlags, name: string | null, object_path: string, cancellable: Gio.Cancellable | null, callback: Gio.AsyncReadyCallback<DbusAccountProxy> | null): void
848
871
 
849
872
  // Overloads of new
850
873
 
@@ -885,7 +908,7 @@ class DbusAccountProxy extends Gio.DBusProxy {
885
908
  * @param cancellable A #GCancellable or %NULL.
886
909
  * @param callback Callback function to invoke when the proxy is ready.
887
910
  */
888
- static new(connection: Gio.DBusConnection, flags: Gio.DBusProxyFlags, info: Gio.DBusInterfaceInfo | null, name: string | null, object_path: string | null, interface_name: string | null, cancellable: Gio.Cancellable | null, callback: Gio.AsyncReadyCallback<Gio.DBusProxy> | null): void
911
+ static new(connection: Gio.DBusConnection, flags: Gio.DBusProxyFlags, info: Gio.DBusInterfaceInfo | null, name: string | null, object_path: string, interface_name: string, cancellable: Gio.Cancellable | null, callback: Gio.AsyncReadyCallback<Gio.DBusProxy> | null): void
889
912
  /**
890
913
  * Like cloud_providers_dbus_account_proxy_new() but takes a #GBusType instead of a #GDBusConnection.
891
914
  *
@@ -900,7 +923,7 @@ class DbusAccountProxy extends Gio.DBusProxy {
900
923
  * @param cancellable A #GCancellable or %NULL.
901
924
  * @param callback A #GAsyncReadyCallback to call when the request is satisfied.
902
925
  */
903
- static new_for_bus(bus_type: Gio.BusType, flags: Gio.DBusProxyFlags, name: string | null, object_path: string | null, cancellable: Gio.Cancellable | null, callback: Gio.AsyncReadyCallback<DbusAccountProxy> | null): void
926
+ static new_for_bus(bus_type: Gio.BusType, flags: Gio.DBusProxyFlags, name: string, object_path: string, cancellable: Gio.Cancellable | null, callback: Gio.AsyncReadyCallback<DbusAccountProxy> | null): void
904
927
 
905
928
  // Overloads of new_for_bus
906
929
 
@@ -917,7 +940,7 @@ class DbusAccountProxy extends Gio.DBusProxy {
917
940
  * @param cancellable A #GCancellable or %NULL.
918
941
  * @param callback Callback function to invoke when the proxy is ready.
919
942
  */
920
- static new_for_bus(bus_type: Gio.BusType, flags: Gio.DBusProxyFlags, info: Gio.DBusInterfaceInfo | null, name: string | null, object_path: string | null, interface_name: string | null, cancellable: Gio.Cancellable | null, callback: Gio.AsyncReadyCallback<Gio.DBusProxy> | null): void
943
+ static new_for_bus(bus_type: Gio.BusType, flags: Gio.DBusProxyFlags, info: Gio.DBusInterfaceInfo | null, name: string, object_path: string, interface_name: string, cancellable: Gio.Cancellable | null, callback: Gio.AsyncReadyCallback<Gio.DBusProxy> | null): void
921
944
  }
922
945
 
923
946
  module DbusAccountSkeleton {
@@ -1094,7 +1117,7 @@ class DbusObjectManagerClient extends Gio.DBusObjectManagerClient {
1094
1117
  * @param cancellable A #GCancellable or %NULL.
1095
1118
  * @returns The constructed object manager client or %NULL if @error is set.
1096
1119
  */
1097
- static new_for_bus_sync(bus_type: Gio.BusType, flags: Gio.DBusObjectManagerClientFlags, name: string | null, object_path: string | null, cancellable: Gio.Cancellable | null): DbusObjectManagerClient
1120
+ static new_for_bus_sync(bus_type: Gio.BusType, flags: Gio.DBusObjectManagerClientFlags, name: string, object_path: string, cancellable: Gio.Cancellable | null): DbusObjectManagerClient
1098
1121
 
1099
1122
  // Overloads of new_for_bus_sync
1100
1123
 
@@ -1114,7 +1137,7 @@ class DbusObjectManagerClient extends Gio.DBusObjectManagerClient {
1114
1137
  * @param cancellable A #GCancellable or %NULL
1115
1138
  * @returns A #GDBusObjectManagerClient object or %NULL if @error is set. Free with g_object_unref().
1116
1139
  */
1117
- static new_for_bus_sync(bus_type: Gio.BusType, flags: Gio.DBusObjectManagerClientFlags, name: string | null, object_path: string | null, get_proxy_type_func: Gio.DBusProxyTypeFunc | null, cancellable: Gio.Cancellable | null): Gio.DBusObjectManagerClient
1140
+ static new_for_bus_sync(bus_type: Gio.BusType, flags: Gio.DBusObjectManagerClientFlags, name: string, object_path: string, get_proxy_type_func: Gio.DBusProxyTypeFunc | null, cancellable: Gio.Cancellable | null): Gio.DBusObjectManagerClient
1118
1141
  /**
1119
1142
  * Synchronously creates #GDBusObjectManagerClient using cloud_providers_dbus_object_manager_client_get_proxy_type() as the #GDBusProxyTypeFunc. See g_dbus_object_manager_client_new_sync() for more details.
1120
1143
  *
@@ -1129,7 +1152,7 @@ class DbusObjectManagerClient extends Gio.DBusObjectManagerClient {
1129
1152
  * @param cancellable A #GCancellable or %NULL.
1130
1153
  * @returns The constructed object manager client or %NULL if @error is set.
1131
1154
  */
1132
- static new_sync(connection: Gio.DBusConnection, flags: Gio.DBusObjectManagerClientFlags, name: string | null, object_path: string | null, cancellable: Gio.Cancellable | null): DbusObjectManagerClient
1155
+ static new_sync(connection: Gio.DBusConnection, flags: Gio.DBusObjectManagerClientFlags, name: string | null, object_path: string, cancellable: Gio.Cancellable | null): DbusObjectManagerClient
1133
1156
 
1134
1157
  // Overloads of new_sync
1135
1158
 
@@ -1148,7 +1171,7 @@ class DbusObjectManagerClient extends Gio.DBusObjectManagerClient {
1148
1171
  * @param cancellable A #GCancellable or %NULL
1149
1172
  * @returns A #GDBusObjectManagerClient object or %NULL if @error is set. Free with g_object_unref().
1150
1173
  */
1151
- static new_sync(connection: Gio.DBusConnection, flags: Gio.DBusObjectManagerClientFlags, name: string | null, object_path: string | null, get_proxy_type_func: Gio.DBusProxyTypeFunc | null, cancellable: Gio.Cancellable | null): Gio.DBusObjectManagerClient
1174
+ static new_sync(connection: Gio.DBusConnection, flags: Gio.DBusObjectManagerClientFlags, name: string | null, object_path: string, get_proxy_type_func: Gio.DBusProxyTypeFunc | null, cancellable: Gio.Cancellable | null): Gio.DBusObjectManagerClient
1152
1175
  _init(config?: DbusObjectManagerClient.ConstructorProperties): void
1153
1176
  /**
1154
1177
  * Asynchronously creates #GDBusObjectManagerClient using cloud_providers_dbus_object_manager_client_get_proxy_type() as the #GDBusProxyTypeFunc. See g_dbus_object_manager_client_new() for more details.
@@ -1164,7 +1187,7 @@ class DbusObjectManagerClient extends Gio.DBusObjectManagerClient {
1164
1187
  * @param cancellable A #GCancellable or %NULL.
1165
1188
  * @param callback A #GAsyncReadyCallback to call when the request is satisfied.
1166
1189
  */
1167
- static new(connection: Gio.DBusConnection, flags: Gio.DBusObjectManagerClientFlags, name: string | null, object_path: string | null, cancellable: Gio.Cancellable | null, callback: Gio.AsyncReadyCallback<DbusObjectManagerClient> | null): void
1190
+ static new(connection: Gio.DBusConnection, flags: Gio.DBusObjectManagerClientFlags, name: string | null, object_path: string, cancellable: Gio.Cancellable | null, callback: Gio.AsyncReadyCallback<DbusObjectManagerClient> | null): void
1168
1191
 
1169
1192
  // Overloads of new
1170
1193
 
@@ -1185,7 +1208,7 @@ class DbusObjectManagerClient extends Gio.DBusObjectManagerClient {
1185
1208
  * @param cancellable A #GCancellable or %NULL
1186
1209
  * @param callback A #GAsyncReadyCallback to call when the request is satisfied.
1187
1210
  */
1188
- static new(connection: Gio.DBusConnection, flags: Gio.DBusObjectManagerClientFlags, name: string | null, object_path: string | null, get_proxy_type_func: Gio.DBusProxyTypeFunc | null, cancellable: Gio.Cancellable | null, callback: Gio.AsyncReadyCallback<Gio.DBusObjectManagerClient> | null): void
1211
+ static new(connection: Gio.DBusConnection, flags: Gio.DBusObjectManagerClientFlags, name: string, object_path: string, get_proxy_type_func: Gio.DBusProxyTypeFunc | null, cancellable: Gio.Cancellable | null, callback: Gio.AsyncReadyCallback<Gio.DBusObjectManagerClient> | null): void
1189
1212
  /**
1190
1213
  * Like cloud_providers_dbus_object_manager_client_new() but takes a #GBusType instead of a #GDBusConnection.
1191
1214
  *
@@ -1200,7 +1223,7 @@ class DbusObjectManagerClient extends Gio.DBusObjectManagerClient {
1200
1223
  * @param cancellable A #GCancellable or %NULL.
1201
1224
  * @param callback A #GAsyncReadyCallback to call when the request is satisfied.
1202
1225
  */
1203
- static new_for_bus(bus_type: Gio.BusType, flags: Gio.DBusObjectManagerClientFlags, name: string | null, object_path: string | null, cancellable: Gio.Cancellable | null, callback: Gio.AsyncReadyCallback<DbusObjectManagerClient> | null): void
1226
+ static new_for_bus(bus_type: Gio.BusType, flags: Gio.DBusObjectManagerClientFlags, name: string, object_path: string, cancellable: Gio.Cancellable | null, callback: Gio.AsyncReadyCallback<DbusObjectManagerClient> | null): void
1204
1227
 
1205
1228
  // Overloads of new_for_bus
1206
1229
 
@@ -1222,7 +1245,7 @@ class DbusObjectManagerClient extends Gio.DBusObjectManagerClient {
1222
1245
  * @param cancellable A #GCancellable or %NULL
1223
1246
  * @param callback A #GAsyncReadyCallback to call when the request is satisfied.
1224
1247
  */
1225
- static new_for_bus(bus_type: Gio.BusType, flags: Gio.DBusObjectManagerClientFlags, name: string | null, object_path: string | null, get_proxy_type_func: Gio.DBusProxyTypeFunc | null, cancellable: Gio.Cancellable | null, callback: Gio.AsyncReadyCallback<Gio.DBusObjectManagerClient> | null): void
1248
+ static new_for_bus(bus_type: Gio.BusType, flags: Gio.DBusObjectManagerClientFlags, name: string, object_path: string, get_proxy_type_func: Gio.DBusProxyTypeFunc | null, cancellable: Gio.Cancellable | null, callback: Gio.AsyncReadyCallback<Gio.DBusObjectManagerClient> | null): void
1226
1249
  /**
1227
1250
  * A #GDBusProxyTypeFunc that maps `interface_name` to the generated #GDBusObjectProxy derived and #GDBusProxy derived types.
1228
1251
  * @param manager A #GDBusObjectManagerClient.
@@ -1231,7 +1254,7 @@ class DbusObjectManagerClient extends Gio.DBusObjectManagerClient {
1231
1254
  * @param user_data User data (unused).
1232
1255
  * @returns A #GDBusProxy derived #GType if @interface_name is not %NULL, otherwise the #GType for #CloudProvidersDbusObjectProxy.
1233
1256
  */
1234
- static get_proxy_type(manager: Gio.DBusObjectManagerClient, object_path: string | null, interface_name: string | null, user_data: any | null): GObject.GType
1257
+ static get_proxy_type(manager: Gio.DBusObjectManagerClient, object_path: string, interface_name: string | null, user_data: any | null): GObject.GType
1235
1258
  }
1236
1259
 
1237
1260
  module DbusObjectProxy {
@@ -1286,7 +1309,7 @@ class DbusObjectProxy extends Gio.DBusObjectProxy {
1286
1309
  * @param object_path An object path.
1287
1310
  * @returns The proxy object.
1288
1311
  */
1289
- constructor(connection: Gio.DBusConnection, object_path: string | null)
1312
+ constructor(connection: Gio.DBusConnection, object_path: string)
1290
1313
  /**
1291
1314
  * Creates a new proxy object.
1292
1315
  * @constructor
@@ -1294,7 +1317,7 @@ class DbusObjectProxy extends Gio.DBusObjectProxy {
1294
1317
  * @param object_path An object path.
1295
1318
  * @returns The proxy object.
1296
1319
  */
1297
- static new(connection: Gio.DBusConnection, object_path: string | null): DbusObjectProxy
1320
+ static new(connection: Gio.DBusConnection, object_path: string): DbusObjectProxy
1298
1321
 
1299
1322
  // Overloads of new
1300
1323
 
@@ -1306,7 +1329,7 @@ class DbusObjectProxy extends Gio.DBusObjectProxy {
1306
1329
  * @param object_path the object path
1307
1330
  * @returns a new #GDBusObjectProxy
1308
1331
  */
1309
- static new(connection: Gio.DBusConnection, object_path: string | null): Gio.DBusObjectProxy
1332
+ static new(connection: Gio.DBusConnection, object_path: string): Gio.DBusObjectProxy
1310
1333
  _init(config?: DbusObjectProxy.ConstructorProperties): void
1311
1334
  }
1312
1335
 
@@ -1371,14 +1394,14 @@ class DbusObjectSkeleton extends Gio.DBusObjectSkeleton {
1371
1394
  * @param object_path An object path.
1372
1395
  * @returns The skeleton object.
1373
1396
  */
1374
- constructor(object_path: string | null)
1397
+ constructor(object_path: string)
1375
1398
  /**
1376
1399
  * Creates a new skeleton object.
1377
1400
  * @constructor
1378
1401
  * @param object_path An object path.
1379
1402
  * @returns The skeleton object.
1380
1403
  */
1381
- static new(object_path: string | null): DbusObjectSkeleton
1404
+ static new(object_path: string): DbusObjectSkeleton
1382
1405
 
1383
1406
  // Overloads of new
1384
1407
 
@@ -1388,7 +1411,7 @@ class DbusObjectSkeleton extends Gio.DBusObjectSkeleton {
1388
1411
  * @param object_path An object path.
1389
1412
  * @returns A #GDBusObjectSkeleton. Free with g_object_unref().
1390
1413
  */
1391
- static new(object_path: string | null): Gio.DBusObjectSkeleton
1414
+ static new(object_path: string): Gio.DBusObjectSkeleton
1392
1415
  _init(config?: DbusObjectSkeleton.ConstructorProperties): void
1393
1416
  }
1394
1417
 
@@ -1503,7 +1526,7 @@ class DbusProviderProxy extends Gio.DBusProxy {
1503
1526
  * @param cancellable A #GCancellable or %NULL.
1504
1527
  * @returns The constructed proxy object or %NULL if @error is set.
1505
1528
  */
1506
- static new_for_bus_sync(bus_type: Gio.BusType, flags: Gio.DBusProxyFlags, name: string | null, object_path: string | null, cancellable: Gio.Cancellable | null): DbusProviderProxy
1529
+ static new_for_bus_sync(bus_type: Gio.BusType, flags: Gio.DBusProxyFlags, name: string, object_path: string, cancellable: Gio.Cancellable | null): DbusProviderProxy
1507
1530
 
1508
1531
  // Overloads of new_for_bus_sync
1509
1532
 
@@ -1521,7 +1544,7 @@ class DbusProviderProxy extends Gio.DBusProxy {
1521
1544
  * @param cancellable A #GCancellable or %NULL.
1522
1545
  * @returns A #GDBusProxy or %NULL if error is set. Free with g_object_unref().
1523
1546
  */
1524
- static new_for_bus_sync(bus_type: Gio.BusType, flags: Gio.DBusProxyFlags, info: Gio.DBusInterfaceInfo | null, name: string | null, object_path: string | null, interface_name: string | null, cancellable: Gio.Cancellable | null): Gio.DBusProxy
1547
+ static new_for_bus_sync(bus_type: Gio.BusType, flags: Gio.DBusProxyFlags, info: Gio.DBusInterfaceInfo | null, name: string, object_path: string, interface_name: string, cancellable: Gio.Cancellable | null): Gio.DBusProxy
1525
1548
  /**
1526
1549
  * Synchronously creates a proxy for the D-Bus interface <link linkend="gdbus-interface-org-freedesktop-CloudProviders-Provider.top_of_page">org.freedesktop.CloudProviders.Provider</link>. See g_dbus_proxy_new_sync() for more details.
1527
1550
  *
@@ -1536,7 +1559,7 @@ class DbusProviderProxy extends Gio.DBusProxy {
1536
1559
  * @param cancellable A #GCancellable or %NULL.
1537
1560
  * @returns The constructed proxy object or %NULL if @error is set.
1538
1561
  */
1539
- static new_sync(connection: Gio.DBusConnection, flags: Gio.DBusProxyFlags, name: string | null, object_path: string | null, cancellable: Gio.Cancellable | null): DbusProviderProxy
1562
+ static new_sync(connection: Gio.DBusConnection, flags: Gio.DBusProxyFlags, name: string | null, object_path: string, cancellable: Gio.Cancellable | null): DbusProviderProxy
1540
1563
 
1541
1564
  // Overloads of new_sync
1542
1565
 
@@ -1573,7 +1596,7 @@ class DbusProviderProxy extends Gio.DBusProxy {
1573
1596
  * @param cancellable A #GCancellable or %NULL.
1574
1597
  * @returns A #GDBusProxy or %NULL if error is set. Free with g_object_unref().
1575
1598
  */
1576
- static new_sync(connection: Gio.DBusConnection, flags: Gio.DBusProxyFlags, info: Gio.DBusInterfaceInfo | null, name: string | null, object_path: string | null, interface_name: string | null, cancellable: Gio.Cancellable | null): Gio.DBusProxy
1599
+ static new_sync(connection: Gio.DBusConnection, flags: Gio.DBusProxyFlags, info: Gio.DBusInterfaceInfo | null, name: string | null, object_path: string, interface_name: string, cancellable: Gio.Cancellable | null): Gio.DBusProxy
1577
1600
  _init(config?: DbusProviderProxy.ConstructorProperties): void
1578
1601
  /**
1579
1602
  * Asynchronously creates a proxy for the D-Bus interface <link linkend="gdbus-interface-org-freedesktop-CloudProviders-Provider.top_of_page">org.freedesktop.CloudProviders.Provider</link>. See g_dbus_proxy_new() for more details.
@@ -1589,7 +1612,7 @@ class DbusProviderProxy extends Gio.DBusProxy {
1589
1612
  * @param cancellable A #GCancellable or %NULL.
1590
1613
  * @param callback A #GAsyncReadyCallback to call when the request is satisfied.
1591
1614
  */
1592
- static new(connection: Gio.DBusConnection, flags: Gio.DBusProxyFlags, name: string | null, object_path: string | null, cancellable: Gio.Cancellable | null, callback: Gio.AsyncReadyCallback<DbusProviderProxy> | null): void
1615
+ static new(connection: Gio.DBusConnection, flags: Gio.DBusProxyFlags, name: string | null, object_path: string, cancellable: Gio.Cancellable | null, callback: Gio.AsyncReadyCallback<DbusProviderProxy> | null): void
1593
1616
 
1594
1617
  // Overloads of new
1595
1618
 
@@ -1630,7 +1653,7 @@ class DbusProviderProxy extends Gio.DBusProxy {
1630
1653
  * @param cancellable A #GCancellable or %NULL.
1631
1654
  * @param callback Callback function to invoke when the proxy is ready.
1632
1655
  */
1633
- static new(connection: Gio.DBusConnection, flags: Gio.DBusProxyFlags, info: Gio.DBusInterfaceInfo | null, name: string | null, object_path: string | null, interface_name: string | null, cancellable: Gio.Cancellable | null, callback: Gio.AsyncReadyCallback<Gio.DBusProxy> | null): void
1656
+ static new(connection: Gio.DBusConnection, flags: Gio.DBusProxyFlags, info: Gio.DBusInterfaceInfo | null, name: string | null, object_path: string, interface_name: string, cancellable: Gio.Cancellable | null, callback: Gio.AsyncReadyCallback<Gio.DBusProxy> | null): void
1634
1657
  /**
1635
1658
  * Like cloud_providers_dbus_provider_proxy_new() but takes a #GBusType instead of a #GDBusConnection.
1636
1659
  *
@@ -1645,7 +1668,7 @@ class DbusProviderProxy extends Gio.DBusProxy {
1645
1668
  * @param cancellable A #GCancellable or %NULL.
1646
1669
  * @param callback A #GAsyncReadyCallback to call when the request is satisfied.
1647
1670
  */
1648
- static new_for_bus(bus_type: Gio.BusType, flags: Gio.DBusProxyFlags, name: string | null, object_path: string | null, cancellable: Gio.Cancellable | null, callback: Gio.AsyncReadyCallback<DbusProviderProxy> | null): void
1671
+ static new_for_bus(bus_type: Gio.BusType, flags: Gio.DBusProxyFlags, name: string, object_path: string, cancellable: Gio.Cancellable | null, callback: Gio.AsyncReadyCallback<DbusProviderProxy> | null): void
1649
1672
 
1650
1673
  // Overloads of new_for_bus
1651
1674
 
@@ -1662,7 +1685,7 @@ class DbusProviderProxy extends Gio.DBusProxy {
1662
1685
  * @param cancellable A #GCancellable or %NULL.
1663
1686
  * @param callback Callback function to invoke when the proxy is ready.
1664
1687
  */
1665
- static new_for_bus(bus_type: Gio.BusType, flags: Gio.DBusProxyFlags, info: Gio.DBusInterfaceInfo | null, name: string | null, object_path: string | null, interface_name: string | null, cancellable: Gio.Cancellable | null, callback: Gio.AsyncReadyCallback<Gio.DBusProxy> | null): void
1688
+ static new_for_bus(bus_type: Gio.BusType, flags: Gio.DBusProxyFlags, info: Gio.DBusInterfaceInfo | null, name: string, object_path: string, interface_name: string, cancellable: Gio.Cancellable | null, callback: Gio.AsyncReadyCallback<Gio.DBusProxy> | null): void
1666
1689
  }
1667
1690
 
1668
1691
  module DbusProviderSkeleton {
@@ -1754,7 +1777,7 @@ interface Provider {
1754
1777
  // Owm methods of CloudProviders-0.3.CloudProviders.Provider
1755
1778
 
1756
1779
  get_accounts(): Account[]
1757
- get_name(): string | null
1780
+ get_name(): string
1758
1781
 
1759
1782
  // Own signals of CloudProviders-0.3.CloudProviders.Provider
1760
1783
 
@@ -1792,8 +1815,8 @@ class Provider extends GObject.Object {
1792
1815
  // Constructors of CloudProviders-0.3.CloudProviders.Provider
1793
1816
 
1794
1817
  constructor(config?: Provider.ConstructorProperties)
1795
- constructor(bus_name: string | null, object_path: string | null)
1796
- static new(bus_name: string | null, object_path: string | null): Provider
1818
+ constructor(bus_name: string, object_path: string)
1819
+ static new(bus_name: string, object_path: string): Provider
1797
1820
  _init(config?: Provider.ConstructorProperties): void
1798
1821
  }
1799
1822
 
@@ -1809,6 +1832,8 @@ module ProviderExporter {
1809
1832
  bus_name?: string | null
1810
1833
  bus_path?: string | null
1811
1834
  name?: string | null
1835
+ busName?: string | null
1836
+ busPath?: string | null
1812
1837
  }
1813
1838
 
1814
1839
  }
@@ -1819,19 +1844,21 @@ interface ProviderExporter {
1819
1844
 
1820
1845
  readonly bus: Gio.DBusConnection
1821
1846
  readonly bus_name: string | null
1847
+ readonly busName: string | null
1822
1848
  readonly bus_path: string | null
1849
+ readonly busPath: string | null
1823
1850
  name: string | null
1824
1851
 
1825
1852
  // Owm methods of CloudProviders-0.3.CloudProviders.ProviderExporter
1826
1853
 
1827
- get_name(): string | null
1854
+ get_name(): string
1828
1855
  /**
1829
1856
  * Each cloud provider can have a variety of account associated with it. Use this
1830
1857
  * function to remove the accounts that were added when created by cloud_providers_account_exporter_new().
1831
1858
  * @param account The account object
1832
1859
  */
1833
1860
  remove_account(account: AccountExporter): void
1834
- set_name(name: string | null): void
1861
+ set_name(name: string): void
1835
1862
 
1836
1863
  // Class property signals of CloudProviders-0.3.CloudProviders.ProviderExporter
1837
1864
 
@@ -1869,8 +1896,8 @@ class ProviderExporter extends GObject.Object {
1869
1896
  // Constructors of CloudProviders-0.3.CloudProviders.ProviderExporter
1870
1897
 
1871
1898
  constructor(config?: ProviderExporter.ConstructorProperties)
1872
- constructor(bus: Gio.DBusConnection, bus_name: string | null, bus_path: string | null)
1873
- static new(bus: Gio.DBusConnection, bus_name: string | null, bus_path: string | null): ProviderExporter
1899
+ constructor(bus: Gio.DBusConnection, bus_name: string, bus_path: string)
1900
+ static new(bus: Gio.DBusConnection, bus_name: string, bus_path: string): ProviderExporter
1874
1901
  _init(config?: ProviderExporter.ConstructorProperties): void
1875
1902
  }
1876
1903
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/cloudproviders-0.3",
3
- "version": "0.3.0-3.2.5",
3
+ "version": "0.3.0-3.2.7",
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.78.0-3.2.5",
29
- "@girs/gjs": "^3.2.5",
30
- "@girs/glib-2.0": "^2.78.0-3.2.5",
31
- "@girs/gobject-2.0": "^2.78.0-3.2.5"
28
+ "@girs/gio-2.0": "^2.78.0-3.2.7",
29
+ "@girs/gjs": "^3.2.7",
30
+ "@girs/glib-2.0": "^2.78.0-3.2.7",
31
+ "@girs/gobject-2.0": "^2.78.0-3.2.7"
32
32
  },
33
33
  "devDependencies": {
34
34
  "typescript": "*"