From 34bb501be08aa2b313d88e67d6e0a7e0a3f9cfa6 Mon Sep 17 00:00:00 2001
From: Michael Biebl NetworkManager.conf.
+ Note that while nmcli supports various aliases and convenience features for configuring + properties, the settings in this section do not. For example, enum values usually only + can be configured via their numeric magic number. +
Example:
@@ -779,7 +784,7 @@ ipv6.ip6-privacy=0
Not all properties can be overwritten, only the following properties are supported to have their default values configured @@ -813,6 +818,10 @@ ipv6.ip6-privacy=0
connection.down-on-poweroff
Whether the connection will be brought down before the system is powered off.
connection.mud-url
If unspecified, MUD URL defaults to "none".
connection.mdns
If unspecified, the ultimate default values depends on the DNS plugin. With systemd-resolved the default currently is "no" (0) and for all other plugins also "no" (0).
+ Currently only the systemd-resolve DNS plugin supports this setting.
+ If the setting is unspecified both in the profile and in the global
+ default here, then the default is determined by systemd-resolved.
+ See MulticastDNS= in
+ resolved.conf(5).
+
connection.mptcp-flags
If left unspecified, the value 3 (fqdn-encoded,fqdn-serv-update) is used.
ipv4.dhcp-send-release
Whether the DHCP client will send RELEASE message when bringing the connection down.
ipv4.dhcp-timeout
If left unspecified, the default value for the interface type is used.
If left unspecified, the value 1 (fqdn-serv-update) is used.
ipv6.dhcp-send-release
Whether the DHCP client will send RELEASE message when bringing the connection down.
ipv6.dhcp-timeout
If left unspecified, the default value for the interface type is used.
ipv6.ip6-privacy
If ipv6.ip6-privacy is unset, use the content of
- "/proc/sys/net/ipv6/conf/default/use_tempaddr" as last fallback.
+
If ipv6.ip6-privacy is unset, fall back to the original
+ value of "/proc/sys/net/ipv6/conf/<iface>/use_tempaddr" from before NetworkManager
+ started.
+
ipv6.temp-valid-lifetime
If ipv6.temp-valid-lifetime is unset, fall back to the
+ original value of "/proc/sys/net/ipv6/conf/<iface>/temp_valid_lft" from before
+ NetworkManager started.
+
ipv6.temp-preferred-lifetime
If ipv6.temp-preferred-lifetime is unset, fall back to
+ the original value of "/proc/sys/net/ipv6/conf/<iface>/temp_prefered_lft" from
+ before NetworkManager started.
NetworkManager Reference Manual |
|---|
- for NetworkManager 1.46.0 + for NetworkManager 1.47.90 The latest version of this documentation can be found on-line at https://networkmanager.dev/docs/api/latest/. diff --git a/docs/api/html/ix01.html b/docs/api/html/ix01.html index 6dc24c5d..7443e3f6 100644 --- a/docs/api/html/ix01.html +++ b/docs/api/html/ix01.html @@ -780,9 +780,11 @@
NM_DEVICE_STATE_REASON_UNMANAGED_BY_DEFAULT
+ += 69
The device is unmanaged because the device type is unmanaged by default. Since: 1.48
+ +NM_DEVICE_STATE_REASON_UNMANAGED_EXTERNAL_DOWN
+ += 70
The device is unmanaged because it is an external device and is unconfigured (down or without addresses). Since: 1.48
+ +NM_DEVICE_STATE_REASON_UNMANAGED_LINK_NOT_INIT
+ += 71
The device is unmanaged because the link is not initialized by udev. Since: 1.48
+ +NM_DEVICE_STATE_REASON_UNMANAGED_QUITTING
+ += 72
The device is unmanaged because NetworkManager is quitting. Since: 1.48
+ +NM_DEVICE_STATE_REASON_UNMANAGED_SLEEPING
+ += 73
The device is unmanaged because networking is disabled or the system is suspended. Since: 1.48
+ +NM_DEVICE_STATE_REASON_UNMANAGED_USER_CONF
+ += 74
The device is unmanaged by user decision in NetworkManager.conf ('unmanaged' in a [device*] section). Since: 1.48
+ +NM_DEVICE_STATE_REASON_UNMANAGED_USER_EXPLICIT
+ += 75
The device is unmanaged by explicit user decision (e.g. 'nmcli device set $DEV managed no'). Since: 1.48
+ +NM_DEVICE_STATE_REASON_UNMANAGED_USER_SETTINGS
+ += 76
The device is unmanaged by user decision via settings plugin ('unmanaged-devices' for keyfile or 'NM_CONTROLLED=no' for ifcfg-rh). Since: 1.48
+ +NM_DEVICE_STATE_REASON_UNMANAGED_USER_UDEV
+ += 77
The device is unmanaged via udev rule. Since: 1.48
+ +The NMMetered enum has two different purposes: one is to configure "connection.metered" setting of a connection profile in NMSettingConnection, and the other is to express the actual metered state of the NMDevice at a given moment.
+The NMMetered enum has two different purposes: one is to configure "connection.metered" setting of a connection profile in NMSettingConnection, and the other is to express the actual metered state of the NMDevice at a given moment.
For the connection profile only NM_METERED_UNKNOWN, NM_METERED_NO and NM_METERED_YES are allowed.
The device's metered state at runtime is determined by the profile which is currently active. If the profile explicitly specifies NM_METERED_NO or NM_METERED_YES, then the device's metered state is as such. If the connection profile leaves it undecided at NM_METERED_UNKNOWN (the default), then NetworkManager tries to guess the metered state, for example based on the device type or on DHCP options (like Android devices exposing a "ANDROID_METERED" DHCP vendor option). This then leads to either NM_METERED_GUESS_NO or NM_METERED_GUESS_YES.
Most applications probably should treat the runtime state NM_METERED_GUESS_YES like NM_METERED_YES, and all other states as not metered.
@@ -4144,6 +4279,21 @@NM_CHECKPOINT_CREATE_FLAG_TRACK_INTERNAL_GLOBAL_DNS
+ += 0x20
during rollback, by default changes to global DNS via D-BUS interface are preserved. With this flag, the rollback reverts the global DNS changes made via D-Bus interface. Global DNS defined in [global-dns] section of NetworkManager.conf is not impacted by this flag. Since: 1.48.
+ +Whether or not slaves of this connection should be automatically brought up when NetworkManager activates this connection. This only has a real effect for master connections. The properties "autoconnect", "autoconnect-priority" and "autoconnect-retries" are unrelated to this setting. The permitted values are: 0: leave slave connections untouched, 1: activate all the slave connections with this connection, -1: default. If -1 (default) is set, global connection.autoconnect-slaves is read to determine the real value. If it is default as well, this fallbacks to 0.
+Deprecated 1.46. Use "autoconnect-ports" instead, this is just an alias.
Format: choice (NMSettingConnectionAutoconnectSlaves)
@@ -170,6 +171,16 @@
Whether the connection will be brought down before the system is powered off. The default value is "default" (-1). When the default value is specified, then the global value from NetworkManager configuration is looked up, if not set, it is considered as "no" (0).
++ Format: ternary
++ Valid values: true/yes/on, false/no/off, default/unknown
+If greater than zero, delay success of IP addressing until either the timeout is reached, or an IP gateway replies to a ping.
@@ -238,8 +249,8 @@Whether mDNS is enabled for the connection.
-The permitted values are: "yes" (2) register hostname and resolving for the connection, "no" (0) disable mDNS for the interface, "resolve" (1) do not register hostname but allow resolving of mDNS host names and "default" (-1) to allow lookup of a global default in NetworkManager.conf. If unspecified, "default" ultimately depends on the DNS plugin (which for systemd-resolved currently means "no").
-This feature requires a plugin which supports mDNS. Otherwise, the setting has no effect. One such plugin is dns-systemd-resolved.
+The permitted values are: "yes" (2) register hostname and resolving for the connection, "no" (0) disable mDNS for the interface, "resolve" (1) do not register hostname but allow resolving of mDNS host names and "default" (-1) to allow lookup of a global default in NetworkManager.conf. If unspecified, "default" ultimately depends on the DNS plugin.
+This feature requires a plugin which supports mDNS. Otherwise, the setting has no effect. Currently the only supported DNS plugin is systemd-resolved. For systemd-resolved, the default is configurable via MulticastDNS= setting in resolved.conf.
Format: choice (NMSettingConnectionMdns)
@@ -376,7 +387,7 @@
The connection.uuid is the real identifier of a profile. It cannot change and it must be unique. It is therefore often best to refer to a profile by UUID, for example with `nmcli connection up uuid $UUID`.
The UUID cannot be changed, except in offline mode. In that case, the special values "new", "generate" and "" are allowed to generate a new random UUID.
- Format: string
+ Format: a valid RFC4122 universally unique identifier (UUID).Contains the CA certificate if used by the EAP method specified in the "eap" property.
-Certificate data is specified using a "scheme"; three are currently supported: blob, path and pkcs#11 URL. When using the blob scheme this property should be set to the certificate's DER encoded data. When using the path scheme, this property should be set to the full UTF-8 encoded path of the certificate, prefixed with the string "file://" and ending with a terminating NUL byte. This property can be unset even if the EAP method supports CA certificates, but this allows man-in-the-middle attacks and is NOT recommended.
-Note that enabling NMSetting8021x:system-ca-certs will override this setting to use the built-in path, if the built-in path is not a directory.
+Contains the path to the CA certificate if used by the EAP method specified in the 802-1x.eap property.
+This property can be unset even if the EAP method supports CA certificates, but this allows man-in-the-middle attacks and is NOT recommended.
+Note that enabling 802-1x.system-ca-certs will override this setting to use the built-in path, if the built-in path is not a directory.
Format: filesystem path
Contains the client certificate if used by the EAP method specified in the "eap" property.
-Certificate data is specified using a "scheme"; two are currently supported: blob and path. When using the blob scheme (which is backwards compatible with NM 0.7.x) this property should be set to the certificate's DER encoded data. When using the path scheme, this property should be set to the full UTF-8 encoded path of the certificate, prefixed with the string "file://" and ending with a terminating NUL byte.
+Contains the path to the client certificate if used by the EAP method specified in the 802-1x.eap property.
Format: filesystem path
Define openssl_ciphers for wpa_supplicant. Openssl sometimes moves ciphers among SECLEVELs, thus compiled-in default value in wpa_supplicant (as modified by some linux distributions) sometimes prevents to connect to old servers that do not support new protocols.
++ Format: string
+Whether the 802.1X authentication is optional. If TRUE, the activation will continue even after a timeout or an authentication failure. Setting the property to TRUE is currently allowed only for Ethernet connections. If set to FALSE, the activation can continue only after a successful authentication.
@@ -699,9 +717,9 @@Contains the "phase 2" CA certificate if used by the EAP method specified in the "phase2-auth" or "phase2-autheap" properties.
-Certificate data is specified using a "scheme"; three are currently supported: blob, path and pkcs#11 URL. When using the blob scheme this property should be set to the certificate's DER encoded data. When using the path scheme, this property should be set to the full UTF-8 encoded path of the certificate, prefixed with the string "file://" and ending with a terminating NUL byte. This property can be unset even if the EAP method supports CA certificates, but this allows man-in-the-middle attacks and is NOT recommended.
-Note that enabling NMSetting8021x:system-ca-certs will override this setting to use the built-in path, if the built-in path is not a directory.
+Contains the path to the "phase 2" CA certificate if used by the EAP method specified in the 802-1x.phase2-auth or 802-1x.phase2-autheap properties.
+This property can be unset even if the EAP method supports CA certificates, but this allows man-in-the-middle attacks and is NOT recommended.
+Note that enabling 802-1x.system-ca-certs will override this setting to use the built-in path, if the built-in path is not a directory.
Format: filesystem path
Contains the "phase 2" client certificate if used by the EAP method specified in the "phase2-auth" or "phase2-autheap" properties.
-Certificate data is specified using a "scheme"; two are currently supported: blob and path. When using the blob scheme (which is backwards compatible with NM 0.7.x) this property should be set to the certificate's DER encoded data. When using the path scheme, this property should be set to the full UTF-8 encoded path of the certificate, prefixed with the string "file://" and ending with a terminating NUL byte. This property can be unset even if the EAP method supports CA certificates, but this allows man-in-the-middle attacks and is NOT recommended.
+Contains the path to the "phase 2" client certificate if used by the EAP method specified in the 802-1x.phase2-auth or 802-1x.phase2-autheap properties.
Format: filesystem path
Contains the "phase 2" inner private key when the "phase2-auth" or "phase2-autheap" property is set to "tls".
-Key data is specified using a "scheme"; two are currently supported: blob and path. When using the blob scheme and private keys, this property should be set to the key's encrypted PEM encoded data. When using private keys with the path scheme, this property should be set to the full UTF-8 encoded path of the key, prefixed with the string "file://" and ending with a terminating NUL byte. When using PKCS#12 format private keys and the blob scheme, this property should be set to the PKCS#12 data and the "phase2-private-key-password" property must be set to password used to decrypt the PKCS#12 certificate and key. When using PKCS#12 files and the path scheme, this property should be set to the full UTF-8 encoded path of the key, prefixed with the string "file://" and ending with a terminating NUL byte, and as with the blob scheme the "phase2-private-key-password" property must be set to the password used to decode the PKCS#12 private key and certificate.
+The path to the "phase 2" inner private key when the 802-1x.phase2-auth or 802-1x.phase2-autheap property is set to "tls".
Format: filesystem path
The password used to decrypt the "phase 2" private key specified in the "phase2-private-key" property when the private key either uses the path scheme, or is a PKCS#12 format key.
+The password used to decrypt the "phase 2" private key specified in the 802-1x.phase2-private-key property. This is normally used by secret agents, not directly by users.
Format: string
Contains the private key when the "eap" property is set to "tls".
-Key data is specified using a "scheme"; two are currently supported: blob and path. When using the blob scheme and private keys, this property should be set to the key's encrypted PEM encoded data. When using private keys with the path scheme, this property should be set to the full UTF-8 encoded path of the key, prefixed with the string "file://" and ending with a terminating NUL byte. When using PKCS#12 format private keys and the blob scheme, this property should be set to the PKCS#12 data and the "private-key-password" property must be set to password used to decrypt the PKCS#12 certificate and key. When using PKCS#12 files and the path scheme, this property should be set to the full UTF-8 encoded path of the key, prefixed with the string "file://" and ending with a terminating NUL byte, and as with the blob scheme the "private-key-password" property must be set to the password used to decode the PKCS#12 private key and certificate.
-WARNING: "private-key" is not a "secret" property, and thus unencrypted private key data using the BLOB scheme may be readable by unprivileged users. Private keys should always be encrypted with a private key password to prevent unauthorized access to unencrypted private key data.
+The path to the private key when the 802-1.eap property is set to "tls".
Format: filesystem path
The password used to decrypt the private key specified in the "private-key" property when the private key either uses the path scheme, or if the private key is a PKCS#12 format key.
+The password used to decrypt the private key specified in the 802-1x.private-key property. This is normally used by secret agents, not directly by users.
Format: string
A list of IPv4 addresses and their prefix length. Multiple addresses can be separated by comma. For example "192.168.1.5/24, 10.1.0.5/24". The addresses are listed in decreasing priority, meaning the first address will be the primary address.
- Format: list of ipv4.addresses objects
+ Format: a comma separated list of addressesWhether the DHCP client will send RELEASE message when bringing the connection down. The default value is "default" (-1). When the default value is specified, then the global value from NetworkManager configuration is looked up, if not set, it is considered as FALSE.
++ Format: ternary
++ Valid values: true/yes/on, false/no/off, default/unknown
+A timeout for a DHCP transaction in seconds. If zero (the default), a globally configured default is used. If still unspecified, a device specific timeout is used (usually 45 seconds).
@@ -2925,7 +2949,7 @@When using a caching DNS plugin (dnsmasq or systemd-resolved in NetworkManager.conf) then "edns0" and "trust-ad" are automatically added.
The valid "ipv4.dns-options" and "ipv6.dns-options" get merged together.
- Format: list of strings
+ Format: a comma separated list of DNS options- Format: list of ipv4.routes objects
+ Format: a comma separated list of routespriority 5 from 192.167.4.0/24 table 45
- Format: list of ipv4.routing-rules objects
+ Format: a comma separated list of routing rulespriority 5 from 192.167.4.0/24 table 45
If not specified, when creating a new profile the default is "default".
Note that this setting is distinct from the Privacy Extensions as configured by "ip6-privacy" property and it does not affect the temporary addresses configured with this option.
- Format: choice (NMSettingIP6ConfigAddrGenMode)
+ Format: one of "eui64" (0), "stable-privacy" (1), "default" (3) or "default-or-eui64" (2)Valid values: eui64 (0), stable-privacy (1), default-or-eui64 (2), default (3)
@@ -3208,7 +3232,7 @@ Example:priority 5 from 192.167.4.0/24 table 45
Alias: ip6
A list of IPv6 addresses and their prefix length. Multiple addresses can be separated by comma. For example "2001:db8:85a3::8a2e:370:7334/64, 2001:db8:85a3::5/64". The addresses are listed in decreasing priority, meaning the first address will be the primary address. This can make a difference with IPv6 source address selection (RFC 6724, section 5).
- Format: list of ipv6.addresses objects
+ Format: a comma separated list of addressespriority 5 from 192.167.4.0/24 table 45
Whether the DHCP client will send RELEASE message when bringing the connection down. The default value is "default" (-1). When the default value is specified, then the global value from NetworkManager configuration is looked up, if not set, it is considered as FALSE.
++ Format: ternary
++ Valid values: true/yes/on, false/no/off, default/unknown
+A timeout for a DHCP transaction in seconds. If zero (the default), a globally configured default is used. If still unspecified, a device specific timeout is used (usually 45 seconds).
@@ -3315,7 +3349,7 @@ Example:priority 5 from 192.167.4.0/24 table 45
When using a caching DNS plugin (dnsmasq or systemd-resolved in NetworkManager.conf) then "edns0" and "trust-ad" are automatically added.
The valid "ipv4.dns-options" and "ipv6.dns-options" get merged together.
- Format: list of strings
+ Format: a comma separated list of DNS optionspriority 5 from 192.167.4.0/24 table 45
Configure IPv6 Privacy Extensions for SLAAC, described in RFC4941. If enabled, it makes the kernel generate a temporary IPv6 address in addition to the public one generated from MAC address via modified EUI-64. This enhances privacy, but could cause problems in some applications, on the other hand. The permitted values are: -1: unknown, 0: disabled, 1: enabled (prefer public address), 2: enabled (prefer temporary addresses).
-Having a per-connection setting set to "-1" (unknown) means fallback to global configuration "ipv6.ip6-privacy".
-If also global configuration is unspecified or set to "-1", fallback to read "/proc/sys/net/ipv6/conf/default/use_tempaddr".
+If set to "-1" (unknown) for a connection, the value is taken from the global "ipv6.ip6-privacy" setting. If the global setting is unspecified or also set to "-1", the value is set from the original value of "/proc/sys/net/ipv6/conf/<iface>/use_tempaddr" from before NetworkManager started.
Note that this setting is distinct from the Stable Privacy addresses that can be enabled with the "addr-gen-mode" property's "stable-privacy" setting as another way of avoiding host tracking with IPv6 addresses.
Format: choice (NMSettingIP6ConfigPrivacy)
@@ -3554,7 +3587,7 @@ Example:priority 5 from 192.167.4.0/24 table 45
For details see also `man ip-route`.
- Format: list of ipv6.routes objects
+ Format: a comma separated list of routespriority 5 from 1:2:3::5/128 table 45
- Format: list of ipv6.routing-rules objects
+ Format: a comma separated list of routing rules + +The preferred lifetime of autogenerated temporary addresses, in seconds.
+If set to "0" (unknown) for a connection, the value is taken from the global "ipv6.temp-preferred-lifetime" setting. If the global setting is unspecified or also set to "0", the value is set from the original value of "/proc/sys/net/ipv6/conf/<iface>/temp_prefered_lft" from before NetworkManager started.
++ Format: integer
++ Valid values: 0 - 2147483647
+The valid lifetime of autogenerated temporary addresses, in seconds.
+If set to "0" (unknown) for a connection, the value is taken from the global "ipv6.temp-valid-lifetime" setting. If the global setting is unspecified or also set to "0", the value is set from the original value of "/proc/sys/net/ipv6/conf/<iface>/temp_valid_lft" from before NetworkManager started.
++ Format: integer
++ Valid values: 0 - 2147483647
- Format: list of tc.qdiscs objects
+ Format: GPtrArray(NMTCQdisc)- Format: list of tc.tfilters objects
+ Format: GPtrArray(NMTCTfilter) @@ -6057,6 +6112,14 @@ Linux traffic control subsystemIf specified, this connection will never apply to the Ethernet device whose permanent MAC address matches an address in the list. Each MAC address is in the standard hex-digits-and-colons notation (00:11:22:33:44:55).
++ Format: list of MAC addresses
+@@ -6349,6 +6412,14 @@ Linux traffic control subsystem
A list of permanent MAC addresses of Wi-Fi devices to which this connection should never apply. Each MAC address should be given in the standard hex-digits-and-colons notation (eg "00:11:22:33:44:55").
++ Format: list of MAC addresses
+One of "default" (0) (never randomize unless the user has set a global default to randomize and the supplicant supports randomization), "never" (1) (never randomize the MAC address), or "always" (2) (always randomize the MAC address).
diff --git a/docs/api/html/settings-802-11-wireless.html b/docs/api/html/settings-802-11-wireless.html index 0d402d10..c740d610 100644 --- a/docs/api/html/settings-802-11-wireless.html +++ b/docs/api/html/settings-802-11-wireless.html @@ -136,6 +136,12 @@ Note that marking the network as hidden may be a privacy issue for you (in inframac-address-denylist
array of string
mac-address-randomization
uint32
0
openssl-ciphers
string
optional
boolean
FALSE
mac-address-denylist
array of string
mtu
uint32
0
autoconnect-slaves
NMSettingConnectionAutoconnectSlaves (int32)
controller
down-on-poweroff
int32
-1
gateway-ping-timeout
uint32
0
-1
metered
dhcp-send-release
NMTernary (int32)
dhcp-timeout
int32
0
dhcp-send-release
NMTernary (int32)
dhcp-timeout
int32
0
temp-preferred-lifetime
int32
0
temp-valid-lifetime
int32
0
token
string
GObject +GObject ╰── NMObject ╰── NMAccessPoint@@ -378,7 +378,7 @@ point.
nm_access_point_get_ssid ()
-GBytes * +GBytes * nm_access_point_get_ssid (NMAccessPoint *ap);Gets the SSID of the access point.
@@ -398,7 +398,7 @@ nm_access_point_get_ssid (@@ -433,7 +433,7 @@ not be modified or freed.Returns
-the GBytes containing the SSID, or
NULLif the +the GBytes containing the SSID, or
NULLif the SSID is unknown.[transfer none]
nm_access_point_get_frequency ()
-guint32 +guint32 nm_access_point_get_frequency (NMAccessPoint *ap);Gets the frequency of the access point in MHz.
@@ -485,7 +485,7 @@ nm_access_point_get_mode (nm_access_point_get_max_bitrate ()
-guint32 +guint32 nm_access_point_get_max_bitrate (NMAccessPoint *ap);Gets the maximum bit rate of the access point in kbit/s.
@@ -511,7 +511,7 @@ nm_access_point_get_max_bitrate (nm_access_point_get_strength ()
-guint8 +guint8 nm_access_point_get_strength (NMAccessPoint *ap);Gets the current signal strength of the access point as a percentage.
@@ -566,7 +566,7 @@ point has not been found in a scan.
@@ -765,7 +765,7 @@ againstnm_access_point_get_bandwidth ()
-guint32 +guint32 nm_access_point_get_bandwidth (NMAccessPoint *ap);Gets the bandwidth advertised by the access point in MHz.
@@ -593,9 +593,9 @@ nm_access_point_get_bandwidth (nm_access_point_filter_connections ()
-GPtrArray * +GPtrArray * nm_access_point_filter_connections (+NMAccessPoint *ap, -const GPtrArray *connections);const GPtrArray *connections);Filters a given array of connections for a given NMAccessPoint object and returns connections which may be activated with the access point. Any returned connections will match the
ap@@ -633,7 +633,7 @@ filter.an array of NMConnections that could be activated with the given
+be freed withap. The array should -be freed withg_ptr_array_unref()when it is no longer required.g_ptr_array_unref()when it is no longer required.WARNING: the transfer annotation for this function may not work correctly with bindings. See https://gitlab.gnome.org/GNOME/gobject-introspection/-/issues/305. You can filter the list yourself with
@@ -643,7 +643,7 @@ You can filter the list yourself withnm_access_point_connection_valid().nm_access_point_connection_valid ()
-gboolean +gboolean nm_access_point_connection_valid (NMAccessPoint *ap,NMConnection *connection);Validates a given connection against a given Wi-Fi access point to ensure that @@ -677,8 +677,8 @@ against
Property Details
@@ -1042,7 +1042,7 @@ nm_active_connection_get_vpn (The
-“bandwidth”property“bandwidth” guint+“bandwidth” guintThe channel bandwidth announced by the AP in MHz.
Owner: NMAccessPoint
Flags: Read
@@ -792,7 +792,7 @@ against
The
-“frequency”property“frequency” guint+“frequency” guintThe frequency of the access point.
Owner: NMAccessPoint
Flags: Read
@@ -828,7 +828,7 @@ access point has not been found in a scan.
@@ -391,7 +391,7 @@The
-“max-bitrate”property“max-bitrate” guint+“max-bitrate” guintThe maximum bit rate of the access point in kbit/s.
Owner: NMAccessPoint
Flags: Read
@@ -856,15 +856,15 @@ coordinator of the wireless network allowing clients to connect) or
The
-“ssid”property“ssid” GBytes *-The SSID of the access point, or
+NULLif it is not known.“ssid” GBytes *+The SSID of the access point, or
NULLif it is not known.Owner: NMAccessPoint
Flags: Read
The
-“strength”property“strength” guchar+“strength” gucharThe current signal strength of the access point.
Owner: NMAccessPoint
Flags: Read
diff --git a/docs/libnm/html/NMActiveConnection.html b/docs/libnm/html/NMActiveConnection.html index ae71af7e..5998216c 100644 --- a/docs/libnm/html/NMActiveConnection.html +++ b/docs/libnm/html/NMActiveConnection.html @@ -79,7 +79,7 @@- const GPtrArray * + const GPtrArray * nm_active_connection_get_devices () @@ -125,7 +125,7 @@ -gboolean +gboolean nm_active_connection_get_default () @@ -149,7 +149,7 @@ -gboolean +gboolean nm_active_connection_get_default6 () @@ -173,7 +173,7 @@ -gboolean +gboolean nm_active_connection_get_vpn () @@ -204,18 +204,18 @@ Read - gboolean +gboolean default Read - gboolean +gboolean default6 Read @@ -267,7 +267,7 @@ -GPtrArray * +GPtrArray *devices Read Read - @@ -284,7 +284,7 @@guint +guint state-flags Read Read - @@ -302,7 +302,7 @@gboolean +gboolean vpn Read void state-changed -Run First +Run First Object Hierarchy
-GObject +GObject ╰── NMObject ╰── NMActiveConnection ╰── NMVpnConnection @@ -549,7 +549,7 @@ by the connection, and must not be modified.
nm_active_connection_get_devices ()
-const GPtrArray * +const GPtrArray * nm_active_connection_get_devices (NMActiveConnection *connection);Gets the NMDevices used for the active connections.
@@ -569,7 +569,7 @@ nm_active_connection_get_devices (@@ -717,7 +717,7 @@ deprecatednm_active_connection_get_default ()
-gboolean +gboolean nm_active_connection_get_default (NMActiveConnection *connection);Whether the active connection is the default IPv4 one (that is, is used for the default IPv4 route and DNS information).
@@ -738,7 +738,7 @@ the default IPv4 route and DNS information).
@@ -764,7 +764,7 @@ nm_active_connection_get_ip4_config (@@ -793,7 +793,7 @@ nm_active_connection_get_dhcp4_config (Returns
-the IPv4 NMIPConfig, or
NULLif the connection is +the IPv4 NMIPConfig, or
NULLif the connection is not in theNM_ACTIVE_CONNECTION_STATE_ACTIVATEDstate.[transfer none]
Returns
-the IPv4 NMDhcpConfig, or
NULLif the connection +the IPv4 NMDhcpConfig, or
NULLif the connection does not use DHCP, or is not in theNM_ACTIVE_CONNECTION_STATE_ACTIVATEDstate.[transfer none]
@@ -802,7 +802,7 @@ state.
nm_active_connection_get_default6 ()
-gboolean +gboolean nm_active_connection_get_default6 (NMActiveConnection *connection);Whether the active connection is the default IPv6 one (that is, is used for the default IPv6 route and DNS information).
@@ -823,7 +823,7 @@ the default IPv6 route and DNS information).
@@ -849,7 +849,7 @@ nm_active_connection_get_ip6_config (@@ -878,7 +878,7 @@ nm_active_connection_get_dhcp6_config (Returns
-the IPv6 NMIPConfig, or
NULLif the connection is +the IPv6 NMIPConfig, or
NULLif the connection is not in theNM_ACTIVE_CONNECTION_STATE_ACTIVATEDstate.[transfer none]
Returns
-the IPv6 NMDhcpConfig, or
NULLif the connection +the IPv6 NMDhcpConfig, or
NULLif the connection does not use DHCPv6, or is not in theNM_ACTIVE_CONNECTION_STATE_ACTIVATEDstate.[transfer none]
@@ -887,7 +887,7 @@ state.
nm_active_connection_get_vpn ()
-gboolean +gboolean nm_active_connection_get_vpn (NMActiveConnection *connection);Whether the active connection is a VPN connection.
The
-“default”property“default” gboolean+“default” gbooleanWhether the active connection is the default IPv4 one.
Owner: NMActiveConnection
Flags: Read
@@ -1051,7 +1051,7 @@ nm_active_connection_get_vpn (The
-“default6”property“default6” gboolean+“default6” gbooleanWhether the active connection is the default IPv6 one.
Owner: NMActiveConnection
Flags: Read
@@ -1060,7 +1060,7 @@ nm_active_connection_get_vpn (The
-“devices”property“devices” GPtrArray *+“devices” GPtrArray *The devices of the active connection.
[type GPtrArray(NMDevice)]
Owner: NMActiveConnection
@@ -1138,7 +1138,7 @@ nm_active_connection_get_vpn (The
-“state-flags”property“state-flags” guint+“state-flags” guintThe state flags of the active connection.
Owner: NMActiveConnection
Flags: Read
@@ -1166,7 +1166,7 @@ nm_active_connection_get_vpn (The
-“vpn”property“vpn” gboolean+“vpn” gbooleanWhether the active connection is a VPN connection.
Owner: NMActiveConnection
Flags: Read
@@ -1179,9 +1179,9 @@ nm_active_connection_get_vpn (The
“state-changed”signalvoid user_function (NMActiveConnection *active_connection, - guint state, - guint reason, - gpointer user_data)+ guint state, + guint reason, + gpointer user_data)@@ -1346,7 +1346,7 @@Parameters
@@ -1338,7 +1338,7 @@ ╰── NMClientError GFlags ╰── NMClientInstanceFlags - GObject + GObject ╰── NMClientImplemented Interfaces
NMClient implements - GInitable and GAsyncInitable.
+ GInitable and GAsyncInitable.Description
@@ -1355,7 +1355,7 @@ NMClient implementsFunctions
nm_client_error_quark ()
-GQuark +GQuark nm_client_error_quark (void);Registers an error quark for NMClient if necessary.
@@ -1501,7 +1501,7 @@ nm_dns_entry_get_priority (@@ -1529,29 +1529,29 @@ nm_dns_entry_get_vpn (nm_dns_entry_get_vpn ()
-gboolean +gboolean nm_dns_entry_get_vpn (NMDnsEntry *entry);Gets whether the entry refers to VPN name servers.
@@ -1521,7 +1521,7 @@ nm_dns_entry_get_vpn (Returns
-+
TRUEif the entry refers to VPN name servers
TRUEif the entry refers to VPN name serversSince: 1.6
nm_client_new ()
NMClient * -nm_client_new (+nm_client_new (GCancellable *cancellable, -GError **error);GCancellable *cancellable, +GError **error);Creates a new NMClient synchronously.
Note that this will block until a NMClient instance is fully initialized. -This does nothing beside calling
g_initable_new(). You are free to call -g_initable_new()org_object_new()/g_initable_init()directly for more +This does nothing beside callingg_initable_new(). You are free to call +g_initable_new()org_object_new()/g_initable_init()directly for more control, to set GObject properties or get access to the NMClient instance while it is still initializing.Using the synchronous initialization creates an NMClient instance -that uses an internal GMainContext. This context is invisible to the +that uses an internal GMainContext. This context is invisible to the user. This introduces an additional overhead that is payed not only during object initialization, but for the entire lifetime of this object. -Also, due to this internal GMainContext, the events are no longer -in sync with other messages from GDBusConnection (but all events +Also, due to this internal GMainContext, the events are no longer +in sync with other messages from GDBusConnection (but all events of the NMClient will themselves still be ordered). For a serious program, you should therefore avoid these problems by -using
g_async_initable_init_async()ornm_client_new_async()instead. +usingg_async_initable_init_async()ornm_client_new_async()instead. The sync initialization is still useful for simple scripts or interactive testing for example via pygobject.Creating an NMClient instance can only fail for two reasons. First, if you didn't -provide a
NM_CLIENT_DBUS_CONNECTIONand the call tog_bus_get()-fails. You can avoid that by usingg_initable_new()directly and +provide aNM_CLIENT_DBUS_CONNECTIONand the call tog_bus_get()+fails. You can avoid that by usingg_initable_new()directly and set a D-Bus connection. Second, if you cancelled the creation. If you do that, then note that after the failure there might still be idle actions pending @@ -1571,12 +1571,12 @@ does not cause a failure.- cancellable
+ a GCancellable, or
NULLa GCancellable, or
NULL@@ -1591,20 +1591,20 @@ does not cause a failure. - error
+ nm_client_new_async ()
void -nm_client_new_async (+nm_client_new_async (GCancellable *cancellable, -GAsyncReadyCallback callback, -gpointer user_data);GCancellable *cancellable, +GAsyncReadyCallback callback, +gpointer user_data);Creates a new NMClient asynchronously.
-callbackwill be called when it is done. Usenm_client_new_finish()to get the result.This does nothing beside calling
g_async_initable_new_async(). You are free to -callg_async_initable_new_async()org_object_new()/g_async_initable_init_async()+This does nothing beside calling
g_async_initable_new_async(). You are free to +callg_async_initable_new_async()org_object_new()/g_async_initable_init_async()directly for more control, to set GObject properties or get access to the NMClient instance while it is still initializing.Creating an NMClient instance can only fail for two reasons. First, if you didn't -provide a
NM_CLIENT_DBUS_CONNECTIONand the call tog_bus_get()-fails. You can avoid that by usingg_async_initable_new_async()directly and +provide aNM_CLIENT_DBUS_CONNECTIONand the call tog_bus_get()+fails. You can avoid that by usingg_async_initable_new_async()directly and set a D-Bus connection. Second, if you cancelled the creation. If you do that, then note that after the failure there might still be idle actions pending @@ -1624,7 +1624,7 @@ does not cause a failure.- cancellable
+ a GCancellable, or
NULLa GCancellable, or
NULL@@ -1646,8 +1646,8 @@ does not cause a failure. nm_client_new_finish ()
NMClient * -nm_client_new_finish (+nm_client_new_finish (GAsyncResult *result, -GError **error);GAsyncResult *result, +GError **error);Gets the result of an
nm_client_new_async()call.@@ -1673,7 +1673,7 @@ nm_client_new_finish ( - error
+ Returns
- +
@@ -1705,9 +1705,9 @@ nm_client_get_instance_flags (nm_client_get_dbus_connection ()
-GDBusConnection * +GDBusConnection * nm_client_get_dbus_connection (-NMClient *client);Gets the
GDBusConnectionof the instance. This can be either passed when +Gets the
GDBusConnectionof the instance. This can be either passed when constructing the instance (as "dbus-connection" property), or it will be automatically initialized during async/sync init.@@ -1727,7 +1727,7 @@ automatically initialized during async/sync init.Returns
-the D-Bus connection of the client, or
+NULLif none is set.the D-Bus connection of the client, or
NULLif none is set.[transfer none]
Since: 1.22
@@ -1735,10 +1735,10 @@ automatically initialized during async/sync init.
nm_client_get_main_context ()
-GMainContext * +GMainContext * nm_client_get_main_context (NMClient *self);The NMClient instance is permanently associated with the current -thread default GMainContext, referenced the time when the instance +thread default GMainContext, referenced the time when the instance was created. To receive events, the user must iterate this context and can use it to synchronize access to the client.
Note that even after NMClient instance got destroyed, there might @@ -1762,7 +1762,7 @@ the
Since: 1.22
@@ -1770,7 +1770,7 @@ thenm_client_get_context_busy_watcher ()
-GObject * +GObject * nm_client_get_context_busy_watcher (NMClient *self);@@ -1867,15 +1867,15 @@ nm_client_get_version (Parameters
@@ -1804,14 +1804,14 @@ GMainContext running to ensure everything is cleaned up? The answer is this GObject. Subscribe a weak reference to the returned object and keep iterating the main context until the object got unreferenced.Note that after the NMClient instance gets destroyed, all outstanding operations -will be cancelled right away. That means, the user needs to iterate the GMainContext +will be cancelled right away. That means, the user needs to iterate the GMainContext a bit longer, but it is guaranteed that the cleanup happens soon after.
The way of using the context-busy-watch, is by registering a weak pointer to see when it gets destroyed. That means, user code should not take additional references on this object to not keep it alive longer.
If you plan to exit the program after releasing the NMClient instance you may not need to worry about these "leaks". Also, if you anyway plan to continue -iterating the GMainContext afterwards, then you don't need to care when exactly +iterating the GMainContext afterwards, then you don't need to care when exactly NMClient is gone completely.
[transfer none]
Returns
-string with the version (or
+NULLif NetworkManager is not running)string with the version (or
NULLif NetworkManager is not running)
nm_client_get_version_info ()
-const guint32 * +const guint32 * nm_client_get_version_info (+NMClient *client, -gsize *length);gsize *length);If available, the first element in the array is NM_VERSION which encodes the daemon version as "(major << 16 | minor << 8 | micro)". The following elements are a bitfield of
NMVersionInfoCapabilities@@ -1905,7 +1905,7 @@ that indicate that the daemon supports a certain capability.@@ -1940,7 +1940,7 @@ nm_client_get_state (Returns
the -list of capabilities reported by the server or
NULL+list of capabilities reported by the server orNULLif the capabilities are unknown.[transfer none][array length=length]
nm_client_get_startup ()
-gboolean +gboolean nm_client_get_startup (NMClient *client);Tests whether the daemon is still in the process of activating connections at startup.
@@ -1967,7 +1967,7 @@ connections at startup.
nm_client_get_nm_running ()
-gboolean +gboolean nm_client_get_nm_running (NMClient *client);Determines whether the daemon is running.
@@ -2022,7 +2022,7 @@ nm_client_get_object_by_path (Returns
the NMObject instance that is cached under
+, ordbus_path-, orNULLif no such object exists.NULLif no such object exists.[transfer none]
Since: 1.24
@@ -2056,7 +2056,7 @@ nm_client_get_metered (nm_client_networking_get_enabled ()
-gboolean +gboolean nm_client_networking_get_enabled (NMClient *client);Whether networking is enabled or disabled.
nm_client_get_capabilities ()
-const guint32 * +const guint32 * nm_client_get_capabilities (+NMClient *client, -gsize *length);gsize *length);-Parameters
Flags: Run First
+Flags: Run First
@@ -6671,7 +6671,7 @@ user_function (void user_function (NMClient *client, NMRemoteConnection *connection, - gpointer user_data) + gpointer user_data)-Notifies that a NMConnection has been removed.
Flags: Run First
+Flags: Run First
Flags: Run First
+Flags: Run First
“device-removed” signalvoid user_function (NMClient *client, - GObject *device, - gpointer user_data)+ GObject *device, + gpointer user_data)
Notifies that a NMDevice is removed. This signal is not emitted for placeholder devices.
Flags: Run First
+Flags: Run First
“permission-changed” signalvoid user_function (NMClient *client, - guint permission, - guint result, - gpointer user_data)+ guint permission, + guint result, + gpointer user_data)
Notifies that a permission has changed
Flags: Run First
+Flags: Run First
diff --git a/docs/libnm/html/NMConnection.html b/docs/libnm/html/NMConnection.html index cdd050db..75cc154a 100644 --- a/docs/libnm/html/NMConnection.html +++ b/docs/libnm/html/NMConnection.html @@ -74,7 +74,7 @@void nm_connection_remove_setting (-NMConnection *connection, -GType setting_type);
Removes the NMSetting with the given GType from the NMConnection. This
+ GType setting_type);
+
Removes the NMSetting with the given GType from the NMConnection. This operation dereferences the NMSetting object.
the GType of the setting object to remove
the GType of the setting object to remove
NMSetting * nm_connection_get_setting (-NMConnection *connection, -GType setting_type);
Gets the NMSetting with the given GType, if one has been previously added
+ GType setting_type);
+
Gets the NMSetting with the given GType, if one has been previously added to the NMConnection.
setting_type
the GType of the setting object to return
the GType of the setting object to return
the NMSetting, or NULL if no setting of that type was previously
+
the NMSetting, or NULL if no setting of that type was previously
added to the NMConnection.
[transfer none]
the NMSetting, or NULL if no setting with that name was previously
+
the NMSetting, or NULL if no setting with that name was previously
added to the NMConnection.
[transfer none]
GVariant * +GVariant * nm_connection_to_dbus (-NMConnection *connection,NMConnectionSerializationFlags flags);Converts the NMConnection into a GVariant of type +
Converts the NMConnection into a GVariant of type
NM_VARIANT_TYPE_CONNECTIONdescribing the connection, suitable for marshalling over D-Bus or otherwise serializing.@@ -808,7 +808,7 @@ marshalling over D-Bus or otherwise serializing.@@ -816,10 +816,10 @@ its settings, and each setting's properties.Returns
-a new floating GVariant describing the connection, +
a new floating GVariant describing the connection, its settings, and each setting's properties.
[transfer none]
nm_connection_replace_settings ()
-gboolean +gboolean nm_connection_replace_settings (+NMConnection *connection, -GVariant *new_settings, -GError **error);GVariant *new_settings, +GError **error);Replaces
connection's settings withnew_settings(which must be @@ -841,12 +841,12 @@ need to result in a connection that passesnew_settings
-+ a GVariant of type
NM_VARIANT_TYPE_CONNECTION, with the new settingsa GVariant of type
NM_VARIANT_TYPE_CONNECTION, with the new settings@@ -854,7 +854,7 @@ need to result in a connection that passes - error
+ location to store error, or
NULLlocation to store error, or
NULLReturns
-
TRUEif connection was updated,FALSEifnew_settings+@@ -921,7 +921,7 @@ nm_connection_clear_settings (
TRUEif connection was updated,FALSEifnew_settingscould not be deserialized (in which caseconnectionwill be unchanged).nm_connection_compare ()
-gboolean +gboolean nm_connection_compare (@@ -957,17 +957,17 @@ each flag's behavior.NMConnection *a,NMConnection *b,NMSettingCompareFlags flags);
gboolean +gboolean nm_connection_diff (+NMConnection *a,NMConnection *b,NMSettingCompareFlags flags, -GHashTable **out_settings);GHashTable **out_settings);
Compares two NMConnection objects for similarity, with comparison behavior
modified by a set of flags. See nm_setting_compare() for a description of
each flag's behavior. If the connections differ, settings and keys within
@@ -1011,16 +1011,16 @@ contains the key names that differ mapped to one or more of
TRUE if the connections contain the same values, FALSE if they do
+
TRUE if the connections contain the same values, FALSE if they do
not
gboolean +gboolean nm_connection_verify (+NMConnection *connection, -GError **error);GError **error);
Validates the connection and all its settings. Each setting's properties have allowed values, and some values are dependent on other values. For example, if a Wi-Fi connection is security enabled, the NMSettingWireless @@ -1028,7 +1028,7 @@ setting object's 'security' property must contain the setting name of the NMSettingWirelessSecurity object, which must also be present in the connection for the connection to be valid. As another example, the NMSettingWired object's 'mac-address' property must be a validly formatted -MAC address. The returned GError contains information about which +MAC address. The returned GError contains information about which setting and which property failed validation, and how it failed validation.
gboolean +gboolean nm_connection_verify_secrets (+NMConnection *connection, -GError **error);GError **error);
Verifies the secrets in the connection.
error
-location to store error, or NULL
+location to store error, or NULL
@@ -1088,23 +1088,23 @@ nm_connection_verify_secrets (
Returns
-
+
Since: 1.2
gboolean +gboolean nm_connection_normalize (+NMConnection *connection, -GHashTable *parameters, -gboolean *modified, -GError **error);GHashTable *parameters, +gboolean *modified, +GError **error);
Does some basic normalization and fixup of well known inconsistencies
and deprecated fields. If the connection was modified in any way,
the output parameter modified
- is set TRUE.
Finally the connection will be verified and TRUE returns if the connection
+ is set TRUE.
Finally the connection will be verified and TRUE returns if the connection
is valid. As this function only performs some specific normalization steps
it cannot repair all connections. If the connection has errors that
cannot be normalized, the connection will not be modified.
parameters
a GHashTable with +
a GHashTable with
normalization parameters to allow customization of the normalization by providing
specific arguments. Unknown arguments will be ignored and the default will be
-used. The keys must be strings compared with g_str_equal() function.
+used. The keys must be strings compared with g_str_equal() function.
The values are opaque and depend on the parameter name.
error
location to store error, or NULL. Contains the reason,
+
location to store error, or NULL. Contains the reason,
why the connection is invalid, if the function returns an error.
const char * nm_connection_need_secrets (+NMConnection *connection, -GPtrArray **hints);
GPtrArray **hints);
Returns the name of the first setting object in the connection which would need secrets to make a successful connection. The returned hints are only intended as a guide to what secrets may be required, because in some @@ -1177,10 +1177,10 @@ secrets are needed.
hints
the address of a pointer to a GPtrArray, initialized to NULL, which on
-return points to an allocated GPtrArray containing the property names of
+
the address of a pointer to a GPtrArray, initialized to NULL, which on
+return points to an allocated GPtrArray containing the property names of
secrets of the NMSetting which may be required; the caller owns the array
-and must free the array itself with g_ptr_array_free(), but not free its
+and must free the array itself with g_ptr_array_free(), but not free its
elements.
NMConnection *connection,
NMSettingClearSecretsWithFlagsFn func,
- gpointer user_data);
+ gpointer user_data);
Clears and frees secrets determined by func
.
func
function to be called to determine whether a
-specific secret should be cleared or not. If NULL, all secrets are cleared.
NULL, all secrets are cleared.
gboolean +gboolean nm_connection_update_secrets (+NMConnection *connection,const char *setting_name, -GVariant *secrets, -GError **error);GVariant *secrets, +GError **error);
Update the specified setting's secrets, given a dictionary of secrets
intended for that setting (deserialized from D-Bus for example). Will also
extract the given setting's secrets hash if given a connection dictionary.
If setting_name
- is NULL, expects a fully serialized NMConnection as
+ is NULL, expects a fully serialized NMConnection as
returned by nm_connection_to_dbus() and will update all secrets from all
settings contained in secrets
.
secrets
secrets
a GVariant of secrets, of type NM_VARIANT_TYPE_CONNECTION
+
a GVariant of secrets, of type NM_VARIANT_TYPE_CONNECTION
or NM_VARIANT_TYPE_SETTING
error
location to store error, or NULL
location to store error, or NULL
TRUE if the secrets were successfully updated, FALSE if the update
+
TRUE if the secrets were successfully updated, FALSE if the update
failed (tried to update secrets for a setting that doesn't exist, etc)
const char *
nm_connection_get_interface_name (NMConnection *connection);
Returns the interface name as stored in NMSettingConnection:interface_name.
-If the connection contains no NMSettingConnection, it will return NULL.
+If the connection contains no NMSettingConnection, it will return NULL.
For hardware devices and software devices created outside of NetworkManager,
this name is used to match the device. for software devices created by
NetworkManager, this is the name of the created interface.
@@ -1399,13 +1399,13 @@ NetworkManager, this is the name of the created interface.
nm_connection_is_type ()
-gboolean
+gboolean
nm_connection_is_type (NMConnection *connection,
const char *type);
A convenience function to check if the given connection
@@ -1438,8 +1438,8 @@ property of the connection and matches that against
@@ -1448,7 +1448,7 @@ property of the connection and matches that against
void
nm_connection_for_each_setting_value (NMConnection *connection,
NMSettingValueIterFn func,
- gpointer user_data);
+ gpointer user_data);
Iterates over the properties of each NMSetting object in the NMConnection,
calling the supplied user function for each property.
@@ -1485,10 +1485,10 @@ at each invocation
nm_connection_get_settings ()
NMSetting **
nm_connection_get_settings (NMConnection *connection,
- guint *out_length);
+ guint *out_length);
Retrieves the settings in connection
.
-The returned array is NULL-terminated.
+The returned array is NULL-terminated.
Parameters
@@ -1514,9 +1514,9 @@ nm_connection_get_settings (
Returns
a
-NULL-terminated array containing every setting of connection
+NULL-terminated array containing every setting of connection
.
-If the connection has no settings, NULL is returned.
+If the connection has no settings, NULL is returned.
[array length=out_length][transfer container][nullable]
Since: 1.10
@@ -1627,7 +1627,7 @@ nm_connection_get_connection_type (
nm_connection_is_virtual ()
-gboolean
+gboolean
nm_connection_is_virtual (NMConnection *connection);
Checks if connection
refers to a virtual device (and thus can potentially be
@@ -1682,7 +1682,7 @@ Eg, "VLAN (eth1.1)".
Returns
the name of connection
's device,
-or NULL if connection
+or NULL if connection
is not a virtual connection type.
[transfer full]
@@ -1710,7 +1710,7 @@ nm_connection_get_setting_802_1x (
Returns
-an NMSetting8021x if the connection contains one, otherwise NULL.
+an NMSetting8021x if the connection contains one, otherwise NULL.
[transfer none]
@@ -1737,7 +1737,7 @@ nm_connection_get_setting_bluetooth (
Returns
-an NMSettingBluetooth if the connection contains one, otherwise NULL.
+an NMSettingBluetooth if the connection contains one, otherwise NULL.
[transfer none]
@@ -1764,7 +1764,7 @@ nm_connection_get_setting_bond (
Returns
-an NMSettingBond if the connection contains one, otherwise NULL.
+an NMSettingBond if the connection contains one, otherwise NULL.
[transfer none]
@@ -1791,7 +1791,7 @@ nm_connection_get_setting_team (
Returns
-an NMSettingTeam if the connection contains one, otherwise NULL.
+an NMSettingTeam if the connection contains one, otherwise NULL.
[transfer none]
@@ -1818,7 +1818,7 @@ nm_connection_get_setting_team_port (
Returns
-an NMSettingTeamPort if the connection contains one, otherwise NULL.
+an NMSettingTeamPort if the connection contains one, otherwise NULL.
[transfer none]
@@ -1845,7 +1845,7 @@ nm_connection_get_setting_bridge (
Returns
-an NMSettingBridge if the connection contains one, otherwise NULL.
+an NMSettingBridge if the connection contains one, otherwise NULL.
[transfer none]
@@ -1872,7 +1872,7 @@ nm_connection_get_setting_bridge_port (
Returns
-an NMSettingBridgePort if the connection contains one, otherwise NULL.
+an NMSettingBridgePort if the connection contains one, otherwise NULL.
[transfer none]
@@ -1899,7 +1899,7 @@ nm_connection_get_setting_cdma (
Returns
-an NMSettingCdma if the connection contains one, otherwise NULL.
+an NMSettingCdma if the connection contains one, otherwise NULL.
[transfer none]
@@ -1926,7 +1926,7 @@ nm_connection_get_setting_connection (
Returns
-an NMSettingConnection if the connection contains one, otherwise NULL.
+an NMSettingConnection if the connection contains one, otherwise NULL.
[transfer none]
@@ -1980,7 +1980,7 @@ nm_connection_get_setting_dummy (
Returns
-an NMSettingDummy if the connection contains one, otherwise NULL.
+an NMSettingDummy if the connection contains one, otherwise NULL.
[transfer none]
Since: 1.8
@@ -2035,7 +2035,7 @@ nm_connection_get_setting_gsm (
Returns
-an NMSettingGsm if the connection contains one, otherwise NULL.
+an NMSettingGsm if the connection contains one, otherwise NULL.
[transfer none]
@@ -2062,7 +2062,7 @@ nm_connection_get_setting_infiniband (
Returns
-an NMSettingInfiniband if the connection contains one, otherwise NULL.
+an NMSettingInfiniband if the connection contains one, otherwise NULL.
[transfer none]
@@ -2089,7 +2089,7 @@ nm_connection_get_setting_ip_tunnel (
Returns
-an NMSettingIPTunnel if the connection contains one, otherwise NULL.
+an NMSettingIPTunnel if the connection contains one, otherwise NULL.
[transfer none]
Since: 1.2
@@ -2121,7 +2121,7 @@ majority of IPv4-setting-related methods are on that type, not
Returns
an NMSettingIP4Config if the
-connection contains one, otherwise NULL.
+connection contains one, otherwise NULL.
[type NMSettingIP4Config][transfer none]
@@ -2152,7 +2152,7 @@ majority of IPv6-setting-related methods are on that type, not
Returns
an NMSettingIP6Config if the
-connection contains one, otherwise NULL.
+connection contains one, otherwise NULL.
[type NMSettingIP6Config][transfer none]
@@ -2179,7 +2179,7 @@ nm_connection_get_setting_macsec (
Returns
-an NMSettingMacsec if the connection contains one, otherwise NULL.
+an NMSettingMacsec if the connection contains one, otherwise NULL.
[transfer none]
Since: 1.6
@@ -2207,7 +2207,7 @@ nm_connection_get_setting_macvlan (
Returns
-an NMSettingMacvlan if the connection contains one, otherwise NULL.
+an NMSettingMacvlan if the connection contains one, otherwise NULL.
[transfer none]
Since: 1.2
@@ -2235,7 +2235,7 @@ nm_connection_get_setting_olpc_mesh (
Returns
-an NMSettingOlpcMesh if the connection contains one, otherwise NULL.
+an NMSettingOlpcMesh if the connection contains one, otherwise NULL.
[transfer none]
@@ -2262,7 +2262,7 @@ nm_connection_get_setting_ovs_bridge (
Returns
-an NMSettingOvsBridge if the connection contains one, otherwise NULL.
+an NMSettingOvsBridge if the connection contains one, otherwise NULL.
[transfer none]
Since: 1.14
@@ -2291,7 +2291,7 @@ nm_connection_get_setting_ovs_interface
Returns
-an NMSettingOvsInterface if the connection contains one, otherwise NULL.
+an NMSettingOvsInterface if the connection contains one, otherwise NULL.
[transfer none]
Since: 1.14
@@ -2319,7 +2319,7 @@ nm_connection_get_setting_ovs_patch (
Returns
-an NMSettingOvsPatch if the connection contains one, otherwise NULL.
+an NMSettingOvsPatch if the connection contains one, otherwise NULL.
[transfer none]
Since: 1.14
@@ -2347,7 +2347,7 @@ nm_connection_get_setting_ovs_port (
Returns
-an NMSettingOvsPort if the connection contains one, otherwise NULL.
+an NMSettingOvsPort if the connection contains one, otherwise NULL.
[transfer none]
Since: 1.14
@@ -2375,7 +2375,7 @@ nm_connection_get_setting_ppp (
Returns
-an NMSettingPpp if the connection contains one, otherwise NULL.
+an NMSettingPpp if the connection contains one, otherwise NULL.
[transfer none]
@@ -2402,7 +2402,7 @@ nm_connection_get_setting_pppoe (
Returns
-an NMSettingPppoe if the connection contains one, otherwise NULL.
+an NMSettingPppoe if the connection contains one, otherwise NULL.
[transfer none]
@@ -2429,7 +2429,7 @@ nm_connection_get_setting_proxy (
Returns
-an NMSettingProxy if the connection contains one, otherwise NULL.
+an NMSettingProxy if the connection contains one, otherwise NULL.
[transfer none]
Since: 1.6
@@ -2457,7 +2457,7 @@ nm_connection_get_setting_serial (
Returns
-an NMSettingSerial if the connection contains one, otherwise NULL.
+an NMSettingSerial if the connection contains one, otherwise NULL.
[transfer none]
@@ -2484,7 +2484,7 @@ nm_connection_get_setting_tc_config (
Returns
-an NMSettingTCConfig if the connection contains one, otherwise NULL.
+an NMSettingTCConfig if the connection contains one, otherwise NULL.
[transfer none]
Since: 1.12
@@ -2512,7 +2512,7 @@ nm_connection_get_setting_tun (
Returns
-an NMSettingTun if the connection contains one, otherwise NULL.
+an NMSettingTun if the connection contains one, otherwise NULL.
[transfer none]
Since: 1.14
@@ -2540,7 +2540,7 @@ nm_connection_get_setting_vpn (
Returns
-an NMSettingVpn if the connection contains one, otherwise NULL.
+an NMSettingVpn if the connection contains one, otherwise NULL.
[transfer none]
@@ -2567,7 +2567,7 @@ nm_connection_get_setting_wimax (
Returns
-an NMSettingWimax if the connection contains one, otherwise NULL.
+an NMSettingWimax if the connection contains one, otherwise NULL.
[transfer none]
@@ -2594,7 +2594,7 @@ nm_connection_get_setting_adsl (
Returns
-an NMSettingAdsl if the connection contains one, otherwise NULL.
+an NMSettingAdsl if the connection contains one, otherwise NULL.
[transfer none]
@@ -2621,7 +2621,7 @@ nm_connection_get_setting_wired (
Returns
-an NMSettingWired if the connection contains one, otherwise NULL.
+an NMSettingWired if the connection contains one, otherwise NULL.
[transfer none]
@@ -2648,7 +2648,7 @@ nm_connection_get_setting_wireless (
Returns
-an NMSettingWireless if the connection contains one, otherwise NULL.
+an NMSettingWireless if the connection contains one, otherwise NULL.
[transfer none]
@@ -2676,7 +2676,7 @@ nm_connection_get_setting_wireless_security
Returns
-an NMSettingWirelessSecurity if the connection contains one, otherwise NULL.
+an NMSettingWirelessSecurity if the connection contains one, otherwise NULL.
[transfer none]
@@ -2703,7 +2703,7 @@ nm_connection_get_setting_vlan (
Returns
-an NMSettingVlan if the connection contains one, otherwise NULL.
+an NMSettingVlan if the connection contains one, otherwise NULL.
[transfer none]
@@ -2730,7 +2730,7 @@ nm_connection_get_setting_vxlan (
Returns
-an NMSettingVxlan if the connection contains one, otherwise NULL.
+an NMSettingVxlan if the connection contains one, otherwise NULL.
[transfer none]
Since: 1.2
@@ -2789,7 +2789,7 @@ nm_connection_get_setting_vxlan (
-GTypeInterface parent;
+GTypeInterface parent;
the parent interface struct
@@ -2817,8 +2817,8 @@ nm_connection_get_setting_vxlan (NM_VARIANT_TYPE_SETTING
#define NM_VARIANT_TYPE_SETTING G_VARIANT_TYPE_VARDICT
-GVariantType for a dictionary mapping from property names to values. This is
-an alias for G_VARIANT_TYPE_VARDICT, and is the type of each element of
+
GVariantType for a dictionary mapping from property names to values. This is
+an alias for G_VARIANT_TYPE_VARDICT, and is the type of each element of
an NM_VARIANT_TYPE_CONNECTION dictionary.
diff --git a/docs/libnm/html/NMDevice.html b/docs/libnm/html/NMDevice.html
index 21fb84ab..e0735656 100644
--- a/docs/libnm/html/NMDevice.html
+++ b/docs/libnm/html/NMDevice.html
@@ -123,14 +123,14 @@
-gboolean
+gboolean
nm_device_get_managed ()
-const GPtrArray *
+ const GPtrArray *
nm_device_get_ports ()
@@ -146,7 +146,7 @@
-gboolean
+gboolean
nm_device_get_autoconnect ()
@@ -162,7 +162,7 @@
-gboolean
+gboolean
nm_device_get_firmware_missing ()
@@ -170,7 +170,7 @@
-gboolean
+gboolean
nm_device_get_nm_plugin_missing ()
@@ -241,7 +241,7 @@
-const GPtrArray *
+ const GPtrArray *
nm_device_get_available_connections ()
@@ -256,7 +256,7 @@
-guint32
+guint32
nm_device_get_mtu ()
@@ -264,7 +264,7 @@
-gboolean
+gboolean
nm_device_is_real ()
@@ -272,7 +272,7 @@
-gboolean
+gboolean
nm_device_is_software ()
@@ -309,7 +309,7 @@
-GPtrArray *
+GPtrArray *
nm_device_get_lldp_neighbors ()
@@ -333,7 +333,7 @@
-gboolean
+gboolean
nm_device_reapply ()
@@ -349,7 +349,7 @@
-gboolean
+gboolean
nm_device_reapply_finish ()
@@ -381,7 +381,7 @@
-gboolean
+gboolean
nm_device_disconnect ()
@@ -397,7 +397,7 @@
-gboolean
+gboolean
nm_device_disconnect_finish ()
@@ -405,7 +405,7 @@
-gboolean
+gboolean
nm_device_delete ()
@@ -421,7 +421,7 @@
-gboolean
+gboolean
nm_device_delete_finish ()
@@ -429,7 +429,7 @@
-GPtrArray *
+GPtrArray *
nm_device_filter_connections ()
@@ -437,7 +437,7 @@
-gboolean
+gboolean
nm_device_connection_valid ()
@@ -445,7 +445,7 @@
-gboolean
+gboolean
nm_device_connection_compatible ()
@@ -453,7 +453,7 @@
-GType
+GType
nm_device_get_setting_type ()
@@ -485,7 +485,7 @@
-GVariant *
+GVariant *
nm_lldp_neighbor_get_attr_value ()
@@ -501,7 +501,7 @@
-gboolean
+gboolean
nm_lldp_neighbor_get_attr_string_value ()
@@ -509,14 +509,14 @@
-gboolean
+gboolean
nm_lldp_neighbor_get_attr_uint_value ()
-const GVariantType *
+ const GVariantType *
nm_lldp_neighbor_get_attr_type ()
@@ -541,13 +541,13 @@
Read
-gboolean
+gboolean
autoconnect
Read / Write
-GPtrArray *
+GPtrArray *
available-connections
Read
@@ -586,7 +586,7 @@
Read
-gboolean
+gboolean
firmware-missing
Read
@@ -609,7 +609,7 @@
Read
-guint
+guint
interface-flags
Read
@@ -643,27 +643,27 @@
-GPtrArray *
+GPtrArray *
lldp-neighbors
Read
-gboolean
+gboolean
managed
Read
-guint
+guint
metered
Read
-guint
+guint
mtu
Read
-gboolean
+gboolean
nm-plugin-missing
Read
@@ -681,7 +681,7 @@
-GPtrArray *
+GPtrArray *
ports
Read
@@ -692,7 +692,7 @@
Read
-gboolean
+gboolean
real
Read
@@ -702,7 +702,7 @@
Read
-guint
+guint
state-reason
Read
@@ -732,7 +732,7 @@
void
state-changed
-Run First
+Run First
@@ -891,7 +891,7 @@
Object Hierarchy
GBoxed
╰── NMLldpNeighbor
- GObject
+ GObject
╰── NMObject
╰── NMDevice
├── NMDevice6Lowpan
@@ -1064,7 +1064,7 @@ nm_device_get_path (Returns
the path of the device.
The string is backslash escaped (C escaping) for invalid characters. The escaping
-can be reverted with g_strcompress(), however the result may not be valid UTF-8.
+can be reverted with g_strcompress(), however the result may not be valid UTF-8.
Since: 1.26
@@ -1202,7 +1202,7 @@ nm_device_get_hw_address (
Returns
- the current MAC of the device, or NULL.
+
the current MAC of the device, or NULL.
This is the internal string used by the device, and must not be modified.
@@ -1235,7 +1235,7 @@ nm_device_get_capabilities (
nm_device_get_managed ()
-gboolean
+gboolean
nm_device_get_managed (NMDevice *device);
Whether the NMDevice is managed by NetworkManager.
@@ -1255,13 +1255,13 @@ nm_device_get_managed (
Returns
- TRUE if the device is managed by NetworkManager
+ TRUE if the device is managed by NetworkManager
nm_device_get_ports ()
-const GPtrArray *
+const GPtrArray *
nm_device_get_ports (NMDevice *device);
Gets the devices currently set as port of device
.
@@ -1282,7 +1282,7 @@ nm_device_get_ports (
Returns
-the GPtrArray containing NMDevices that
+
the GPtrArray containing NMDevices that
are slaves of device
. This is the internal copy used by the device and
must not be modified.
@@ -1295,7 +1295,7 @@ must not be modified.
nm_device_set_managed ()
void
nm_device_set_managed (NMDevice *device,
- gboolean managed);
+ gboolean managed);
nm_device_set_managed has been deprecated since version 1.22 and should not be used in newly-written code.
Use the async command nm_client_dbus_set_property() on
@@ -1322,7 +1322,7 @@ not emit a property changed signal.
managed
-TRUE to make the device managed by NetworkManager.
+TRUE to make the device managed by NetworkManager.
@@ -1333,7 +1333,7 @@ not emit a property changed signal.
nm_device_get_autoconnect ()
-gboolean
+gboolean
nm_device_get_autoconnect (NMDevice *device);
Whether the NMDevice can be autoconnected.
@@ -1361,7 +1361,7 @@ nm_device_get_autoconnect (nm_device_set_autoconnect ()
void
nm_device_set_autoconnect (NMDevice *device,
- gboolean autoconnect);
+ gboolean autoconnect);
nm_device_set_autoconnect has been deprecated since version 1.22 and should not be used in newly-written code.
Use the async command nm_client_dbus_set_property() on
@@ -1386,7 +1386,7 @@ and modifies the content of the NMClient cache client side.
autoconnect
-TRUE to enable autoconnecting
+TRUE to enable autoconnecting
@@ -1396,7 +1396,7 @@ and modifies the content of the NMClient cache client side.
nm_device_get_nm_plugin_missing ()
-gboolean
+gboolean
nm_device_get_nm_plugin_missing (NMDevice *device);
Indicates that the NetworkManager plugin for the device is not installed.
@@ -1444,7 +1444,7 @@ nm_device_get_nm_plugin_missing (
Since: 1.2
@@ -1473,7 +1473,7 @@ works with VPN connections.
Returns
-the IPv4 NMIPConfig, or NULL if the device is not
+
the IPv4 NMIPConfig, or NULL if the device is not
activated.
[transfer none]
@@ -1503,7 +1503,7 @@ works with VPN connections.
Returns
-the IPv4 NMDhcpConfig, or NULL if the device is
+
the IPv4 NMDhcpConfig, or NULL if the device is
not activated or not using DHCP.
[transfer none]
@@ -1533,7 +1533,7 @@ works with VPN connections.
Returns
-the IPv6 NMIPConfig or NULL if the device is not activated.
+the IPv6 NMIPConfig or NULL if the device is not activated.
[transfer none]
@@ -1562,7 +1562,7 @@ works with VPN connections.
Returns
-the IPv6 NMDhcpConfig, or NULL if the device is
+
the IPv6 NMDhcpConfig, or NULL if the device is
not activated or not using DHCPv6.
[transfer none]
@@ -1679,7 +1679,7 @@ nm_device_get_active_connection (
Returns
-the NMActiveConnection or NULL if the device is
+
the NMActiveConnection or NULL if the device is
not part of an active connection.
[transfer none]
@@ -1687,7 +1687,7 @@ not part of an active connection.
nm_device_get_available_connections ()
-const GPtrArray *
+const GPtrArray *
nm_device_get_available_connections (NMDevice *device);
Gets the NMRemoteConnections currently known to the daemon that could
be activated on device
@@ -1709,7 +1709,7 @@ be activated on device
Returns
-the GPtrArray
+
the GPtrArray
containing NMRemoteConnections. This is the internal copy used by
the connection, and must not be modified.
[element-type NMRemoteConnection]
@@ -1720,7 +1720,7 @@ the connection, and must not be modified.
nm_device_get_physical_port_id ()
const char *
nm_device_get_physical_port_id (NMDevice *device);
-Gets the physical port ID of the NMDevice. If non-NULL, this is
+
Gets the physical port ID of the NMDevice. If non-NULL, this is
an opaque string that can be used to recognize when
seemingly-unrelated NMDevices are actually just different virtual
ports on a single physical port. (Eg, NPAR / SR-IOV.)
@@ -1741,7 +1741,7 @@ ports on a single physical port. (Eg, NPAR / SR-IOV.)
Returns
- the physical port ID of the device, or NULL if the port
+
the physical port ID of the device, or NULL if the port
ID is unknown. This is the internal string used by the device and
must not be modified.
@@ -1749,7 +1749,7 @@ must not be modified.
nm_device_get_mtu ()
-guint32
+guint32
nm_device_get_mtu (NMDevice *device);
Gets the MTU of the NMDevice.
@@ -1775,7 +1775,7 @@ nm_device_get_mtu (
nm_device_is_real ()
-gboolean
+gboolean
nm_device_is_real (NMDevice *device);
Parameters
@@ -1794,7 +1794,7 @@ nm_device_is_real (
Returns
- TRUE if the device exists, or FALSE if it is a placeholder device
+
TRUE if the device exists, or FALSE if it is a placeholder device
that could be automatically created by NetworkManager if one of its
“available-connections” was activated.
@@ -1803,7 +1803,7 @@ that could be automatically created by NetworkManager if one of its
nm_device_is_software ()
-gboolean
+gboolean
nm_device_is_software (NMDevice *device);
Whether the device is a software device.
@@ -1853,7 +1853,7 @@ nm_device_get_product (g_strcompress(), however the result may not be valid UTF-8.
+can be reverted with g_strcompress(), however the result may not be valid UTF-8.
@@ -1882,7 +1882,7 @@ nm_device_get_vendor (g_strcompress(), however the result may not be valid UTF-8.
+can be reverted with g_strcompress(), however the result may not be valid UTF-8.
@@ -1944,7 +1944,7 @@ nm_device_get_metered (
nm_device_get_lldp_neighbors ()
-GPtrArray *
+GPtrArray *
nm_device_get_lldp_neighbors (NMDevice *device);
Gets the list of neighbors discovered through LLDP.
@@ -1964,7 +1964,7 @@ nm_device_get_lldp_neighbors (
Returns
-the GPtrArray
+
the GPtrArray
containing NMLldpNeighbors. This is the internal copy used by the
device and must not be modified. The library never modifies the returned
array and thus it is safe for callers to reference and keep using it.
@@ -2040,13 +2040,13 @@ devices in devices
nm_device_reapply ()
-gboolean
+gboolean
nm_device_reapply (NMDevice *device,
NMConnection *connection,
- guint64 version_id,
- guint32 flags,
- GCancellable *cancellable,
- GError **error);
+ guint64 version_id,
+ guint32 flags,
+ GCancellable *cancellable,
+ GError **error);
nm_device_reapply has been deprecated since version 1.22 and should not be used in newly-written code.
Use nm_device_reapply_async() or GDBusConnection.
@@ -2070,7 +2070,7 @@ made since it was last applied.
connection
the NMConnection to replace the applied
-settings with or NULL to reuse existing.
+settings with or NULL to reuse existing.
[nullable]
@@ -2087,12 +2087,12 @@ modification. This allows to catch concurrent accesses.
cancellable
-a GCancellable, or NULL
+a GCancellable, or NULL
error
-
+
@@ -2100,7 +2100,7 @@ modification. This allows to catch concurrent accesses.
Returns
- TRUE on success, FALSE on error, in which case error
+
TRUE on success, FALSE on error, in which case error
will be set.
Since: 1.2
@@ -2111,11 +2111,11 @@ will be set.
void
nm_device_reapply_async (NMDevice *device,
NMConnection *connection,
- guint64 version_id,
- guint32 flags,
- GCancellable *cancellable,
- GAsyncReadyCallback callback,
- gpointer user_data);
+ guint64 version_id,
+ guint32 flags,
+ GCancellable *cancellable,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
Asynchronously begins an attempt to update device with changes to the
currently active connection made since it was last applied.
@@ -2135,7 +2135,7 @@ currently active connection made since it was last applied.
connection
the NMConnection to replace the applied
-settings with or NULL to reuse existing.
+settings with or NULL to reuse existing.
[nullable]
@@ -2153,7 +2153,7 @@ accesses.
cancellable
-a GCancellable, or NULL
+a GCancellable, or NULL
@@ -2175,10 +2175,10 @@ accesses.
nm_device_reapply_finish ()
-gboolean
+gboolean
nm_device_reapply_finish (NMDevice *device,
- GAsyncResult *result,
- GError **error);
+ GAsyncResult *result,
+ GError **error);
Gets the result of a call to nm_device_reapply_async().
Parameters
@@ -2196,12 +2196,12 @@ nm_device_reapply_finish (result
-the result passed to the GAsyncReadyCallback
+the result passed to the GAsyncReadyCallback
error
-
+
@@ -2209,7 +2209,7 @@ nm_device_reapply_finish (
Returns
- TRUE on success, FALSE on error, in which case error
+
TRUE on success, FALSE on error, in which case error
will be set.
Since: 1.2
@@ -2219,10 +2219,10 @@ will be set.
nm_device_get_applied_connection ()
NMConnection *
nm_device_get_applied_connection (NMDevice *device,
- guint32 flags,
- guint64 *version_id,
- GCancellable *cancellable,
- GError **error);
+ guint32 flags,
+ guint64 *version_id,
+ GCancellable *cancellable,
+ GError **error);
nm_device_get_applied_connection has been deprecated since version 1.22 and should not be used in newly-written code.
Use nm_device_get_applied_connection_async() or GDBusConnection.
@@ -2255,12 +2255,12 @@ the applied connection.
cancellable
-a GCancellable, or NULL
+a GCancellable, or NULL
error
-
+
@@ -2269,7 +2269,7 @@ the applied connection.
Returns
a NMConnection with the currently applied settings
-or NULL on error.
+or NULL on error.
The connection is as received from D-Bus and might not validate according
to nm_connection_verify().
[transfer full]
@@ -2282,10 +2282,10 @@ to void
nm_device_get_applied_connection_async
(NMDevice *device,
- guint32 flags,
- GCancellable *cancellable,
- GAsyncReadyCallback callback,
- gpointer user_data);
+ guint32 flags,
+ GCancellable *cancellable,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
Asynchronously begins and gets the currently applied connection.
Parameters
@@ -2308,7 +2308,7 @@ nm_device_get_applied_connection_async
cancellable
-a GCancellable, or NULL
+a GCancellable, or NULL
@@ -2333,9 +2333,9 @@ nm_device_get_applied_connection_async
NMConnection *
nm_device_get_applied_connection_finish
(NMDevice *device,
- GAsyncResult *result,
- guint64 *version_id,
- GError **error);
+ GAsyncResult *result,
+ guint64 *version_id,
+ GError **error);
Gets the result of a call to nm_device_get_applied_connection_async().
result
-the result passed to the GAsyncReadyCallback
+the result passed to the GAsyncReadyCallback
@@ -2364,7 +2364,7 @@ connection.
error
-
+
@@ -2372,7 +2372,7 @@ connection.
Returns
-a currently applied NMConnection or NULL in case
+
a currently applied NMConnection or NULL in case
of error.
The connection is as received from D-Bus and might not validate according
to nm_connection_verify().
@@ -2383,10 +2383,10 @@ to
nm_device_disconnect ()
-gboolean
+gboolean
nm_device_disconnect (NMDevice *device,
- GCancellable *cancellable,
- GError **error);
+ GCancellable *cancellable,
+ GError **error);
nm_device_disconnect has been deprecated since version 1.22 and should not be used in newly-written code.
Use nm_device_disconnect_async() or GDBusConnection.
@@ -2410,12 +2410,12 @@ request.
cancellable
-a GCancellable, or NULL
+a GCancellable, or NULL
error
-
+
@@ -2423,7 +2423,7 @@ request.
@@ -2432,9 +2432,9 @@ will be set.
nm_device_disconnect_async ()
void
nm_device_disconnect_async (NMDevice *device,
- GCancellable *cancellable,
- GAsyncReadyCallback callback,
- gpointer user_data);
+ GCancellable *cancellable,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
Asynchronously begins disconnecting the device if currently connected, and
prevents the device from automatically connecting to networks until the next
manual network connection request.
@@ -2454,7 +2454,7 @@ manual network connection request.
cancellable
-a GCancellable, or NULL
+a GCancellable, or NULL
@@ -2475,10 +2475,10 @@ manual network connection request.
nm_device_disconnect_finish ()
-gboolean
+gboolean
nm_device_disconnect_finish (NMDevice *device,
- GAsyncResult *result,
- GError **error);
+ GAsyncResult *result,
+ GError **error);
Gets the result of a call to nm_device_disconnect_async().
Parameters
@@ -2496,12 +2496,12 @@ nm_device_disconnect_finish (result
-the result passed to the GAsyncReadyCallback
+the result passed to the GAsyncReadyCallback
error
-
+
@@ -2509,17 +2509,17 @@ nm_device_disconnect_finish (
Returns
- TRUE on success, FALSE on error, in which case error
+
TRUE on success, FALSE on error, in which case error
will be set.
nm_device_delete ()
-gboolean
+gboolean
nm_device_delete (NMDevice *device,
- GCancellable *cancellable,
- GError **error);
+ GCancellable *cancellable,
+ GError **error);
nm_device_delete has been deprecated since version 1.22 and should not be used in newly-written code.
Use nm_device_delete_async() or GDBusConnection.
@@ -2541,12 +2541,12 @@ nm_device_delete (cancellable
-a GCancellable, or NULL
+a GCancellable, or NULL
error
-
+
@@ -2554,7 +2554,7 @@ nm_device_delete (
Returns
- TRUE on success, FALSE on error, in which case error
+
TRUE on success, FALSE on error, in which case error
will be set.
@@ -2563,9 +2563,9 @@ will be set.
nm_device_delete_async ()
void
nm_device_delete_async (NMDevice *device,
- GCancellable *cancellable,
- GAsyncReadyCallback callback,
- gpointer user_data);
+ GCancellable *cancellable,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
Asynchronously begins deleting the software device. Hardware devices can't
be deleted.
@@ -2584,7 +2584,7 @@ be deleted.
cancellable
-a GCancellable, or NULL
+a GCancellable, or NULL
@@ -2605,10 +2605,10 @@ be deleted.
nm_device_delete_finish ()
-gboolean
+gboolean
nm_device_delete_finish (NMDevice *device,
- GAsyncResult *result,
- GError **error);
+ GAsyncResult *result,
+ GError **error);
Gets the result of a call to nm_device_delete_async().
Parameters
@@ -2626,12 +2626,12 @@ nm_device_delete_finish (result
-the result passed to the GAsyncReadyCallback
+the result passed to the GAsyncReadyCallback
error
-
+
@@ -2639,16 +2639,16 @@ nm_device_delete_finish (
Returns
- TRUE on success, FALSE on error, in which case error
+
TRUE on success, FALSE on error, in which case error
will be set.
nm_device_filter_connections ()
-GPtrArray *
+GPtrArray *
nm_device_filter_connections (NMDevice *device,
- const GPtrArray *connections);
+ const GPtrArray *connections);
Filters a given array of connections for a given NMDevice object and returns
connections which may be activated with the device. For example if device
@@ -2686,7 +2686,7 @@ incompatible with the device. To get the full list of connections see
an array of
NMConnections that could be activated with the given device
. The array
-should be freed with g_ptr_array_unref() when it is no longer required.
+should be freed with g_ptr_array_unref() when it is no longer required.
WARNING: the transfer annotation for this function may not work correctly
with bindings. See https://gitlab.gnome.org/GNOME/gobject-introspection/-/issues/305.
You can filter the list yourself with nm_device_connection_valid().
@@ -2696,7 +2696,7 @@ You can filter the list yourself with
nm_device_connection_valid ()
-gboolean
+gboolean
nm_device_connection_valid (NMDevice *device,
NMConnection *connection);
Validates a given connection for a given NMDevice object and returns
@@ -2733,17 +2733,17 @@ against
nm_device_connection_compatible ()
-gboolean
+gboolean
nm_device_connection_compatible (NMDevice *device,
NMConnection *connection,
- GError **error);
+ GError **error);
Validates a given connection for a given NMDevice object and returns
whether the connection may be activated with the device. For example if
device
@@ -2778,7 +2778,7 @@ against
error
-
+
@@ -2786,14 +2786,14 @@ against
Returns
- TRUE if the connection may be activated with this device, FALSE
+
TRUE if the connection may be activated with this device, FALSE
if is incompatible with the device's capabilities and characteristics.
nm_device_get_setting_type ()
-GType
+GType
nm_device_get_setting_type (NMDevice *device);
Gets the (primary) NMSetting subtype associated with connections
that can be used on device
@@ -2892,7 +2892,7 @@ nm_lldp_neighbor_get_attr_names (
Returns
-a NULL-terminated array of attribute names.
+a NULL-terminated array of attribute names.
[transfer full]
Since: 1.2
@@ -2900,7 +2900,7 @@ nm_lldp_neighbor_get_attr_names (
nm_lldp_neighbor_get_attr_value ()
-GVariant *
+GVariant *
nm_lldp_neighbor_get_attr_value (NMLldpNeighbor *neighbor,
const char *name);
Gets the value (as a GVariant) of attribute with name name
@@ -2930,7 +2930,7 @@ nm_lldp_neighbor_get_attr_value (
Returns
-the value or NULL if the attribute with name
+
the value or NULL if the attribute with name
was
not found.
[transfer none]
@@ -2959,7 +2959,7 @@ actually modify the (empty) instance.
nm_lldp_neighbor_get_attr_string_value ()
-gboolean
+gboolean
nm_lldp_neighbor_get_attr_string_value
(NMLldpNeighbor *neighbor,
const char *name,
@@ -2997,18 +2997,18 @@ attribute value.
Returns
- TRUE if a string attribute with name name
-was found, FALSE otherwise
+ TRUE if a string attribute with name name
+was found, FALSE otherwise
Since: 1.2
nm_lldp_neighbor_get_attr_uint_value ()
-gboolean
+gboolean
nm_lldp_neighbor_get_attr_uint_value (NMLldpNeighbor *neighbor,
const char *name,
- guint *out_value);
+ guint *out_value);
Gets the uint32 value of attribute with name name
on neighbor
@@ -3041,15 +3041,15 @@ nm_lldp_neighbor_get_attr_uint_value (
Returns
- TRUE if a uint32 attribute with name name
-was found, FALSE otherwise
+ TRUE if a uint32 attribute with name name
+was found, FALSE otherwise
Since: 1.2
nm_lldp_neighbor_get_attr_type ()
-const GVariantType *
+const GVariantType *
nm_lldp_neighbor_get_attr_type (NMLldpNeighbor *neighbor,
const char *name);
Get the type of an attribute.
@@ -3077,7 +3077,7 @@ nm_lldp_neighbor_get_attr_type (
Returns
- the GVariantType of the attribute with name name
+
the GVariantType of the attribute with name name
Since: 1.2
@@ -3378,7 +3378,7 @@ all the VLANs.
The “autoconnect” property
- “autoconnect” gboolean
+ “autoconnect” gboolean
Whether the device can auto-activate a connection.
The property setter is a synchronous D-Bus call. This is deprecated since 1.22.
Owner: NMDevice
@@ -3388,7 +3388,7 @@ all the VLANs.
The “available-connections” property
- “available-connections” GPtrArray *
+ “available-connections” GPtrArray *
The available connections of the device
[type GPtrArray(NMRemoteConnection)]
Owner: NMDevice
@@ -3448,8 +3448,8 @@ all the VLANs.
The “firmware-missing” property
- “firmware-missing” gboolean
-When TRUE indicates the device is likely missing firmware required
+
“firmware-missing” gboolean
+When TRUE indicates the device is likely missing firmware required
for its operation.
Owner: NMDevice
Flags: Read
@@ -3486,7 +3486,7 @@ for its operation.
The “interface-flags” property
- “interface-flags” guint
+ “interface-flags” guint
The interface flags.
Owner: NMDevice
Flags: Read
@@ -3542,7 +3542,7 @@ operations like addressing and routing.
The “lldp-neighbors” property
- “lldp-neighbors” GPtrArray *
+ “lldp-neighbors” GPtrArray *
The LLDP neighbors.
Owner: NMDevice
Flags: Read
@@ -3550,7 +3550,7 @@ operations like addressing and routing.
The “managed” property
- “managed” gboolean
+ “managed” gboolean
Whether the device is managed by NetworkManager.
Owner: NMDevice
Flags: Read
@@ -3559,7 +3559,7 @@ operations like addressing and routing.
The “metered” property
- “metered” guint
+ “metered” guint
Whether the device is metered.
Owner: NMDevice
Flags: Read
@@ -3569,7 +3569,7 @@ operations like addressing and routing.
The “mtu” property
- “mtu” guint
+ “mtu” guint
The MTU of the device.
Owner: NMDevice
Flags: Read
@@ -3578,8 +3578,8 @@ operations like addressing and routing.
The “nm-plugin-missing” property
- “nm-plugin-missing” gboolean
-When TRUE indicates that the NetworkManager plugin for the device
+
“nm-plugin-missing” gboolean
+When TRUE indicates that the NetworkManager plugin for the device
is not installed.
Owner: NMDevice
Flags: Read
@@ -3592,7 +3592,7 @@ is not installed.
“path” char *
The device path as exposed by the udev property ID_PATH.
The string is backslash escaped (C escaping) for invalid
-characters. The escaping can be reverted with g_strcompress(),
+characters. The escaping can be reverted with g_strcompress(),
however the result may not be valid UTF-8.
Owner: NMDevice
Flags: Read
@@ -3612,7 +3612,7 @@ however the result may not be valid UTF-8.
The “ports” property
- “ports” GPtrArray *
+ “ports” GPtrArray *
The port devices of the controller device. For devices that cannot be
controllers this is likely to be always empty.
Owner: NMDevice
@@ -3631,7 +3631,7 @@ controllers this is likely to be always empty.
The “real” property
- “real” gboolean
+ “real” gboolean
Whether the device is real or is a placeholder device that could
be created automatically by NetworkManager if one of its
“available-connections” was activated.
@@ -3652,7 +3652,7 @@ be created automatically by NetworkManager if one of its
The “state-reason” property
- “state-reason” guint
+ “state-reason” guint
The reason for the device state.
Owner: NMDevice
Flags: Read
@@ -3688,10 +3688,10 @@ request more information about the device from those services.
The “state-changed” signal
void
user_function (NMDevice *device,
- guint new_state,
- guint old_state,
- guint reason,
- gpointer user_data)
+ guint new_state,
+ guint old_state,
+ guint reason,
+ gpointer user_data)
Notifies the state change of a NMDevice.
-Flags: Run First
+Flags: Run First
diff --git a/docs/libnm/html/NMDevice6Lowpan.html b/docs/libnm/html/NMDevice6Lowpan.html
index 5e36709b..a91f60ee 100644
--- a/docs/libnm/html/NMDevice6Lowpan.html
+++ b/docs/libnm/html/NMDevice6Lowpan.html
@@ -91,7 +91,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDevice6Lowpan
diff --git a/docs/libnm/html/NMDeviceAdsl.html b/docs/libnm/html/NMDeviceAdsl.html
index 26994afa..c6ab1072 100644
--- a/docs/libnm/html/NMDeviceAdsl.html
+++ b/docs/libnm/html/NMDeviceAdsl.html
@@ -42,7 +42,7 @@
-gboolean
+gboolean
nm_device_adsl_get_carrier ()
@@ -59,7 +59,7 @@
-gboolean
+gboolean
carrier
Read
@@ -86,7 +86,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceAdsl
@@ -99,7 +99,7 @@
Functions
nm_device_adsl_get_carrier ()
-gboolean
+gboolean
nm_device_adsl_get_carrier (NMDeviceAdsl *device);
Whether the device has carrier.
@@ -140,7 +140,7 @@ nm_device_adsl_get_carrier (Property Details
The “carrier” property
- “carrier” gboolean
+ “carrier” gboolean
Whether the device has carrier.
Owner: NMDeviceAdsl
Flags: Read
diff --git a/docs/libnm/html/NMDeviceBond.html b/docs/libnm/html/NMDeviceBond.html
index 09d2fe47..06cd691d 100644
--- a/docs/libnm/html/NMDeviceBond.html
+++ b/docs/libnm/html/NMDeviceBond.html
@@ -50,14 +50,14 @@
-gboolean
+gboolean
nm_device_bond_get_carrier ()
-const GPtrArray *
+ const GPtrArray *
nm_device_bond_get_slaves ()
@@ -76,13 +76,13 @@
-gboolean
+gboolean
carrier
Read
-GPtrArray *
+GPtrArray *
slaves
Read
@@ -118,7 +118,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceBond
@@ -163,7 +163,7 @@ device, and must not be modified.
nm_device_bond_get_carrier ()
-gboolean
+gboolean
nm_device_bond_get_carrier (NMDeviceBond *device);
Whether the device has carrier.
nm_device_bond_get_slaves ()
-const GPtrArray *
+const GPtrArray *
nm_device_bond_get_slaves (NMDeviceBond *device);
nm_device_bond_get_slaves has been deprecated since version 1.34 and should not be used in newly-written code.
@@ -214,7 +214,7 @@ nm_device_bond_get_slaves (
Returns
-the GPtrArray containing
+
the GPtrArray containing
NMDevices that are slaves of device
. This is the internal
copy used by the device, and must not be modified.
@@ -251,7 +251,7 @@ copy used by the device, and must not be modified.
Property Details
The “carrier” property
- “carrier” gboolean
+ “carrier” gboolean
Whether the device has carrier.
Owner: NMDeviceBond
Flags: Read
@@ -260,7 +260,7 @@ copy used by the device, and must not be modified.
The “slaves” property
- “slaves” GPtrArray *
+ “slaves” GPtrArray *
The devices enslaved to the bond device.
[type GPtrArray(NMDevice)]
Owner: NMDeviceBond
diff --git a/docs/libnm/html/NMDeviceBridge.html b/docs/libnm/html/NMDeviceBridge.html
index eaae7a8d..d77ab533 100644
--- a/docs/libnm/html/NMDeviceBridge.html
+++ b/docs/libnm/html/NMDeviceBridge.html
@@ -50,14 +50,14 @@
-gboolean
+gboolean
nm_device_bridge_get_carrier ()
-const GPtrArray *
+ const GPtrArray *
nm_device_bridge_get_slaves ()
@@ -76,13 +76,13 @@
-gboolean
+gboolean
carrier
Read
-GPtrArray *
+GPtrArray *
slaves
Read
@@ -118,7 +118,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceBridge
@@ -163,7 +163,7 @@ device, and must not be modified.
nm_device_bridge_get_carrier ()
-gboolean
+gboolean
nm_device_bridge_get_carrier (NMDeviceBridge *device);
Whether the device has carrier.
nm_device_bridge_get_slaves ()
-const GPtrArray *
+const GPtrArray *
nm_device_bridge_get_slaves (NMDeviceBridge *device);
nm_device_bridge_get_slaves has been deprecated since version 1.34 and should not be used in newly-written code.
@@ -214,7 +214,7 @@ nm_device_bridge_get_slaves (
Returns
-the GPtrArray containing
+
the GPtrArray containing
NMDevices that are slaves of device
. This is the internal
copy used by the device, and must not be modified.
@@ -251,7 +251,7 @@ copy used by the device, and must not be modified.
Property Details
The “carrier” property
- “carrier” gboolean
+ “carrier” gboolean
Whether the device has carrier.
Owner: NMDeviceBridge
Flags: Read
@@ -260,7 +260,7 @@ copy used by the device, and must not be modified.
The “slaves” property
- “slaves” GPtrArray *
+ “slaves” GPtrArray *
The devices enslaved to the bridge device.
[type GPtrArray(NMDevice)]
Owner: NMDeviceBridge
diff --git a/docs/libnm/html/NMDeviceBt.html b/docs/libnm/html/NMDeviceBt.html
index 52c01144..20d85b6f 100644
--- a/docs/libnm/html/NMDeviceBt.html
+++ b/docs/libnm/html/NMDeviceBt.html
@@ -118,7 +118,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceBt
diff --git a/docs/libnm/html/NMDeviceDummy.html b/docs/libnm/html/NMDeviceDummy.html
index 1035a00c..d4fd3bfd 100644
--- a/docs/libnm/html/NMDeviceDummy.html
+++ b/docs/libnm/html/NMDeviceDummy.html
@@ -69,7 +69,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceDummy
diff --git a/docs/libnm/html/NMDeviceEthernet.html b/docs/libnm/html/NMDeviceEthernet.html
index 7972b3cf..9b22a885 100644
--- a/docs/libnm/html/NMDeviceEthernet.html
+++ b/docs/libnm/html/NMDeviceEthernet.html
@@ -57,7 +57,7 @@
-guint32
+guint32
nm_device_ethernet_get_speed ()
@@ -65,7 +65,7 @@
-gboolean
+gboolean
nm_device_ethernet_get_carrier ()
@@ -91,7 +91,7 @@
-gboolean
+gboolean
carrier
Read
@@ -102,12 +102,12 @@
Read
-GStrv
+GStrv
s390-subchannels
Read
-guint
+guint
speed
Read
@@ -151,7 +151,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceEthernet
@@ -225,7 +225,7 @@ device, and must not be modified.
nm_device_ethernet_get_speed ()
-guint32
+guint32
nm_device_ethernet_get_speed (NMDeviceEthernet *device);
Gets the speed of the NMDeviceEthernet in Mbit/s.
@@ -251,7 +251,7 @@ nm_device_ethernet_get_speed (
nm_device_ethernet_get_carrier ()
-gboolean
+gboolean
nm_device_ethernet_get_carrier (NMDeviceEthernet *device);
Whether the device has carrier.
@@ -346,7 +346,7 @@ one subchannel the s390 device uses to communicate to the host.
Property Details
The “carrier” property
- “carrier” gboolean
+ “carrier” gboolean
Whether the device has carrier.
Owner: NMDeviceEthernet
Flags: Read
@@ -364,7 +364,7 @@ one subchannel the s390 device uses to communicate to the host.
The “s390-subchannels” property
- “s390-subchannels” GStrv
+ “s390-subchannels” GStrv
Identifies subchannels of this network device used for
communication with z/VM or s390 host.
Owner: NMDeviceEthernet
@@ -374,7 +374,7 @@ communication with z/VM or s390 host.
The “speed” property
- “speed” guint
+ “speed” guint
The speed of the device.
Owner: NMDeviceEthernet
Flags: Read
diff --git a/docs/libnm/html/NMDeviceGeneric.html b/docs/libnm/html/NMDeviceGeneric.html
index d97855f9..b196e8d4 100644
--- a/docs/libnm/html/NMDeviceGeneric.html
+++ b/docs/libnm/html/NMDeviceGeneric.html
@@ -90,7 +90,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceGeneric
@@ -157,7 +157,7 @@ device, and must not be modified.
The “type-description” property
“type-description” char *
-A description of the specific type of device this is, or NULL
+
A description of the specific type of device this is, or NULL
if not known.
Owner: NMDeviceGeneric
Flags: Read
diff --git a/docs/libnm/html/NMDeviceHsr.html b/docs/libnm/html/NMDeviceHsr.html
index 39cbab48..5bcf6995 100644
--- a/docs/libnm/html/NMDeviceHsr.html
+++ b/docs/libnm/html/NMDeviceHsr.html
@@ -66,7 +66,7 @@
-guint8
+guint8
nm_device_hsr_get_multicast_spec ()
@@ -74,7 +74,7 @@
-gboolean
+gboolean
nm_device_hsr_get_prp ()
@@ -93,7 +93,7 @@
-guchar
+guchar
multicast-spec
Read
@@ -110,7 +110,7 @@
Read
-gboolean
+gboolean
prp
Read
@@ -160,7 +160,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceHsr
@@ -253,7 +253,7 @@ nm_device_hsr_get_supervision_address (
nm_device_hsr_get_multicast_spec ()
-guint8
+guint8
nm_device_hsr_get_multicast_spec (NMDeviceHsr *device);
Parameters
@@ -279,7 +279,7 @@ nm_device_hsr_get_multicast_spec (
nm_device_hsr_get_prp ()
-gboolean
+gboolean
nm_device_hsr_get_prp (NMDeviceHsr *device);
Parameters
@@ -345,7 +345,7 @@ nm_device_hsr_get_prp (Property Details
The “multicast-spec” property
- “multicast-spec” guchar
+ “multicast-spec” guchar
The device last byte of the supervision address.
Owner: NMDeviceHsr
Flags: Read
@@ -373,7 +373,7 @@ nm_device_hsr_get_prp (
The “prp” property
- “prp” gboolean
+ “prp” gboolean
Whether the PRP protocol is used or not.
Owner: NMDeviceHsr
Flags: Read
diff --git a/docs/libnm/html/NMDeviceIPTunnel.html b/docs/libnm/html/NMDeviceIPTunnel.html
index d3bc1474..fd357336 100644
--- a/docs/libnm/html/NMDeviceIPTunnel.html
+++ b/docs/libnm/html/NMDeviceIPTunnel.html
@@ -73,7 +73,7 @@
-guint8
+guint8
nm_device_ip_tunnel_get_ttl ()
@@ -81,7 +81,7 @@
-guint8
+guint8
nm_device_ip_tunnel_get_tos ()
@@ -89,7 +89,7 @@
-gboolean
+gboolean
nm_device_ip_tunnel_get_path_mtu_discovery ()
@@ -111,7 +111,7 @@
-guint8
+guint8
nm_device_ip_tunnel_get_encapsulation_limit ()
@@ -119,7 +119,7 @@
-guint
+guint
nm_device_ip_tunnel_get_flow_label ()
@@ -127,7 +127,7 @@
-guint32
+guint32
nm_device_ip_tunnel_get_fwmark ()
@@ -154,22 +154,22 @@
-guchar
+guchar
encapsulation-limit
Read
-guint
+guint
flags
Read
-guint
+guint
flow-label
Read
-guint
+guint
fwmark
Read
@@ -186,7 +186,7 @@
Read
-guint
+guint
mode
Read
@@ -203,7 +203,7 @@
Read
-gboolean
+gboolean
path-mtu-discovery
Read
@@ -214,12 +214,12 @@
Read
-guchar
+guchar
tos
Read
-guchar
+guchar
ttl
Read
@@ -295,7 +295,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceIPTunnel
@@ -413,7 +413,7 @@ nm_device_ip_tunnel_get_remote (
nm_device_ip_tunnel_get_ttl ()
-guint8
+guint8
nm_device_ip_tunnel_get_ttl (NMDeviceIPTunnel *device);
Parameters
@@ -439,7 +439,7 @@ nm_device_ip_tunnel_get_ttl (
nm_device_ip_tunnel_get_tos ()
-guint8
+guint8
nm_device_ip_tunnel_get_tos (NMDeviceIPTunnel *device);
Parameters
@@ -466,7 +466,7 @@ to tunneled packets.
nm_device_ip_tunnel_get_path_mtu_discovery ()
-gboolean
+gboolean
nm_device_ip_tunnel_get_path_mtu_discovery
(NMDeviceIPTunnel *device);
@@ -545,7 +545,7 @@ nm_device_ip_tunnel_get_output_key (
nm_device_ip_tunnel_get_encapsulation_limit ()
-guint8
+guint8
nm_device_ip_tunnel_get_encapsulation_limit
(NMDeviceIPTunnel *device);
@@ -572,7 +572,7 @@ nm_device_ip_tunnel_get_encapsulation_limit
nm_device_ip_tunnel_get_flow_label ()
-guint
+guint
nm_device_ip_tunnel_get_flow_label (NMDeviceIPTunnel *device);
Parameters
@@ -598,7 +598,7 @@ nm_device_ip_tunnel_get_flow_label (
nm_device_ip_tunnel_get_fwmark ()
-guint32
+guint32
nm_device_ip_tunnel_get_fwmark (NMDeviceIPTunnel *device);
Parameters
@@ -739,7 +739,7 @@ nm_device_ip_tunnel_get_flags (Property Details
The “encapsulation-limit” property
- “encapsulation-limit” guchar
+ “encapsulation-limit” guchar
How many additional levels of encapsulation are permitted to
be prepended to packets. This property applies only to IPv6
tunnels.
@@ -751,7 +751,7 @@ tunnels.
The “flags” property
- “flags” guint
+ “flags” guint
Tunnel flags.
Owner: NMDeviceIPTunnel
Flags: Read
@@ -761,7 +761,7 @@ tunnels.
The “flow-label” property
- “flow-label” guint
+ “flow-label” guint
The flow label to assign to tunnel packets. This property
applies only to IPv6 tunnels.
Owner: NMDeviceIPTunnel
@@ -773,7 +773,7 @@ applies only to IPv6 tunnels.
The “fwmark” property
- “fwmark” guint
+ “fwmark” guint
The fwmark value to assign to tunnel packets. This property applies only
to VTI tunnels.
Owner: NMDeviceIPTunnel
@@ -804,7 +804,7 @@ to VTI tunnels.
The “mode” property
- “mode” guint
+ “mode” guint
The tunneling mode of the device.
Owner: NMDeviceIPTunnel
Flags: Read
@@ -833,7 +833,7 @@ to VTI tunnels.
The “path-mtu-discovery” property
- “path-mtu-discovery” gboolean
+ “path-mtu-discovery” gboolean
Whether path MTU discovery is enabled on this tunnel.
Owner: NMDeviceIPTunnel
Flags: Read
@@ -853,7 +853,7 @@ to VTI tunnels.
The “tos” property
- “tos” guchar
+ “tos” guchar
The type of service (IPv4) or traffic class (IPv6) assigned to
tunneled packets.
Owner: NMDeviceIPTunnel
@@ -864,7 +864,7 @@ tunneled packets.
The “ttl” property
- “ttl” guchar
+ “ttl” guchar
The TTL assigned to tunneled packets. 0 is a special value
meaning that packets inherit the TTL value
Owner: NMDeviceIPTunnel
diff --git a/docs/libnm/html/NMDeviceInfiniband.html b/docs/libnm/html/NMDeviceInfiniband.html
index 433c25f9..36a337c6 100644
--- a/docs/libnm/html/NMDeviceInfiniband.html
+++ b/docs/libnm/html/NMDeviceInfiniband.html
@@ -50,7 +50,7 @@
-gboolean
+gboolean
nm_device_infiniband_get_carrier ()
@@ -68,7 +68,7 @@
-gboolean
+gboolean
carrier
Read
@@ -99,7 +99,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceInfiniband
@@ -144,7 +144,7 @@ device, and must not be modified.
nm_device_infiniband_get_carrier ()
-gboolean
+gboolean
nm_device_infiniband_get_carrier (NMDeviceInfiniband *device);
Whether the device has carrier.
@@ -191,7 +191,7 @@ nm_device_infiniband_get_carrier (Property Details
The “carrier” property
- “carrier” gboolean
+ “carrier” gboolean
Whether the device has carrier.
Owner: NMDeviceInfiniband
Flags: Read
diff --git a/docs/libnm/html/NMDeviceLoopback.html b/docs/libnm/html/NMDeviceLoopback.html
index b4c57549..b7729702 100644
--- a/docs/libnm/html/NMDeviceLoopback.html
+++ b/docs/libnm/html/NMDeviceLoopback.html
@@ -47,7 +47,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceLoopback
diff --git a/docs/libnm/html/NMDeviceMacsec.html b/docs/libnm/html/NMDeviceMacsec.html
index f751c040..483d923f 100644
--- a/docs/libnm/html/NMDeviceMacsec.html
+++ b/docs/libnm/html/NMDeviceMacsec.html
@@ -58,7 +58,7 @@
-guint64
+guint64
nm_device_macsec_get_sci ()
@@ -66,7 +66,7 @@
-guint8
+guint8
nm_device_macsec_get_icv_length ()
@@ -74,7 +74,7 @@
-guint64
+guint64
nm_device_macsec_get_cipher_suite ()
@@ -82,7 +82,7 @@
-guint
+guint
nm_device_macsec_get_window ()
@@ -90,7 +90,7 @@
-guint8
+guint8
nm_device_macsec_get_encoding_sa ()
@@ -105,7 +105,7 @@
-gboolean
+gboolean
nm_device_macsec_get_encrypt ()
@@ -113,7 +113,7 @@
-gboolean
+gboolean
nm_device_macsec_get_protect ()
@@ -121,7 +121,7 @@
-gboolean
+gboolean
nm_device_macsec_get_include_sci ()
@@ -129,7 +129,7 @@
-gboolean
+gboolean
nm_device_macsec_get_es ()
@@ -137,7 +137,7 @@
-gboolean
+gboolean
nm_device_macsec_get_scb ()
@@ -145,7 +145,7 @@
-gboolean
+gboolean
nm_device_macsec_get_replay_protect ()
@@ -164,32 +164,32 @@
-guint64
+guint64
cipher-suite
Read
-guchar
+guchar
encoding-sa
Read
-gboolean
+gboolean
encrypt
Read
-gboolean
+gboolean
es
Read
-guchar
+guchar
icv-length
Read
-gboolean
+gboolean
include-sci
Read
@@ -200,22 +200,22 @@
Read
-gboolean
+gboolean
protect
Read
-gboolean
+gboolean
replay-protect
Read
-gboolean
+gboolean
scb
Read
-guint64
+guint64
sci
Read
@@ -226,7 +226,7 @@
Read
-guint
+guint
window
Read
@@ -306,7 +306,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceMacsec
@@ -379,7 +379,7 @@ device, and must not be modified.
nm_device_macsec_get_sci ()
-guint64
+guint64
nm_device_macsec_get_sci (NMDeviceMacsec *device);
Gets the Secure Channel Identifier in use
@@ -406,7 +406,7 @@ nm_device_macsec_get_sci (
nm_device_macsec_get_icv_length ()
-guint8
+guint8
nm_device_macsec_get_icv_length (NMDeviceMacsec *device);
Gets the length of ICV (Integrity Check Value)
@@ -433,7 +433,7 @@ nm_device_macsec_get_icv_length (
nm_device_macsec_get_cipher_suite ()
-guint64
+guint64
nm_device_macsec_get_cipher_suite (NMDeviceMacsec *device);
Gets the set of cryptographic algorithms in use
@@ -460,7 +460,7 @@ nm_device_macsec_get_cipher_suite (
nm_device_macsec_get_window ()
-guint
+guint
nm_device_macsec_get_window (NMDeviceMacsec *device);
Gets the size of the replay window
@@ -487,7 +487,7 @@ nm_device_macsec_get_window (
nm_device_macsec_get_encoding_sa ()
-guint8
+guint8
nm_device_macsec_get_encoding_sa (NMDeviceMacsec *device);
Gets the value of the Association Number (0..3) for the Security
Association in use.
@@ -543,7 +543,7 @@ disabled)
nm_device_macsec_get_encrypt ()
-gboolean
+gboolean
nm_device_macsec_get_encrypt (NMDeviceMacsec *device);
Gets whether encryption of transmitted frames is enabled
@@ -570,7 +570,7 @@ nm_device_macsec_get_encrypt (
nm_device_macsec_get_protect ()
-gboolean
+gboolean
nm_device_macsec_get_protect (NMDeviceMacsec *device);
Gets whether protection of transmitted frames is enabled
@@ -597,7 +597,7 @@ nm_device_macsec_get_protect (
nm_device_macsec_get_include_sci ()
-gboolean
+gboolean
nm_device_macsec_get_include_sci (NMDeviceMacsec *device);
Gets whether the SCI is always included in SecTAG for transmitted
frames
@@ -625,7 +625,7 @@ frames
nm_device_macsec_get_es ()
-gboolean
+gboolean
nm_device_macsec_get_es (NMDeviceMacsec *device);
Gets whether the ES (End station) bit is enabled in SecTAG for
transmitted frames
@@ -653,7 +653,7 @@ transmitted frames
nm_device_macsec_get_scb ()
-gboolean
+gboolean
nm_device_macsec_get_scb (NMDeviceMacsec *device);
Gets whether the SCB (Single Copy Broadcast) bit is enabled in
SecTAG for transmitted frames
@@ -681,7 +681,7 @@ SecTAG for transmitted frames
nm_device_macsec_get_replay_protect ()
-gboolean
+gboolean
nm_device_macsec_get_replay_protect (NMDeviceMacsec *device);
Gets whether replay protection is enabled
@@ -802,7 +802,7 @@ nm_device_macsec_get_replay_protect (Property Details
The “cipher-suite” property
- “cipher-suite” guint64
+ “cipher-suite” guint64
The set of cryptographic algorithms in use.
Owner: NMDeviceMacsec
Flags: Read
@@ -812,7 +812,7 @@ nm_device_macsec_get_replay_protect (
The “encoding-sa” property
- “encoding-sa” guchar
+ “encoding-sa” guchar
The value of the Association Number (0..3) for the Security
Association in use.
Owner: NMDeviceMacsec
@@ -823,7 +823,7 @@ Association in use.
The “encrypt” property
- “encrypt” gboolean
+ “encrypt” gboolean
Whether encryption of transmitted frames is enabled.
Owner: NMDeviceMacsec
Flags: Read
@@ -833,7 +833,7 @@ Association in use.
The “es” property
- “es” gboolean
+ “es” gboolean
Whether the ES (End station) bit is enabled in SecTAG for
transmitted frames.
Owner: NMDeviceMacsec
@@ -844,7 +844,7 @@ transmitted frames.
The “icv-length” property
- “icv-length” guchar
+ “icv-length” guchar
The length of ICV (Integrity Check Value).
Owner: NMDeviceMacsec
Flags: Read
@@ -854,7 +854,7 @@ transmitted frames.
The “include-sci” property
- “include-sci” gboolean
+ “include-sci” gboolean
Whether the SCI is always included in SecTAG for transmitted
frames.
Owner: NMDeviceMacsec
@@ -874,7 +874,7 @@ frames.
The “protect” property
- “protect” gboolean
+ “protect” gboolean
Whether protection of transmitted frames is enabled.
Owner: NMDeviceMacsec
Flags: Read
@@ -884,7 +884,7 @@ frames.
The “replay-protect” property
- “replay-protect” gboolean
+ “replay-protect” gboolean
Whether replay protection is enabled.
Owner: NMDeviceMacsec
Flags: Read
@@ -894,7 +894,7 @@ frames.
The “scb” property
- “scb” gboolean
+ “scb” gboolean
Whether the SCB (Single Copy Broadcast) bit is enabled in
SecTAG for transmitted frames.
Owner: NMDeviceMacsec
@@ -905,7 +905,7 @@ SecTAG for transmitted frames.
The “sci” property
- “sci” guint64
+ “sci” guint64
The Secure Channel Identifier in use.
Owner: NMDeviceMacsec
Flags: Read
@@ -926,7 +926,7 @@ disabled).
The “window” property
- “window” guint
+ “window” guint
The size of the replay window.
Owner: NMDeviceMacsec
Flags: Read
diff --git a/docs/libnm/html/NMDeviceMacvlan.html b/docs/libnm/html/NMDeviceMacvlan.html
index e8656995..26c418c3 100644
--- a/docs/libnm/html/NMDeviceMacvlan.html
+++ b/docs/libnm/html/NMDeviceMacvlan.html
@@ -58,7 +58,7 @@
-gboolean
+gboolean
nm_device_macvlan_get_no_promisc ()
@@ -66,7 +66,7 @@
-gboolean
+gboolean
nm_device_macvlan_get_tap ()
@@ -98,7 +98,7 @@
Read
-gboolean
+gboolean
no-promisc
Read
@@ -109,7 +109,7 @@
Read
-gboolean
+gboolean
tap
Read
@@ -153,7 +153,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceMacvlan
@@ -221,7 +221,7 @@ device, and must not be modified.
nm_device_macvlan_get_no_promisc ()
-gboolean
+gboolean
nm_device_macvlan_get_no_promisc (NMDeviceMacvlan *device);
Gets the no-promiscuous flag of the device.
@@ -248,7 +248,7 @@ nm_device_macvlan_get_no_promisc (
nm_device_macvlan_get_tap ()
-gboolean
+gboolean
nm_device_macvlan_get_tap (NMDeviceMacvlan *device);
Gets the device type (MACVLAN or MACVTAP).
@@ -268,7 +268,7 @@ nm_device_macvlan_get_tap (
Returns
-
+
Since: 1.2
@@ -359,7 +359,7 @@ device, and must not be modified.
The “no-promisc” property
- “no-promisc” gboolean
+ “no-promisc” gboolean
Whether the device has the no-promiscuos flag.
Owner: NMDeviceMacvlan
Flags: Read
@@ -378,7 +378,7 @@ device, and must not be modified.
The “tap” property
- “tap” gboolean
+ “tap” gboolean
Whether the device is a MACVTAP.
Owner: NMDeviceMacvlan
Flags: Read
diff --git a/docs/libnm/html/NMDeviceModem.html b/docs/libnm/html/NMDeviceModem.html
index 96643585..d6d8bbe7 100644
--- a/docs/libnm/html/NMDeviceModem.html
+++ b/docs/libnm/html/NMDeviceModem.html
@@ -158,7 +158,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceModem
@@ -279,7 +279,7 @@ nm_device_modem_get_operator_code (
Returns
- the operator code or NULL if disconnected or not a 3GPP modem.
+ the operator code or NULL if disconnected or not a 3GPP modem.
Since: 1.20
@@ -306,7 +306,7 @@ nm_device_modem_get_apn (
Returns
- the APN name or NULL if disconnected
+ the APN name or NULL if disconnected
Since: 1.20
diff --git a/docs/libnm/html/NMDeviceOlpcMesh.html b/docs/libnm/html/NMDeviceOlpcMesh.html
index 3c74eec1..d6db0981 100644
--- a/docs/libnm/html/NMDeviceOlpcMesh.html
+++ b/docs/libnm/html/NMDeviceOlpcMesh.html
@@ -58,7 +58,7 @@
-guint32
+guint32
nm_device_olpc_mesh_get_active_channel ()
@@ -77,7 +77,7 @@
-guint
+guint
active-channel
Read
@@ -119,7 +119,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceOlpcMesh
@@ -184,14 +184,14 @@ nm_device_olpc_mesh_get_companion (
nm_device_olpc_mesh_get_active_channel ()
-guint32
+guint32
nm_device_olpc_mesh_get_active_channel
(NMDeviceOlpcMesh *device);
Returns the active channel of the NMDeviceOlpcMesh device.
@@ -245,7 +245,7 @@ nm_device_olpc_mesh_get_active_channel
Property Details
The “active-channel” property
- “active-channel” guint
+ “active-channel” guint
The device's active channel.
Owner: NMDeviceOlpcMesh
Flags: Read
diff --git a/docs/libnm/html/NMDeviceOvsBridge.html b/docs/libnm/html/NMDeviceOvsBridge.html
index 527ab9c1..4001abfb 100644
--- a/docs/libnm/html/NMDeviceOvsBridge.html
+++ b/docs/libnm/html/NMDeviceOvsBridge.html
@@ -41,7 +41,7 @@
-const GPtrArray *
+ const GPtrArray *
nm_device_ovs_bridge_get_slaves ()
@@ -59,7 +59,7 @@
-GPtrArray *
+GPtrArray *
slaves
Read
@@ -86,7 +86,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceOvsBridge
@@ -99,7 +99,7 @@
Functions
nm_device_ovs_bridge_get_slaves ()
-const GPtrArray *
+const GPtrArray *
nm_device_ovs_bridge_get_slaves (NMDeviceOvsBridge *device);
nm_device_ovs_bridge_get_slaves has been deprecated since version 1.34 and should not be used in newly-written code.
@@ -124,7 +124,7 @@ nm_device_ovs_bridge_get_slaves (
Returns
-the GPtrArray containing
+
the GPtrArray containing
NMDevices that are slaves of device
. This is the internal
copy used by the device, and must not be modified.
@@ -151,7 +151,7 @@ copy used by the device, and must not be modified.
Property Details
The “slaves” property
- “slaves” GPtrArray *
+ “slaves” GPtrArray *
Gets the ports currently enslaved to the device.
[type GPtrArray(NMDevice)]
Owner: NMDeviceOvsBridge
diff --git a/docs/libnm/html/NMDeviceOvsInterface.html b/docs/libnm/html/NMDeviceOvsInterface.html
index a1f3fd7b..b216015c 100644
--- a/docs/libnm/html/NMDeviceOvsInterface.html
+++ b/docs/libnm/html/NMDeviceOvsInterface.html
@@ -47,7 +47,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceOvsInterface
diff --git a/docs/libnm/html/NMDeviceOvsPort.html b/docs/libnm/html/NMDeviceOvsPort.html
index 9f51f3e2..b4085184 100644
--- a/docs/libnm/html/NMDeviceOvsPort.html
+++ b/docs/libnm/html/NMDeviceOvsPort.html
@@ -41,7 +41,7 @@
-const GPtrArray *
+ const GPtrArray *
nm_device_ovs_port_get_slaves ()
@@ -59,7 +59,7 @@
-GPtrArray *
+GPtrArray *
slaves
Read
@@ -86,7 +86,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceOvsPort
@@ -99,7 +99,7 @@
Functions
nm_device_ovs_port_get_slaves ()
-const GPtrArray *
+const GPtrArray *
nm_device_ovs_port_get_slaves (NMDeviceOvsPort *device);
nm_device_ovs_port_get_slaves has been deprecated since version 1.34 and should not be used in newly-written code.
@@ -124,7 +124,7 @@ nm_device_ovs_port_get_slaves (
Returns
-the GPtrArray containing
+
the GPtrArray containing
NMDevices that are slaves of device
. This is the internal
copy used by the device, and must not be modified.
@@ -151,7 +151,7 @@ copy used by the device, and must not be modified.
Property Details
The “slaves” property
- “slaves” GPtrArray *
+ “slaves” GPtrArray *
Gets the interfaces currently enslaved to the device.
[type GPtrArray(NMDevice)]
Owner: NMDeviceOvsPort
diff --git a/docs/libnm/html/NMDevicePpp.html b/docs/libnm/html/NMDevicePpp.html
index e44bffc7..832486c1 100644
--- a/docs/libnm/html/NMDevicePpp.html
+++ b/docs/libnm/html/NMDevicePpp.html
@@ -47,7 +47,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDevicePpp
diff --git a/docs/libnm/html/NMDeviceTeam.html b/docs/libnm/html/NMDeviceTeam.html
index 2b0ec9ae..26752acf 100644
--- a/docs/libnm/html/NMDeviceTeam.html
+++ b/docs/libnm/html/NMDeviceTeam.html
@@ -50,14 +50,14 @@
-gboolean
+gboolean
nm_device_team_get_carrier ()
-const GPtrArray *
+ const GPtrArray *
nm_device_team_get_slaves ()
@@ -83,7 +83,7 @@
-gboolean
+gboolean
carrier
Read
@@ -95,7 +95,7 @@
-GPtrArray *
+GPtrArray *
slaves
Read
@@ -135,7 +135,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceTeam
@@ -180,7 +180,7 @@ device, and must not be modified.
nm_device_team_get_carrier ()
-gboolean
+gboolean
nm_device_team_get_carrier (NMDeviceTeam *device);
Whether the device has carrier.
nm_device_team_get_slaves ()
-const GPtrArray *
+const GPtrArray *
nm_device_team_get_slaves (NMDeviceTeam *device);
nm_device_team_get_slaves has been deprecated since version 1.34 and should not be used in newly-written code.
@@ -231,7 +231,7 @@ nm_device_team_get_slaves (
Returns
-the GPtrArray containing
+
the GPtrArray containing
NMDevices that are slaves of device
. This is the internal
copy used by the device, and must not be modified.
@@ -302,7 +302,7 @@ device, and must not be modified.
Property Details
The “carrier” property
- “carrier” gboolean
+ “carrier” gboolean
Whether the device has carrier.
Owner: NMDeviceTeam
Flags: Read
@@ -321,7 +321,7 @@ device, and must not be modified.
The “slaves” property
- “slaves” GPtrArray *
+ “slaves” GPtrArray *
The devices enslaved to the team device.
[type GPtrArray(NMDevice)]
Owner: NMDeviceTeam
diff --git a/docs/libnm/html/NMDeviceTun.html b/docs/libnm/html/NMDeviceTun.html
index 8198090e..118614a2 100644
--- a/docs/libnm/html/NMDeviceTun.html
+++ b/docs/libnm/html/NMDeviceTun.html
@@ -57,7 +57,7 @@
-gint64
+gint64
nm_device_tun_get_owner ()
@@ -65,7 +65,7 @@
-gint64
+gint64
nm_device_tun_get_group ()
@@ -73,7 +73,7 @@
-gboolean
+gboolean
nm_device_tun_get_no_pi ()
@@ -81,7 +81,7 @@
-gboolean
+gboolean
nm_device_tun_get_vnet_hdr ()
@@ -89,7 +89,7 @@
-gboolean
+gboolean
nm_device_tun_get_multi_queue ()
@@ -108,7 +108,7 @@
-