@girs/gio-2.0 2.78.0-3.2.7 → 2.78.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 +1 -1
- package/gio-2.0-ambient.js +2 -0
- package/gio-2.0-import.js +3 -0
- package/gio-2.0.d.cts +53 -1499
- package/gio-2.0.d.ts +53 -1499
- package/package.json +13 -7
package/gio-2.0.d.ts
CHANGED
|
@@ -5420,7 +5420,7 @@ function unix_mount_points_changed_since(time: number): boolean
|
|
|
5420
5420
|
* If `time_read` is set, it will be filled with the mount timestamp,
|
|
5421
5421
|
* allowing for checking if the mounts have changed with
|
|
5422
5422
|
* g_unix_mount_points_changed_since().
|
|
5423
|
-
* @returns
|
|
5423
|
+
* @returns a #GList of the UNIX mountpoints.
|
|
5424
5424
|
*/
|
|
5425
5425
|
function unix_mount_points_get(): [ /* returnType */ UnixMountPoint[], /* time_read */ number ]
|
|
5426
5426
|
/**
|
|
@@ -5434,7 +5434,7 @@ function unix_mounts_changed_since(time: number): boolean
|
|
|
5434
5434
|
* If `time_read` is set, it will be filled with the mount
|
|
5435
5435
|
* timestamp, allowing for checking if the mounts have changed
|
|
5436
5436
|
* with g_unix_mounts_changed_since().
|
|
5437
|
-
* @returns
|
|
5437
|
+
* @returns a #GList of the UNIX mounts.
|
|
5438
5438
|
*/
|
|
5439
5439
|
function unix_mounts_get(): [ /* returnType */ UnixMountEntry[], /* time_read */ number ]
|
|
5440
5440
|
/**
|
|
@@ -5990,12 +5990,6 @@ interface Action {
|
|
|
5990
5990
|
* the action once it has been added to a #GActionGroup. It is immutable.
|
|
5991
5991
|
*/
|
|
5992
5992
|
readonly name: string | null
|
|
5993
|
-
/**
|
|
5994
|
-
* The type of the parameter that must be given when activating the
|
|
5995
|
-
* action. This is immutable, and may be %NULL if no parameter is needed when
|
|
5996
|
-
* activating the action.
|
|
5997
|
-
*/
|
|
5998
|
-
readonly parameter_type: GLib.VariantType
|
|
5999
5993
|
/**
|
|
6000
5994
|
* The type of the parameter that must be given when activating the
|
|
6001
5995
|
* action. This is immutable, and may be %NULL if no parameter is needed when
|
|
@@ -6006,11 +6000,6 @@ interface Action {
|
|
|
6006
6000
|
* The state of the action, or %NULL if the action is stateless.
|
|
6007
6001
|
*/
|
|
6008
6002
|
readonly state: GLib.Variant
|
|
6009
|
-
/**
|
|
6010
|
-
* The #GVariantType of the state that the action has, or %NULL if the
|
|
6011
|
-
* action is stateless. This is immutable.
|
|
6012
|
-
*/
|
|
6013
|
-
readonly state_type: GLib.VariantType
|
|
6014
6003
|
/**
|
|
6015
6004
|
* The #GVariantType of the state that the action has, or %NULL if the
|
|
6016
6005
|
* action is stateless. This is immutable.
|
|
@@ -7224,7 +7213,7 @@ interface AppInfo {
|
|
|
7224
7213
|
* This function does not take in consideration associations added with
|
|
7225
7214
|
* g_app_info_add_supports_type(), but only those exported directly by
|
|
7226
7215
|
* the application.
|
|
7227
|
-
* @returns
|
|
7216
|
+
* @returns a list of content types.
|
|
7228
7217
|
*/
|
|
7229
7218
|
get_supported_types(): string[]
|
|
7230
7219
|
/**
|
|
@@ -7471,7 +7460,7 @@ interface AppInfo {
|
|
|
7471
7460
|
* g_app_info_add_supports_type(), but only those exported directly by
|
|
7472
7461
|
* the application.
|
|
7473
7462
|
* @virtual
|
|
7474
|
-
* @returns
|
|
7463
|
+
* @returns a list of content types.
|
|
7475
7464
|
*/
|
|
7476
7465
|
vfunc_get_supported_types(): string[]
|
|
7477
7466
|
/**
|
|
@@ -9360,11 +9349,6 @@ module DebugController {
|
|
|
9360
9349
|
|
|
9361
9350
|
// Own constructor properties of Gio-2.0.Gio.DebugController
|
|
9362
9351
|
|
|
9363
|
-
/**
|
|
9364
|
-
* %TRUE if debug output should be exposed (for example by forwarding it to
|
|
9365
|
-
* the journal), %FALSE otherwise.
|
|
9366
|
-
*/
|
|
9367
|
-
debug_enabled?: boolean | null
|
|
9368
9352
|
/**
|
|
9369
9353
|
* %TRUE if debug output should be exposed (for example by forwarding it to
|
|
9370
9354
|
* the journal), %FALSE otherwise.
|
|
@@ -9378,11 +9362,6 @@ interface DebugController extends Initable {
|
|
|
9378
9362
|
|
|
9379
9363
|
// Own properties of Gio-2.0.Gio.DebugController
|
|
9380
9364
|
|
|
9381
|
-
/**
|
|
9382
|
-
* %TRUE if debug output should be exposed (for example by forwarding it to
|
|
9383
|
-
* the journal), %FALSE otherwise.
|
|
9384
|
-
*/
|
|
9385
|
-
debug_enabled: boolean
|
|
9386
9365
|
/**
|
|
9387
9366
|
* %TRUE if debug output should be exposed (for example by forwarding it to
|
|
9388
9367
|
* the journal), %FALSE otherwise.
|
|
@@ -10041,42 +10020,6 @@ module DtlsClientConnection {
|
|
|
10041
10020
|
|
|
10042
10021
|
// Own constructor properties of Gio-2.0.Gio.DtlsClientConnection
|
|
10043
10022
|
|
|
10044
|
-
/**
|
|
10045
|
-
* A #GSocketConnectable describing the identity of the server that
|
|
10046
|
-
* is expected on the other end of the connection.
|
|
10047
|
-
*
|
|
10048
|
-
* If the %G_TLS_CERTIFICATE_BAD_IDENTITY flag is set in
|
|
10049
|
-
* #GDtlsClientConnection:validation-flags, this object will be used
|
|
10050
|
-
* to determine the expected identify of the remote end of the
|
|
10051
|
-
* connection; if #GDtlsClientConnection:server-identity is not set,
|
|
10052
|
-
* or does not match the identity presented by the server, then the
|
|
10053
|
-
* %G_TLS_CERTIFICATE_BAD_IDENTITY validation will fail.
|
|
10054
|
-
*
|
|
10055
|
-
* In addition to its use in verifying the server certificate,
|
|
10056
|
-
* this is also used to give a hint to the server about what
|
|
10057
|
-
* certificate we expect, which is useful for servers that serve
|
|
10058
|
-
* virtual hosts.
|
|
10059
|
-
*/
|
|
10060
|
-
server_identity?: SocketConnectable | null
|
|
10061
|
-
/**
|
|
10062
|
-
* What steps to perform when validating a certificate received from
|
|
10063
|
-
* a server. Server certificates that fail to validate in any of the
|
|
10064
|
-
* ways indicated here will be rejected unless the application
|
|
10065
|
-
* overrides the default via #GDtlsConnection::accept-certificate.
|
|
10066
|
-
*
|
|
10067
|
-
* GLib guarantees that if certificate verification fails, at least one
|
|
10068
|
-
* flag will be set, but it does not guarantee that all possible flags
|
|
10069
|
-
* will be set. Accordingly, you may not safely decide to ignore any
|
|
10070
|
-
* particular type of error. For example, it would be incorrect to mask
|
|
10071
|
-
* %G_TLS_CERTIFICATE_EXPIRED if you want to allow expired certificates,
|
|
10072
|
-
* because this could potentially be the only error flag set even if
|
|
10073
|
-
* other problems exist with the certificate. Therefore, there is no
|
|
10074
|
-
* safe way to use this property. This is not a horrible problem,
|
|
10075
|
-
* though, because you should not be attempting to ignore validation
|
|
10076
|
-
* errors anyway. If you really must ignore TLS certificate errors,
|
|
10077
|
-
* connect to #GDtlsConnection::accept-certificate.
|
|
10078
|
-
*/
|
|
10079
|
-
validation_flags?: TlsCertificateFlags | null
|
|
10080
10023
|
/**
|
|
10081
10024
|
* A #GSocketConnectable describing the identity of the server that
|
|
10082
10025
|
* is expected on the other end of the connection.
|
|
@@ -10121,16 +10064,6 @@ interface DtlsClientConnection extends DatagramBased, DtlsConnection {
|
|
|
10121
10064
|
|
|
10122
10065
|
// Own properties of Gio-2.0.Gio.DtlsClientConnection
|
|
10123
10066
|
|
|
10124
|
-
/**
|
|
10125
|
-
* A list of the distinguished names of the Certificate Authorities
|
|
10126
|
-
* that the server will accept client certificates signed by. If the
|
|
10127
|
-
* server requests a client certificate during the handshake, then
|
|
10128
|
-
* this property will be set after the handshake completes.
|
|
10129
|
-
*
|
|
10130
|
-
* Each item in the list is a #GByteArray which contains the complete
|
|
10131
|
-
* subject DN of the certificate authority.
|
|
10132
|
-
*/
|
|
10133
|
-
readonly accepted_cas: any[]
|
|
10134
10067
|
/**
|
|
10135
10068
|
* A list of the distinguished names of the Certificate Authorities
|
|
10136
10069
|
* that the server will accept client certificates signed by. If the
|
|
@@ -10141,23 +10074,6 @@ interface DtlsClientConnection extends DatagramBased, DtlsConnection {
|
|
|
10141
10074
|
* subject DN of the certificate authority.
|
|
10142
10075
|
*/
|
|
10143
10076
|
readonly acceptedCas: any[]
|
|
10144
|
-
/**
|
|
10145
|
-
* A #GSocketConnectable describing the identity of the server that
|
|
10146
|
-
* is expected on the other end of the connection.
|
|
10147
|
-
*
|
|
10148
|
-
* If the %G_TLS_CERTIFICATE_BAD_IDENTITY flag is set in
|
|
10149
|
-
* #GDtlsClientConnection:validation-flags, this object will be used
|
|
10150
|
-
* to determine the expected identify of the remote end of the
|
|
10151
|
-
* connection; if #GDtlsClientConnection:server-identity is not set,
|
|
10152
|
-
* or does not match the identity presented by the server, then the
|
|
10153
|
-
* %G_TLS_CERTIFICATE_BAD_IDENTITY validation will fail.
|
|
10154
|
-
*
|
|
10155
|
-
* In addition to its use in verifying the server certificate,
|
|
10156
|
-
* this is also used to give a hint to the server about what
|
|
10157
|
-
* certificate we expect, which is useful for servers that serve
|
|
10158
|
-
* virtual hosts.
|
|
10159
|
-
*/
|
|
10160
|
-
server_identity: SocketConnectable
|
|
10161
10077
|
/**
|
|
10162
10078
|
* A #GSocketConnectable describing the identity of the server that
|
|
10163
10079
|
* is expected on the other end of the connection.
|
|
@@ -10175,25 +10091,6 @@ interface DtlsClientConnection extends DatagramBased, DtlsConnection {
|
|
|
10175
10091
|
* virtual hosts.
|
|
10176
10092
|
*/
|
|
10177
10093
|
serverIdentity: SocketConnectable
|
|
10178
|
-
/**
|
|
10179
|
-
* What steps to perform when validating a certificate received from
|
|
10180
|
-
* a server. Server certificates that fail to validate in any of the
|
|
10181
|
-
* ways indicated here will be rejected unless the application
|
|
10182
|
-
* overrides the default via #GDtlsConnection::accept-certificate.
|
|
10183
|
-
*
|
|
10184
|
-
* GLib guarantees that if certificate verification fails, at least one
|
|
10185
|
-
* flag will be set, but it does not guarantee that all possible flags
|
|
10186
|
-
* will be set. Accordingly, you may not safely decide to ignore any
|
|
10187
|
-
* particular type of error. For example, it would be incorrect to mask
|
|
10188
|
-
* %G_TLS_CERTIFICATE_EXPIRED if you want to allow expired certificates,
|
|
10189
|
-
* because this could potentially be the only error flag set even if
|
|
10190
|
-
* other problems exist with the certificate. Therefore, there is no
|
|
10191
|
-
* safe way to use this property. This is not a horrible problem,
|
|
10192
|
-
* though, because you should not be attempting to ignore validation
|
|
10193
|
-
* errors anyway. If you really must ignore TLS certificate errors,
|
|
10194
|
-
* connect to #GDtlsConnection::accept-certificate.
|
|
10195
|
-
*/
|
|
10196
|
-
validation_flags: TlsCertificateFlags
|
|
10197
10094
|
/**
|
|
10198
10095
|
* What steps to perform when validating a certificate received from
|
|
10199
10096
|
* a server. Server certificates that fail to validate in any of the
|
|
@@ -10363,12 +10260,12 @@ module DtlsConnection {
|
|
|
10363
10260
|
* advertises that it is willing to speak. See
|
|
10364
10261
|
* g_dtls_connection_set_advertised_protocols().
|
|
10365
10262
|
*/
|
|
10366
|
-
|
|
10263
|
+
advertisedProtocols?: string[] | null
|
|
10367
10264
|
/**
|
|
10368
10265
|
* The #GDatagramBased that the connection wraps. Note that this may be any
|
|
10369
10266
|
* implementation of #GDatagramBased, not just a #GSocket.
|
|
10370
10267
|
*/
|
|
10371
|
-
|
|
10268
|
+
baseSocket?: DatagramBased | null
|
|
10372
10269
|
/**
|
|
10373
10270
|
* The connection's certificate; see
|
|
10374
10271
|
* g_dtls_connection_set_certificate().
|
|
@@ -10399,27 +10296,6 @@ module DtlsConnection {
|
|
|
10399
10296
|
* user for passwords where necessary.
|
|
10400
10297
|
*/
|
|
10401
10298
|
interaction?: TlsInteraction | null
|
|
10402
|
-
/**
|
|
10403
|
-
* The rehandshaking mode. See
|
|
10404
|
-
* g_dtls_connection_set_rehandshake_mode().
|
|
10405
|
-
*/
|
|
10406
|
-
rehandshake_mode?: TlsRehandshakeMode | null
|
|
10407
|
-
/**
|
|
10408
|
-
* Whether or not proper TLS close notification is required.
|
|
10409
|
-
* See g_dtls_connection_set_require_close_notify().
|
|
10410
|
-
*/
|
|
10411
|
-
require_close_notify?: boolean | null
|
|
10412
|
-
/**
|
|
10413
|
-
* The list of application-layer protocols that the connection
|
|
10414
|
-
* advertises that it is willing to speak. See
|
|
10415
|
-
* g_dtls_connection_set_advertised_protocols().
|
|
10416
|
-
*/
|
|
10417
|
-
advertisedProtocols?: string[] | null
|
|
10418
|
-
/**
|
|
10419
|
-
* The #GDatagramBased that the connection wraps. Note that this may be any
|
|
10420
|
-
* implementation of #GDatagramBased, not just a #GSocket.
|
|
10421
|
-
*/
|
|
10422
|
-
baseSocket?: DatagramBased | null
|
|
10423
10299
|
/**
|
|
10424
10300
|
* The rehandshaking mode. See
|
|
10425
10301
|
* g_dtls_connection_set_rehandshake_mode().
|
|
@@ -10438,23 +10314,12 @@ interface DtlsConnection extends DatagramBased {
|
|
|
10438
10314
|
|
|
10439
10315
|
// Own properties of Gio-2.0.Gio.DtlsConnection
|
|
10440
10316
|
|
|
10441
|
-
/**
|
|
10442
|
-
* The list of application-layer protocols that the connection
|
|
10443
|
-
* advertises that it is willing to speak. See
|
|
10444
|
-
* g_dtls_connection_set_advertised_protocols().
|
|
10445
|
-
*/
|
|
10446
|
-
advertised_protocols: string[]
|
|
10447
10317
|
/**
|
|
10448
10318
|
* The list of application-layer protocols that the connection
|
|
10449
10319
|
* advertises that it is willing to speak. See
|
|
10450
10320
|
* g_dtls_connection_set_advertised_protocols().
|
|
10451
10321
|
*/
|
|
10452
10322
|
advertisedProtocols: string[]
|
|
10453
|
-
/**
|
|
10454
|
-
* The #GDatagramBased that the connection wraps. Note that this may be any
|
|
10455
|
-
* implementation of #GDatagramBased, not just a #GSocket.
|
|
10456
|
-
*/
|
|
10457
|
-
readonly base_socket: DatagramBased
|
|
10458
10323
|
/**
|
|
10459
10324
|
* The #GDatagramBased that the connection wraps. Note that this may be any
|
|
10460
10325
|
* implementation of #GDatagramBased, not just a #GSocket.
|
|
@@ -10465,10 +10330,6 @@ interface DtlsConnection extends DatagramBased {
|
|
|
10465
10330
|
* g_dtls_connection_set_certificate().
|
|
10466
10331
|
*/
|
|
10467
10332
|
certificate: TlsCertificate
|
|
10468
|
-
/**
|
|
10469
|
-
* The name of the DTLS ciphersuite in use. See g_dtls_connection_get_ciphersuite_name().
|
|
10470
|
-
*/
|
|
10471
|
-
readonly ciphersuite_name: string | null
|
|
10472
10333
|
/**
|
|
10473
10334
|
* The name of the DTLS ciphersuite in use. See g_dtls_connection_get_ciphersuite_name().
|
|
10474
10335
|
*/
|
|
@@ -10498,25 +10359,11 @@ interface DtlsConnection extends DatagramBased {
|
|
|
10498
10359
|
* user for passwords where necessary.
|
|
10499
10360
|
*/
|
|
10500
10361
|
interaction: TlsInteraction
|
|
10501
|
-
/**
|
|
10502
|
-
* The application-layer protocol negotiated during the TLS
|
|
10503
|
-
* handshake. See g_dtls_connection_get_negotiated_protocol().
|
|
10504
|
-
*/
|
|
10505
|
-
readonly negotiated_protocol: string | null
|
|
10506
10362
|
/**
|
|
10507
10363
|
* The application-layer protocol negotiated during the TLS
|
|
10508
10364
|
* handshake. See g_dtls_connection_get_negotiated_protocol().
|
|
10509
10365
|
*/
|
|
10510
10366
|
readonly negotiatedProtocol: string | null
|
|
10511
|
-
/**
|
|
10512
|
-
* The connection's peer's certificate, after the TLS handshake has
|
|
10513
|
-
* completed or failed. Note in particular that this is not yet set
|
|
10514
|
-
* during the emission of #GDtlsConnection::accept-certificate.
|
|
10515
|
-
*
|
|
10516
|
-
* (You can watch for a #GObject::notify signal on this property to
|
|
10517
|
-
* detect when a handshake has occurred.)
|
|
10518
|
-
*/
|
|
10519
|
-
readonly peer_certificate: TlsCertificate
|
|
10520
10367
|
/**
|
|
10521
10368
|
* The connection's peer's certificate, after the TLS handshake has
|
|
10522
10369
|
* completed or failed. Note in particular that this is not yet set
|
|
@@ -10526,23 +10373,6 @@ interface DtlsConnection extends DatagramBased {
|
|
|
10526
10373
|
* detect when a handshake has occurred.)
|
|
10527
10374
|
*/
|
|
10528
10375
|
readonly peerCertificate: TlsCertificate
|
|
10529
|
-
/**
|
|
10530
|
-
* The errors noticed while verifying
|
|
10531
|
-
* #GDtlsConnection:peer-certificate. Normally this should be 0, but
|
|
10532
|
-
* it may not be if #GDtlsClientConnection:validation-flags is not
|
|
10533
|
-
* %G_TLS_CERTIFICATE_VALIDATE_ALL, or if
|
|
10534
|
-
* #GDtlsConnection::accept-certificate overrode the default
|
|
10535
|
-
* behavior.
|
|
10536
|
-
*
|
|
10537
|
-
* GLib guarantees that if certificate verification fails, at least
|
|
10538
|
-
* one error will be set, but it does not guarantee that all possible
|
|
10539
|
-
* errors will be set. Accordingly, you may not safely decide to
|
|
10540
|
-
* ignore any particular type of error. For example, it would be
|
|
10541
|
-
* incorrect to mask %G_TLS_CERTIFICATE_EXPIRED if you want to allow
|
|
10542
|
-
* expired certificates, because this could potentially be the only
|
|
10543
|
-
* error flag set even if other problems exist with the certificate.
|
|
10544
|
-
*/
|
|
10545
|
-
readonly peer_certificate_errors: TlsCertificateFlags
|
|
10546
10376
|
/**
|
|
10547
10377
|
* The errors noticed while verifying
|
|
10548
10378
|
* #GDtlsConnection:peer-certificate. Normally this should be 0, but
|
|
@@ -10560,29 +10390,15 @@ interface DtlsConnection extends DatagramBased {
|
|
|
10560
10390
|
* error flag set even if other problems exist with the certificate.
|
|
10561
10391
|
*/
|
|
10562
10392
|
readonly peerCertificateErrors: TlsCertificateFlags
|
|
10563
|
-
/**
|
|
10564
|
-
* The DTLS protocol version in use. See g_dtls_connection_get_protocol_version().
|
|
10565
|
-
*/
|
|
10566
|
-
readonly protocol_version: TlsProtocolVersion
|
|
10567
10393
|
/**
|
|
10568
10394
|
* The DTLS protocol version in use. See g_dtls_connection_get_protocol_version().
|
|
10569
10395
|
*/
|
|
10570
10396
|
readonly protocolVersion: TlsProtocolVersion
|
|
10571
|
-
/**
|
|
10572
|
-
* The rehandshaking mode. See
|
|
10573
|
-
* g_dtls_connection_set_rehandshake_mode().
|
|
10574
|
-
*/
|
|
10575
|
-
rehandshake_mode: TlsRehandshakeMode
|
|
10576
10397
|
/**
|
|
10577
10398
|
* The rehandshaking mode. See
|
|
10578
10399
|
* g_dtls_connection_set_rehandshake_mode().
|
|
10579
10400
|
*/
|
|
10580
10401
|
rehandshakeMode: TlsRehandshakeMode
|
|
10581
|
-
/**
|
|
10582
|
-
* Whether or not proper TLS close notification is required.
|
|
10583
|
-
* See g_dtls_connection_set_require_close_notify().
|
|
10584
|
-
*/
|
|
10585
|
-
require_close_notify: boolean
|
|
10586
10402
|
/**
|
|
10587
10403
|
* Whether or not proper TLS close notification is required.
|
|
10588
10404
|
* See g_dtls_connection_set_require_close_notify().
|
|
@@ -11176,12 +10992,6 @@ module DtlsServerConnection {
|
|
|
11176
10992
|
|
|
11177
10993
|
// Own constructor properties of Gio-2.0.Gio.DtlsServerConnection
|
|
11178
10994
|
|
|
11179
|
-
/**
|
|
11180
|
-
* The #GTlsAuthenticationMode for the server. This can be changed
|
|
11181
|
-
* before calling g_dtls_connection_handshake() if you want to
|
|
11182
|
-
* rehandshake with a different mode from the initial handshake.
|
|
11183
|
-
*/
|
|
11184
|
-
authentication_mode?: TlsAuthenticationMode | null
|
|
11185
10995
|
/**
|
|
11186
10996
|
* The #GTlsAuthenticationMode for the server. This can be changed
|
|
11187
10997
|
* before calling g_dtls_connection_handshake() if you want to
|
|
@@ -11196,12 +11006,6 @@ interface DtlsServerConnection extends DatagramBased, DtlsConnection {
|
|
|
11196
11006
|
|
|
11197
11007
|
// Own properties of Gio-2.0.Gio.DtlsServerConnection
|
|
11198
11008
|
|
|
11199
|
-
/**
|
|
11200
|
-
* The #GTlsAuthenticationMode for the server. This can be changed
|
|
11201
|
-
* before calling g_dtls_connection_handshake() if you want to
|
|
11202
|
-
* rehandshake with a different mode from the initial handshake.
|
|
11203
|
-
*/
|
|
11204
|
-
authentication_mode: TlsAuthenticationMode
|
|
11205
11009
|
/**
|
|
11206
11010
|
* The #GTlsAuthenticationMode for the server. This can be changed
|
|
11207
11011
|
* before calling g_dtls_connection_handshake() if you want to
|
|
@@ -11437,7 +11241,7 @@ interface File {
|
|
|
11437
11241
|
* @param flags set of #GFileCopyFlags
|
|
11438
11242
|
* @param io_priority the [I/O priority][io-priority] of the request
|
|
11439
11243
|
* @param cancellable optional #GCancellable object, %NULL to ignore
|
|
11440
|
-
* @param progress_callback
|
|
11244
|
+
* @param progress_callback function to callback with progress information, or %NULL if progress information is not needed
|
|
11441
11245
|
* @param callback a #GAsyncReadyCallback to call when the request is satisfied
|
|
11442
11246
|
*/
|
|
11443
11247
|
copy_async(destination: File, flags: FileCopyFlags, io_priority: number, cancellable: Cancellable | null, progress_callback: FileProgressCallback | null, callback: AsyncReadyCallback<this> | null): void
|
|
@@ -11461,7 +11265,7 @@ interface File {
|
|
|
11461
11265
|
* @param flags set of #GFileCopyFlags
|
|
11462
11266
|
* @param io_priority the [I/O priority][io-priority] of the request
|
|
11463
11267
|
* @param cancellable optional #GCancellable object, %NULL to ignore
|
|
11464
|
-
* @param progress_callback
|
|
11268
|
+
* @param progress_callback function to callback with progress information, or %NULL if progress information is not needed
|
|
11465
11269
|
* @returns A Promise of: a %TRUE on success, %FALSE on error.
|
|
11466
11270
|
*/
|
|
11467
11271
|
copy_async(destination: File, flags: FileCopyFlags, io_priority: number, cancellable: Cancellable | null, progress_callback: FileProgressCallback | null): globalThis.Promise<boolean>
|
|
@@ -12463,7 +12267,7 @@ interface File {
|
|
|
12463
12267
|
* @param flags set of #GFileCopyFlags
|
|
12464
12268
|
* @param io_priority the [I/O priority][io-priority] of the request
|
|
12465
12269
|
* @param cancellable optional #GCancellable object, %NULL to ignore
|
|
12466
|
-
* @param progress_callback
|
|
12270
|
+
* @param progress_callback #GFileProgressCallback function for updates
|
|
12467
12271
|
* @param callback a #GAsyncReadyCallback to call when the request is satisfied
|
|
12468
12272
|
*/
|
|
12469
12273
|
move_async(destination: File, flags: FileCopyFlags, io_priority: number, cancellable: Cancellable | null, progress_callback: FileProgressCallback | null, callback: AsyncReadyCallback<this> | null): void
|
|
@@ -12486,7 +12290,7 @@ interface File {
|
|
|
12486
12290
|
* @param flags set of #GFileCopyFlags
|
|
12487
12291
|
* @param io_priority the [I/O priority][io-priority] of the request
|
|
12488
12292
|
* @param cancellable optional #GCancellable object, %NULL to ignore
|
|
12489
|
-
* @param progress_callback
|
|
12293
|
+
* @param progress_callback #GFileProgressCallback function for updates
|
|
12490
12294
|
* @returns A Promise of: %TRUE on successful file move, %FALSE otherwise.
|
|
12491
12295
|
*/
|
|
12492
12296
|
move_async(destination: File, flags: FileCopyFlags, io_priority: number, cancellable: Cancellable | null, progress_callback: FileProgressCallback | null): globalThis.Promise<boolean>
|
|
@@ -13693,7 +13497,7 @@ interface File {
|
|
|
13693
13497
|
* @param flags set of #GFileCopyFlags
|
|
13694
13498
|
* @param io_priority the [I/O priority][io-priority] of the request
|
|
13695
13499
|
* @param cancellable optional #GCancellable object, %NULL to ignore
|
|
13696
|
-
* @param progress_callback
|
|
13500
|
+
* @param progress_callback function to callback with progress information, or %NULL if progress information is not needed
|
|
13697
13501
|
* @param callback a #GAsyncReadyCallback to call when the request is satisfied
|
|
13698
13502
|
*/
|
|
13699
13503
|
vfunc_copy_async(destination: File, flags: FileCopyFlags, io_priority: number, cancellable: Cancellable | null, progress_callback: FileProgressCallback | null, callback: AsyncReadyCallback<this> | null): void
|
|
@@ -14394,7 +14198,7 @@ interface File {
|
|
|
14394
14198
|
* @param flags set of #GFileCopyFlags
|
|
14395
14199
|
* @param io_priority the [I/O priority][io-priority] of the request
|
|
14396
14200
|
* @param cancellable optional #GCancellable object, %NULL to ignore
|
|
14397
|
-
* @param progress_callback
|
|
14201
|
+
* @param progress_callback #GFileProgressCallback function for updates
|
|
14398
14202
|
* @param callback a #GAsyncReadyCallback to call when the request is satisfied
|
|
14399
14203
|
*/
|
|
14400
14204
|
vfunc_move_async(destination: File, flags: FileCopyFlags, io_priority: number, cancellable: Cancellable | null, progress_callback: FileProgressCallback | null, callback: AsyncReadyCallback<this> | null): void
|
|
@@ -16705,26 +16509,6 @@ interface NetworkMonitor extends Initable {
|
|
|
16705
16509
|
* #GNetworkConnectivity for more details.
|
|
16706
16510
|
*/
|
|
16707
16511
|
readonly connectivity: NetworkConnectivity
|
|
16708
|
-
/**
|
|
16709
|
-
* Whether the network is considered available. That is, whether the
|
|
16710
|
-
* system has a default route for at least one of IPv4 or IPv6.
|
|
16711
|
-
*
|
|
16712
|
-
* Real-world networks are of course much more complicated than
|
|
16713
|
-
* this; the machine may be connected to a wifi hotspot that
|
|
16714
|
-
* requires payment before allowing traffic through, or may be
|
|
16715
|
-
* connected to a functioning router that has lost its own upstream
|
|
16716
|
-
* connectivity. Some hosts might only be accessible when a VPN is
|
|
16717
|
-
* active. Other hosts might only be accessible when the VPN is
|
|
16718
|
-
* not active. Thus, it is best to use g_network_monitor_can_reach()
|
|
16719
|
-
* or g_network_monitor_can_reach_async() to test for reachability
|
|
16720
|
-
* on a host-by-host basis. (On the other hand, when the property is
|
|
16721
|
-
* %FALSE, the application can reasonably expect that no remote
|
|
16722
|
-
* hosts at all are reachable, and should indicate this to the user
|
|
16723
|
-
* in its UI.)
|
|
16724
|
-
*
|
|
16725
|
-
* See also #GNetworkMonitor::network-changed.
|
|
16726
|
-
*/
|
|
16727
|
-
readonly network_available: boolean
|
|
16728
16512
|
/**
|
|
16729
16513
|
* Whether the network is considered available. That is, whether the
|
|
16730
16514
|
* system has a default route for at least one of IPv4 or IPv6.
|
|
@@ -16745,30 +16529,6 @@ interface NetworkMonitor extends Initable {
|
|
|
16745
16529
|
* See also #GNetworkMonitor::network-changed.
|
|
16746
16530
|
*/
|
|
16747
16531
|
readonly networkAvailable: boolean
|
|
16748
|
-
/**
|
|
16749
|
-
* Whether the network is considered metered.
|
|
16750
|
-
*
|
|
16751
|
-
* That is, whether the
|
|
16752
|
-
* system has traffic flowing through the default connection that is
|
|
16753
|
-
* subject to limitations set by service providers. For example, traffic
|
|
16754
|
-
* might be billed by the amount of data transmitted, or there might be a
|
|
16755
|
-
* quota on the amount of traffic per month. This is typical with tethered
|
|
16756
|
-
* connections (3G and 4G) and in such situations, bandwidth intensive
|
|
16757
|
-
* applications may wish to avoid network activity where possible if it will
|
|
16758
|
-
* cost the user money or use up their limited quota. Anything more than a
|
|
16759
|
-
* few hundreds of kilobytes of data usage per hour should be avoided without
|
|
16760
|
-
* asking permission from the user.
|
|
16761
|
-
*
|
|
16762
|
-
* If more information is required about specific devices then the
|
|
16763
|
-
* system network management API should be used instead (for example,
|
|
16764
|
-
* NetworkManager or ConnMan).
|
|
16765
|
-
*
|
|
16766
|
-
* If this information is not available then no networks will be
|
|
16767
|
-
* marked as metered.
|
|
16768
|
-
*
|
|
16769
|
-
* See also #GNetworkMonitor:network-available.
|
|
16770
|
-
*/
|
|
16771
|
-
readonly network_metered: boolean
|
|
16772
16532
|
/**
|
|
16773
16533
|
* Whether the network is considered metered.
|
|
16774
16534
|
*
|
|
@@ -17424,10 +17184,6 @@ interface PowerProfileMonitor extends Initable {
|
|
|
17424
17184
|
|
|
17425
17185
|
// Own properties of Gio-2.0.Gio.PowerProfileMonitor
|
|
17426
17186
|
|
|
17427
|
-
/**
|
|
17428
|
-
* Whether “Power Saver” mode is enabled on the system.
|
|
17429
|
-
*/
|
|
17430
|
-
readonly power_saver_enabled: boolean
|
|
17431
17187
|
/**
|
|
17432
17188
|
* Whether “Power Saver” mode is enabled on the system.
|
|
17433
17189
|
*/
|
|
@@ -18379,47 +18135,6 @@ module TlsClientConnection {
|
|
|
18379
18135
|
|
|
18380
18136
|
// Own constructor properties of Gio-2.0.Gio.TlsClientConnection
|
|
18381
18137
|
|
|
18382
|
-
/**
|
|
18383
|
-
* A #GSocketConnectable describing the identity of the server that
|
|
18384
|
-
* is expected on the other end of the connection.
|
|
18385
|
-
*
|
|
18386
|
-
* If the %G_TLS_CERTIFICATE_BAD_IDENTITY flag is set in
|
|
18387
|
-
* #GTlsClientConnection:validation-flags, this object will be used
|
|
18388
|
-
* to determine the expected identify of the remote end of the
|
|
18389
|
-
* connection; if #GTlsClientConnection:server-identity is not set,
|
|
18390
|
-
* or does not match the identity presented by the server, then the
|
|
18391
|
-
* %G_TLS_CERTIFICATE_BAD_IDENTITY validation will fail.
|
|
18392
|
-
*
|
|
18393
|
-
* In addition to its use in verifying the server certificate,
|
|
18394
|
-
* this is also used to give a hint to the server about what
|
|
18395
|
-
* certificate we expect, which is useful for servers that serve
|
|
18396
|
-
* virtual hosts.
|
|
18397
|
-
*/
|
|
18398
|
-
server_identity?: SocketConnectable | null
|
|
18399
|
-
/**
|
|
18400
|
-
* SSL 3.0 is no longer supported. See
|
|
18401
|
-
* g_tls_client_connection_set_use_ssl3() for details.
|
|
18402
|
-
*/
|
|
18403
|
-
use_ssl3?: boolean | null
|
|
18404
|
-
/**
|
|
18405
|
-
* What steps to perform when validating a certificate received from
|
|
18406
|
-
* a server. Server certificates that fail to validate in any of the
|
|
18407
|
-
* ways indicated here will be rejected unless the application
|
|
18408
|
-
* overrides the default via #GTlsConnection::accept-certificate.
|
|
18409
|
-
*
|
|
18410
|
-
* GLib guarantees that if certificate verification fails, at least one
|
|
18411
|
-
* flag will be set, but it does not guarantee that all possible flags
|
|
18412
|
-
* will be set. Accordingly, you may not safely decide to ignore any
|
|
18413
|
-
* particular type of error. For example, it would be incorrect to mask
|
|
18414
|
-
* %G_TLS_CERTIFICATE_EXPIRED if you want to allow expired certificates,
|
|
18415
|
-
* because this could potentially be the only error flag set even if
|
|
18416
|
-
* other problems exist with the certificate. Therefore, there is no
|
|
18417
|
-
* safe way to use this property. This is not a horrible problem,
|
|
18418
|
-
* though, because you should not be attempting to ignore validation
|
|
18419
|
-
* errors anyway. If you really must ignore TLS certificate errors,
|
|
18420
|
-
* connect to #GTlsConnection::accept-certificate.
|
|
18421
|
-
*/
|
|
18422
|
-
validation_flags?: TlsCertificateFlags | null
|
|
18423
18138
|
/**
|
|
18424
18139
|
* A #GSocketConnectable describing the identity of the server that
|
|
18425
18140
|
* is expected on the other end of the connection.
|
|
@@ -18469,16 +18184,6 @@ interface TlsClientConnection extends TlsConnection {
|
|
|
18469
18184
|
|
|
18470
18185
|
// Own properties of Gio-2.0.Gio.TlsClientConnection
|
|
18471
18186
|
|
|
18472
|
-
/**
|
|
18473
|
-
* A list of the distinguished names of the Certificate Authorities
|
|
18474
|
-
* that the server will accept client certificates signed by. If the
|
|
18475
|
-
* server requests a client certificate during the handshake, then
|
|
18476
|
-
* this property will be set after the handshake completes.
|
|
18477
|
-
*
|
|
18478
|
-
* Each item in the list is a #GByteArray which contains the complete
|
|
18479
|
-
* subject DN of the certificate authority.
|
|
18480
|
-
*/
|
|
18481
|
-
readonly accepted_cas: any[]
|
|
18482
18187
|
/**
|
|
18483
18188
|
* A list of the distinguished names of the Certificate Authorities
|
|
18484
18189
|
* that the server will accept client certificates signed by. If the
|
|
@@ -18489,23 +18194,6 @@ interface TlsClientConnection extends TlsConnection {
|
|
|
18489
18194
|
* subject DN of the certificate authority.
|
|
18490
18195
|
*/
|
|
18491
18196
|
readonly acceptedCas: any[]
|
|
18492
|
-
/**
|
|
18493
|
-
* A #GSocketConnectable describing the identity of the server that
|
|
18494
|
-
* is expected on the other end of the connection.
|
|
18495
|
-
*
|
|
18496
|
-
* If the %G_TLS_CERTIFICATE_BAD_IDENTITY flag is set in
|
|
18497
|
-
* #GTlsClientConnection:validation-flags, this object will be used
|
|
18498
|
-
* to determine the expected identify of the remote end of the
|
|
18499
|
-
* connection; if #GTlsClientConnection:server-identity is not set,
|
|
18500
|
-
* or does not match the identity presented by the server, then the
|
|
18501
|
-
* %G_TLS_CERTIFICATE_BAD_IDENTITY validation will fail.
|
|
18502
|
-
*
|
|
18503
|
-
* In addition to its use in verifying the server certificate,
|
|
18504
|
-
* this is also used to give a hint to the server about what
|
|
18505
|
-
* certificate we expect, which is useful for servers that serve
|
|
18506
|
-
* virtual hosts.
|
|
18507
|
-
*/
|
|
18508
|
-
server_identity: SocketConnectable
|
|
18509
18197
|
/**
|
|
18510
18198
|
* A #GSocketConnectable describing the identity of the server that
|
|
18511
18199
|
* is expected on the other end of the connection.
|
|
@@ -18523,35 +18211,11 @@ interface TlsClientConnection extends TlsConnection {
|
|
|
18523
18211
|
* virtual hosts.
|
|
18524
18212
|
*/
|
|
18525
18213
|
serverIdentity: SocketConnectable
|
|
18526
|
-
/**
|
|
18527
|
-
* SSL 3.0 is no longer supported. See
|
|
18528
|
-
* g_tls_client_connection_set_use_ssl3() for details.
|
|
18529
|
-
*/
|
|
18530
|
-
use_ssl3: boolean
|
|
18531
18214
|
/**
|
|
18532
18215
|
* SSL 3.0 is no longer supported. See
|
|
18533
18216
|
* g_tls_client_connection_set_use_ssl3() for details.
|
|
18534
18217
|
*/
|
|
18535
18218
|
useSsl3: boolean
|
|
18536
|
-
/**
|
|
18537
|
-
* What steps to perform when validating a certificate received from
|
|
18538
|
-
* a server. Server certificates that fail to validate in any of the
|
|
18539
|
-
* ways indicated here will be rejected unless the application
|
|
18540
|
-
* overrides the default via #GTlsConnection::accept-certificate.
|
|
18541
|
-
*
|
|
18542
|
-
* GLib guarantees that if certificate verification fails, at least one
|
|
18543
|
-
* flag will be set, but it does not guarantee that all possible flags
|
|
18544
|
-
* will be set. Accordingly, you may not safely decide to ignore any
|
|
18545
|
-
* particular type of error. For example, it would be incorrect to mask
|
|
18546
|
-
* %G_TLS_CERTIFICATE_EXPIRED if you want to allow expired certificates,
|
|
18547
|
-
* because this could potentially be the only error flag set even if
|
|
18548
|
-
* other problems exist with the certificate. Therefore, there is no
|
|
18549
|
-
* safe way to use this property. This is not a horrible problem,
|
|
18550
|
-
* though, because you should not be attempting to ignore validation
|
|
18551
|
-
* errors anyway. If you really must ignore TLS certificate errors,
|
|
18552
|
-
* connect to #GTlsConnection::accept-certificate.
|
|
18553
|
-
*/
|
|
18554
|
-
validation_flags: TlsCertificateFlags
|
|
18555
18219
|
/**
|
|
18556
18220
|
* What steps to perform when validating a certificate received from
|
|
18557
18221
|
* a server. Server certificates that fail to validate in any of the
|
|
@@ -18879,12 +18543,6 @@ module TlsServerConnection {
|
|
|
18879
18543
|
|
|
18880
18544
|
// Own constructor properties of Gio-2.0.Gio.TlsServerConnection
|
|
18881
18545
|
|
|
18882
|
-
/**
|
|
18883
|
-
* The #GTlsAuthenticationMode for the server. This can be changed
|
|
18884
|
-
* before calling g_tls_connection_handshake() if you want to
|
|
18885
|
-
* rehandshake with a different mode from the initial handshake.
|
|
18886
|
-
*/
|
|
18887
|
-
authentication_mode?: TlsAuthenticationMode | null
|
|
18888
18546
|
/**
|
|
18889
18547
|
* The #GTlsAuthenticationMode for the server. This can be changed
|
|
18890
18548
|
* before calling g_tls_connection_handshake() if you want to
|
|
@@ -18899,12 +18557,6 @@ interface TlsServerConnection extends TlsConnection {
|
|
|
18899
18557
|
|
|
18900
18558
|
// Own properties of Gio-2.0.Gio.TlsServerConnection
|
|
18901
18559
|
|
|
18902
|
-
/**
|
|
18903
|
-
* The #GTlsAuthenticationMode for the server. This can be changed
|
|
18904
|
-
* before calling g_tls_connection_handshake() if you want to
|
|
18905
|
-
* rehandshake with a different mode from the initial handshake.
|
|
18906
|
-
*/
|
|
18907
|
-
authentication_mode: TlsAuthenticationMode
|
|
18908
18560
|
/**
|
|
18909
18561
|
* The #GTlsAuthenticationMode for the server. This can be changed
|
|
18910
18562
|
* before calling g_tls_connection_handshake() if you want to
|
|
@@ -19694,7 +19346,7 @@ interface AppLaunchContext {
|
|
|
19694
19346
|
* the child process when `context` is used to launch an application.
|
|
19695
19347
|
* This is a %NULL-terminated array of strings, where each string has
|
|
19696
19348
|
* the form `KEY=VALUE`.
|
|
19697
|
-
* @returns
|
|
19349
|
+
* @returns the child's environment
|
|
19698
19350
|
*/
|
|
19699
19351
|
get_environment(): string[]
|
|
19700
19352
|
/**
|
|
@@ -19891,13 +19543,9 @@ module Application {
|
|
|
19891
19543
|
|
|
19892
19544
|
// Own constructor properties of Gio-2.0.Gio.Application
|
|
19893
19545
|
|
|
19894
|
-
action_group?: ActionGroup | null
|
|
19895
|
-
application_id?: string | null
|
|
19896
|
-
flags?: ApplicationFlags | null
|
|
19897
|
-
inactivity_timeout?: number | null
|
|
19898
|
-
resource_base_path?: string | null
|
|
19899
19546
|
actionGroup?: ActionGroup | null
|
|
19900
19547
|
applicationId?: string | null
|
|
19548
|
+
flags?: ApplicationFlags | null
|
|
19901
19549
|
inactivityTimeout?: number | null
|
|
19902
19550
|
resourceBasePath?: string | null
|
|
19903
19551
|
}
|
|
@@ -19908,28 +19556,17 @@ interface Application extends ActionGroup, ActionMap {
|
|
|
19908
19556
|
|
|
19909
19557
|
// Own properties of Gio-2.0.Gio.Application
|
|
19910
19558
|
|
|
19911
|
-
action_group: ActionGroup
|
|
19912
19559
|
actionGroup: ActionGroup
|
|
19913
|
-
application_id: string | null
|
|
19914
19560
|
applicationId: string | null
|
|
19915
19561
|
flags: ApplicationFlags
|
|
19916
|
-
inactivity_timeout: number
|
|
19917
19562
|
inactivityTimeout: number
|
|
19918
|
-
/**
|
|
19919
|
-
* Whether the application is currently marked as busy through
|
|
19920
|
-
* g_application_mark_busy() or g_application_bind_busy_property().
|
|
19921
|
-
*/
|
|
19922
|
-
readonly is_busy: boolean
|
|
19923
19563
|
/**
|
|
19924
19564
|
* Whether the application is currently marked as busy through
|
|
19925
19565
|
* g_application_mark_busy() or g_application_bind_busy_property().
|
|
19926
19566
|
*/
|
|
19927
19567
|
readonly isBusy: boolean
|
|
19928
|
-
readonly is_registered: boolean
|
|
19929
19568
|
readonly isRegistered: boolean
|
|
19930
|
-
readonly is_remote: boolean
|
|
19931
19569
|
readonly isRemote: boolean
|
|
19932
|
-
resource_base_path: string | null
|
|
19933
19570
|
resourceBasePath: string | null
|
|
19934
19571
|
|
|
19935
19572
|
// Owm methods of Gio-2.0.Gio.Application
|
|
@@ -20335,7 +19972,7 @@ interface Application extends ActionGroup, ActionMap {
|
|
|
20335
19972
|
* should not be used from applications like editors that need precise
|
|
20336
19973
|
* control over when processes invoked via the commandline will exit and
|
|
20337
19974
|
* what their exit status will be.
|
|
20338
|
-
* @param argv
|
|
19975
|
+
* @param argv the argv from main(), or %NULL
|
|
20339
19976
|
* @returns the exit status
|
|
20340
19977
|
*/
|
|
20341
19978
|
run(argv: string[] | null): number
|
|
@@ -20872,7 +20509,6 @@ module ApplicationCommandLine {
|
|
|
20872
20509
|
|
|
20873
20510
|
"arguments"?: GLib.Variant | null
|
|
20874
20511
|
options?: GLib.Variant | null
|
|
20875
|
-
platform_data?: GLib.Variant | null
|
|
20876
20512
|
platformData?: GLib.Variant | null
|
|
20877
20513
|
}
|
|
20878
20514
|
|
|
@@ -20883,10 +20519,8 @@ interface ApplicationCommandLine {
|
|
|
20883
20519
|
// Own properties of Gio-2.0.Gio.ApplicationCommandLine
|
|
20884
20520
|
|
|
20885
20521
|
readonly "arguments": GLib.Variant
|
|
20886
|
-
readonly is_remote: boolean
|
|
20887
20522
|
readonly isRemote: boolean
|
|
20888
20523
|
readonly options: GLib.Variant
|
|
20889
|
-
readonly platform_data: GLib.Variant
|
|
20890
20524
|
readonly platformData: GLib.Variant
|
|
20891
20525
|
|
|
20892
20526
|
// Owm methods of Gio-2.0.Gio.ApplicationCommandLine
|
|
@@ -20914,7 +20548,7 @@ interface ApplicationCommandLine {
|
|
|
20914
20548
|
*
|
|
20915
20549
|
* The return value is %NULL-terminated and should be freed using
|
|
20916
20550
|
* g_strfreev().
|
|
20917
|
-
* @returns
|
|
20551
|
+
* @returns the string array containing the arguments (the argv)
|
|
20918
20552
|
*/
|
|
20919
20553
|
get_arguments(): string[]
|
|
20920
20554
|
/**
|
|
@@ -20945,7 +20579,7 @@ interface ApplicationCommandLine {
|
|
|
20945
20579
|
*
|
|
20946
20580
|
* See g_application_command_line_getenv() if you are only interested
|
|
20947
20581
|
* in the value of a single environment variable.
|
|
20948
|
-
* @returns
|
|
20582
|
+
* @returns the environment strings, or %NULL if they were not sent
|
|
20949
20583
|
*/
|
|
20950
20584
|
get_environ(): string[]
|
|
20951
20585
|
/**
|
|
@@ -21276,7 +20910,6 @@ module BufferedInputStream {
|
|
|
21276
20910
|
|
|
21277
20911
|
// Own constructor properties of Gio-2.0.Gio.BufferedInputStream
|
|
21278
20912
|
|
|
21279
|
-
buffer_size?: number | null
|
|
21280
20913
|
bufferSize?: number | null
|
|
21281
20914
|
}
|
|
21282
20915
|
|
|
@@ -21286,7 +20919,6 @@ interface BufferedInputStream extends Seekable {
|
|
|
21286
20919
|
|
|
21287
20920
|
// Own properties of Gio-2.0.Gio.BufferedInputStream
|
|
21288
20921
|
|
|
21289
|
-
buffer_size: number
|
|
21290
20922
|
bufferSize: number
|
|
21291
20923
|
|
|
21292
20924
|
// Own fields of Gio-2.0.Gio.BufferedInputStream
|
|
@@ -21384,7 +21016,7 @@ interface BufferedInputStream extends Seekable {
|
|
|
21384
21016
|
* Returns the buffer with the currently available bytes. The returned
|
|
21385
21017
|
* buffer must not be modified and will become invalid when reading from
|
|
21386
21018
|
* the stream or filling the buffer.
|
|
21387
|
-
* @returns
|
|
21019
|
+
* @returns read-only buffer
|
|
21388
21020
|
*/
|
|
21389
21021
|
peek_buffer(): Uint8Array
|
|
21390
21022
|
/**
|
|
@@ -21548,8 +21180,6 @@ module BufferedOutputStream {
|
|
|
21548
21180
|
|
|
21549
21181
|
// Own constructor properties of Gio-2.0.Gio.BufferedOutputStream
|
|
21550
21182
|
|
|
21551
|
-
auto_grow?: boolean | null
|
|
21552
|
-
buffer_size?: number | null
|
|
21553
21183
|
autoGrow?: boolean | null
|
|
21554
21184
|
bufferSize?: number | null
|
|
21555
21185
|
}
|
|
@@ -21560,9 +21190,7 @@ interface BufferedOutputStream extends Seekable {
|
|
|
21560
21190
|
|
|
21561
21191
|
// Own properties of Gio-2.0.Gio.BufferedOutputStream
|
|
21562
21192
|
|
|
21563
|
-
auto_grow: boolean
|
|
21564
21193
|
autoGrow: boolean
|
|
21565
|
-
buffer_size: number
|
|
21566
21194
|
bufferSize: number
|
|
21567
21195
|
|
|
21568
21196
|
// Own fields of Gio-2.0.Gio.BufferedOutputStream
|
|
@@ -22020,9 +21648,6 @@ module CharsetConverter {
|
|
|
22020
21648
|
|
|
22021
21649
|
// Own constructor properties of Gio-2.0.Gio.CharsetConverter
|
|
22022
21650
|
|
|
22023
|
-
from_charset?: string | null
|
|
22024
|
-
to_charset?: string | null
|
|
22025
|
-
use_fallback?: boolean | null
|
|
22026
21651
|
fromCharset?: string | null
|
|
22027
21652
|
toCharset?: string | null
|
|
22028
21653
|
useFallback?: boolean | null
|
|
@@ -22034,11 +21659,8 @@ interface CharsetConverter extends Converter, Initable {
|
|
|
22034
21659
|
|
|
22035
21660
|
// Own properties of Gio-2.0.Gio.CharsetConverter
|
|
22036
21661
|
|
|
22037
|
-
readonly from_charset: string | null
|
|
22038
21662
|
readonly fromCharset: string | null
|
|
22039
|
-
readonly to_charset: string | null
|
|
22040
21663
|
readonly toCharset: string | null
|
|
22041
|
-
use_fallback: boolean
|
|
22042
21664
|
useFallback: boolean
|
|
22043
21665
|
|
|
22044
21666
|
// Owm methods of Gio-2.0.Gio.CharsetConverter
|
|
@@ -22667,7 +22289,7 @@ module DBusConnection {
|
|
|
22667
22289
|
/**
|
|
22668
22290
|
* A #GDBusAuthObserver object to assist in the authentication process or %NULL.
|
|
22669
22291
|
*/
|
|
22670
|
-
|
|
22292
|
+
authenticationObserver?: DBusAuthObserver | null
|
|
22671
22293
|
/**
|
|
22672
22294
|
* A boolean specifying whether the process will be terminated (by
|
|
22673
22295
|
* calling `raise(SIGTERM)`) if the connection is closed by the
|
|
@@ -22676,7 +22298,7 @@ module DBusConnection {
|
|
|
22676
22298
|
* Note that #GDBusConnection objects returned by g_bus_get_finish()
|
|
22677
22299
|
* and g_bus_get_sync() will (usually) have this property set to %TRUE.
|
|
22678
22300
|
*/
|
|
22679
|
-
|
|
22301
|
+
exitOnClose?: boolean | null
|
|
22680
22302
|
/**
|
|
22681
22303
|
* Flags from the #GDBusConnectionFlags enumeration.
|
|
22682
22304
|
*/
|
|
@@ -22717,19 +22339,6 @@ module DBusConnection {
|
|
|
22717
22339
|
* the stream directly.
|
|
22718
22340
|
*/
|
|
22719
22341
|
stream?: IOStream | null
|
|
22720
|
-
/**
|
|
22721
|
-
* A #GDBusAuthObserver object to assist in the authentication process or %NULL.
|
|
22722
|
-
*/
|
|
22723
|
-
authenticationObserver?: DBusAuthObserver | null
|
|
22724
|
-
/**
|
|
22725
|
-
* A boolean specifying whether the process will be terminated (by
|
|
22726
|
-
* calling `raise(SIGTERM)`) if the connection is closed by the
|
|
22727
|
-
* remote peer.
|
|
22728
|
-
*
|
|
22729
|
-
* Note that #GDBusConnection objects returned by g_bus_get_finish()
|
|
22730
|
-
* and g_bus_get_sync() will (usually) have this property set to %TRUE.
|
|
22731
|
-
*/
|
|
22732
|
-
exitOnClose?: boolean | null
|
|
22733
22342
|
}
|
|
22734
22343
|
|
|
22735
22344
|
}
|
|
@@ -22743,10 +22352,6 @@ interface DBusConnection extends AsyncInitable, Initable {
|
|
|
22743
22352
|
* when establishing the connection.
|
|
22744
22353
|
*/
|
|
22745
22354
|
readonly address: string | null
|
|
22746
|
-
/**
|
|
22747
|
-
* A #GDBusAuthObserver object to assist in the authentication process or %NULL.
|
|
22748
|
-
*/
|
|
22749
|
-
readonly authentication_observer: DBusAuthObserver
|
|
22750
22355
|
/**
|
|
22751
22356
|
* A #GDBusAuthObserver object to assist in the authentication process or %NULL.
|
|
22752
22357
|
*/
|
|
@@ -22760,15 +22365,6 @@ interface DBusConnection extends AsyncInitable, Initable {
|
|
|
22760
22365
|
* A boolean specifying whether the connection has been closed.
|
|
22761
22366
|
*/
|
|
22762
22367
|
readonly closed: boolean
|
|
22763
|
-
/**
|
|
22764
|
-
* A boolean specifying whether the process will be terminated (by
|
|
22765
|
-
* calling `raise(SIGTERM)`) if the connection is closed by the
|
|
22766
|
-
* remote peer.
|
|
22767
|
-
*
|
|
22768
|
-
* Note that #GDBusConnection objects returned by g_bus_get_finish()
|
|
22769
|
-
* and g_bus_get_sync() will (usually) have this property set to %TRUE.
|
|
22770
|
-
*/
|
|
22771
|
-
exit_on_close: boolean
|
|
22772
22368
|
/**
|
|
22773
22369
|
* A boolean specifying whether the process will be terminated (by
|
|
22774
22370
|
* calling `raise(SIGTERM)`) if the connection is closed by the
|
|
@@ -22818,11 +22414,6 @@ interface DBusConnection extends AsyncInitable, Initable {
|
|
|
22818
22414
|
* the stream directly.
|
|
22819
22415
|
*/
|
|
22820
22416
|
readonly stream: IOStream
|
|
22821
|
-
/**
|
|
22822
|
-
* The unique name as assigned by the message bus or %NULL if the
|
|
22823
|
-
* connection is not open or not a message bus connection.
|
|
22824
|
-
*/
|
|
22825
|
-
readonly unique_name: string | null
|
|
22826
22417
|
/**
|
|
22827
22418
|
* The unique name as assigned by the message bus or %NULL if the
|
|
22828
22419
|
* connection is not open or not a message bus connection.
|
|
@@ -23819,10 +23410,6 @@ module DBusInterfaceSkeleton {
|
|
|
23819
23410
|
|
|
23820
23411
|
// Own constructor properties of Gio-2.0.Gio.DBusInterfaceSkeleton
|
|
23821
23412
|
|
|
23822
|
-
/**
|
|
23823
|
-
* Flags from the #GDBusInterfaceSkeletonFlags enumeration.
|
|
23824
|
-
*/
|
|
23825
|
-
g_flags?: DBusInterfaceSkeletonFlags | null
|
|
23826
23413
|
/**
|
|
23827
23414
|
* Flags from the #GDBusInterfaceSkeletonFlags enumeration.
|
|
23828
23415
|
*/
|
|
@@ -23835,10 +23422,6 @@ interface DBusInterfaceSkeleton extends DBusInterface {
|
|
|
23835
23422
|
|
|
23836
23423
|
// Own properties of Gio-2.0.Gio.DBusInterfaceSkeleton
|
|
23837
23424
|
|
|
23838
|
-
/**
|
|
23839
|
-
* Flags from the #GDBusInterfaceSkeletonFlags enumeration.
|
|
23840
|
-
*/
|
|
23841
|
-
g_flags: DBusInterfaceSkeletonFlags
|
|
23842
23425
|
/**
|
|
23843
23426
|
* Flags from the #GDBusInterfaceSkeletonFlags enumeration.
|
|
23844
23427
|
*/
|
|
@@ -24681,7 +24264,7 @@ module DBusObjectManagerClient {
|
|
|
24681
24264
|
* #GDBusConnection obtained by calling g_bus_get() with the value
|
|
24682
24265
|
* of this property.
|
|
24683
24266
|
*/
|
|
24684
|
-
|
|
24267
|
+
busType?: BusType | null
|
|
24685
24268
|
/**
|
|
24686
24269
|
* The #GDBusConnection to use.
|
|
24687
24270
|
*/
|
|
@@ -24693,44 +24276,20 @@ module DBusObjectManagerClient {
|
|
|
24693
24276
|
/**
|
|
24694
24277
|
* A #GDestroyNotify for the #gpointer user_data in #GDBusObjectManagerClient:get-proxy-type-user-data.
|
|
24695
24278
|
*/
|
|
24696
|
-
|
|
24279
|
+
getProxyTypeDestroyNotify?: any | null
|
|
24697
24280
|
/**
|
|
24698
24281
|
* The #GDBusProxyTypeFunc to use when determining what #GType to
|
|
24699
24282
|
* use for interface proxies or %NULL.
|
|
24700
24283
|
*/
|
|
24701
|
-
|
|
24284
|
+
getProxyTypeFunc?: any | null
|
|
24702
24285
|
/**
|
|
24703
24286
|
* The #gpointer user_data to pass to #GDBusObjectManagerClient:get-proxy-type-func.
|
|
24704
24287
|
*/
|
|
24705
|
-
|
|
24288
|
+
getProxyTypeUserData?: any | null
|
|
24706
24289
|
/**
|
|
24707
24290
|
* The well-known name or unique name that the manager is for.
|
|
24708
24291
|
*/
|
|
24709
24292
|
name?: string | null
|
|
24710
|
-
/**
|
|
24711
|
-
* The object path the manager is for.
|
|
24712
|
-
*/
|
|
24713
|
-
object_path?: string | null
|
|
24714
|
-
/**
|
|
24715
|
-
* If this property is not %G_BUS_TYPE_NONE, then
|
|
24716
|
-
* #GDBusObjectManagerClient:connection must be %NULL and will be set to the
|
|
24717
|
-
* #GDBusConnection obtained by calling g_bus_get() with the value
|
|
24718
|
-
* of this property.
|
|
24719
|
-
*/
|
|
24720
|
-
busType?: BusType | null
|
|
24721
|
-
/**
|
|
24722
|
-
* A #GDestroyNotify for the #gpointer user_data in #GDBusObjectManagerClient:get-proxy-type-user-data.
|
|
24723
|
-
*/
|
|
24724
|
-
getProxyTypeDestroyNotify?: any | null
|
|
24725
|
-
/**
|
|
24726
|
-
* The #GDBusProxyTypeFunc to use when determining what #GType to
|
|
24727
|
-
* use for interface proxies or %NULL.
|
|
24728
|
-
*/
|
|
24729
|
-
getProxyTypeFunc?: any | null
|
|
24730
|
-
/**
|
|
24731
|
-
* The #gpointer user_data to pass to #GDBusObjectManagerClient:get-proxy-type-func.
|
|
24732
|
-
*/
|
|
24733
|
-
getProxyTypeUserData?: any | null
|
|
24734
24293
|
/**
|
|
24735
24294
|
* The object path the manager is for.
|
|
24736
24295
|
*/
|
|
@@ -24743,13 +24302,6 @@ interface DBusObjectManagerClient extends AsyncInitable, DBusObjectManager, Init
|
|
|
24743
24302
|
|
|
24744
24303
|
// Own properties of Gio-2.0.Gio.DBusObjectManagerClient
|
|
24745
24304
|
|
|
24746
|
-
/**
|
|
24747
|
-
* If this property is not %G_BUS_TYPE_NONE, then
|
|
24748
|
-
* #GDBusObjectManagerClient:connection must be %NULL and will be set to the
|
|
24749
|
-
* #GDBusConnection obtained by calling g_bus_get() with the value
|
|
24750
|
-
* of this property.
|
|
24751
|
-
*/
|
|
24752
|
-
readonly bus_type: BusType
|
|
24753
24305
|
/**
|
|
24754
24306
|
* If this property is not %G_BUS_TYPE_NONE, then
|
|
24755
24307
|
* #GDBusObjectManagerClient:connection must be %NULL and will be set to the
|
|
@@ -24765,28 +24317,15 @@ interface DBusObjectManagerClient extends AsyncInitable, DBusObjectManager, Init
|
|
|
24765
24317
|
* Flags from the #GDBusObjectManagerClientFlags enumeration.
|
|
24766
24318
|
*/
|
|
24767
24319
|
readonly flags: DBusObjectManagerClientFlags
|
|
24768
|
-
/**
|
|
24769
|
-
* A #GDestroyNotify for the #gpointer user_data in #GDBusObjectManagerClient:get-proxy-type-user-data.
|
|
24770
|
-
*/
|
|
24771
|
-
readonly get_proxy_type_destroy_notify: any
|
|
24772
24320
|
/**
|
|
24773
24321
|
* A #GDestroyNotify for the #gpointer user_data in #GDBusObjectManagerClient:get-proxy-type-user-data.
|
|
24774
24322
|
*/
|
|
24775
24323
|
readonly getProxyTypeDestroyNotify: any
|
|
24776
|
-
/**
|
|
24777
|
-
* The #GDBusProxyTypeFunc to use when determining what #GType to
|
|
24778
|
-
* use for interface proxies or %NULL.
|
|
24779
|
-
*/
|
|
24780
|
-
readonly get_proxy_type_func: any
|
|
24781
24324
|
/**
|
|
24782
24325
|
* The #GDBusProxyTypeFunc to use when determining what #GType to
|
|
24783
24326
|
* use for interface proxies or %NULL.
|
|
24784
24327
|
*/
|
|
24785
24328
|
readonly getProxyTypeFunc: any
|
|
24786
|
-
/**
|
|
24787
|
-
* The #gpointer user_data to pass to #GDBusObjectManagerClient:get-proxy-type-func.
|
|
24788
|
-
*/
|
|
24789
|
-
readonly get_proxy_type_user_data: any
|
|
24790
24329
|
/**
|
|
24791
24330
|
* The #gpointer user_data to pass to #GDBusObjectManagerClient:get-proxy-type-func.
|
|
24792
24331
|
*/
|
|
@@ -24795,22 +24334,12 @@ interface DBusObjectManagerClient extends AsyncInitable, DBusObjectManager, Init
|
|
|
24795
24334
|
* The well-known name or unique name that the manager is for.
|
|
24796
24335
|
*/
|
|
24797
24336
|
readonly name: string | null
|
|
24798
|
-
/**
|
|
24799
|
-
* The unique name that owns #GDBusObjectManagerClient:name or %NULL if
|
|
24800
|
-
* no-one is currently owning the name. Connect to the
|
|
24801
|
-
* #GObject::notify signal to track changes to this property.
|
|
24802
|
-
*/
|
|
24803
|
-
readonly name_owner: string | null
|
|
24804
24337
|
/**
|
|
24805
24338
|
* The unique name that owns #GDBusObjectManagerClient:name or %NULL if
|
|
24806
24339
|
* no-one is currently owning the name. Connect to the
|
|
24807
24340
|
* #GObject::notify signal to track changes to this property.
|
|
24808
24341
|
*/
|
|
24809
24342
|
readonly nameOwner: string | null
|
|
24810
|
-
/**
|
|
24811
|
-
* The object path the manager is for.
|
|
24812
|
-
*/
|
|
24813
|
-
readonly object_path: string | null
|
|
24814
24343
|
/**
|
|
24815
24344
|
* The object path the manager is for.
|
|
24816
24345
|
*/
|
|
@@ -25079,10 +24608,6 @@ module DBusObjectManagerServer {
|
|
|
25079
24608
|
* The #GDBusConnection to export objects on.
|
|
25080
24609
|
*/
|
|
25081
24610
|
connection?: DBusConnection | null
|
|
25082
|
-
/**
|
|
25083
|
-
* The object path to register the manager object at.
|
|
25084
|
-
*/
|
|
25085
|
-
object_path?: string | null
|
|
25086
24611
|
/**
|
|
25087
24612
|
* The object path to register the manager object at.
|
|
25088
24613
|
*/
|
|
@@ -25099,10 +24624,6 @@ interface DBusObjectManagerServer extends DBusObjectManager {
|
|
|
25099
24624
|
* The #GDBusConnection to export objects on.
|
|
25100
24625
|
*/
|
|
25101
24626
|
connection: DBusConnection
|
|
25102
|
-
/**
|
|
25103
|
-
* The object path to register the manager object at.
|
|
25104
|
-
*/
|
|
25105
|
-
readonly object_path: string | null
|
|
25106
24627
|
/**
|
|
25107
24628
|
* The object path to register the manager object at.
|
|
25108
24629
|
*/
|
|
@@ -25246,14 +24767,6 @@ module DBusObjectProxy {
|
|
|
25246
24767
|
|
|
25247
24768
|
// Own constructor properties of Gio-2.0.Gio.DBusObjectProxy
|
|
25248
24769
|
|
|
25249
|
-
/**
|
|
25250
|
-
* The connection of the proxy.
|
|
25251
|
-
*/
|
|
25252
|
-
g_connection?: DBusConnection | null
|
|
25253
|
-
/**
|
|
25254
|
-
* The object path of the proxy.
|
|
25255
|
-
*/
|
|
25256
|
-
g_object_path?: string | null
|
|
25257
24770
|
/**
|
|
25258
24771
|
* The connection of the proxy.
|
|
25259
24772
|
*/
|
|
@@ -25270,18 +24783,10 @@ interface DBusObjectProxy extends DBusObject {
|
|
|
25270
24783
|
|
|
25271
24784
|
// Own properties of Gio-2.0.Gio.DBusObjectProxy
|
|
25272
24785
|
|
|
25273
|
-
/**
|
|
25274
|
-
* The connection of the proxy.
|
|
25275
|
-
*/
|
|
25276
|
-
readonly g_connection: DBusConnection
|
|
25277
24786
|
/**
|
|
25278
24787
|
* The connection of the proxy.
|
|
25279
24788
|
*/
|
|
25280
24789
|
readonly gConnection: DBusConnection
|
|
25281
|
-
/**
|
|
25282
|
-
* The object path of the proxy.
|
|
25283
|
-
*/
|
|
25284
|
-
readonly g_object_path: string | null
|
|
25285
24790
|
/**
|
|
25286
24791
|
* The object path of the proxy.
|
|
25287
24792
|
*/
|
|
@@ -25365,10 +24870,6 @@ module DBusObjectSkeleton {
|
|
|
25365
24870
|
|
|
25366
24871
|
// Own constructor properties of Gio-2.0.Gio.DBusObjectSkeleton
|
|
25367
24872
|
|
|
25368
|
-
/**
|
|
25369
|
-
* The object path where the object is exported.
|
|
25370
|
-
*/
|
|
25371
|
-
g_object_path?: string | null
|
|
25372
24873
|
/**
|
|
25373
24874
|
* The object path where the object is exported.
|
|
25374
24875
|
*/
|
|
@@ -25381,10 +24882,6 @@ interface DBusObjectSkeleton extends DBusObject {
|
|
|
25381
24882
|
|
|
25382
24883
|
// Own properties of Gio-2.0.Gio.DBusObjectSkeleton
|
|
25383
24884
|
|
|
25384
|
-
/**
|
|
25385
|
-
* The object path where the object is exported.
|
|
25386
|
-
*/
|
|
25387
|
-
g_object_path: string | null
|
|
25388
24885
|
/**
|
|
25389
24886
|
* The object path where the object is exported.
|
|
25390
24887
|
*/
|
|
@@ -25509,71 +25006,6 @@ module DBusProxy {
|
|
|
25509
25006
|
|
|
25510
25007
|
// Own constructor properties of Gio-2.0.Gio.DBusProxy
|
|
25511
25008
|
|
|
25512
|
-
/**
|
|
25513
|
-
* If this property is not %G_BUS_TYPE_NONE, then
|
|
25514
|
-
* #GDBusProxy:g-connection must be %NULL and will be set to the
|
|
25515
|
-
* #GDBusConnection obtained by calling g_bus_get() with the value
|
|
25516
|
-
* of this property.
|
|
25517
|
-
*/
|
|
25518
|
-
g_bus_type?: BusType | null
|
|
25519
|
-
/**
|
|
25520
|
-
* The #GDBusConnection the proxy is for.
|
|
25521
|
-
*/
|
|
25522
|
-
g_connection?: DBusConnection | null
|
|
25523
|
-
/**
|
|
25524
|
-
* The timeout to use if -1 (specifying default timeout) is passed
|
|
25525
|
-
* as `timeout_msec` in the g_dbus_proxy_call() and
|
|
25526
|
-
* g_dbus_proxy_call_sync() functions.
|
|
25527
|
-
*
|
|
25528
|
-
* This allows applications to set a proxy-wide timeout for all
|
|
25529
|
-
* remote method invocations on the proxy. If this property is -1,
|
|
25530
|
-
* the default timeout (typically 25 seconds) is used. If set to
|
|
25531
|
-
* %G_MAXINT, then no timeout is used.
|
|
25532
|
-
*/
|
|
25533
|
-
g_default_timeout?: number | null
|
|
25534
|
-
/**
|
|
25535
|
-
* Flags from the #GDBusProxyFlags enumeration.
|
|
25536
|
-
*/
|
|
25537
|
-
g_flags?: DBusProxyFlags | null
|
|
25538
|
-
/**
|
|
25539
|
-
* Ensure that interactions with this proxy conform to the given
|
|
25540
|
-
* interface. This is mainly to ensure that malformed data received
|
|
25541
|
-
* from the other peer is ignored. The given #GDBusInterfaceInfo is
|
|
25542
|
-
* said to be the "expected interface".
|
|
25543
|
-
*
|
|
25544
|
-
* The checks performed are:
|
|
25545
|
-
* - When completing a method call, if the type signature of
|
|
25546
|
-
* the reply message isn't what's expected, the reply is
|
|
25547
|
-
* discarded and the #GError is set to %G_IO_ERROR_INVALID_ARGUMENT.
|
|
25548
|
-
*
|
|
25549
|
-
* - Received signals that have a type signature mismatch are dropped and
|
|
25550
|
-
* a warning is logged via g_warning().
|
|
25551
|
-
*
|
|
25552
|
-
* - Properties received via the initial `GetAll()` call or via the
|
|
25553
|
-
* `::PropertiesChanged` signal (on the
|
|
25554
|
-
* [org.freedesktop.DBus.Properties](http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-properties)
|
|
25555
|
-
* interface) or set using g_dbus_proxy_set_cached_property()
|
|
25556
|
-
* with a type signature mismatch are ignored and a warning is
|
|
25557
|
-
* logged via g_warning().
|
|
25558
|
-
*
|
|
25559
|
-
* Note that these checks are never done on methods, signals and
|
|
25560
|
-
* properties that are not referenced in the given
|
|
25561
|
-
* #GDBusInterfaceInfo, since extending a D-Bus interface on the
|
|
25562
|
-
* service-side is not considered an ABI break.
|
|
25563
|
-
*/
|
|
25564
|
-
g_interface_info?: DBusInterfaceInfo | null
|
|
25565
|
-
/**
|
|
25566
|
-
* The D-Bus interface name the proxy is for.
|
|
25567
|
-
*/
|
|
25568
|
-
g_interface_name?: string | null
|
|
25569
|
-
/**
|
|
25570
|
-
* The well-known or unique name that the proxy is for.
|
|
25571
|
-
*/
|
|
25572
|
-
g_name?: string | null
|
|
25573
|
-
/**
|
|
25574
|
-
* The object path the proxy is for.
|
|
25575
|
-
*/
|
|
25576
|
-
g_object_path?: string | null
|
|
25577
25009
|
/**
|
|
25578
25010
|
* If this property is not %G_BUS_TYPE_NONE, then
|
|
25579
25011
|
* #GDBusProxy:g-connection must be %NULL and will be set to the
|
|
@@ -25647,13 +25079,6 @@ interface DBusProxy extends AsyncInitable, DBusInterface, Initable {
|
|
|
25647
25079
|
|
|
25648
25080
|
// Own properties of Gio-2.0.Gio.DBusProxy
|
|
25649
25081
|
|
|
25650
|
-
/**
|
|
25651
|
-
* If this property is not %G_BUS_TYPE_NONE, then
|
|
25652
|
-
* #GDBusProxy:g-connection must be %NULL and will be set to the
|
|
25653
|
-
* #GDBusConnection obtained by calling g_bus_get() with the value
|
|
25654
|
-
* of this property.
|
|
25655
|
-
*/
|
|
25656
|
-
readonly g_bus_type: BusType
|
|
25657
25082
|
/**
|
|
25658
25083
|
* If this property is not %G_BUS_TYPE_NONE, then
|
|
25659
25084
|
* #GDBusProxy:g-connection must be %NULL and will be set to the
|
|
@@ -25661,25 +25086,10 @@ interface DBusProxy extends AsyncInitable, DBusInterface, Initable {
|
|
|
25661
25086
|
* of this property.
|
|
25662
25087
|
*/
|
|
25663
25088
|
readonly gBusType: BusType
|
|
25664
|
-
/**
|
|
25665
|
-
* The #GDBusConnection the proxy is for.
|
|
25666
|
-
*/
|
|
25667
|
-
readonly g_connection: DBusConnection
|
|
25668
25089
|
/**
|
|
25669
25090
|
* The #GDBusConnection the proxy is for.
|
|
25670
25091
|
*/
|
|
25671
25092
|
readonly gConnection: DBusConnection
|
|
25672
|
-
/**
|
|
25673
|
-
* The timeout to use if -1 (specifying default timeout) is passed
|
|
25674
|
-
* as `timeout_msec` in the g_dbus_proxy_call() and
|
|
25675
|
-
* g_dbus_proxy_call_sync() functions.
|
|
25676
|
-
*
|
|
25677
|
-
* This allows applications to set a proxy-wide timeout for all
|
|
25678
|
-
* remote method invocations on the proxy. If this property is -1,
|
|
25679
|
-
* the default timeout (typically 25 seconds) is used. If set to
|
|
25680
|
-
* %G_MAXINT, then no timeout is used.
|
|
25681
|
-
*/
|
|
25682
|
-
g_default_timeout: number
|
|
25683
25093
|
/**
|
|
25684
25094
|
* The timeout to use if -1 (specifying default timeout) is passed
|
|
25685
25095
|
* as `timeout_msec` in the g_dbus_proxy_call() and
|
|
@@ -25691,41 +25101,10 @@ interface DBusProxy extends AsyncInitable, DBusInterface, Initable {
|
|
|
25691
25101
|
* %G_MAXINT, then no timeout is used.
|
|
25692
25102
|
*/
|
|
25693
25103
|
gDefaultTimeout: number
|
|
25694
|
-
/**
|
|
25695
|
-
* Flags from the #GDBusProxyFlags enumeration.
|
|
25696
|
-
*/
|
|
25697
|
-
readonly g_flags: DBusProxyFlags
|
|
25698
25104
|
/**
|
|
25699
25105
|
* Flags from the #GDBusProxyFlags enumeration.
|
|
25700
25106
|
*/
|
|
25701
25107
|
readonly gFlags: DBusProxyFlags
|
|
25702
|
-
/**
|
|
25703
|
-
* Ensure that interactions with this proxy conform to the given
|
|
25704
|
-
* interface. This is mainly to ensure that malformed data received
|
|
25705
|
-
* from the other peer is ignored. The given #GDBusInterfaceInfo is
|
|
25706
|
-
* said to be the "expected interface".
|
|
25707
|
-
*
|
|
25708
|
-
* The checks performed are:
|
|
25709
|
-
* - When completing a method call, if the type signature of
|
|
25710
|
-
* the reply message isn't what's expected, the reply is
|
|
25711
|
-
* discarded and the #GError is set to %G_IO_ERROR_INVALID_ARGUMENT.
|
|
25712
|
-
*
|
|
25713
|
-
* - Received signals that have a type signature mismatch are dropped and
|
|
25714
|
-
* a warning is logged via g_warning().
|
|
25715
|
-
*
|
|
25716
|
-
* - Properties received via the initial `GetAll()` call or via the
|
|
25717
|
-
* `::PropertiesChanged` signal (on the
|
|
25718
|
-
* [org.freedesktop.DBus.Properties](http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-properties)
|
|
25719
|
-
* interface) or set using g_dbus_proxy_set_cached_property()
|
|
25720
|
-
* with a type signature mismatch are ignored and a warning is
|
|
25721
|
-
* logged via g_warning().
|
|
25722
|
-
*
|
|
25723
|
-
* Note that these checks are never done on methods, signals and
|
|
25724
|
-
* properties that are not referenced in the given
|
|
25725
|
-
* #GDBusInterfaceInfo, since extending a D-Bus interface on the
|
|
25726
|
-
* service-side is not considered an ABI break.
|
|
25727
|
-
*/
|
|
25728
|
-
g_interface_info: DBusInterfaceInfo
|
|
25729
25108
|
/**
|
|
25730
25109
|
* Ensure that interactions with this proxy conform to the given
|
|
25731
25110
|
* interface. This is mainly to ensure that malformed data received
|
|
@@ -25753,38 +25132,20 @@ interface DBusProxy extends AsyncInitable, DBusInterface, Initable {
|
|
|
25753
25132
|
* service-side is not considered an ABI break.
|
|
25754
25133
|
*/
|
|
25755
25134
|
gInterfaceInfo: DBusInterfaceInfo
|
|
25756
|
-
/**
|
|
25757
|
-
* The D-Bus interface name the proxy is for.
|
|
25758
|
-
*/
|
|
25759
|
-
readonly g_interface_name: string | null
|
|
25760
25135
|
/**
|
|
25761
25136
|
* The D-Bus interface name the proxy is for.
|
|
25762
25137
|
*/
|
|
25763
25138
|
readonly gInterfaceName: string | null
|
|
25764
|
-
/**
|
|
25765
|
-
* The well-known or unique name that the proxy is for.
|
|
25766
|
-
*/
|
|
25767
|
-
readonly g_name: string | null
|
|
25768
25139
|
/**
|
|
25769
25140
|
* The well-known or unique name that the proxy is for.
|
|
25770
25141
|
*/
|
|
25771
25142
|
readonly gName: string | null
|
|
25772
|
-
/**
|
|
25773
|
-
* The unique name that owns #GDBusProxy:g-name or %NULL if no-one
|
|
25774
|
-
* currently owns that name. You may connect to #GObject::notify signal to
|
|
25775
|
-
* track changes to this property.
|
|
25776
|
-
*/
|
|
25777
|
-
readonly g_name_owner: string | null
|
|
25778
25143
|
/**
|
|
25779
25144
|
* The unique name that owns #GDBusProxy:g-name or %NULL if no-one
|
|
25780
25145
|
* currently owns that name. You may connect to #GObject::notify signal to
|
|
25781
25146
|
* track changes to this property.
|
|
25782
25147
|
*/
|
|
25783
25148
|
readonly gNameOwner: string | null
|
|
25784
|
-
/**
|
|
25785
|
-
* The object path the proxy is for.
|
|
25786
|
-
*/
|
|
25787
|
-
readonly g_object_path: string | null
|
|
25788
25149
|
/**
|
|
25789
25150
|
* The object path the proxy is for.
|
|
25790
25151
|
*/
|
|
@@ -26306,7 +25667,7 @@ module DBusServer {
|
|
|
26306
25667
|
/**
|
|
26307
25668
|
* A #GDBusAuthObserver object to assist in the authentication process or %NULL.
|
|
26308
25669
|
*/
|
|
26309
|
-
|
|
25670
|
+
authenticationObserver?: DBusAuthObserver | null
|
|
26310
25671
|
/**
|
|
26311
25672
|
* Flags from the #GDBusServerFlags enumeration.
|
|
26312
25673
|
*/
|
|
@@ -26317,10 +25678,6 @@ module DBusServer {
|
|
|
26317
25678
|
* See #GDBusConnection:guid for more details.
|
|
26318
25679
|
*/
|
|
26319
25680
|
guid?: string | null
|
|
26320
|
-
/**
|
|
26321
|
-
* A #GDBusAuthObserver object to assist in the authentication process or %NULL.
|
|
26322
|
-
*/
|
|
26323
|
-
authenticationObserver?: DBusAuthObserver | null
|
|
26324
25681
|
}
|
|
26325
25682
|
|
|
26326
25683
|
}
|
|
@@ -26337,18 +25694,10 @@ interface DBusServer extends Initable {
|
|
|
26337
25694
|
* The D-Bus address to listen on.
|
|
26338
25695
|
*/
|
|
26339
25696
|
readonly address: string | null
|
|
26340
|
-
/**
|
|
26341
|
-
* A #GDBusAuthObserver object to assist in the authentication process or %NULL.
|
|
26342
|
-
*/
|
|
26343
|
-
readonly authentication_observer: DBusAuthObserver
|
|
26344
25697
|
/**
|
|
26345
25698
|
* A #GDBusAuthObserver object to assist in the authentication process or %NULL.
|
|
26346
25699
|
*/
|
|
26347
25700
|
readonly authenticationObserver: DBusAuthObserver
|
|
26348
|
-
/**
|
|
26349
|
-
* The D-Bus address that clients can use.
|
|
26350
|
-
*/
|
|
26351
|
-
readonly client_address: string | null
|
|
26352
25701
|
/**
|
|
26353
25702
|
* The D-Bus address that clients can use.
|
|
26354
25703
|
*/
|
|
@@ -26503,17 +25852,6 @@ module DataInputStream {
|
|
|
26503
25852
|
|
|
26504
25853
|
// Own constructor properties of Gio-2.0.Gio.DataInputStream
|
|
26505
25854
|
|
|
26506
|
-
/**
|
|
26507
|
-
* The :byte-order property determines the byte ordering that
|
|
26508
|
-
* is used when reading multi-byte entities (such as integers)
|
|
26509
|
-
* from the stream.
|
|
26510
|
-
*/
|
|
26511
|
-
byte_order?: DataStreamByteOrder | null
|
|
26512
|
-
/**
|
|
26513
|
-
* The :newline-type property determines what is considered
|
|
26514
|
-
* as a line ending when reading complete lines from the stream.
|
|
26515
|
-
*/
|
|
26516
|
-
newline_type?: DataStreamNewlineType | null
|
|
26517
25855
|
/**
|
|
26518
25856
|
* The :byte-order property determines the byte ordering that
|
|
26519
25857
|
* is used when reading multi-byte entities (such as integers)
|
|
@@ -26533,23 +25871,12 @@ interface DataInputStream extends Seekable {
|
|
|
26533
25871
|
|
|
26534
25872
|
// Own properties of Gio-2.0.Gio.DataInputStream
|
|
26535
25873
|
|
|
26536
|
-
/**
|
|
26537
|
-
* The :byte-order property determines the byte ordering that
|
|
26538
|
-
* is used when reading multi-byte entities (such as integers)
|
|
26539
|
-
* from the stream.
|
|
26540
|
-
*/
|
|
26541
|
-
byte_order: DataStreamByteOrder
|
|
26542
25874
|
/**
|
|
26543
25875
|
* The :byte-order property determines the byte ordering that
|
|
26544
25876
|
* is used when reading multi-byte entities (such as integers)
|
|
26545
25877
|
* from the stream.
|
|
26546
25878
|
*/
|
|
26547
25879
|
byteOrder: DataStreamByteOrder
|
|
26548
|
-
/**
|
|
26549
|
-
* The :newline-type property determines what is considered
|
|
26550
|
-
* as a line ending when reading complete lines from the stream.
|
|
26551
|
-
*/
|
|
26552
|
-
newline_type: DataStreamNewlineType
|
|
26553
25880
|
/**
|
|
26554
25881
|
* The :newline-type property determines what is considered
|
|
26555
25882
|
* as a line ending when reading complete lines from the stream.
|
|
@@ -26622,7 +25949,7 @@ interface DataInputStream extends Seekable {
|
|
|
26622
25949
|
* triggering the cancellable object from another thread. If the operation
|
|
26623
25950
|
* was cancelled, the error %G_IO_ERROR_CANCELLED will be returned.
|
|
26624
25951
|
* @param cancellable optional #GCancellable object, %NULL to ignore.
|
|
26625
|
-
* @returns
|
|
25952
|
+
* @returns a NUL terminated byte array with the line that was read in (without the newlines). Set @length to a #gsize to get the length of the read line. On an error, it will return %NULL and @error will be set. If there's no content to read, it will still return %NULL, but @error won't be set.
|
|
26626
25953
|
*/
|
|
26627
25954
|
read_line(cancellable: Cancellable | null): [ /* returnType */ Uint8Array | null, /* length */ number ]
|
|
26628
25955
|
/**
|
|
@@ -26651,7 +25978,7 @@ interface DataInputStream extends Seekable {
|
|
|
26651
25978
|
* the result of the operation.
|
|
26652
25979
|
* @param io_priority the [I/O priority][io-priority] of the request
|
|
26653
25980
|
* @param cancellable optional #GCancellable object, %NULL to ignore.
|
|
26654
|
-
* @returns A Promise of:
|
|
25981
|
+
* @returns A Promise of: a NUL-terminated byte array with the line that was read in (without the newlines). Set @length to a #gsize to get the length of the read line. On an error, it will return %NULL and @error will be set. If there's no content to read, it will still return %NULL, but @error won't be set.
|
|
26655
25982
|
*/
|
|
26656
25983
|
read_line_async(io_priority: number, cancellable: Cancellable | null): globalThis.Promise</* length */ number>
|
|
26657
25984
|
/**
|
|
@@ -26660,7 +25987,7 @@ interface DataInputStream extends Seekable {
|
|
|
26660
25987
|
* string encoding in g_data_input_stream_read_line() applies here as
|
|
26661
25988
|
* well.
|
|
26662
25989
|
* @param result the #GAsyncResult that was provided to the callback.
|
|
26663
|
-
* @returns
|
|
25990
|
+
* @returns a NUL-terminated byte array with the line that was read in (without the newlines). Set @length to a #gsize to get the length of the read line. On an error, it will return %NULL and @error will be set. If there's no content to read, it will still return %NULL, but @error won't be set.
|
|
26664
25991
|
*/
|
|
26665
25992
|
read_line_finish(result: AsyncResult): [ /* returnType */ Uint8Array | null, /* length */ number ]
|
|
26666
25993
|
/**
|
|
@@ -26959,11 +26286,6 @@ module DataOutputStream {
|
|
|
26959
26286
|
|
|
26960
26287
|
// Own constructor properties of Gio-2.0.Gio.DataOutputStream
|
|
26961
26288
|
|
|
26962
|
-
/**
|
|
26963
|
-
* Determines the byte ordering that is used when writing
|
|
26964
|
-
* multi-byte entities (such as integers) to the stream.
|
|
26965
|
-
*/
|
|
26966
|
-
byte_order?: DataStreamByteOrder | null
|
|
26967
26289
|
/**
|
|
26968
26290
|
* Determines the byte ordering that is used when writing
|
|
26969
26291
|
* multi-byte entities (such as integers) to the stream.
|
|
@@ -26977,11 +26299,6 @@ interface DataOutputStream extends Seekable {
|
|
|
26977
26299
|
|
|
26978
26300
|
// Own properties of Gio-2.0.Gio.DataOutputStream
|
|
26979
26301
|
|
|
26980
|
-
/**
|
|
26981
|
-
* Determines the byte ordering that is used when writing
|
|
26982
|
-
* multi-byte entities (such as integers) to the stream.
|
|
26983
|
-
*/
|
|
26984
|
-
byte_order: DataStreamByteOrder
|
|
26985
26302
|
/**
|
|
26986
26303
|
* Determines the byte ordering that is used when writing
|
|
26987
26304
|
* multi-byte entities (such as integers) to the stream.
|
|
@@ -27483,7 +26800,7 @@ interface DesktopAppInfo extends AppInfo {
|
|
|
27483
26800
|
*
|
|
27484
26801
|
* The `key` is looked up in the "Desktop Entry" group.
|
|
27485
26802
|
* @param key the key to look up
|
|
27486
|
-
* @returns
|
|
26803
|
+
* @returns a %NULL-terminated string array or %NULL if the specified key cannot be found. The array should be freed with g_strfreev().
|
|
27487
26804
|
*/
|
|
27488
26805
|
get_string_list(key: string): string[]
|
|
27489
26806
|
/**
|
|
@@ -29455,7 +28772,6 @@ module FileMonitor {
|
|
|
29455
28772
|
|
|
29456
28773
|
// Own constructor properties of Gio-2.0.Gio.FileMonitor
|
|
29457
28774
|
|
|
29458
|
-
rate_limit?: number | null
|
|
29459
28775
|
rateLimit?: number | null
|
|
29460
28776
|
}
|
|
29461
28777
|
|
|
@@ -29466,7 +28782,6 @@ interface FileMonitor {
|
|
|
29466
28782
|
// Own properties of Gio-2.0.Gio.FileMonitor
|
|
29467
28783
|
|
|
29468
28784
|
readonly cancelled: boolean
|
|
29469
|
-
rate_limit: number
|
|
29470
28785
|
rateLimit: number
|
|
29471
28786
|
|
|
29472
28787
|
// Own fields of Gio-2.0.Gio.FileMonitor
|
|
@@ -29850,8 +29165,6 @@ module FilterInputStream {
|
|
|
29850
29165
|
|
|
29851
29166
|
// Own constructor properties of Gio-2.0.Gio.FilterInputStream
|
|
29852
29167
|
|
|
29853
|
-
base_stream?: InputStream | null
|
|
29854
|
-
close_base_stream?: boolean | null
|
|
29855
29168
|
baseStream?: InputStream | null
|
|
29856
29169
|
closeBaseStream?: boolean | null
|
|
29857
29170
|
}
|
|
@@ -29863,7 +29176,6 @@ interface FilterInputStream {
|
|
|
29863
29176
|
// Own properties of Gio-2.0.Gio.FilterInputStream
|
|
29864
29177
|
|
|
29865
29178
|
readonly baseStream: InputStream
|
|
29866
|
-
close_base_stream: boolean
|
|
29867
29179
|
closeBaseStream: boolean
|
|
29868
29180
|
|
|
29869
29181
|
// Own fields of Gio-2.0.Gio.FilterInputStream
|
|
@@ -29932,8 +29244,6 @@ module FilterOutputStream {
|
|
|
29932
29244
|
|
|
29933
29245
|
// Own constructor properties of Gio-2.0.Gio.FilterOutputStream
|
|
29934
29246
|
|
|
29935
|
-
base_stream?: OutputStream | null
|
|
29936
|
-
close_base_stream?: boolean | null
|
|
29937
29247
|
baseStream?: OutputStream | null
|
|
29938
29248
|
closeBaseStream?: boolean | null
|
|
29939
29249
|
}
|
|
@@ -29945,7 +29255,6 @@ interface FilterOutputStream {
|
|
|
29945
29255
|
// Own properties of Gio-2.0.Gio.FilterOutputStream
|
|
29946
29256
|
|
|
29947
29257
|
readonly baseStream: OutputStream
|
|
29948
|
-
readonly close_base_stream: boolean
|
|
29949
29258
|
readonly closeBaseStream: boolean
|
|
29950
29259
|
|
|
29951
29260
|
// Own fields of Gio-2.0.Gio.FilterOutputStream
|
|
@@ -30135,9 +29444,7 @@ interface IOStream {
|
|
|
30135
29444
|
// Own properties of Gio-2.0.Gio.IOStream
|
|
30136
29445
|
|
|
30137
29446
|
readonly closed: boolean
|
|
30138
|
-
readonly input_stream: InputStream
|
|
30139
29447
|
readonly inputStream: InputStream
|
|
30140
|
-
readonly output_stream: OutputStream
|
|
30141
29448
|
readonly outputStream: OutputStream
|
|
30142
29449
|
|
|
30143
29450
|
// Own fields of Gio-2.0.Gio.IOStream
|
|
@@ -30423,101 +29730,51 @@ interface InetAddress {
|
|
|
30423
29730
|
|
|
30424
29731
|
readonly bytes: any
|
|
30425
29732
|
readonly family: SocketFamily
|
|
30426
|
-
/**
|
|
30427
|
-
* Whether this is the "any" address for its family.
|
|
30428
|
-
* See g_inet_address_get_is_any().
|
|
30429
|
-
*/
|
|
30430
|
-
readonly is_any: boolean
|
|
30431
29733
|
/**
|
|
30432
29734
|
* Whether this is the "any" address for its family.
|
|
30433
29735
|
* See g_inet_address_get_is_any().
|
|
30434
29736
|
*/
|
|
30435
29737
|
readonly isAny: boolean
|
|
30436
|
-
/**
|
|
30437
|
-
* Whether this is a link-local address.
|
|
30438
|
-
* See g_inet_address_get_is_link_local().
|
|
30439
|
-
*/
|
|
30440
|
-
readonly is_link_local: boolean
|
|
30441
29738
|
/**
|
|
30442
29739
|
* Whether this is a link-local address.
|
|
30443
29740
|
* See g_inet_address_get_is_link_local().
|
|
30444
29741
|
*/
|
|
30445
29742
|
readonly isLinkLocal: boolean
|
|
30446
|
-
/**
|
|
30447
|
-
* Whether this is the loopback address for its family.
|
|
30448
|
-
* See g_inet_address_get_is_loopback().
|
|
30449
|
-
*/
|
|
30450
|
-
readonly is_loopback: boolean
|
|
30451
29743
|
/**
|
|
30452
29744
|
* Whether this is the loopback address for its family.
|
|
30453
29745
|
* See g_inet_address_get_is_loopback().
|
|
30454
29746
|
*/
|
|
30455
29747
|
readonly isLoopback: boolean
|
|
30456
|
-
/**
|
|
30457
|
-
* Whether this is a global multicast address.
|
|
30458
|
-
* See g_inet_address_get_is_mc_global().
|
|
30459
|
-
*/
|
|
30460
|
-
readonly is_mc_global: boolean
|
|
30461
29748
|
/**
|
|
30462
29749
|
* Whether this is a global multicast address.
|
|
30463
29750
|
* See g_inet_address_get_is_mc_global().
|
|
30464
29751
|
*/
|
|
30465
29752
|
readonly isMcGlobal: boolean
|
|
30466
|
-
/**
|
|
30467
|
-
* Whether this is a link-local multicast address.
|
|
30468
|
-
* See g_inet_address_get_is_mc_link_local().
|
|
30469
|
-
*/
|
|
30470
|
-
readonly is_mc_link_local: boolean
|
|
30471
29753
|
/**
|
|
30472
29754
|
* Whether this is a link-local multicast address.
|
|
30473
29755
|
* See g_inet_address_get_is_mc_link_local().
|
|
30474
29756
|
*/
|
|
30475
29757
|
readonly isMcLinkLocal: boolean
|
|
30476
|
-
/**
|
|
30477
|
-
* Whether this is a node-local multicast address.
|
|
30478
|
-
* See g_inet_address_get_is_mc_node_local().
|
|
30479
|
-
*/
|
|
30480
|
-
readonly is_mc_node_local: boolean
|
|
30481
29758
|
/**
|
|
30482
29759
|
* Whether this is a node-local multicast address.
|
|
30483
29760
|
* See g_inet_address_get_is_mc_node_local().
|
|
30484
29761
|
*/
|
|
30485
29762
|
readonly isMcNodeLocal: boolean
|
|
30486
|
-
/**
|
|
30487
|
-
* Whether this is an organization-local multicast address.
|
|
30488
|
-
* See g_inet_address_get_is_mc_org_local().
|
|
30489
|
-
*/
|
|
30490
|
-
readonly is_mc_org_local: boolean
|
|
30491
29763
|
/**
|
|
30492
29764
|
* Whether this is an organization-local multicast address.
|
|
30493
29765
|
* See g_inet_address_get_is_mc_org_local().
|
|
30494
29766
|
*/
|
|
30495
29767
|
readonly isMcOrgLocal: boolean
|
|
30496
|
-
/**
|
|
30497
|
-
* Whether this is a site-local multicast address.
|
|
30498
|
-
* See g_inet_address_get_is_mc_site_local().
|
|
30499
|
-
*/
|
|
30500
|
-
readonly is_mc_site_local: boolean
|
|
30501
29768
|
/**
|
|
30502
29769
|
* Whether this is a site-local multicast address.
|
|
30503
29770
|
* See g_inet_address_get_is_mc_site_local().
|
|
30504
29771
|
*/
|
|
30505
29772
|
readonly isMcSiteLocal: boolean
|
|
30506
|
-
/**
|
|
30507
|
-
* Whether this is a multicast address.
|
|
30508
|
-
* See g_inet_address_get_is_multicast().
|
|
30509
|
-
*/
|
|
30510
|
-
readonly is_multicast: boolean
|
|
30511
29773
|
/**
|
|
30512
29774
|
* Whether this is a multicast address.
|
|
30513
29775
|
* See g_inet_address_get_is_multicast().
|
|
30514
29776
|
*/
|
|
30515
29777
|
readonly isMulticast: boolean
|
|
30516
|
-
/**
|
|
30517
|
-
* Whether this is a site-local address.
|
|
30518
|
-
* See g_inet_address_get_is_loopback().
|
|
30519
|
-
*/
|
|
30520
|
-
readonly is_site_local: boolean
|
|
30521
29778
|
/**
|
|
30522
29779
|
* Whether this is a site-local address.
|
|
30523
29780
|
* See g_inet_address_get_is_loopback().
|
|
@@ -30859,7 +30116,6 @@ module InetSocketAddress {
|
|
|
30859
30116
|
*/
|
|
30860
30117
|
flowinfo?: number | null
|
|
30861
30118
|
port?: number | null
|
|
30862
|
-
scope_id?: number | null
|
|
30863
30119
|
scopeId?: number | null
|
|
30864
30120
|
}
|
|
30865
30121
|
|
|
@@ -30875,7 +30131,6 @@ interface InetSocketAddress extends SocketConnectable {
|
|
|
30875
30131
|
*/
|
|
30876
30132
|
readonly flowinfo: number
|
|
30877
30133
|
readonly port: number
|
|
30878
|
-
readonly scope_id: number
|
|
30879
30134
|
readonly scopeId: number
|
|
30880
30135
|
|
|
30881
30136
|
// Own fields of Gio-2.0.Gio.InetSocketAddress
|
|
@@ -31608,11 +30863,6 @@ module ListStore {
|
|
|
31608
30863
|
|
|
31609
30864
|
// Own constructor properties of Gio-2.0.Gio.ListStore
|
|
31610
30865
|
|
|
31611
|
-
/**
|
|
31612
|
-
* The type of items contained in this list store. Items must be
|
|
31613
|
-
* subclasses of #GObject.
|
|
31614
|
-
*/
|
|
31615
|
-
item_type?: GObject.GType | null
|
|
31616
30866
|
/**
|
|
31617
30867
|
* The type of items contained in this list store. Items must be
|
|
31618
30868
|
* subclasses of #GObject.
|
|
@@ -31626,20 +30876,11 @@ interface ListStore<A extends GObject.Object = GObject.Object> extends ListModel
|
|
|
31626
30876
|
|
|
31627
30877
|
// Own properties of Gio-2.0.Gio.ListStore
|
|
31628
30878
|
|
|
31629
|
-
/**
|
|
31630
|
-
* The type of items contained in this list store. Items must be
|
|
31631
|
-
* subclasses of #GObject.
|
|
31632
|
-
*/
|
|
31633
|
-
readonly item_type: GObject.GType
|
|
31634
30879
|
/**
|
|
31635
30880
|
* The type of items contained in this list store. Items must be
|
|
31636
30881
|
* subclasses of #GObject.
|
|
31637
30882
|
*/
|
|
31638
30883
|
readonly itemType: GObject.GType
|
|
31639
|
-
/**
|
|
31640
|
-
* The number of items contained in this list store.
|
|
31641
|
-
*/
|
|
31642
|
-
readonly n_items: number
|
|
31643
30884
|
/**
|
|
31644
30885
|
* The number of items contained in this list store.
|
|
31645
30886
|
*/
|
|
@@ -31925,10 +31166,6 @@ interface MemoryOutputStream extends PollableOutputStream, Seekable {
|
|
|
31925
31166
|
* Pointer to buffer where data will be written.
|
|
31926
31167
|
*/
|
|
31927
31168
|
readonly data: any
|
|
31928
|
-
/**
|
|
31929
|
-
* Size of data written to the buffer.
|
|
31930
|
-
*/
|
|
31931
|
-
readonly data_size: number
|
|
31932
31169
|
/**
|
|
31933
31170
|
* Size of data written to the buffer.
|
|
31934
31171
|
*/
|
|
@@ -33211,7 +32448,7 @@ module MountOperation {
|
|
|
33211
32448
|
* Whether the device to be unlocked is a TCRYPT hidden volume.
|
|
33212
32449
|
* See [the VeraCrypt documentation](https://www.veracrypt.fr/en/Hidden%20Volume.html).
|
|
33213
32450
|
*/
|
|
33214
|
-
|
|
32451
|
+
isTcryptHiddenVolume?: boolean | null
|
|
33215
32452
|
/**
|
|
33216
32453
|
* Whether the device to be unlocked is a TCRYPT system volume.
|
|
33217
32454
|
* In this context, a system volume is a volume with a bootloader
|
|
@@ -33219,7 +32456,7 @@ module MountOperation {
|
|
|
33219
32456
|
* operating systems. For further documentation, see
|
|
33220
32457
|
* [the VeraCrypt documentation](https://www.veracrypt.fr/en/System%20Encryption.html).
|
|
33221
32458
|
*/
|
|
33222
|
-
|
|
32459
|
+
isTcryptSystemVolume?: boolean | null
|
|
33223
32460
|
/**
|
|
33224
32461
|
* The password that is used for authentication when carrying out
|
|
33225
32462
|
* the mount operation.
|
|
@@ -33228,7 +32465,7 @@ module MountOperation {
|
|
|
33228
32465
|
/**
|
|
33229
32466
|
* Determines if and how the password information should be saved.
|
|
33230
32467
|
*/
|
|
33231
|
-
|
|
32468
|
+
passwordSave?: PasswordSave | null
|
|
33232
32469
|
/**
|
|
33233
32470
|
* The VeraCrypt PIM value, when unlocking a VeraCrypt volume. See
|
|
33234
32471
|
* [the VeraCrypt documentation](https://www.veracrypt.fr/en/Personal%20Iterations%20Multiplier%20(PIM).html).
|
|
@@ -33239,23 +32476,6 @@ module MountOperation {
|
|
|
33239
32476
|
* the mount operation.
|
|
33240
32477
|
*/
|
|
33241
32478
|
username?: string | null
|
|
33242
|
-
/**
|
|
33243
|
-
* Whether the device to be unlocked is a TCRYPT hidden volume.
|
|
33244
|
-
* See [the VeraCrypt documentation](https://www.veracrypt.fr/en/Hidden%20Volume.html).
|
|
33245
|
-
*/
|
|
33246
|
-
isTcryptHiddenVolume?: boolean | null
|
|
33247
|
-
/**
|
|
33248
|
-
* Whether the device to be unlocked is a TCRYPT system volume.
|
|
33249
|
-
* In this context, a system volume is a volume with a bootloader
|
|
33250
|
-
* and operating system installed. This is only supported for Windows
|
|
33251
|
-
* operating systems. For further documentation, see
|
|
33252
|
-
* [the VeraCrypt documentation](https://www.veracrypt.fr/en/System%20Encryption.html).
|
|
33253
|
-
*/
|
|
33254
|
-
isTcryptSystemVolume?: boolean | null
|
|
33255
|
-
/**
|
|
33256
|
-
* Determines if and how the password information should be saved.
|
|
33257
|
-
*/
|
|
33258
|
-
passwordSave?: PasswordSave | null
|
|
33259
32479
|
}
|
|
33260
32480
|
|
|
33261
32481
|
}
|
|
@@ -33277,24 +32497,11 @@ interface MountOperation {
|
|
|
33277
32497
|
* The domain to use for the mount operation.
|
|
33278
32498
|
*/
|
|
33279
32499
|
domain: string | null
|
|
33280
|
-
/**
|
|
33281
|
-
* Whether the device to be unlocked is a TCRYPT hidden volume.
|
|
33282
|
-
* See [the VeraCrypt documentation](https://www.veracrypt.fr/en/Hidden%20Volume.html).
|
|
33283
|
-
*/
|
|
33284
|
-
is_tcrypt_hidden_volume: boolean
|
|
33285
32500
|
/**
|
|
33286
32501
|
* Whether the device to be unlocked is a TCRYPT hidden volume.
|
|
33287
32502
|
* See [the VeraCrypt documentation](https://www.veracrypt.fr/en/Hidden%20Volume.html).
|
|
33288
32503
|
*/
|
|
33289
32504
|
isTcryptHiddenVolume: boolean
|
|
33290
|
-
/**
|
|
33291
|
-
* Whether the device to be unlocked is a TCRYPT system volume.
|
|
33292
|
-
* In this context, a system volume is a volume with a bootloader
|
|
33293
|
-
* and operating system installed. This is only supported for Windows
|
|
33294
|
-
* operating systems. For further documentation, see
|
|
33295
|
-
* [the VeraCrypt documentation](https://www.veracrypt.fr/en/System%20Encryption.html).
|
|
33296
|
-
*/
|
|
33297
|
-
is_tcrypt_system_volume: boolean
|
|
33298
32505
|
/**
|
|
33299
32506
|
* Whether the device to be unlocked is a TCRYPT system volume.
|
|
33300
32507
|
* In this context, a system volume is a volume with a bootloader
|
|
@@ -33308,10 +32515,6 @@ interface MountOperation {
|
|
|
33308
32515
|
* the mount operation.
|
|
33309
32516
|
*/
|
|
33310
32517
|
password: string | null
|
|
33311
|
-
/**
|
|
33312
|
-
* Determines if and how the password information should be saved.
|
|
33313
|
-
*/
|
|
33314
|
-
password_save: PasswordSave
|
|
33315
32518
|
/**
|
|
33316
32519
|
* Determines if and how the password information should be saved.
|
|
33317
32520
|
*/
|
|
@@ -35171,21 +34374,11 @@ interface Permission {
|
|
|
35171
34374
|
* `permission` represents the permission to perform.
|
|
35172
34375
|
*/
|
|
35173
34376
|
readonly allowed: boolean
|
|
35174
|
-
/**
|
|
35175
|
-
* %TRUE if it is generally possible to acquire the permission by calling
|
|
35176
|
-
* g_permission_acquire().
|
|
35177
|
-
*/
|
|
35178
|
-
readonly can_acquire: boolean
|
|
35179
34377
|
/**
|
|
35180
34378
|
* %TRUE if it is generally possible to acquire the permission by calling
|
|
35181
34379
|
* g_permission_acquire().
|
|
35182
34380
|
*/
|
|
35183
34381
|
readonly canAcquire: boolean
|
|
35184
|
-
/**
|
|
35185
|
-
* %TRUE if it is generally possible to release the permission by calling
|
|
35186
|
-
* g_permission_release().
|
|
35187
|
-
*/
|
|
35188
|
-
readonly can_release: boolean
|
|
35189
34382
|
/**
|
|
35190
34383
|
* %TRUE if it is generally possible to release the permission by calling
|
|
35191
34384
|
* g_permission_release().
|
|
@@ -35484,7 +34677,7 @@ module PropertyAction {
|
|
|
35484
34677
|
* If %TRUE, the state of the action will be the negation of the
|
|
35485
34678
|
* property value, provided the property is boolean.
|
|
35486
34679
|
*/
|
|
35487
|
-
|
|
34680
|
+
invertBoolean?: boolean | null
|
|
35488
34681
|
/**
|
|
35489
34682
|
* The name of the action. This is mostly meaningful for identifying
|
|
35490
34683
|
* the action once it has been added to a #GActionMap.
|
|
@@ -35496,18 +34689,6 @@ module PropertyAction {
|
|
|
35496
34689
|
* The object must be a non-%NULL #GObject with properties.
|
|
35497
34690
|
*/
|
|
35498
34691
|
object?: GObject.Object | null
|
|
35499
|
-
/**
|
|
35500
|
-
* The name of the property to wrap on the object.
|
|
35501
|
-
*
|
|
35502
|
-
* The property must exist on the passed-in object and it must be
|
|
35503
|
-
* readable and writable (and not construct-only).
|
|
35504
|
-
*/
|
|
35505
|
-
property_name?: string | null
|
|
35506
|
-
/**
|
|
35507
|
-
* If %TRUE, the state of the action will be the negation of the
|
|
35508
|
-
* property value, provided the property is boolean.
|
|
35509
|
-
*/
|
|
35510
|
-
invertBoolean?: boolean | null
|
|
35511
34692
|
/**
|
|
35512
34693
|
* The name of the property to wrap on the object.
|
|
35513
34694
|
*
|
|
@@ -35530,11 +34711,6 @@ interface PropertyAction extends Action {
|
|
|
35530
34711
|
* g_action_change_state() have no effect.
|
|
35531
34712
|
*/
|
|
35532
34713
|
readonly enabled: boolean
|
|
35533
|
-
/**
|
|
35534
|
-
* If %TRUE, the state of the action will be the negation of the
|
|
35535
|
-
* property value, provided the property is boolean.
|
|
35536
|
-
*/
|
|
35537
|
-
readonly invert_boolean: boolean
|
|
35538
34714
|
/**
|
|
35539
34715
|
* If %TRUE, the state of the action will be the negation of the
|
|
35540
34716
|
* property value, provided the property is boolean.
|
|
@@ -35551,23 +34727,11 @@ interface PropertyAction extends Action {
|
|
|
35551
34727
|
* The object must be a non-%NULL #GObject with properties.
|
|
35552
34728
|
*/
|
|
35553
34729
|
readonly object: GObject.Object
|
|
35554
|
-
/**
|
|
35555
|
-
* The type of the parameter that must be given when activating the
|
|
35556
|
-
* action.
|
|
35557
|
-
*/
|
|
35558
|
-
readonly parameter_type: GLib.VariantType
|
|
35559
34730
|
/**
|
|
35560
34731
|
* The type of the parameter that must be given when activating the
|
|
35561
34732
|
* action.
|
|
35562
34733
|
*/
|
|
35563
34734
|
readonly parameterType: GLib.VariantType
|
|
35564
|
-
/**
|
|
35565
|
-
* The name of the property to wrap on the object.
|
|
35566
|
-
*
|
|
35567
|
-
* The property must exist on the passed-in object and it must be
|
|
35568
|
-
* readable and writable (and not construct-only).
|
|
35569
|
-
*/
|
|
35570
|
-
readonly property_name: string | null
|
|
35571
34735
|
/**
|
|
35572
34736
|
* The name of the property to wrap on the object.
|
|
35573
34737
|
*
|
|
@@ -35579,11 +34743,6 @@ interface PropertyAction extends Action {
|
|
|
35579
34743
|
* The state of the action, or %NULL if the action is stateless.
|
|
35580
34744
|
*/
|
|
35581
34745
|
readonly state: GLib.Variant
|
|
35582
|
-
/**
|
|
35583
|
-
* The #GVariantType of the state that the action has, or %NULL if the
|
|
35584
|
-
* action is stateless.
|
|
35585
|
-
*/
|
|
35586
|
-
readonly state_type: GLib.VariantType
|
|
35587
34746
|
/**
|
|
35588
34747
|
* The #GVariantType of the state that the action has, or %NULL if the
|
|
35589
34748
|
* action is stateless.
|
|
@@ -35729,13 +34888,13 @@ module ProxyAddress {
|
|
|
35729
34888
|
|
|
35730
34889
|
// Own constructor properties of Gio-2.0.Gio.ProxyAddress
|
|
35731
34890
|
|
|
35732
|
-
|
|
35733
|
-
|
|
34891
|
+
destinationHostname?: string | null
|
|
34892
|
+
destinationPort?: number | null
|
|
35734
34893
|
/**
|
|
35735
34894
|
* The protocol being spoke to the destination host, or %NULL if
|
|
35736
34895
|
* the #GProxyAddress doesn't know.
|
|
35737
34896
|
*/
|
|
35738
|
-
|
|
34897
|
+
destinationProtocol?: string | null
|
|
35739
34898
|
password?: string | null
|
|
35740
34899
|
protocol?: string | null
|
|
35741
34900
|
/**
|
|
@@ -35744,13 +34903,6 @@ module ProxyAddress {
|
|
|
35744
34903
|
*/
|
|
35745
34904
|
uri?: string | null
|
|
35746
34905
|
username?: string | null
|
|
35747
|
-
destinationHostname?: string | null
|
|
35748
|
-
destinationPort?: number | null
|
|
35749
|
-
/**
|
|
35750
|
-
* The protocol being spoke to the destination host, or %NULL if
|
|
35751
|
-
* the #GProxyAddress doesn't know.
|
|
35752
|
-
*/
|
|
35753
|
-
destinationProtocol?: string | null
|
|
35754
34906
|
}
|
|
35755
34907
|
|
|
35756
34908
|
}
|
|
@@ -35759,15 +34911,8 @@ interface ProxyAddress extends SocketConnectable {
|
|
|
35759
34911
|
|
|
35760
34912
|
// Own properties of Gio-2.0.Gio.ProxyAddress
|
|
35761
34913
|
|
|
35762
|
-
readonly destination_hostname: string | null
|
|
35763
34914
|
readonly destinationHostname: string | null
|
|
35764
|
-
readonly destination_port: number
|
|
35765
34915
|
readonly destinationPort: number
|
|
35766
|
-
/**
|
|
35767
|
-
* The protocol being spoke to the destination host, or %NULL if
|
|
35768
|
-
* the #GProxyAddress doesn't know.
|
|
35769
|
-
*/
|
|
35770
|
-
readonly destination_protocol: string | null
|
|
35771
34916
|
/**
|
|
35772
34917
|
* The protocol being spoke to the destination host, or %NULL if
|
|
35773
34918
|
* the #GProxyAddress doesn't know.
|
|
@@ -35946,16 +35091,6 @@ module ProxyAddressEnumerator {
|
|
|
35946
35091
|
// Own constructor properties of Gio-2.0.Gio.ProxyAddressEnumerator
|
|
35947
35092
|
|
|
35948
35093
|
connectable?: SocketConnectable | null
|
|
35949
|
-
/**
|
|
35950
|
-
* The default port to use if #GProxyAddressEnumerator:uri does not
|
|
35951
|
-
* specify one.
|
|
35952
|
-
*/
|
|
35953
|
-
default_port?: number | null
|
|
35954
|
-
/**
|
|
35955
|
-
* The proxy resolver to use.
|
|
35956
|
-
*/
|
|
35957
|
-
proxy_resolver?: ProxyResolver | null
|
|
35958
|
-
uri?: string | null
|
|
35959
35094
|
/**
|
|
35960
35095
|
* The default port to use if #GProxyAddressEnumerator:uri does not
|
|
35961
35096
|
* specify one.
|
|
@@ -35965,6 +35100,7 @@ module ProxyAddressEnumerator {
|
|
|
35965
35100
|
* The proxy resolver to use.
|
|
35966
35101
|
*/
|
|
35967
35102
|
proxyResolver?: ProxyResolver | null
|
|
35103
|
+
uri?: string | null
|
|
35968
35104
|
}
|
|
35969
35105
|
|
|
35970
35106
|
}
|
|
@@ -35974,20 +35110,11 @@ interface ProxyAddressEnumerator {
|
|
|
35974
35110
|
// Own properties of Gio-2.0.Gio.ProxyAddressEnumerator
|
|
35975
35111
|
|
|
35976
35112
|
readonly connectable: SocketConnectable
|
|
35977
|
-
/**
|
|
35978
|
-
* The default port to use if #GProxyAddressEnumerator:uri does not
|
|
35979
|
-
* specify one.
|
|
35980
|
-
*/
|
|
35981
|
-
readonly default_port: number
|
|
35982
35113
|
/**
|
|
35983
35114
|
* The default port to use if #GProxyAddressEnumerator:uri does not
|
|
35984
35115
|
* specify one.
|
|
35985
35116
|
*/
|
|
35986
35117
|
readonly defaultPort: number
|
|
35987
|
-
/**
|
|
35988
|
-
* The proxy resolver to use.
|
|
35989
|
-
*/
|
|
35990
|
-
proxy_resolver: ProxyResolver
|
|
35991
35118
|
/**
|
|
35992
35119
|
* The proxy resolver to use.
|
|
35993
35120
|
*/
|
|
@@ -36710,21 +35837,6 @@ module Settings {
|
|
|
36710
35837
|
* #GSettingsSchema.
|
|
36711
35838
|
*/
|
|
36712
35839
|
schema?: string | null
|
|
36713
|
-
/**
|
|
36714
|
-
* The name of the schema that describes the types of keys
|
|
36715
|
-
* for this #GSettings object.
|
|
36716
|
-
*/
|
|
36717
|
-
schema_id?: string | null
|
|
36718
|
-
/**
|
|
36719
|
-
* The #GSettingsSchema describing the types of keys for this
|
|
36720
|
-
* #GSettings object.
|
|
36721
|
-
*
|
|
36722
|
-
* Ideally, this property would be called 'schema'. #GSettingsSchema
|
|
36723
|
-
* has only existed since version 2.32, however, and before then the
|
|
36724
|
-
* 'schema' property was used to refer to the ID of the schema rather
|
|
36725
|
-
* than the schema itself. Take care.
|
|
36726
|
-
*/
|
|
36727
|
-
settings_schema?: SettingsSchema | null
|
|
36728
35840
|
/**
|
|
36729
35841
|
* The name of the schema that describes the types of keys
|
|
36730
35842
|
* for this #GSettings object.
|
|
@@ -36752,21 +35864,11 @@ interface Settings {
|
|
|
36752
35864
|
* The name of the context that the settings are stored in.
|
|
36753
35865
|
*/
|
|
36754
35866
|
readonly backend: SettingsBackend
|
|
36755
|
-
/**
|
|
36756
|
-
* Whether the #GSettings object is in 'delay-apply' mode. See
|
|
36757
|
-
* g_settings_delay() for details.
|
|
36758
|
-
*/
|
|
36759
|
-
readonly delay_apply: boolean
|
|
36760
35867
|
/**
|
|
36761
35868
|
* Whether the #GSettings object is in 'delay-apply' mode. See
|
|
36762
35869
|
* g_settings_delay() for details.
|
|
36763
35870
|
*/
|
|
36764
35871
|
readonly delayApply: boolean
|
|
36765
|
-
/**
|
|
36766
|
-
* If this property is %TRUE, the #GSettings object has outstanding
|
|
36767
|
-
* changes that will be applied when g_settings_apply() is called.
|
|
36768
|
-
*/
|
|
36769
|
-
readonly has_unapplied: boolean
|
|
36770
35872
|
/**
|
|
36771
35873
|
* If this property is %TRUE, the #GSettings object has outstanding
|
|
36772
35874
|
* changes that will be applied when g_settings_apply() is called.
|
|
@@ -36788,26 +35890,11 @@ interface Settings {
|
|
|
36788
35890
|
* #GSettingsSchema.
|
|
36789
35891
|
*/
|
|
36790
35892
|
readonly schema: string | null
|
|
36791
|
-
/**
|
|
36792
|
-
* The name of the schema that describes the types of keys
|
|
36793
|
-
* for this #GSettings object.
|
|
36794
|
-
*/
|
|
36795
|
-
readonly schema_id: string | null
|
|
36796
35893
|
/**
|
|
36797
35894
|
* The name of the schema that describes the types of keys
|
|
36798
35895
|
* for this #GSettings object.
|
|
36799
35896
|
*/
|
|
36800
35897
|
readonly schemaId: string | null
|
|
36801
|
-
/**
|
|
36802
|
-
* The #GSettingsSchema describing the types of keys for this
|
|
36803
|
-
* #GSettings object.
|
|
36804
|
-
*
|
|
36805
|
-
* Ideally, this property would be called 'schema'. #GSettingsSchema
|
|
36806
|
-
* has only existed since version 2.32, however, and before then the
|
|
36807
|
-
* 'schema' property was used to refer to the ID of the schema rather
|
|
36808
|
-
* than the schema itself. Take care.
|
|
36809
|
-
*/
|
|
36810
|
-
readonly settings_schema: SettingsSchema
|
|
36811
35898
|
/**
|
|
36812
35899
|
* The #GSettingsSchema describing the types of keys for this
|
|
36813
35900
|
* #GSettings object.
|
|
@@ -38120,16 +37207,11 @@ module SimpleAction {
|
|
|
38120
37207
|
* The type of the parameter that must be given when activating the
|
|
38121
37208
|
* action.
|
|
38122
37209
|
*/
|
|
38123
|
-
|
|
37210
|
+
parameterType?: GLib.VariantType | null
|
|
38124
37211
|
/**
|
|
38125
37212
|
* The state of the action, or %NULL if the action is stateless.
|
|
38126
37213
|
*/
|
|
38127
37214
|
state?: GLib.Variant | null
|
|
38128
|
-
/**
|
|
38129
|
-
* The type of the parameter that must be given when activating the
|
|
38130
|
-
* action.
|
|
38131
|
-
*/
|
|
38132
|
-
parameterType?: GLib.VariantType | null
|
|
38133
37215
|
}
|
|
38134
37216
|
|
|
38135
37217
|
}
|
|
@@ -38150,11 +37232,6 @@ interface SimpleAction extends Action {
|
|
|
38150
37232
|
* the action once it has been added to a #GSimpleActionGroup.
|
|
38151
37233
|
*/
|
|
38152
37234
|
readonly name: string | null
|
|
38153
|
-
/**
|
|
38154
|
-
* The type of the parameter that must be given when activating the
|
|
38155
|
-
* action.
|
|
38156
|
-
*/
|
|
38157
|
-
readonly parameter_type: GLib.VariantType
|
|
38158
37235
|
/**
|
|
38159
37236
|
* The type of the parameter that must be given when activating the
|
|
38160
37237
|
* action.
|
|
@@ -38164,11 +37241,6 @@ interface SimpleAction extends Action {
|
|
|
38164
37241
|
* The state of the action, or %NULL if the action is stateless.
|
|
38165
37242
|
*/
|
|
38166
37243
|
state: any
|
|
38167
|
-
/**
|
|
38168
|
-
* The #GVariantType of the state that the action has, or %NULL if the
|
|
38169
|
-
* action is stateless.
|
|
38170
|
-
*/
|
|
38171
|
-
readonly state_type: GLib.VariantType
|
|
38172
37244
|
/**
|
|
38173
37245
|
* The #GVariantType of the state that the action has, or %NULL if the
|
|
38174
37246
|
* action is stateless.
|
|
@@ -38745,8 +37817,6 @@ module SimpleIOStream {
|
|
|
38745
37817
|
|
|
38746
37818
|
// Own constructor properties of Gio-2.0.Gio.SimpleIOStream
|
|
38747
37819
|
|
|
38748
|
-
input_stream?: InputStream | null
|
|
38749
|
-
output_stream?: OutputStream | null
|
|
38750
37820
|
inputStream?: InputStream | null
|
|
38751
37821
|
outputStream?: OutputStream | null
|
|
38752
37822
|
}
|
|
@@ -38757,9 +37827,7 @@ interface SimpleIOStream {
|
|
|
38757
37827
|
|
|
38758
37828
|
// Own properties of Gio-2.0.Gio.SimpleIOStream
|
|
38759
37829
|
|
|
38760
|
-
readonly input_stream: InputStream
|
|
38761
37830
|
readonly inputStream: InputStream
|
|
38762
|
-
readonly output_stream: OutputStream
|
|
38763
37831
|
readonly outputStream: OutputStream
|
|
38764
37832
|
|
|
38765
37833
|
// Class property signals of Gio-2.0.Gio.SimpleIOStream
|
|
@@ -38894,53 +37962,6 @@ module SimpleProxyResolver {
|
|
|
38894
37962
|
|
|
38895
37963
|
// Own constructor properties of Gio-2.0.Gio.SimpleProxyResolver
|
|
38896
37964
|
|
|
38897
|
-
/**
|
|
38898
|
-
* The default proxy URI that will be used for any URI that doesn't
|
|
38899
|
-
* match #GSimpleProxyResolver:ignore-hosts, and doesn't match any
|
|
38900
|
-
* of the schemes set with g_simple_proxy_resolver_set_uri_proxy().
|
|
38901
|
-
*
|
|
38902
|
-
* Note that as a special case, if this URI starts with
|
|
38903
|
-
* "socks://", #GSimpleProxyResolver will treat it as referring
|
|
38904
|
-
* to all three of the socks5, socks4a, and socks4 proxy types.
|
|
38905
|
-
*/
|
|
38906
|
-
default_proxy?: string | null
|
|
38907
|
-
/**
|
|
38908
|
-
* A list of hostnames and IP addresses that the resolver should
|
|
38909
|
-
* allow direct connections to.
|
|
38910
|
-
*
|
|
38911
|
-
* Entries can be in one of 4 formats:
|
|
38912
|
-
*
|
|
38913
|
-
* - A hostname, such as "example.com", ".example.com", or
|
|
38914
|
-
* "*.example.com", any of which match "example.com" or
|
|
38915
|
-
* any subdomain of it.
|
|
38916
|
-
*
|
|
38917
|
-
* - An IPv4 or IPv6 address, such as "192.168.1.1",
|
|
38918
|
-
* which matches only that address.
|
|
38919
|
-
*
|
|
38920
|
-
* - A hostname or IP address followed by a port, such as
|
|
38921
|
-
* "example.com:80", which matches whatever the hostname or IP
|
|
38922
|
-
* address would match, but only for URLs with the (explicitly)
|
|
38923
|
-
* indicated port. In the case of an IPv6 address, the address
|
|
38924
|
-
* part must appear in brackets: "[::1]:443"
|
|
38925
|
-
*
|
|
38926
|
-
* - An IP address range, given by a base address and prefix length,
|
|
38927
|
-
* such as "fe80::/10", which matches any address in that range.
|
|
38928
|
-
*
|
|
38929
|
-
* Note that when dealing with Unicode hostnames, the matching is
|
|
38930
|
-
* done against the ASCII form of the name.
|
|
38931
|
-
*
|
|
38932
|
-
* Also note that hostname exclusions apply only to connections made
|
|
38933
|
-
* to hosts identified by name, and IP address exclusions apply only
|
|
38934
|
-
* to connections made to hosts identified by address. That is, if
|
|
38935
|
-
* example.com has an address of 192.168.1.1, and the :ignore-hosts list
|
|
38936
|
-
* contains only "192.168.1.1", then a connection to "example.com"
|
|
38937
|
-
* (eg, via a #GNetworkAddress) will use the proxy, and a connection to
|
|
38938
|
-
* "192.168.1.1" (eg, via a #GInetSocketAddress) will not.
|
|
38939
|
-
*
|
|
38940
|
-
* These rules match the "ignore-hosts"/"noproxy" rules most
|
|
38941
|
-
* commonly used by other applications.
|
|
38942
|
-
*/
|
|
38943
|
-
ignore_hosts?: string[] | null
|
|
38944
37965
|
/**
|
|
38945
37966
|
* The default proxy URI that will be used for any URI that doesn't
|
|
38946
37967
|
* match #GSimpleProxyResolver:ignore-hosts, and doesn't match any
|
|
@@ -38996,16 +38017,6 @@ interface SimpleProxyResolver extends ProxyResolver {
|
|
|
38996
38017
|
|
|
38997
38018
|
// Own properties of Gio-2.0.Gio.SimpleProxyResolver
|
|
38998
38019
|
|
|
38999
|
-
/**
|
|
39000
|
-
* The default proxy URI that will be used for any URI that doesn't
|
|
39001
|
-
* match #GSimpleProxyResolver:ignore-hosts, and doesn't match any
|
|
39002
|
-
* of the schemes set with g_simple_proxy_resolver_set_uri_proxy().
|
|
39003
|
-
*
|
|
39004
|
-
* Note that as a special case, if this URI starts with
|
|
39005
|
-
* "socks://", #GSimpleProxyResolver will treat it as referring
|
|
39006
|
-
* to all three of the socks5, socks4a, and socks4 proxy types.
|
|
39007
|
-
*/
|
|
39008
|
-
default_proxy: string | null
|
|
39009
38020
|
/**
|
|
39010
38021
|
* The default proxy URI that will be used for any URI that doesn't
|
|
39011
38022
|
* match #GSimpleProxyResolver:ignore-hosts, and doesn't match any
|
|
@@ -39016,43 +38027,6 @@ interface SimpleProxyResolver extends ProxyResolver {
|
|
|
39016
38027
|
* to all three of the socks5, socks4a, and socks4 proxy types.
|
|
39017
38028
|
*/
|
|
39018
38029
|
defaultProxy: string | null
|
|
39019
|
-
/**
|
|
39020
|
-
* A list of hostnames and IP addresses that the resolver should
|
|
39021
|
-
* allow direct connections to.
|
|
39022
|
-
*
|
|
39023
|
-
* Entries can be in one of 4 formats:
|
|
39024
|
-
*
|
|
39025
|
-
* - A hostname, such as "example.com", ".example.com", or
|
|
39026
|
-
* "*.example.com", any of which match "example.com" or
|
|
39027
|
-
* any subdomain of it.
|
|
39028
|
-
*
|
|
39029
|
-
* - An IPv4 or IPv6 address, such as "192.168.1.1",
|
|
39030
|
-
* which matches only that address.
|
|
39031
|
-
*
|
|
39032
|
-
* - A hostname or IP address followed by a port, such as
|
|
39033
|
-
* "example.com:80", which matches whatever the hostname or IP
|
|
39034
|
-
* address would match, but only for URLs with the (explicitly)
|
|
39035
|
-
* indicated port. In the case of an IPv6 address, the address
|
|
39036
|
-
* part must appear in brackets: "[::1]:443"
|
|
39037
|
-
*
|
|
39038
|
-
* - An IP address range, given by a base address and prefix length,
|
|
39039
|
-
* such as "fe80::/10", which matches any address in that range.
|
|
39040
|
-
*
|
|
39041
|
-
* Note that when dealing with Unicode hostnames, the matching is
|
|
39042
|
-
* done against the ASCII form of the name.
|
|
39043
|
-
*
|
|
39044
|
-
* Also note that hostname exclusions apply only to connections made
|
|
39045
|
-
* to hosts identified by name, and IP address exclusions apply only
|
|
39046
|
-
* to connections made to hosts identified by address. That is, if
|
|
39047
|
-
* example.com has an address of 192.168.1.1, and the :ignore-hosts list
|
|
39048
|
-
* contains only "192.168.1.1", then a connection to "example.com"
|
|
39049
|
-
* (eg, via a #GNetworkAddress) will use the proxy, and a connection to
|
|
39050
|
-
* "192.168.1.1" (eg, via a #GInetSocketAddress) will not.
|
|
39051
|
-
*
|
|
39052
|
-
* These rules match the "ignore-hosts"/"noproxy" rules most
|
|
39053
|
-
* commonly used by other applications.
|
|
39054
|
-
*/
|
|
39055
|
-
ignore_hosts: string[]
|
|
39056
38030
|
/**
|
|
39057
38031
|
* A list of hostnames and IP addresses that the resolver should
|
|
39058
38032
|
* allow direct connections to.
|
|
@@ -39194,15 +38168,15 @@ module Socket {
|
|
|
39194
38168
|
family?: SocketFamily | null
|
|
39195
38169
|
fd?: number | null
|
|
39196
38170
|
keepalive?: boolean | null
|
|
39197
|
-
|
|
38171
|
+
listenBacklog?: number | null
|
|
39198
38172
|
/**
|
|
39199
38173
|
* Whether outgoing multicast packets loop back to the local host.
|
|
39200
38174
|
*/
|
|
39201
|
-
|
|
38175
|
+
multicastLoopback?: boolean | null
|
|
39202
38176
|
/**
|
|
39203
38177
|
* Time-to-live out outgoing multicast packets
|
|
39204
38178
|
*/
|
|
39205
|
-
|
|
38179
|
+
multicastTtl?: number | null
|
|
39206
38180
|
protocol?: SocketProtocol | null
|
|
39207
38181
|
/**
|
|
39208
38182
|
* The timeout in seconds on socket I/O
|
|
@@ -39213,15 +38187,6 @@ module Socket {
|
|
|
39213
38187
|
*/
|
|
39214
38188
|
ttl?: number | null
|
|
39215
38189
|
type?: SocketType | null
|
|
39216
|
-
listenBacklog?: number | null
|
|
39217
|
-
/**
|
|
39218
|
-
* Whether outgoing multicast packets loop back to the local host.
|
|
39219
|
-
*/
|
|
39220
|
-
multicastLoopback?: boolean | null
|
|
39221
|
-
/**
|
|
39222
|
-
* Time-to-live out outgoing multicast packets
|
|
39223
|
-
*/
|
|
39224
|
-
multicastTtl?: number | null
|
|
39225
38190
|
}
|
|
39226
38191
|
|
|
39227
38192
|
}
|
|
@@ -39238,28 +38203,17 @@ interface Socket extends DatagramBased, Initable {
|
|
|
39238
38203
|
readonly family: SocketFamily
|
|
39239
38204
|
readonly fd: number
|
|
39240
38205
|
keepalive: boolean
|
|
39241
|
-
listen_backlog: number
|
|
39242
38206
|
listenBacklog: number
|
|
39243
|
-
readonly local_address: SocketAddress
|
|
39244
38207
|
readonly localAddress: SocketAddress
|
|
39245
|
-
/**
|
|
39246
|
-
* Whether outgoing multicast packets loop back to the local host.
|
|
39247
|
-
*/
|
|
39248
|
-
multicast_loopback: boolean
|
|
39249
38208
|
/**
|
|
39250
38209
|
* Whether outgoing multicast packets loop back to the local host.
|
|
39251
38210
|
*/
|
|
39252
38211
|
multicastLoopback: boolean
|
|
39253
|
-
/**
|
|
39254
|
-
* Time-to-live out outgoing multicast packets
|
|
39255
|
-
*/
|
|
39256
|
-
multicast_ttl: number
|
|
39257
38212
|
/**
|
|
39258
38213
|
* Time-to-live out outgoing multicast packets
|
|
39259
38214
|
*/
|
|
39260
38215
|
multicastTtl: number
|
|
39261
38216
|
readonly protocol: SocketProtocol
|
|
39262
|
-
readonly remote_address: SocketAddress
|
|
39263
38217
|
readonly remoteAddress: SocketAddress
|
|
39264
38218
|
/**
|
|
39265
38219
|
* The timeout in seconds on socket I/O
|
|
@@ -40749,42 +39703,16 @@ module SocketClient {
|
|
|
40749
39703
|
|
|
40750
39704
|
// Own constructor properties of Gio-2.0.Gio.SocketClient
|
|
40751
39705
|
|
|
40752
|
-
|
|
39706
|
+
enableProxy?: boolean | null
|
|
40753
39707
|
family?: SocketFamily | null
|
|
40754
|
-
|
|
39708
|
+
localAddress?: SocketAddress | null
|
|
40755
39709
|
protocol?: SocketProtocol | null
|
|
40756
39710
|
/**
|
|
40757
39711
|
* The proxy resolver to use
|
|
40758
39712
|
*/
|
|
40759
|
-
|
|
39713
|
+
proxyResolver?: ProxyResolver | null
|
|
40760
39714
|
timeout?: number | null
|
|
40761
39715
|
tls?: boolean | null
|
|
40762
|
-
/**
|
|
40763
|
-
* The TLS validation flags used when creating TLS connections. The
|
|
40764
|
-
* default value is %G_TLS_CERTIFICATE_VALIDATE_ALL.
|
|
40765
|
-
*
|
|
40766
|
-
* GLib guarantees that if certificate verification fails, at least one
|
|
40767
|
-
* flag will be set, but it does not guarantee that all possible flags
|
|
40768
|
-
* will be set. Accordingly, you may not safely decide to ignore any
|
|
40769
|
-
* particular type of error. For example, it would be incorrect to mask
|
|
40770
|
-
* %G_TLS_CERTIFICATE_EXPIRED if you want to allow expired certificates,
|
|
40771
|
-
* because this could potentially be the only error flag set even if
|
|
40772
|
-
* other problems exist with the certificate. Therefore, there is no
|
|
40773
|
-
* safe way to use this property. This is not a horrible problem,
|
|
40774
|
-
* though, because you should not be attempting to ignore validation
|
|
40775
|
-
* errors anyway. If you really must ignore TLS certificate errors,
|
|
40776
|
-
* connect to the #GSocketClient::event signal, wait for it to be
|
|
40777
|
-
* emitted with %G_SOCKET_CLIENT_TLS_HANDSHAKING, and use that to
|
|
40778
|
-
* connect to #GTlsConnection::accept-certificate.
|
|
40779
|
-
*/
|
|
40780
|
-
tls_validation_flags?: TlsCertificateFlags | null
|
|
40781
|
-
type?: SocketType | null
|
|
40782
|
-
enableProxy?: boolean | null
|
|
40783
|
-
localAddress?: SocketAddress | null
|
|
40784
|
-
/**
|
|
40785
|
-
* The proxy resolver to use
|
|
40786
|
-
*/
|
|
40787
|
-
proxyResolver?: ProxyResolver | null
|
|
40788
39716
|
/**
|
|
40789
39717
|
* The TLS validation flags used when creating TLS connections. The
|
|
40790
39718
|
* default value is %G_TLS_CERTIFICATE_VALIDATE_ALL.
|
|
@@ -40804,6 +39732,7 @@ module SocketClient {
|
|
|
40804
39732
|
* connect to #GTlsConnection::accept-certificate.
|
|
40805
39733
|
*/
|
|
40806
39734
|
tlsValidationFlags?: TlsCertificateFlags | null
|
|
39735
|
+
type?: SocketType | null
|
|
40807
39736
|
}
|
|
40808
39737
|
|
|
40809
39738
|
}
|
|
@@ -40812,41 +39741,16 @@ interface SocketClient {
|
|
|
40812
39741
|
|
|
40813
39742
|
// Own properties of Gio-2.0.Gio.SocketClient
|
|
40814
39743
|
|
|
40815
|
-
enable_proxy: boolean
|
|
40816
39744
|
enableProxy: boolean
|
|
40817
39745
|
family: SocketFamily
|
|
40818
|
-
local_address: SocketAddress
|
|
40819
39746
|
localAddress: SocketAddress
|
|
40820
39747
|
protocol: SocketProtocol
|
|
40821
|
-
/**
|
|
40822
|
-
* The proxy resolver to use
|
|
40823
|
-
*/
|
|
40824
|
-
proxy_resolver: ProxyResolver
|
|
40825
39748
|
/**
|
|
40826
39749
|
* The proxy resolver to use
|
|
40827
39750
|
*/
|
|
40828
39751
|
proxyResolver: ProxyResolver
|
|
40829
39752
|
timeout: number
|
|
40830
39753
|
tls: boolean
|
|
40831
|
-
/**
|
|
40832
|
-
* The TLS validation flags used when creating TLS connections. The
|
|
40833
|
-
* default value is %G_TLS_CERTIFICATE_VALIDATE_ALL.
|
|
40834
|
-
*
|
|
40835
|
-
* GLib guarantees that if certificate verification fails, at least one
|
|
40836
|
-
* flag will be set, but it does not guarantee that all possible flags
|
|
40837
|
-
* will be set. Accordingly, you may not safely decide to ignore any
|
|
40838
|
-
* particular type of error. For example, it would be incorrect to mask
|
|
40839
|
-
* %G_TLS_CERTIFICATE_EXPIRED if you want to allow expired certificates,
|
|
40840
|
-
* because this could potentially be the only error flag set even if
|
|
40841
|
-
* other problems exist with the certificate. Therefore, there is no
|
|
40842
|
-
* safe way to use this property. This is not a horrible problem,
|
|
40843
|
-
* though, because you should not be attempting to ignore validation
|
|
40844
|
-
* errors anyway. If you really must ignore TLS certificate errors,
|
|
40845
|
-
* connect to the #GSocketClient::event signal, wait for it to be
|
|
40846
|
-
* emitted with %G_SOCKET_CLIENT_TLS_HANDSHAKING, and use that to
|
|
40847
|
-
* connect to #GTlsConnection::accept-certificate.
|
|
40848
|
-
*/
|
|
40849
|
-
tls_validation_flags: TlsCertificateFlags
|
|
40850
39754
|
/**
|
|
40851
39755
|
* The TLS validation flags used when creating TLS connections. The
|
|
40852
39756
|
* default value is %G_TLS_CERTIFICATE_VALIDATE_ALL.
|
|
@@ -41739,7 +40643,6 @@ module SocketListener {
|
|
|
41739
40643
|
|
|
41740
40644
|
// Own constructor properties of Gio-2.0.Gio.SocketListener
|
|
41741
40645
|
|
|
41742
|
-
listen_backlog?: number | null
|
|
41743
40646
|
listenBacklog?: number | null
|
|
41744
40647
|
}
|
|
41745
40648
|
|
|
@@ -41749,7 +40652,6 @@ interface SocketListener {
|
|
|
41749
40652
|
|
|
41750
40653
|
// Own properties of Gio-2.0.Gio.SocketListener
|
|
41751
40654
|
|
|
41752
|
-
listen_backlog: number
|
|
41753
40655
|
listenBacklog: number
|
|
41754
40656
|
|
|
41755
40657
|
// Own fields of Gio-2.0.Gio.SocketListener
|
|
@@ -42716,7 +41618,7 @@ interface SubprocessLauncher {
|
|
|
42716
41618
|
*
|
|
42717
41619
|
* On UNIX, all strings in this array can be arbitrary byte strings.
|
|
42718
41620
|
* On Windows, they should be in UTF-8.
|
|
42719
|
-
* @param env
|
|
41621
|
+
* @param env the replacement environment
|
|
42720
41622
|
*/
|
|
42721
41623
|
set_environ(env: string[]): void
|
|
42722
41624
|
/**
|
|
@@ -43942,7 +42844,6 @@ module TcpConnection {
|
|
|
43942
42844
|
|
|
43943
42845
|
// Own constructor properties of Gio-2.0.Gio.TcpConnection
|
|
43944
42846
|
|
|
43945
|
-
graceful_disconnect?: boolean | null
|
|
43946
42847
|
gracefulDisconnect?: boolean | null
|
|
43947
42848
|
}
|
|
43948
42849
|
|
|
@@ -43952,7 +42853,6 @@ interface TcpConnection {
|
|
|
43952
42853
|
|
|
43953
42854
|
// Own properties of Gio-2.0.Gio.TcpConnection
|
|
43954
42855
|
|
|
43955
|
-
graceful_disconnect: boolean
|
|
43956
42856
|
gracefulDisconnect: boolean
|
|
43957
42857
|
|
|
43958
42858
|
// Own fields of Gio-2.0.Gio.TcpConnection
|
|
@@ -44091,7 +42991,6 @@ module TcpWrapperConnection {
|
|
|
44091
42991
|
|
|
44092
42992
|
// Own constructor properties of Gio-2.0.Gio.TcpWrapperConnection
|
|
44093
42993
|
|
|
44094
|
-
base_io_stream?: IOStream | null
|
|
44095
42994
|
baseIoStream?: IOStream | null
|
|
44096
42995
|
}
|
|
44097
42996
|
|
|
@@ -44101,7 +43000,6 @@ interface TcpWrapperConnection {
|
|
|
44101
43000
|
|
|
44102
43001
|
// Own properties of Gio-2.0.Gio.TcpWrapperConnection
|
|
44103
43002
|
|
|
44104
|
-
readonly base_io_stream: IOStream
|
|
44105
43003
|
readonly baseIoStream: IOStream
|
|
44106
43004
|
|
|
44107
43005
|
// Own fields of Gio-2.0.Gio.TcpWrapperConnection
|
|
@@ -44468,26 +43366,6 @@ module ThemedIcon {
|
|
|
44468
43366
|
* A %NULL-terminated array of icon names.
|
|
44469
43367
|
*/
|
|
44470
43368
|
names?: string[] | null
|
|
44471
|
-
/**
|
|
44472
|
-
* Whether to use the default fallbacks found by shortening the icon name
|
|
44473
|
-
* at '-' characters. If the "names" array has more than one element,
|
|
44474
|
-
* ignores any past the first.
|
|
44475
|
-
*
|
|
44476
|
-
* For example, if the icon name was "gnome-dev-cdrom-audio", the array
|
|
44477
|
-
* would become
|
|
44478
|
-
*
|
|
44479
|
-
* ```c
|
|
44480
|
-
* {
|
|
44481
|
-
* "gnome-dev-cdrom-audio",
|
|
44482
|
-
* "gnome-dev-cdrom",
|
|
44483
|
-
* "gnome-dev",
|
|
44484
|
-
* "gnome",
|
|
44485
|
-
* NULL
|
|
44486
|
-
* };
|
|
44487
|
-
* ```
|
|
44488
|
-
*
|
|
44489
|
-
*/
|
|
44490
|
-
use_default_fallbacks?: boolean | null
|
|
44491
43369
|
/**
|
|
44492
43370
|
* Whether to use the default fallbacks found by shortening the icon name
|
|
44493
43371
|
* at '-' characters. If the "names" array has more than one element,
|
|
@@ -44524,26 +43402,6 @@ interface ThemedIcon extends Icon {
|
|
|
44524
43402
|
* A %NULL-terminated array of icon names.
|
|
44525
43403
|
*/
|
|
44526
43404
|
readonly names: string[]
|
|
44527
|
-
/**
|
|
44528
|
-
* Whether to use the default fallbacks found by shortening the icon name
|
|
44529
|
-
* at '-' characters. If the "names" array has more than one element,
|
|
44530
|
-
* ignores any past the first.
|
|
44531
|
-
*
|
|
44532
|
-
* For example, if the icon name was "gnome-dev-cdrom-audio", the array
|
|
44533
|
-
* would become
|
|
44534
|
-
*
|
|
44535
|
-
* ```c
|
|
44536
|
-
* {
|
|
44537
|
-
* "gnome-dev-cdrom-audio",
|
|
44538
|
-
* "gnome-dev-cdrom",
|
|
44539
|
-
* "gnome-dev",
|
|
44540
|
-
* "gnome",
|
|
44541
|
-
* NULL
|
|
44542
|
-
* };
|
|
44543
|
-
* ```
|
|
44544
|
-
*
|
|
44545
|
-
*/
|
|
44546
|
-
readonly use_default_fallbacks: boolean
|
|
44547
43405
|
/**
|
|
44548
43406
|
* Whether to use the default fallbacks found by shortening the icon name
|
|
44549
43407
|
* at '-' characters. If the "names" array has more than one element,
|
|
@@ -44691,7 +43549,6 @@ module ThreadedSocketService {
|
|
|
44691
43549
|
|
|
44692
43550
|
// Own constructor properties of Gio-2.0.Gio.ThreadedSocketService
|
|
44693
43551
|
|
|
44694
|
-
max_threads?: number | null
|
|
44695
43552
|
maxThreads?: number | null
|
|
44696
43553
|
}
|
|
44697
43554
|
|
|
@@ -44701,7 +43558,6 @@ interface ThreadedSocketService {
|
|
|
44701
43558
|
|
|
44702
43559
|
// Own properties of Gio-2.0.Gio.ThreadedSocketService
|
|
44703
43560
|
|
|
44704
|
-
readonly max_threads: number
|
|
44705
43561
|
readonly maxThreads: number
|
|
44706
43562
|
|
|
44707
43563
|
// Own fields of Gio-2.0.Gio.ThreadedSocketService
|
|
@@ -44825,7 +43681,7 @@ module TlsCertificate {
|
|
|
44825
43681
|
* This property and the #GTlsCertificate:certificate
|
|
44826
43682
|
* property represent the same data, just in different forms.
|
|
44827
43683
|
*/
|
|
44828
|
-
|
|
43684
|
+
certificatePem?: string | null
|
|
44829
43685
|
/**
|
|
44830
43686
|
* A #GTlsCertificate representing the entity that issued this
|
|
44831
43687
|
* certificate. If %NULL, this means that the certificate is either
|
|
@@ -44849,72 +43705,6 @@ module TlsCertificate {
|
|
|
44849
43705
|
* An optional password used when constructed with GTlsCertificate:pkcs12-data.
|
|
44850
43706
|
*/
|
|
44851
43707
|
password?: string | null
|
|
44852
|
-
/**
|
|
44853
|
-
* A URI referencing the [PKCS \#11](https://docs.oasis-open.org/pkcs11/pkcs11-base/v3.0/os/pkcs11-base-v3.0-os.html)
|
|
44854
|
-
* objects containing an X.509 certificate and optionally a private key.
|
|
44855
|
-
*
|
|
44856
|
-
* If %NULL, the certificate is either not backed by PKCS \#11 or the
|
|
44857
|
-
* #GTlsBackend does not support PKCS \#11.
|
|
44858
|
-
*/
|
|
44859
|
-
pkcs11_uri?: string | null
|
|
44860
|
-
/**
|
|
44861
|
-
* The PKCS #12 formatted data used to construct the object.
|
|
44862
|
-
*
|
|
44863
|
-
* See also: g_tls_certificate_new_from_pkcs12()
|
|
44864
|
-
*/
|
|
44865
|
-
pkcs12_data?: Uint8Array | null
|
|
44866
|
-
/**
|
|
44867
|
-
* The DER (binary) encoded representation of the certificate's
|
|
44868
|
-
* private key, in either [PKCS \#1 format](https://datatracker.ietf.org/doc/html/rfc8017)
|
|
44869
|
-
* or unencrypted [PKCS \#8 format.](https://datatracker.ietf.org/doc/html/rfc5208)
|
|
44870
|
-
* PKCS \#8 format is supported since 2.32; earlier releases only
|
|
44871
|
-
* support PKCS \#1. You can use the `openssl rsa` tool to convert
|
|
44872
|
-
* PKCS \#8 keys to PKCS \#1.
|
|
44873
|
-
*
|
|
44874
|
-
* This property (or the #GTlsCertificate:private-key-pem property)
|
|
44875
|
-
* can be set when constructing a key (for example, from a file).
|
|
44876
|
-
* Since GLib 2.70, it is now also readable; however, be aware that if
|
|
44877
|
-
* the private key is backed by a PKCS \#11 URI – for example, if it
|
|
44878
|
-
* is stored on a smartcard – then this property will be %NULL. If so,
|
|
44879
|
-
* the private key must be referenced via its PKCS \#11 URI,
|
|
44880
|
-
* #GTlsCertificate:private-key-pkcs11-uri. You must check both
|
|
44881
|
-
* properties to see if the certificate really has a private key.
|
|
44882
|
-
* When this property is read, the output format will be unencrypted
|
|
44883
|
-
* PKCS \#8.
|
|
44884
|
-
*/
|
|
44885
|
-
private_key?: Uint8Array | null
|
|
44886
|
-
/**
|
|
44887
|
-
* The PEM (ASCII) encoded representation of the certificate's
|
|
44888
|
-
* private key in either [PKCS \#1 format](https://datatracker.ietf.org/doc/html/rfc8017)
|
|
44889
|
-
* ("`BEGIN RSA PRIVATE KEY`") or unencrypted
|
|
44890
|
-
* [PKCS \#8 format](https://datatracker.ietf.org/doc/html/rfc5208)
|
|
44891
|
-
* ("`BEGIN PRIVATE KEY`"). PKCS \#8 format is supported since 2.32;
|
|
44892
|
-
* earlier releases only support PKCS \#1. You can use the `openssl rsa`
|
|
44893
|
-
* tool to convert PKCS \#8 keys to PKCS \#1.
|
|
44894
|
-
*
|
|
44895
|
-
* This property (or the #GTlsCertificate:private-key property)
|
|
44896
|
-
* can be set when constructing a key (for example, from a file).
|
|
44897
|
-
* Since GLib 2.70, it is now also readable; however, be aware that if
|
|
44898
|
-
* the private key is backed by a PKCS \#11 URI - for example, if it
|
|
44899
|
-
* is stored on a smartcard - then this property will be %NULL. If so,
|
|
44900
|
-
* the private key must be referenced via its PKCS \#11 URI,
|
|
44901
|
-
* #GTlsCertificate:private-key-pkcs11-uri. You must check both
|
|
44902
|
-
* properties to see if the certificate really has a private key.
|
|
44903
|
-
* When this property is read, the output format will be unencrypted
|
|
44904
|
-
* PKCS \#8.
|
|
44905
|
-
*/
|
|
44906
|
-
private_key_pem?: string | null
|
|
44907
|
-
/**
|
|
44908
|
-
* A URI referencing a [PKCS \#11](https://docs.oasis-open.org/pkcs11/pkcs11-base/v3.0/os/pkcs11-base-v3.0-os.html)
|
|
44909
|
-
* object containing a private key.
|
|
44910
|
-
*/
|
|
44911
|
-
private_key_pkcs11_uri?: string | null
|
|
44912
|
-
/**
|
|
44913
|
-
* The PEM (ASCII) encoded representation of the certificate.
|
|
44914
|
-
* This property and the #GTlsCertificate:certificate
|
|
44915
|
-
* property represent the same data, just in different forms.
|
|
44916
|
-
*/
|
|
44917
|
-
certificatePem?: string | null
|
|
44918
43708
|
/**
|
|
44919
43709
|
* A URI referencing the [PKCS \#11](https://docs.oasis-open.org/pkcs11/pkcs11-base/v3.0/os/pkcs11-base-v3.0-os.html)
|
|
44920
43710
|
* objects containing an X.509 certificate and optionally a private key.
|
|
@@ -44989,33 +43779,17 @@ interface TlsCertificate {
|
|
|
44989
43779
|
* represent the same data, just in different forms.
|
|
44990
43780
|
*/
|
|
44991
43781
|
readonly certificate: Uint8Array
|
|
44992
|
-
/**
|
|
44993
|
-
* The PEM (ASCII) encoded representation of the certificate.
|
|
44994
|
-
* This property and the #GTlsCertificate:certificate
|
|
44995
|
-
* property represent the same data, just in different forms.
|
|
44996
|
-
*/
|
|
44997
|
-
readonly certificate_pem: string | null
|
|
44998
43782
|
/**
|
|
44999
43783
|
* The PEM (ASCII) encoded representation of the certificate.
|
|
45000
43784
|
* This property and the #GTlsCertificate:certificate
|
|
45001
43785
|
* property represent the same data, just in different forms.
|
|
45002
43786
|
*/
|
|
45003
43787
|
readonly certificatePem: string | null
|
|
45004
|
-
/**
|
|
45005
|
-
* The DNS names from the certificate's Subject Alternative Names (SANs),
|
|
45006
|
-
* %NULL if unavailable.
|
|
45007
|
-
*/
|
|
45008
|
-
readonly dns_names: any[]
|
|
45009
43788
|
/**
|
|
45010
43789
|
* The DNS names from the certificate's Subject Alternative Names (SANs),
|
|
45011
43790
|
* %NULL if unavailable.
|
|
45012
43791
|
*/
|
|
45013
43792
|
readonly dnsNames: any[]
|
|
45014
|
-
/**
|
|
45015
|
-
* The IP addresses from the certificate's Subject Alternative Names (SANs),
|
|
45016
|
-
* %NULL if unavailable.
|
|
45017
|
-
*/
|
|
45018
|
-
readonly ip_addresses: any[]
|
|
45019
43793
|
/**
|
|
45020
43794
|
* The IP addresses from the certificate's Subject Alternative Names (SANs),
|
|
45021
43795
|
* %NULL if unavailable.
|
|
@@ -45040,31 +43814,16 @@ interface TlsCertificate {
|
|
|
45040
43814
|
* GLib itself should make security decisions about TLS certificates.
|
|
45041
43815
|
*/
|
|
45042
43816
|
readonly issuer: TlsCertificate
|
|
45043
|
-
/**
|
|
45044
|
-
* The issuer from the certificate,
|
|
45045
|
-
* %NULL if unavailable.
|
|
45046
|
-
*/
|
|
45047
|
-
readonly issuer_name: string | null
|
|
45048
43817
|
/**
|
|
45049
43818
|
* The issuer from the certificate,
|
|
45050
43819
|
* %NULL if unavailable.
|
|
45051
43820
|
*/
|
|
45052
43821
|
readonly issuerName: string | null
|
|
45053
|
-
/**
|
|
45054
|
-
* The time at which this cert is no longer valid,
|
|
45055
|
-
* %NULL if unavailable.
|
|
45056
|
-
*/
|
|
45057
|
-
readonly not_valid_after: GLib.DateTime
|
|
45058
43822
|
/**
|
|
45059
43823
|
* The time at which this cert is no longer valid,
|
|
45060
43824
|
* %NULL if unavailable.
|
|
45061
43825
|
*/
|
|
45062
43826
|
readonly notValidAfter: GLib.DateTime
|
|
45063
|
-
/**
|
|
45064
|
-
* The time at which this cert is considered to be valid,
|
|
45065
|
-
* %NULL if unavailable.
|
|
45066
|
-
*/
|
|
45067
|
-
readonly not_valid_before: GLib.DateTime
|
|
45068
43827
|
/**
|
|
45069
43828
|
* The time at which this cert is considered to be valid,
|
|
45070
43829
|
* %NULL if unavailable.
|
|
@@ -45074,14 +43833,6 @@ interface TlsCertificate {
|
|
|
45074
43833
|
* An optional password used when constructed with GTlsCertificate:pkcs12-data.
|
|
45075
43834
|
*/
|
|
45076
43835
|
readonly password: string | null
|
|
45077
|
-
/**
|
|
45078
|
-
* A URI referencing the [PKCS \#11](https://docs.oasis-open.org/pkcs11/pkcs11-base/v3.0/os/pkcs11-base-v3.0-os.html)
|
|
45079
|
-
* objects containing an X.509 certificate and optionally a private key.
|
|
45080
|
-
*
|
|
45081
|
-
* If %NULL, the certificate is either not backed by PKCS \#11 or the
|
|
45082
|
-
* #GTlsBackend does not support PKCS \#11.
|
|
45083
|
-
*/
|
|
45084
|
-
readonly pkcs11_uri: string | null
|
|
45085
43836
|
/**
|
|
45086
43837
|
* A URI referencing the [PKCS \#11](https://docs.oasis-open.org/pkcs11/pkcs11-base/v3.0/os/pkcs11-base-v3.0-os.html)
|
|
45087
43838
|
* objects containing an X.509 certificate and optionally a private key.
|
|
@@ -45090,38 +43841,12 @@ interface TlsCertificate {
|
|
|
45090
43841
|
* #GTlsBackend does not support PKCS \#11.
|
|
45091
43842
|
*/
|
|
45092
43843
|
readonly pkcs11Uri: string | null
|
|
45093
|
-
/**
|
|
45094
|
-
* The PKCS #12 formatted data used to construct the object.
|
|
45095
|
-
*
|
|
45096
|
-
* See also: g_tls_certificate_new_from_pkcs12()
|
|
45097
|
-
*/
|
|
45098
|
-
readonly pkcs12_data: Uint8Array
|
|
45099
43844
|
/**
|
|
45100
43845
|
* The PKCS #12 formatted data used to construct the object.
|
|
45101
43846
|
*
|
|
45102
43847
|
* See also: g_tls_certificate_new_from_pkcs12()
|
|
45103
43848
|
*/
|
|
45104
43849
|
readonly pkcs12Data: Uint8Array
|
|
45105
|
-
/**
|
|
45106
|
-
* The DER (binary) encoded representation of the certificate's
|
|
45107
|
-
* private key, in either [PKCS \#1 format](https://datatracker.ietf.org/doc/html/rfc8017)
|
|
45108
|
-
* or unencrypted [PKCS \#8 format.](https://datatracker.ietf.org/doc/html/rfc5208)
|
|
45109
|
-
* PKCS \#8 format is supported since 2.32; earlier releases only
|
|
45110
|
-
* support PKCS \#1. You can use the `openssl rsa` tool to convert
|
|
45111
|
-
* PKCS \#8 keys to PKCS \#1.
|
|
45112
|
-
*
|
|
45113
|
-
* This property (or the #GTlsCertificate:private-key-pem property)
|
|
45114
|
-
* can be set when constructing a key (for example, from a file).
|
|
45115
|
-
* Since GLib 2.70, it is now also readable; however, be aware that if
|
|
45116
|
-
* the private key is backed by a PKCS \#11 URI – for example, if it
|
|
45117
|
-
* is stored on a smartcard – then this property will be %NULL. If so,
|
|
45118
|
-
* the private key must be referenced via its PKCS \#11 URI,
|
|
45119
|
-
* #GTlsCertificate:private-key-pkcs11-uri. You must check both
|
|
45120
|
-
* properties to see if the certificate really has a private key.
|
|
45121
|
-
* When this property is read, the output format will be unencrypted
|
|
45122
|
-
* PKCS \#8.
|
|
45123
|
-
*/
|
|
45124
|
-
readonly private_key: Uint8Array
|
|
45125
43850
|
/**
|
|
45126
43851
|
* The DER (binary) encoded representation of the certificate's
|
|
45127
43852
|
* private key, in either [PKCS \#1 format](https://datatracker.ietf.org/doc/html/rfc8017)
|
|
@@ -45142,27 +43867,6 @@ interface TlsCertificate {
|
|
|
45142
43867
|
* PKCS \#8.
|
|
45143
43868
|
*/
|
|
45144
43869
|
readonly privateKey: Uint8Array
|
|
45145
|
-
/**
|
|
45146
|
-
* The PEM (ASCII) encoded representation of the certificate's
|
|
45147
|
-
* private key in either [PKCS \#1 format](https://datatracker.ietf.org/doc/html/rfc8017)
|
|
45148
|
-
* ("`BEGIN RSA PRIVATE KEY`") or unencrypted
|
|
45149
|
-
* [PKCS \#8 format](https://datatracker.ietf.org/doc/html/rfc5208)
|
|
45150
|
-
* ("`BEGIN PRIVATE KEY`"). PKCS \#8 format is supported since 2.32;
|
|
45151
|
-
* earlier releases only support PKCS \#1. You can use the `openssl rsa`
|
|
45152
|
-
* tool to convert PKCS \#8 keys to PKCS \#1.
|
|
45153
|
-
*
|
|
45154
|
-
* This property (or the #GTlsCertificate:private-key property)
|
|
45155
|
-
* can be set when constructing a key (for example, from a file).
|
|
45156
|
-
* Since GLib 2.70, it is now also readable; however, be aware that if
|
|
45157
|
-
* the private key is backed by a PKCS \#11 URI - for example, if it
|
|
45158
|
-
* is stored on a smartcard - then this property will be %NULL. If so,
|
|
45159
|
-
* the private key must be referenced via its PKCS \#11 URI,
|
|
45160
|
-
* #GTlsCertificate:private-key-pkcs11-uri. You must check both
|
|
45161
|
-
* properties to see if the certificate really has a private key.
|
|
45162
|
-
* When this property is read, the output format will be unencrypted
|
|
45163
|
-
* PKCS \#8.
|
|
45164
|
-
*/
|
|
45165
|
-
readonly private_key_pem: string | null
|
|
45166
43870
|
/**
|
|
45167
43871
|
* The PEM (ASCII) encoded representation of the certificate's
|
|
45168
43872
|
* private key in either [PKCS \#1 format](https://datatracker.ietf.org/doc/html/rfc8017)
|
|
@@ -45184,21 +43888,11 @@ interface TlsCertificate {
|
|
|
45184
43888
|
* PKCS \#8.
|
|
45185
43889
|
*/
|
|
45186
43890
|
readonly privateKeyPem: string | null
|
|
45187
|
-
/**
|
|
45188
|
-
* A URI referencing a [PKCS \#11](https://docs.oasis-open.org/pkcs11/pkcs11-base/v3.0/os/pkcs11-base-v3.0-os.html)
|
|
45189
|
-
* object containing a private key.
|
|
45190
|
-
*/
|
|
45191
|
-
readonly private_key_pkcs11_uri: string | null
|
|
45192
43891
|
/**
|
|
45193
43892
|
* A URI referencing a [PKCS \#11](https://docs.oasis-open.org/pkcs11/pkcs11-base/v3.0/os/pkcs11-base-v3.0-os.html)
|
|
45194
43893
|
* object containing a private key.
|
|
45195
43894
|
*/
|
|
45196
43895
|
readonly privateKeyPkcs11Uri: string | null
|
|
45197
|
-
/**
|
|
45198
|
-
* The subject from the cert,
|
|
45199
|
-
* %NULL if unavailable.
|
|
45200
|
-
*/
|
|
45201
|
-
readonly subject_name: string | null
|
|
45202
43896
|
/**
|
|
45203
43897
|
* The subject from the cert,
|
|
45204
43898
|
* %NULL if unavailable.
|
|
@@ -45576,7 +44270,7 @@ module TlsConnection {
|
|
|
45576
44270
|
* advertises that it is willing to speak. See
|
|
45577
44271
|
* g_tls_connection_set_advertised_protocols().
|
|
45578
44272
|
*/
|
|
45579
|
-
|
|
44273
|
+
advertisedProtocols?: string[] | null
|
|
45580
44274
|
/**
|
|
45581
44275
|
* The #GIOStream that the connection wraps. The connection holds a reference
|
|
45582
44276
|
* to this stream, and may run operations on the stream from other threads
|
|
@@ -45584,7 +44278,7 @@ module TlsConnection {
|
|
|
45584
44278
|
* constructed, application code may only run its own operations on this
|
|
45585
44279
|
* stream when no #GIOStream operations are running.
|
|
45586
44280
|
*/
|
|
45587
|
-
|
|
44281
|
+
baseIoStream?: IOStream | null
|
|
45588
44282
|
/**
|
|
45589
44283
|
* The connection's certificate; see
|
|
45590
44284
|
* g_tls_connection_set_certificate().
|
|
@@ -45615,36 +44309,6 @@ module TlsConnection {
|
|
|
45615
44309
|
* user for passwords where necessary.
|
|
45616
44310
|
*/
|
|
45617
44311
|
interaction?: TlsInteraction | null
|
|
45618
|
-
/**
|
|
45619
|
-
* The rehandshaking mode. See
|
|
45620
|
-
* g_tls_connection_set_rehandshake_mode().
|
|
45621
|
-
*/
|
|
45622
|
-
rehandshake_mode?: TlsRehandshakeMode | null
|
|
45623
|
-
/**
|
|
45624
|
-
* Whether or not proper TLS close notification is required.
|
|
45625
|
-
* See g_tls_connection_set_require_close_notify().
|
|
45626
|
-
*/
|
|
45627
|
-
require_close_notify?: boolean | null
|
|
45628
|
-
/**
|
|
45629
|
-
* Whether or not the system certificate database will be used to
|
|
45630
|
-
* verify peer certificates. See
|
|
45631
|
-
* g_tls_connection_set_use_system_certdb().
|
|
45632
|
-
*/
|
|
45633
|
-
use_system_certdb?: boolean | null
|
|
45634
|
-
/**
|
|
45635
|
-
* The list of application-layer protocols that the connection
|
|
45636
|
-
* advertises that it is willing to speak. See
|
|
45637
|
-
* g_tls_connection_set_advertised_protocols().
|
|
45638
|
-
*/
|
|
45639
|
-
advertisedProtocols?: string[] | null
|
|
45640
|
-
/**
|
|
45641
|
-
* The #GIOStream that the connection wraps. The connection holds a reference
|
|
45642
|
-
* to this stream, and may run operations on the stream from other threads
|
|
45643
|
-
* throughout its lifetime. Consequently, after the #GIOStream has been
|
|
45644
|
-
* constructed, application code may only run its own operations on this
|
|
45645
|
-
* stream when no #GIOStream operations are running.
|
|
45646
|
-
*/
|
|
45647
|
-
baseIoStream?: IOStream | null
|
|
45648
44312
|
/**
|
|
45649
44313
|
* The rehandshaking mode. See
|
|
45650
44314
|
* g_tls_connection_set_rehandshake_mode().
|
|
@@ -45669,26 +44333,12 @@ interface TlsConnection {
|
|
|
45669
44333
|
|
|
45670
44334
|
// Own properties of Gio-2.0.Gio.TlsConnection
|
|
45671
44335
|
|
|
45672
|
-
/**
|
|
45673
|
-
* The list of application-layer protocols that the connection
|
|
45674
|
-
* advertises that it is willing to speak. See
|
|
45675
|
-
* g_tls_connection_set_advertised_protocols().
|
|
45676
|
-
*/
|
|
45677
|
-
advertised_protocols: string[]
|
|
45678
44336
|
/**
|
|
45679
44337
|
* The list of application-layer protocols that the connection
|
|
45680
44338
|
* advertises that it is willing to speak. See
|
|
45681
44339
|
* g_tls_connection_set_advertised_protocols().
|
|
45682
44340
|
*/
|
|
45683
44341
|
advertisedProtocols: string[]
|
|
45684
|
-
/**
|
|
45685
|
-
* The #GIOStream that the connection wraps. The connection holds a reference
|
|
45686
|
-
* to this stream, and may run operations on the stream from other threads
|
|
45687
|
-
* throughout its lifetime. Consequently, after the #GIOStream has been
|
|
45688
|
-
* constructed, application code may only run its own operations on this
|
|
45689
|
-
* stream when no #GIOStream operations are running.
|
|
45690
|
-
*/
|
|
45691
|
-
readonly base_io_stream: IOStream
|
|
45692
44342
|
/**
|
|
45693
44343
|
* The #GIOStream that the connection wraps. The connection holds a reference
|
|
45694
44344
|
* to this stream, and may run operations on the stream from other threads
|
|
@@ -45702,10 +44352,6 @@ interface TlsConnection {
|
|
|
45702
44352
|
* g_tls_connection_set_certificate().
|
|
45703
44353
|
*/
|
|
45704
44354
|
certificate: TlsCertificate
|
|
45705
|
-
/**
|
|
45706
|
-
* The name of the TLS ciphersuite in use. See g_tls_connection_get_ciphersuite_name().
|
|
45707
|
-
*/
|
|
45708
|
-
readonly ciphersuite_name: string | null
|
|
45709
44355
|
/**
|
|
45710
44356
|
* The name of the TLS ciphersuite in use. See g_tls_connection_get_ciphersuite_name().
|
|
45711
44357
|
*/
|
|
@@ -45735,25 +44381,11 @@ interface TlsConnection {
|
|
|
45735
44381
|
* user for passwords where necessary.
|
|
45736
44382
|
*/
|
|
45737
44383
|
interaction: TlsInteraction
|
|
45738
|
-
/**
|
|
45739
|
-
* The application-layer protocol negotiated during the TLS
|
|
45740
|
-
* handshake. See g_tls_connection_get_negotiated_protocol().
|
|
45741
|
-
*/
|
|
45742
|
-
readonly negotiated_protocol: string | null
|
|
45743
44384
|
/**
|
|
45744
44385
|
* The application-layer protocol negotiated during the TLS
|
|
45745
44386
|
* handshake. See g_tls_connection_get_negotiated_protocol().
|
|
45746
44387
|
*/
|
|
45747
44388
|
readonly negotiatedProtocol: string | null
|
|
45748
|
-
/**
|
|
45749
|
-
* The connection's peer's certificate, after the TLS handshake has
|
|
45750
|
-
* completed or failed. Note in particular that this is not yet set
|
|
45751
|
-
* during the emission of #GTlsConnection::accept-certificate.
|
|
45752
|
-
*
|
|
45753
|
-
* (You can watch for a #GObject::notify signal on this property to
|
|
45754
|
-
* detect when a handshake has occurred.)
|
|
45755
|
-
*/
|
|
45756
|
-
readonly peer_certificate: TlsCertificate
|
|
45757
44389
|
/**
|
|
45758
44390
|
* The connection's peer's certificate, after the TLS handshake has
|
|
45759
44391
|
* completed or failed. Note in particular that this is not yet set
|
|
@@ -45763,23 +44395,6 @@ interface TlsConnection {
|
|
|
45763
44395
|
* detect when a handshake has occurred.)
|
|
45764
44396
|
*/
|
|
45765
44397
|
readonly peerCertificate: TlsCertificate
|
|
45766
|
-
/**
|
|
45767
|
-
* The errors noticed while verifying
|
|
45768
|
-
* #GTlsConnection:peer-certificate. Normally this should be 0, but
|
|
45769
|
-
* it may not be if #GTlsClientConnection:validation-flags is not
|
|
45770
|
-
* %G_TLS_CERTIFICATE_VALIDATE_ALL, or if
|
|
45771
|
-
* #GTlsConnection::accept-certificate overrode the default
|
|
45772
|
-
* behavior.
|
|
45773
|
-
*
|
|
45774
|
-
* GLib guarantees that if certificate verification fails, at least
|
|
45775
|
-
* one error will be set, but it does not guarantee that all possible
|
|
45776
|
-
* errors will be set. Accordingly, you may not safely decide to
|
|
45777
|
-
* ignore any particular type of error. For example, it would be
|
|
45778
|
-
* incorrect to mask %G_TLS_CERTIFICATE_EXPIRED if you want to allow
|
|
45779
|
-
* expired certificates, because this could potentially be the only
|
|
45780
|
-
* error flag set even if other problems exist with the certificate.
|
|
45781
|
-
*/
|
|
45782
|
-
readonly peer_certificate_errors: TlsCertificateFlags
|
|
45783
44398
|
/**
|
|
45784
44399
|
* The errors noticed while verifying
|
|
45785
44400
|
* #GTlsConnection:peer-certificate. Normally this should be 0, but
|
|
@@ -45797,40 +44412,20 @@ interface TlsConnection {
|
|
|
45797
44412
|
* error flag set even if other problems exist with the certificate.
|
|
45798
44413
|
*/
|
|
45799
44414
|
readonly peerCertificateErrors: TlsCertificateFlags
|
|
45800
|
-
/**
|
|
45801
|
-
* The TLS protocol version in use. See g_tls_connection_get_protocol_version().
|
|
45802
|
-
*/
|
|
45803
|
-
readonly protocol_version: TlsProtocolVersion
|
|
45804
44415
|
/**
|
|
45805
44416
|
* The TLS protocol version in use. See g_tls_connection_get_protocol_version().
|
|
45806
44417
|
*/
|
|
45807
44418
|
readonly protocolVersion: TlsProtocolVersion
|
|
45808
|
-
/**
|
|
45809
|
-
* The rehandshaking mode. See
|
|
45810
|
-
* g_tls_connection_set_rehandshake_mode().
|
|
45811
|
-
*/
|
|
45812
|
-
rehandshake_mode: TlsRehandshakeMode
|
|
45813
44419
|
/**
|
|
45814
44420
|
* The rehandshaking mode. See
|
|
45815
44421
|
* g_tls_connection_set_rehandshake_mode().
|
|
45816
44422
|
*/
|
|
45817
44423
|
rehandshakeMode: TlsRehandshakeMode
|
|
45818
|
-
/**
|
|
45819
|
-
* Whether or not proper TLS close notification is required.
|
|
45820
|
-
* See g_tls_connection_set_require_close_notify().
|
|
45821
|
-
*/
|
|
45822
|
-
require_close_notify: boolean
|
|
45823
44424
|
/**
|
|
45824
44425
|
* Whether or not proper TLS close notification is required.
|
|
45825
44426
|
* See g_tls_connection_set_require_close_notify().
|
|
45826
44427
|
*/
|
|
45827
44428
|
requireCloseNotify: boolean
|
|
45828
|
-
/**
|
|
45829
|
-
* Whether or not the system certificate database will be used to
|
|
45830
|
-
* verify peer certificates. See
|
|
45831
|
-
* g_tls_connection_set_use_system_certdb().
|
|
45832
|
-
*/
|
|
45833
|
-
use_system_certdb: boolean
|
|
45834
44429
|
/**
|
|
45835
44430
|
* Whether or not the system certificate database will be used to
|
|
45836
44431
|
* verify peer certificates. See
|
|
@@ -47976,7 +46571,6 @@ module UnixFDMessage {
|
|
|
47976
46571
|
|
|
47977
46572
|
// Own constructor properties of Gio-2.0.Gio.UnixFDMessage
|
|
47978
46573
|
|
|
47979
|
-
fd_list?: UnixFDList | null
|
|
47980
46574
|
fdList?: UnixFDList | null
|
|
47981
46575
|
}
|
|
47982
46576
|
|
|
@@ -47986,7 +46580,6 @@ interface UnixFDMessage {
|
|
|
47986
46580
|
|
|
47987
46581
|
// Own properties of Gio-2.0.Gio.UnixFDMessage
|
|
47988
46582
|
|
|
47989
|
-
readonly fd_list: UnixFDList
|
|
47990
46583
|
readonly fdList: UnixFDList
|
|
47991
46584
|
|
|
47992
46585
|
// Own fields of Gio-2.0.Gio.UnixFDMessage
|
|
@@ -48110,15 +46703,11 @@ module UnixInputStream {
|
|
|
48110
46703
|
/**
|
|
48111
46704
|
* Whether to close the file descriptor when the stream is closed.
|
|
48112
46705
|
*/
|
|
48113
|
-
|
|
46706
|
+
closeFd?: boolean | null
|
|
48114
46707
|
/**
|
|
48115
46708
|
* The file descriptor that the stream reads from.
|
|
48116
46709
|
*/
|
|
48117
46710
|
fd?: number | null
|
|
48118
|
-
/**
|
|
48119
|
-
* Whether to close the file descriptor when the stream is closed.
|
|
48120
|
-
*/
|
|
48121
|
-
closeFd?: boolean | null
|
|
48122
46711
|
}
|
|
48123
46712
|
|
|
48124
46713
|
}
|
|
@@ -48127,10 +46716,6 @@ interface UnixInputStream extends FileDescriptorBased, PollableInputStream {
|
|
|
48127
46716
|
|
|
48128
46717
|
// Own properties of Gio-2.0.Gio.UnixInputStream
|
|
48129
46718
|
|
|
48130
|
-
/**
|
|
48131
|
-
* Whether to close the file descriptor when the stream is closed.
|
|
48132
|
-
*/
|
|
48133
|
-
close_fd: boolean
|
|
48134
46719
|
/**
|
|
48135
46720
|
* Whether to close the file descriptor when the stream is closed.
|
|
48136
46721
|
*/
|
|
@@ -48343,15 +46928,11 @@ module UnixOutputStream {
|
|
|
48343
46928
|
/**
|
|
48344
46929
|
* Whether to close the file descriptor when the stream is closed.
|
|
48345
46930
|
*/
|
|
48346
|
-
|
|
46931
|
+
closeFd?: boolean | null
|
|
48347
46932
|
/**
|
|
48348
46933
|
* The file descriptor that the stream writes to.
|
|
48349
46934
|
*/
|
|
48350
46935
|
fd?: number | null
|
|
48351
|
-
/**
|
|
48352
|
-
* Whether to close the file descriptor when the stream is closed.
|
|
48353
|
-
*/
|
|
48354
|
-
closeFd?: boolean | null
|
|
48355
46936
|
}
|
|
48356
46937
|
|
|
48357
46938
|
}
|
|
@@ -48360,10 +46941,6 @@ interface UnixOutputStream extends FileDescriptorBased, PollableOutputStream {
|
|
|
48360
46941
|
|
|
48361
46942
|
// Own properties of Gio-2.0.Gio.UnixOutputStream
|
|
48362
46943
|
|
|
48363
|
-
/**
|
|
48364
|
-
* Whether to close the file descriptor when the stream is closed.
|
|
48365
|
-
*/
|
|
48366
|
-
close_fd: boolean
|
|
48367
46944
|
/**
|
|
48368
46945
|
* Whether to close the file descriptor when the stream is closed.
|
|
48369
46946
|
*/
|
|
@@ -48470,10 +47047,8 @@ module UnixSocketAddress {
|
|
|
48470
47047
|
* Whether or not this is an abstract address
|
|
48471
47048
|
*/
|
|
48472
47049
|
abstract?: boolean | null
|
|
48473
|
-
address_type?: UnixSocketAddressType | null
|
|
48474
|
-
path?: string | null
|
|
48475
|
-
path_as_array?: Uint8Array | null
|
|
48476
47050
|
addressType?: UnixSocketAddressType | null
|
|
47051
|
+
path?: string | null
|
|
48477
47052
|
pathAsArray?: Uint8Array | null
|
|
48478
47053
|
}
|
|
48479
47054
|
|
|
@@ -48487,10 +47062,8 @@ interface UnixSocketAddress extends SocketConnectable {
|
|
|
48487
47062
|
* Whether or not this is an abstract address
|
|
48488
47063
|
*/
|
|
48489
47064
|
readonly abstract: boolean
|
|
48490
|
-
readonly address_type: UnixSocketAddressType
|
|
48491
47065
|
readonly addressType: UnixSocketAddressType
|
|
48492
47066
|
readonly path: string | null
|
|
48493
|
-
readonly path_as_array: Uint8Array
|
|
48494
47067
|
readonly pathAsArray: Uint8Array
|
|
48495
47068
|
|
|
48496
47069
|
// Own fields of Gio-2.0.Gio.UnixSocketAddress
|
|
@@ -49145,15 +47718,9 @@ module ZlibCompressor {
|
|
|
49145
47718
|
* %G_ZLIB_COMPRESSOR_FORMAT_GZIP, the compressor will write the file name
|
|
49146
47719
|
* and modification time from the file info to the GZIP header.
|
|
49147
47720
|
*/
|
|
49148
|
-
|
|
47721
|
+
fileInfo?: FileInfo | null
|
|
49149
47722
|
format?: ZlibCompressorFormat | null
|
|
49150
47723
|
level?: number | null
|
|
49151
|
-
/**
|
|
49152
|
-
* If set to a non-%NULL #GFileInfo object, and #GZlibCompressor:format is
|
|
49153
|
-
* %G_ZLIB_COMPRESSOR_FORMAT_GZIP, the compressor will write the file name
|
|
49154
|
-
* and modification time from the file info to the GZIP header.
|
|
49155
|
-
*/
|
|
49156
|
-
fileInfo?: FileInfo | null
|
|
49157
47724
|
}
|
|
49158
47725
|
|
|
49159
47726
|
}
|
|
@@ -49162,12 +47729,6 @@ interface ZlibCompressor extends Converter {
|
|
|
49162
47729
|
|
|
49163
47730
|
// Own properties of Gio-2.0.Gio.ZlibCompressor
|
|
49164
47731
|
|
|
49165
|
-
/**
|
|
49166
|
-
* If set to a non-%NULL #GFileInfo object, and #GZlibCompressor:format is
|
|
49167
|
-
* %G_ZLIB_COMPRESSOR_FORMAT_GZIP, the compressor will write the file name
|
|
49168
|
-
* and modification time from the file info to the GZIP header.
|
|
49169
|
-
*/
|
|
49170
|
-
file_info: FileInfo
|
|
49171
47732
|
/**
|
|
49172
47733
|
* If set to a non-%NULL #GFileInfo object, and #GZlibCompressor:format is
|
|
49173
47734
|
* %G_ZLIB_COMPRESSOR_FORMAT_GZIP, the compressor will write the file name
|
|
@@ -49265,13 +47826,6 @@ interface ZlibDecompressor extends Converter {
|
|
|
49265
47826
|
|
|
49266
47827
|
// Own properties of Gio-2.0.Gio.ZlibDecompressor
|
|
49267
47828
|
|
|
49268
|
-
/**
|
|
49269
|
-
* A #GFileInfo containing the information found in the GZIP header
|
|
49270
|
-
* of the data stream processed, or %NULL if the header was not yet
|
|
49271
|
-
* fully processed, is not present at all, or the compressor's
|
|
49272
|
-
* #GZlibDecompressor:format property is not %G_ZLIB_COMPRESSOR_FORMAT_GZIP.
|
|
49273
|
-
*/
|
|
49274
|
-
readonly file_info: FileInfo
|
|
49275
47829
|
/**
|
|
49276
47830
|
* A #GFileInfo containing the information found in the GZIP header
|
|
49277
47831
|
* of the data stream processed, or %NULL if the header was not yet
|