From c2de0d98ba39e0a1a970d066fd19be786092f376 Mon Sep 17 00:00:00 2001
From: Michael Biebl NetworkManager D-Bus Reference Manual Version 1.1.90
+ Version 1.1.91
Copyright © 2012 The NetworkManager Authors This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
@@ -111,7 +111,7 @@ General Public License for more details. You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. Interface has no methods. Interface has no methods. Interface has no methods. Interface has no methods. Interface has no methods. Interface has no methods. Interface has no methods. Interface has no methods. Interface has no methods. Interface has no methods. Interface has no methods. Interface has no methods. Interface has no methods. Interface has no methods. Interface has no methods. Interface has no methods. Interface has no methods. Interface has no methods. Interface has no methods. Interface has no methods. Interface has no methods. Interface has no methods. Interface has no methods. Interface has no methods. Interface has no methods. Interface has no methods. Flags: Run First Flags: Run First Creates a new NMDHCP4Config. Gets all the options contained in the configuration. the GHashTable containing strings for keys and values.
+ the GHashTable containing strings for keys and values.
This is the internal copy used by the configuration, and must not be modified. [transfer none][element-type utf8 GObject.Value] The GHashTable containing options of the configuration. The GHashTable containing options of the configuration. Type: GLib.HashTable(utf8,GObject.Value) Flags: Read Creates a new NMDHCP6Config. Gets all the options contained in the configuration. the GHashTable containing strings for keys and values.
+ the GHashTable containing strings for keys and values.
This is the internal copy used by the configuration, and must not be modified. [transfer none][element-type utf8 GObject.Value] The GHashTable containing options of the configuration. The GHashTable containing options of the configuration. Type: GLib.HashTable(utf8,GObject.Value) Flags: Read Registers an error quark for NMDevice if necessary. Creates a new NMDevice. Returns the numeric type of the NMDevice, ie Ethernet, Wi-Fi, etc. the current MAC of the device, or the current MAC of the device, or Since: 0.9.10 Gets the device' capabilities. Whether the NMDevice is managed by NetworkManager. Enables or disables management of NMDevice by NetworkManager. Whether the NMDevice can be autoconnected. Enables or disables automatic activation of the NMDevice. autoconnect Indicates that firmware required for the device's operation is likely
to be missing. the NMIP4Config or the NMIP4Config or [transfer none] the NMDHCP4Config or the NMDHCP4Config or [transfer none]Deprecated in favor of the 'address-data' and 'gateway' properties, but this can be used for backward-compatibility with older daemons. Note that if you send this property the daemon will ignore 'address-data' and 'gateway'. Array of IPv4 address structures. Each IPv4 address structure is composed of 3 32-bit values; the first being the IPv4 address (network byte order), the second the prefix (1 - 32), and last the IPv4 gateway (network byte order). The gateway may be left as 0 if no gateway exists for that subnet.
+
+
+dad-timeout
+int32
+-1
Timeout in milliseconds used to check for the presence of duplicate IP addresses on the network. If an address conflict is detected, the activation will fail. A zero value means that no duplicate address detection is performed, -1 means the default value (either configuration ipvx.dad-timeout override or 3 seconds). A value greater than zero is a timeout in milliseconds.
+
dhcp-client-id
string
@@ -1048,7 +1054,7 @@
@@ -1169,6 +1175,12 @@
-dhcp-timeout
+uint32
int32
0
A timeout for a DHCP transaction in seconds.
Deprecated in favor of the 'address-data' and 'gateway' properties, but this can be used for backward-compatibility with older daemons. Note that if you send this property the daemon will ignore 'address-data' and 'gateway'. Array of IPv6 address structures. Each IPv6 address structure is composed of an IPv6 address, a prefix length (1 - 128), and an IPv6 gateway address. The gateway may be zeroed out if no gateway exists for that subnet.
+
+
+dad-timeout
+int32
+-1
Timeout in milliseconds used to check for the presence of duplicate IP addresses on the network. If an address conflict is detected, the activation will fail. A zero value means that no duplicate address detection is performed, -1 means the default value (either configuration ipvx.dad-timeout override or 3 seconds). A value greater than zero is a timeout in milliseconds.
+
dhcp-hostname
string
@@ -1181,6 +1193,12 @@
If TRUE, a hostname is sent to the DHCP server when acquiring a lease. Some DHCP servers use this hostname to update DNS databases, essentially providing a static hostname for the computer. If the "dhcp-hostname" property is NULL and this property is TRUE, the current persistent hostname of the computer is sent.
+
+
+dhcp-timeout
+int32
+0
A timeout for a DHCP transaction in seconds.
+
dns
array of byte array
@@ -1864,7 +1882,7 @@
[]
id
uint32
-0
The VLAN identifier that the interface created by this connection should be assigned.
+The VLAN identifier that the interface created by this connection should be assigned. The valid range is from 0 to 4094, without the reserved id 4095.
@@ -1975,7 +1993,7 @@
ingress-priority-map
ageing
-uint32
+0
300
Specifies the lifetime in seconds of FDB entries learnt by the kernel.
@@ -2306,7 +2324,7 @@
powersave
uint32
-0
If set to FALSE, Wi-Fi power saving behavior is disabled. If set to TRUE, Wi-Fi power saving behavior is enabled. All other values are reserved. Note that even though only boolean values are allowed, the property type is an unsigned integer to allow for future expansion.
+One of NM_SETTING_WIRELESS_POWERSAVE_DISABLE (2) (disable Wi-Fi power saving), NM_SETTING_WIRELESS_POWERSAVE_ENABLE (3) (enable Wi-Fi power saving), NM_SETTING_WIRELESS_POWERSAVE_IGNORE (1) (don't touch currently configure setting) or NM_SETTING_WIRELESS_POWERSAVE_DEFAULT (0) (use the globally configured value). All other values are reserved.
@@ -1043,7 +1043,7 @@ nm_device_set_managed (
diff --git a/docs/api/html/spec.html b/docs/api/html/spec.html
index dd4be9bf..990fd2ba 100644
--- a/docs/api/html/spec.html
+++ b/docs/api/html/spec.html
@@ -1,4 +1,4 @@
-rate
NetworkManager D-Bus Interface Specification
Version 1.1.90
NetworkManager D-Bus Interface Specification
Version 1.1.91
Interfaces
+org.freedesktop.NetworkManagerorg.freedesktop.NetworkManager.AccessPointorg.freedesktop.NetworkManager.Deviceorg.freedesktop.NetworkManager.Device.Wiredorg.freedesktop.NetworkManager.Device.Wirelessorg.freedesktop.NetworkManager.Device.Modemorg.freedesktop.NetworkManager.Device.Bluetoothorg.freedesktop.NetworkManager.Device.OlpcMeshorg.freedesktop.NetworkManager.Device.WiMaxorg.freedesktop.NetworkManager.Device.Infinibandorg.freedesktop.NetworkManager.Device.Bondorg.freedesktop.NetworkManager.Device.Bridgeorg.freedesktop.NetworkManager.Device.Teamorg.freedesktop.NetworkManager.Device.Genericorg.freedesktop.NetworkManager.Device.Vlanorg.freedesktop.NetworkManager.Device.Adslorg.freedesktop.NetworkManager.WiMax.Nsporg.freedesktop.NetworkManager.IP4Configorg.freedesktop.NetworkManager.IP6Configorg.freedesktop.NetworkManager.DHCP4Configorg.freedesktop.NetworkManager.DHCP6Configorg.freedesktop.NetworkManager.Settingsorg.freedesktop.NetworkManager.Settings.Connectionorg.freedesktop.NetworkManager.Connection.Activeorg.freedesktop.NetworkManager.AgentManagerorg.freedesktop.NetworkManager.SecretAgentorg.freedesktop.NetworkManager.VPN.Connectionorg.freedesktop.NetworkManager.VPN.PluginInterfaces
org.freedesktop.NetworkManagerorg.freedesktop.NetworkManager.AccessPointorg.freedesktop.NetworkManager.Deviceorg.freedesktop.NetworkManager.Device.Adslorg.freedesktop.NetworkManager.Device.Bondorg.freedesktop.NetworkManager.Device.Bridgeorg.freedesktop.NetworkManager.Device.Bluetoothorg.freedesktop.NetworkManager.Device.Wiredorg.freedesktop.NetworkManager.Device.Genericorg.freedesktop.NetworkManager.Device.Infinibandorg.freedesktop.NetworkManager.Device.IPTunnelorg.freedesktop.NetworkManager.Device.Macvlanorg.freedesktop.NetworkManager.Device.Modemorg.freedesktop.NetworkManager.Device.OlpcMeshorg.freedesktop.NetworkManager.Device.Teamorg.freedesktop.NetworkManager.Device.Tunorg.freedesktop.NetworkManager.Device.Vethorg.freedesktop.NetworkManager.Device.Vlanorg.freedesktop.NetworkManager.Device.Vxlanorg.freedesktop.NetworkManager.Device.Wirelessorg.freedesktop.NetworkManager.Device.WiMaxorg.freedesktop.NetworkManager.WiMax.Nsporg.freedesktop.NetworkManager.IP4Configorg.freedesktop.NetworkManager.IP6Configorg.freedesktop.NetworkManager.DHCP4Configorg.freedesktop.NetworkManager.DHCP6Configorg.freedesktop.NetworkManager.Settingsorg.freedesktop.NetworkManager.Settings.Connectionorg.freedesktop.NetworkManager.Connection.Activeorg.freedesktop.NetworkManager.AgentManagerorg.freedesktop.NetworkManager.SecretAgentorg.freedesktop.NetworkManager.VPN.Connectionorg.freedesktop.NetworkManager.VPN.Pluginorg.freedesktop.NetworkManager
Methods:
GetDevices (
) →
@@ -538,21 +538,66 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
NM_802_11_AP_SEC_NONE = 0x0NM_802_11_AP_SEC_PAIR_WEP40 = 0x1NM_802_11_AP_SEC_PAIR_WEP104 = 0x2NM_802_11_AP_SEC_PAIR_TKIP = 0x4NM_802_11_AP_SEC_PAIR_CCMP = 0x8NM_802_11_AP_SEC_GROUP_WEP40 = 0x10NM_802_11_AP_SEC_GROUP_WEP104 = 0x20NM_802_11_AP_SEC_GROUP_TKIP = 0x40NM_802_11_AP_SEC_GROUP_CCMP = 0x80NM_802_11_AP_SEC_KEY_MGMT_PSK = 0x100NM_802_11_AP_SEC_KEY_MGMT_802_1X = 0x200org.freedesktop.NetworkManager.Device
Methods:
Reapply (
- a{sa{sv}}: connection, u: flags
+ a{sa{sv}}: connection, t: version_id, u: flags
) →
nothing
Parameters
connection -
a{sa{sv}}version_id -
+ tflags -
uGetAppliedConnection (
+ u: flags
+ ) →
+ a{sa{sv}}, t
Parameters
flags -
+ uReturns
connection -
+ a{sa{sv}}version_id -
+ tDisconnect (
) →
@@ -939,6 +984,88 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
The reason for originally changing to the device state.
org.freedesktop.NetworkManager.Device.Adsl
Signals:
PropertiesChanged (
+ a{sv}: properties
+ )
Parameters
properties -
+ a{sv}
+ (String_Variant_Map)
+ Properties:
+
+ Carrier -
+ b -
+ (read)org.freedesktop.NetworkManager.Device.Bond
Signals:
PropertiesChanged (
+ a{sv}: properties
+ )
Parameters
properties -
+ a{sv}
+ (String_Variant_Map)
+ Properties:
+
+ HwAddress -
+ s -
+ (read)Carrier -
+ b -
+ (read)Slaves -
+ ao -
+ (read)org.freedesktop.NetworkManager.Device.Bridge
Signals:
PropertiesChanged (
+ a{sv}: properties
+ )
Parameters
properties -
+ a{sv}
+ (String_Variant_Map)
+ Properties:
+
+ HwAddress -
+ s -
+ (read)Carrier -
+ b -
+ (read)Slaves -
+ ao -
+ (read)org.freedesktop.NetworkManager.Device.Bluetooth
Signals:
PropertiesChanged (
+ a{sv}: properties
+ )
Parameters
properties -
+ a{sv}
+ (String_Variant_Map)
+ Properties:
HwAddress -
+ s -
+ (read)Name -
+ s -
+ (read)BtCapabilities -
+ u -
+ (read)
+ (NM_BT_CAPABILITIES)
+ Sets of flags:
NM_BT_CAPABILITIES
+ Flags describing the capabilities of a Bluetooth device.
+
+
NM_BT_CAPABILITY_NONE = 0x0NM_BT_CAPABILITY_DUN = 0x1NM_BT_CAPABILITY_PAN = 0x2org.freedesktop.NetworkManager.Device.Wired
Signals:
PropertiesChanged (
a{sv}: properties
)
Parameters
- properties -
@@ -968,101 +1095,122 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Indicates whether the physical carrier is found (e.g. whether a cable is plugged in or not).
org.freedesktop.NetworkManager.Device.Wireless
Methods:
GetAccessPoints (
-
- ) →
- ao
Returns
access_points -
- aoGetAllAccessPoints (
-
- ) →
- ao
Returns
access_points -
- aoRequestScan (
- a{sv}: options
- ) →
- nothing
Parameters
options -
- a{sv}Signals:
PropertiesChanged (
+
org.freedesktop.NetworkManager.Device.Generic
Signals:
PropertiesChanged (
a{sv}: properties
- )
Parameters
properties -
+ )Parameters
properties -
a{sv}
(String_Variant_Map)
AccessPointAdded (
- o: access_point
- )
Parameters
access_point -
- oAccessPointRemoved (
- o: access_point
- )
Parameters
access_point -
- oProperties:
+
+ HwAddress -
s -
(read)PermHwAddress -
+ Hardware address of the device.
+ TypeDescription -
s -
(read)Mode -
- u -
- (read)
- (NM_802_11_MODE)
+ A (non-localized) description of the interface type, if known.
+ org.freedesktop.NetworkManager.Device.Infiniband
Signals:
PropertiesChanged (
+ a{sv}: properties
+ )
Parameters
properties -
+ a{sv}
+ (String_Variant_Map)
Bitrate -
- u -
+ A dictionary mapping property names to variant boxed values
+ Properties:
+
+ HwAddress -
+ s -
(read)AccessPoints -
- ao -
+ Hardware address of the device.
+ Carrier -
+ b -
(read)ActiveAccessPoint -
+ Indicates whether the physical carrier is found (e.g. whether a cable is plugged in or not).
+ org.freedesktop.NetworkManager.Device.IPTunnel
Signals:
PropertiesChanged (
+ a{sv}: properties
+ )
Parameters
properties -
+ a{sv}
+ (String_Variant_Map)
+ Properties:
+
+ Mode -
+ u -
+ (read)Parent -
o -
(read)WirelessCapabilities -
+ The object path of the parent device.
+ Local -
+ s -
+ (read)Remote -
+ s -
+ (read)Ttl -
+ y -
+ (read)Tos -
+ y -
+ (read)PathMtuDiscovery -
+ b -
+ (read)InputKey -
+ s -
+ (read)OutputKey -
+ s -
+ (read)EncapsulationLimit -
+ y -
+ (read)FlowLabel -
u -
- (read)
- (NM_802_11_DEVICE_CAP)
+ (read)org.freedesktop.NetworkManager.Device.Macvlan
Signals:
PropertiesChanged (
+ a{sv}: properties
+ )
Parameters
properties -
+ a{sv}
+ (String_Variant_Map)
Sets of flags:
NM_802_11_DEVICE_CAP
- Flags describing the capabilities of a wireless device.
-
+ A dictionary mapping property names to variant boxed values
+ NM_802_11_DEVICE_CAP_NONE = 0x0NM_802_11_DEVICE_CAP_CIPHER_WEP40 = 0x1NM_802_11_DEVICE_CAP_CIPHER_WEP104 = 0x2NM_802_11_DEVICE_CAP_CIPHER_TKIP = 0x4NM_802_11_DEVICE_CAP_CIPHER_CCMP = 0x8NM_802_11_DEVICE_CAP_WPA = 0x10NM_802_11_DEVICE_CAP_RSN = 0x20NM_802_11_DEVICE_CAP_AP = 0x40NM_802_11_DEVICE_CAP_ADHOC = 0x80NM_802_11_DEVICE_CAP_FREQ_VALID = 0x100NM_802_11_DEVICE_CAP_FREQ_2GHZ = 0x200NM_802_11_DEVICE_CAP_FREQ_5GHZ = 0x400Properties:
Parent -
+ o -
+ (read)Mode -
+ s -
+ (read)NoPromisc -
+ b -
+ (read)Tap -
+ b -
+ (read)org.freedesktop.NetworkManager.Device.Modem
Signals:
PropertiesChanged (
a{sv}: properties
@@ -1103,31 +1251,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Modem has at LTE data capability.
-
org.freedesktop.NetworkManager.Device.Bluetooth
Signals:
PropertiesChanged (
- a{sv}: properties
- )
Parameters
properties -
- a{sv}
- (String_Variant_Map)
- Properties:
HwAddress -
- s -
- (read)Name -
- s -
- (read)BtCapabilities -
- u -
- (read)
- (NM_BT_CAPABILITIES)
- Sets of flags:
NM_BT_CAPABILITIES
- Flags describing the capabilities of a Bluetooth device.
-
-
NM_BT_CAPABILITY_NONE = 0x0NM_BT_CAPABILITY_DUN = 0x1NM_BT_CAPABILITY_PAN = 0x2org.freedesktop.NetworkManager.Device.OlpcMesh
Signals:
PropertiesChanged (
a{sv}: properties
)
org.freedesktop.NetworkManager.Device.WiMax
Methods:
GetNspList (
-
- ) →
- ao
Returns
nsps -
- aoSignals:
PropertiesChanged (
- a{sv}: properties
- )
Parameters
properties -
- a{sv}
- (String_Variant_Map)
- NspAdded (
- o: nsp
- )
Parameters
nsp -
- oNspRemoved (
- o: nsp
- )
Parameters
nsp -
- oProperties:
-
- Nsps -
- ao -
- (read)HwAddress -
- s -
- (read)CenterFrequency -
- u -
- (read)Rssi -
- i -
- (read)Cinr -
- i -
- (read)TxPower -
- i -
- (read)Bsid -
- s -
- (read)ActiveNsp -
- o -
- (read)org.freedesktop.NetworkManager.Device.Infiniband
Signals:
PropertiesChanged (
+
org.freedesktop.NetworkManager.Device.Team
Signals:
PropertiesChanged (
a{sv}: properties
)
Parameters
- properties -
a{sv}
@@ -1242,53 +1289,68 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
b -
(read)Slaves -
+ ao -
+ (read)org.freedesktop.NetworkManager.Device.Bond
Signals:
PropertiesChanged (
+
org.freedesktop.NetworkManager.Device.Tun
Signals:
PropertiesChanged (
a{sv}: properties
)
Parameters
properties -
a{sv}
(String_Variant_Map)
Properties:
HwAddress -
+ Properties:
- Owner -
+ x -
+ (read)Group -
+ x -
+ (read)Mode -
s -
(read)Carrier -
+ The tunnel mode, either "tun" or "tap".
+ NoPi -
b -
(read)Slaves -
- ao -
+ The tunnel's "TUN_NO_PI" flag; true if no protocol info is
+ prepended to the tunnel packets.
+ VnetHdr -
+ b -
(read)MultiQueue -
+ b -
+ (read)HwAddress -
+ s -
+ (read)org.freedesktop.NetworkManager.Device.Bridge
Signals:
PropertiesChanged (
+
org.freedesktop.NetworkManager.Device.Veth
Signals:
PropertiesChanged (
a{sv}: properties
)
Parameters
properties -
a{sv}
(String_Variant_Map)
Properties:
HwAddress -
- s -
- (read)Carrier -
- b -
- (read)Slaves -
- ao -
+ Properties:
- Peer -
+ o -
(read)org.freedesktop.NetworkManager.Device.Team
Signals:
PropertiesChanged (
+
org.freedesktop.NetworkManager.Device.Vlan
Signals:
PropertiesChanged (
a{sv}: properties
)
Parameters
- properties -
a{sv}
@@ -1303,66 +1365,274 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
b -
(read)Slaves -
- ao -
+ Parent -
+ o -
(read)VlanId -
+ u -
+ (read)org.freedesktop.NetworkManager.Device.Generic
Signals:
PropertiesChanged (
+
org.freedesktop.NetworkManager.Device.Vxlan
Signals:
PropertiesChanged (
a{sv}: properties
)
Parameters
properties -
a{sv}
(String_Variant_Map)
Properties:
HwAddress -
+ Properties:
- Parent -
+ o -
+ (read)HwAddress -
s -
(read)TypeDescription -
+ Id -
+ u -
+ (read)Group -
s -
(read)Local -
+ s -
+ (read)Tos -
+ y -
+ (read)Ttl -
+ y -
+ (read)Learning -
+ b -
+ (read)Ageing -
+ u -
+ (read)Limit -
+ u -
+ (read)DstPort -
+ q -
+ (read)SrcPortMin -
+ q -
+ (read)SrcPortMax -
+ q -
+ (read)Proxy -
+ b -
+ (read)Rsc -
+ b -
+ (read)L2miss -
+ b -
+ (read)L3miss -
+ b -
+ (read)org.freedesktop.NetworkManager.Device.Vlan
Signals:
PropertiesChanged (
+
org.freedesktop.NetworkManager.Device.Wireless
Methods:
GetAccessPoints (
+
+ ) →
+ ao
Returns
access_points -
+ aoGetAllAccessPoints (
+
+ ) →
+ ao
Returns
access_points -
+ aoRequestScan (
+ a{sv}: options
+ ) →
+ nothing
Parameters
options -
+ a{sv}Signals:
PropertiesChanged (
a{sv}: properties
- )
Parameters
properties -
+ )Parameters
properties -
a{sv}
(String_Variant_Map)
AccessPointAdded (
+ o: access_point
+ )
Parameters
access_point -
+ oAccessPointRemoved (
+ o: access_point
+ )
Parameters
access_point -
+ oProperties:
+ HwAddress -
s -
(read)Carrier -
- b -
+ The active hardware address of the device.
+ PermHwAddress -
+ s -
(read)Parent -
+ The permanent hardware address of the device.
+ Mode -
+ u -
+ (read)
+ (NM_802_11_MODE)
+ Bitrate -
+ u -
+ (read)AccessPoints -
+ ao -
+ (read)ActiveAccessPoint -
o -
(read)VlanId -
+ Object path of the access point currently used by the wireless device.
+ WirelessCapabilities -
u -
- (read)(read)
+ (NM_802_11_DEVICE_CAP)
+ Sets of flags:
NM_802_11_DEVICE_CAP
+ Flags describing the capabilities of a wireless device.
+
- NM_802_11_DEVICE_CAP_NONE = 0x0NM_802_11_DEVICE_CAP_CIPHER_WEP40 = 0x1NM_802_11_DEVICE_CAP_CIPHER_WEP104 = 0x2NM_802_11_DEVICE_CAP_CIPHER_TKIP = 0x4NM_802_11_DEVICE_CAP_CIPHER_CCMP = 0x8NM_802_11_DEVICE_CAP_WPA = 0x10NM_802_11_DEVICE_CAP_RSN = 0x20NM_802_11_DEVICE_CAP_AP = 0x40NM_802_11_DEVICE_CAP_ADHOC = 0x80NM_802_11_DEVICE_CAP_FREQ_VALID = 0x100NM_802_11_DEVICE_CAP_FREQ_2GHZ = 0x200NM_802_11_DEVICE_CAP_FREQ_5GHZ = 0x400org.freedesktop.NetworkManager.Device.Adsl
Signals:
PropertiesChanged (
+
org.freedesktop.NetworkManager.Device.WiMax
Methods:
GetNspList (
+
+ ) →
+ ao
Returns
nsps -
+ aoSignals:
PropertiesChanged (
a{sv}: properties
- )
Parameters
properties -
+ )Parameters
properties -
a{sv}
(String_Variant_Map)
Properties:
Carrier -
- b -
+ A dictionary mapping property names to variant boxed values.
+ NspAdded (
+ o: nsp
+ )
Parameters
nsp -
+ oNspRemoved (
+ o: nsp
+ )
Parameters
nsp -
+ oProperties:
Nsps -
+ ao -
(read)HwAddress -
+ s -
+ (read)CenterFrequency -
+ u -
+ (read)Rssi -
+ i -
+ (read)Cinr -
+ i -
+ (read)TxPower -
+ i -
+ (read)Bsid -
+ s -
+ (read)ActiveNsp -
+ o -
+ (read)org.freedesktop.NetworkManager.WiMax.Nsp
Signals:
PropertiesChanged (
@@ -1776,6 +2046,15 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
The Connection.Active object tracks the life-cycle of the connection
attempt and if successful indicates whether the connected network is the
"default" or preferred network for access.
+ NetworkManager has the concept of connections, which can be thought of as
+ settings, a profile or a configuration that can be applied on a networking
+ device.
+ Such settings-connections are exposed as D-Bus object and the active-connection
+ expresses this relationship between device and settings-connection.
+ At any time a settings-connection can only be activated on one device and vice
+ versa. However, during activation and deactivation multiple active-connections
+ can reference the same device or settings-connection as they are waiting to
+ be activated or to be deactivated.
Signals:
PropertiesChanged (
a{sv}: properties
)
Parameters
properties -
@@ -2481,7 +2760,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
The request could not be processed because the plugin does not support
interactive operations, such as ConnectInteractive() or NewSecrets().
-Index
Index of interfaces
org.freedesktop.NetworkManagerorg.freedesktop.NetworkManager.AccessPointorg.freedesktop.NetworkManager.Deviceorg.freedesktop.NetworkManager.Device.Wiredorg.freedesktop.NetworkManager.Device.Wirelessorg.freedesktop.NetworkManager.Device.Modemorg.freedesktop.NetworkManager.Device.Bluetoothorg.freedesktop.NetworkManager.Device.OlpcMeshorg.freedesktop.NetworkManager.Device.WiMaxorg.freedesktop.NetworkManager.Device.Infinibandorg.freedesktop.NetworkManager.Device.Bondorg.freedesktop.NetworkManager.Device.Bridgeorg.freedesktop.NetworkManager.Device.Teamorg.freedesktop.NetworkManager.Device.Genericorg.freedesktop.NetworkManager.Device.Vlanorg.freedesktop.NetworkManager.Device.Adslorg.freedesktop.NetworkManager.WiMax.Nsporg.freedesktop.NetworkManager.IP4Configorg.freedesktop.NetworkManager.IP6Configorg.freedesktop.NetworkManager.DHCP4Configorg.freedesktop.NetworkManager.DHCP6Configorg.freedesktop.NetworkManager.Settingsorg.freedesktop.NetworkManager.Settings.Connectionorg.freedesktop.NetworkManager.Connection.Activeorg.freedesktop.NetworkManager.AgentManagerorg.freedesktop.NetworkManager.SecretAgentorg.freedesktop.NetworkManager.VPN.Connectionorg.freedesktop.NetworkManager.VPN.PluginIndex of types
NM_802_11_AP_FLAGS
+Index
Index of interfaces
org.freedesktop.NetworkManagerorg.freedesktop.NetworkManager.AccessPointorg.freedesktop.NetworkManager.Deviceorg.freedesktop.NetworkManager.Device.Adslorg.freedesktop.NetworkManager.Device.Bondorg.freedesktop.NetworkManager.Device.Bridgeorg.freedesktop.NetworkManager.Device.Bluetoothorg.freedesktop.NetworkManager.Device.Wiredorg.freedesktop.NetworkManager.Device.Genericorg.freedesktop.NetworkManager.Device.Infinibandorg.freedesktop.NetworkManager.Device.IPTunnelorg.freedesktop.NetworkManager.Device.Macvlanorg.freedesktop.NetworkManager.Device.Modemorg.freedesktop.NetworkManager.Device.OlpcMeshorg.freedesktop.NetworkManager.Device.Teamorg.freedesktop.NetworkManager.Device.Tunorg.freedesktop.NetworkManager.Device.Vethorg.freedesktop.NetworkManager.Device.Vlanorg.freedesktop.NetworkManager.Device.Vxlanorg.freedesktop.NetworkManager.Device.Wirelessorg.freedesktop.NetworkManager.Device.WiMaxorg.freedesktop.NetworkManager.WiMax.Nsporg.freedesktop.NetworkManager.IP4Configorg.freedesktop.NetworkManager.IP6Configorg.freedesktop.NetworkManager.DHCP4Configorg.freedesktop.NetworkManager.DHCP6Configorg.freedesktop.NetworkManager.Settingsorg.freedesktop.NetworkManager.Settings.Connectionorg.freedesktop.NetworkManager.Connection.Activeorg.freedesktop.NetworkManager.AgentManagerorg.freedesktop.NetworkManager.SecretAgentorg.freedesktop.NetworkManager.VPN.Connectionorg.freedesktop.NetworkManager.VPN.PluginIndex of types
NM_802_11_AP_FLAGS
- uNM_802_11_AP_SEC
- uNM_802_11_DEVICE_CAP
- uNM_802_11_MODE
diff --git a/docs/api/settings-spec.xml b/docs/api/settings-spec.xml
index 70b885b4..31fb3102 100644
--- a/docs/api/settings-spec.xml
+++ b/docs/api/settings-spec.xml
@@ -148,11 +148,12 @@
-GObject *
+GObject *
nm_dhcp4_config_new ()
@@ -51,7 +51,7 @@
-GHashTable *
+GHashTable *
nm_dhcp4_config_get_options ()
@@ -77,7 +77,7 @@
@@ -98,7 +98,7 @@
-GHashTable *
+GHashTable *
options
Read
Object Hierarchy
- GObject
+
GObject
╰── NMObject
╰── NMDHCP4Config
@@ -110,7 +110,7 @@
Functions
nm_dhcp4_config_new ()
-GObject *
+
GObject *
nm_dhcp4_config_new (
DBusGConnection *connection,
const char *object_path);
nm_dhcp4_config_get_options ()
-GHashTable *
+
GHashTable *
nm_dhcp4_config_get_options (
NMDHCP4Config *config);
Returns
-Property Details
The
-“options” property “options” GHashTable *
- “options” GHashTable *
+
-GObject *
+GObject *
nm_dhcp6_config_new ()
@@ -51,7 +51,7 @@
-GHashTable *
+GHashTable *
nm_dhcp6_config_get_options ()
@@ -77,7 +77,7 @@
@@ -98,7 +98,7 @@
-GHashTable *
+GHashTable *
options
Read
Object Hierarchy
- GObject
+
GObject
╰── NMObject
╰── NMDHCP6Config
@@ -110,7 +110,7 @@
Functions
nm_dhcp6_config_new ()
-GObject *
+
GObject *
nm_dhcp6_config_new (
DBusGConnection *connection,
const char *object_path);
nm_dhcp6_config_get_options ()
-GHashTable *
+
GHashTable *
nm_dhcp6_config_get_options (
NMDHCP6Config *config);
Returns
-Property Details
The
-“options” property “options” GHashTable *
- “options” GHashTable *
+
-GQuark
+GQuark
nm_device_error_quark ()
@@ -52,7 +52,7 @@
-GObject *
+GObject *
nm_device_new ()
@@ -74,7 +74,7 @@
-NMDeviceType
+NMDeviceType
nm_device_get_device_type ()
@@ -124,7 +124,7 @@
-NMDeviceCapabilities
+NMDeviceCapabilities
nm_device_get_capabilities ()
@@ -132,7 +132,7 @@
-gboolean
+gboolean
nm_device_get_managed ()
@@ -148,7 +148,7 @@
-gboolean
+gboolean
nm_device_get_autoconnect ()
@@ -164,7 +164,7 @@
-gboolean
+gboolean
nm_device_get_firmware_missing ()
@@ -204,7 +204,7 @@
-NMDeviceState
+NMDeviceState
nm_device_get_state ()
@@ -212,7 +212,7 @@
-NMDeviceState
+NMDeviceState
nm_device_get_state_reason ()
@@ -227,7 +227,7 @@
-
const GPtrArray *
+ const GPtrArray *
nm_device_get_available_connections ()
@@ -242,7 +242,7 @@
-guint32
+guint32
nm_device_get_mtu ()
@@ -250,7 +250,7 @@
-gboolean
+gboolean
nm_device_is_software ()
@@ -258,7 +258,7 @@
-gboolean
+gboolean
nm_device_is_real ()
@@ -319,7 +319,7 @@
-GSList *
+GSList *
nm_device_filter_connections ()
@@ -327,7 +327,7 @@
-gboolean
+gboolean
nm_device_connection_valid ()
@@ -335,7 +335,7 @@
-gboolean
+gboolean
nm_device_connection_compatible ()
@@ -343,7 +343,7 @@
-GType
+GType
nm_device_get_setting_type ()
@@ -376,7 +376,7 @@
Read
-
@@ -387,12 +387,12 @@
gboolean
+gboolean
autoconnect
Read / Write
Read
-
guint
+guint
capabilities
Read
-
@@ -410,36 +410,36 @@
guint
+guint
device-type
Read
-gchar *
+gchar *
driver
Read
-gchar *
+gchar *
driver-version
Read
-
gboolean
+gboolean
firmware-missing
Read
-gchar *
+gchar *
firmware-version
Read
-gchar *
+gchar *
interface
Read
@@ -456,34 +456,34 @@
-gchar *
+gchar *
ip-interface
Read
Read
-
gboolean
+gboolean
managed
Read
-
guint
+guint
mtu
Read
-gchar *
+gchar *
physical-port-id
Read
-gchar *
+gchar *
product
Read
-
gboolean
+gboolean
real
Read
-
@@ -494,13 +494,13 @@
guint
+guint
state
Read
-gchar *
+gchar *
udi
Read
@@ -518,7 +518,7 @@
-gchar *
+gchar *
vendor
Read
void
state-changed
-Run First
+Run First
Object Hierarchy
- GObject
+
GObject
╰── NMObject
╰── NMDevice
├── NMDeviceEthernet
@@ -664,7 +664,7 @@
Functions
nm_device_error_quark ()
-GQuark
+
GQuark
nm_device_error_quark (
void);void
nm_device_new ()
-GObject *
+
GObject *
nm_device_new (
DBusGConnection *connection,
const char *path);
nm_device_get_device_type ()
-NMDeviceType
+
NMDeviceType
nm_device_get_device_type (
NMDevice *device);
Returns
-NULL.
+NULL.
This is the internal string used by the device, and must not be modified.
nm_device_get_capabilities ()
-NMDeviceCapabilities
+
NMDeviceCapabilities
nm_device_get_capabilities (
NMDevice *device);
nm_device_get_managed ()
-gboolean
+
gboolean
nm_device_get_managed (
NMDevice *device);
Returns
-TRUE if the device is managed by NetworkManagerTRUE if the device is managed by NetworkManager
@@ -1014,7 +1014,7 @@ nm_device_get_managed (nm_device_set_managed ()
void
nm_device_set_managed (
+ NMDevice *device,
- gboolean managed);gboolean managed);
nm_device_get_autoconnect ()
-gboolean
+
gboolean
nm_device_get_autoconnect (
NMDevice *device);
Returns
-TRUE if the device is allowed to be autoconnectedTRUE if the device is allowed to be autoconnected
@@ -1071,7 +1071,7 @@ nm_device_get_autoconnect (nm_device_set_autoconnect ()
void
nm_device_set_autoconnect (
+ NMDevice *device,
- gboolean autoconnect);gboolean autoconnect);
Parameters
@@ -1089,7 +1089,7 @@ nm_device_set_autoconnect (
+TRUE to enable autoconnectingTRUE to enable autoconnecting
@@ -1099,7 +1099,7 @@ nm_device_set_autoconnect (
nm_device_get_firmware_missing ()
-gboolean
+
gboolean
nm_device_get_firmware_missing (
NMDevice *device);Returns
-TRUE if firmware required for the device's operation is likely
+TRUE if firmware required for the device's operation is likely
to be missing.Returns
-NULL if the device is not activated. NULL if the device is not activated. Returns
-NULL if the device is not activated or not
+NULL if the device is not activated or not
using DHCP.
the NMIP6Config or NULL if the device is not activated.
the NMIP6Config or NULL if the device is not activated.
[transfer none]
the NMDHCP6Config or NULL if the device is not activated or not
+
the NMDHCP6Config or NULL if the device is not activated or not
using DHCP.
[transfer none]
NMDeviceState +NMDeviceState nm_device_get_state (NMDevice *device);Gets the current NMDevice state.
@@ -1275,9 +1275,9 @@ nm_device_get_state (nm_device_get_state_reason ()
-NMDeviceState +NMDeviceState nm_device_get_state_reason (+NMDevice *device, -NMDeviceStateReason *reason);NMDeviceStateReason *reason);Gets the current NMDevice state (return value) and the reason for entering the state (
@@ -1297,7 +1297,7 @@ the state (reasonargument).reason@@ -1331,7 +1331,7 @@ nm_device_get_active_connection ( - reason
+ location to store reason (NMDeviceStateReason), or
NULL.location to store reason (NMDeviceStateReason), or
NULL.[out][allow-none] @@ -1339,7 +1339,7 @@ not part of an active connection.Returns
-the NMActiveConnection or
NULLif the device is +the NMActiveConnection or
NULLif the device is not part of an active connection.[transfer none]
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@@ -1361,7 +1361,7 @@ be activated ondeviceReturns
-the GPtrArray +
the GPtrArray containing NMRemoteConnections. This is the internal copy used by the connection, and must not be modified.
[element-type NMRemoteConnection]
@@ -1373,7 +1373,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-
@@ -1394,7 +1394,7 @@ ports on a single physical port. (Eg, NPAR / SR-IOV.)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.)@@ -1403,7 +1403,7 @@ must not be modified.Returns
-the physical port ID of the device, or
NULLif the port +the physical port ID of the device, or
NULLif the port ID is unknown. This is the internal string used by the device and must not be modified.
@@ -2073,7 +2073,7 @@ that can be used onnm_device_get_mtu ()
-guint32 +guint32 nm_device_get_mtu (NMDevice *device);Gets the MTU of the NMDevice.
@@ -1430,7 +1430,7 @@ nm_device_get_mtu (nm_device_is_software ()
-gboolean +gboolean nm_device_is_software (NMDevice *device);Whether the device is a software device.
@@ -1450,15 +1450,15 @@ nm_device_is_software (Returns
-+
TRUEifdevice-is a software device,FALSEif it is a hardware device.
TRUEifdevice+is a software device,FALSEif it is a hardware device.Since: 1.0
nm_device_is_real ()
-gboolean +gboolean nm_device_is_real (NMDevice *device);@@ -1611,8 +1611,8 @@ devices inParameters
@@ -1477,7 +1477,7 @@ nm_device_is_real (Returns
-
TRUEif the device exists, orFALSEif it is a placeholder device +
TRUEif the device exists, orFALSEif it is a placeholder device that could be automatically created by NetworkManager if one of its “available-connections” was activated.devicesNMDeviceCallbackFn ()
void (*NMDeviceCallbackFn) (+NMDevice *device, -GError *error, -gpointer user_data);GError *error, +gpointer user_data);
@@ -1620,7 +1620,7 @@ devices indevicesvoid nm_device_disconnect (+NMDevice *device,NMDeviceCallbackFn callback, -gpointer user_data);gpointer user_data);Disconnects the device if currently connected, and prevents the device from automatically connecting to networks until the next manual network connection request.
@@ -1660,7 +1660,7 @@ operation completes.void nm_device_delete (+NMDevice *device,NMDeviceCallbackFn callback, -gpointer user_data);gpointer user_data);Deletes the software device. Hardware devices can't be deleted.
Parameters
@@ -1696,9 +1696,9 @@ operation completes.
nm_device_filter_connections ()
-GSList * +GSList * nm_device_filter_connections (+NMDevice *device, -const GSList *connections);const GSList *connections);Filters a given list of connections for a given NMDevice object and return connections which may be activated with the device. For example if
device@@ -1725,7 +1725,7 @@ incompatible with the device. To get the full list of connections see@@ -1734,20 +1734,20 @@ incompatible with the device. To get the full list of connections see - connections
+ a list of NMConnection objects to filter.
a list of NMConnection objects to filter.
[element-type NMConnection] Returns
a -list of NMConnection objects that could be activated with the given
+be freed withdevice+list of NMConnection objects that could be activated with the givendevice. The elements of the list are owned by their creator and should not be freed by the caller, but the returned list itself is owned by the caller and should -be freed withg_slist_free()when it is no longer required.g_slist_free()when it is no longer required.[transfer container][element-type NMConnection]
nm_device_connection_valid ()
-gboolean +gboolean nm_device_connection_valid (+NMDevice *device, -NMConnection *connection);NMConnection *connection);Validates a given connection for a given NMDevice object and returns whether the connection may be activated with the device. For example if
device@@ -1773,7 +1773,7 @@ against@@ -1782,17 +1782,17 @@ against - connection
an NMConnection to validate against
device+an NMConnection to validate against
device
nm_device_connection_compatible ()
-gboolean +gboolean nm_device_connection_compatible (+NMDevice *device, -NMConnection *connection, -GError **error);NMConnection *connection, +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@@ -1821,13 +1821,13 @@ against- connection
an NMConnection to validate against
device+an NMConnection to validate against
device@@ -1835,16 +1835,16 @@ against - error
+ return location for a GError, or
NULL
nm_device_get_setting_type ()
-GType +GType nm_device_get_setting_type (-NMDevice *device);Gets the (primary) NMSetting subtype associated with connections +
Gets the (primary) NMSetting subtype associated with connections that can be used on
device.@@ -1865,7 +1865,7 @@ that can be used on@@ -1874,8 +1874,8 @@ that can be used ondeviceSince: 0.9.10
deviceNMDeviceDeactivateFn ()
void (*NMDeviceDeactivateFn) (+NMDevice *device, -GError *error, -gpointer user_data);GError *error, +gpointer user_data);
NMDeviceDeactivateFnis deprecated and should not be used in newly-written code.device
The
-“autoconnect”property“autoconnect” gboolean+“autoconnect” gbooleanWhether the device can auto-activate a connection.
Flags: Read / Write
Default value: TRUE
@@ -2089,7 +2089,7 @@ that can be used ondevice
The
-“capabilities”property“capabilities” guint+“capabilities” guintThe capabilities of the device.
Flags: Read
Default value: 0
@@ -2097,7 +2097,7 @@ that can be used ondevice
The
-“device-type”property“device-type” guint+“device-type” guintThe numeric type of the device.
Flags: Read
Default value: 0
@@ -2119,7 +2119,7 @@ that can be used ondevice
The
-“driver”property“driver” gchar *+“driver” gchar *The driver of the device.
Flags: Read
Default value: NULL
@@ -2127,7 +2127,7 @@ that can be used ondevice
The
-“driver-version”property“driver-version” gchar *+“driver-version” gchar *The version of the device driver.
Flags: Read
Default value: NULL
@@ -2135,8 +2135,8 @@ that can be used ondevice
The
-“firmware-missing”property“firmware-missing” gboolean-When
TRUEindicates the device is likely missing firmware required +“firmware-missing” gboolean+When
TRUEindicates the device is likely missing firmware required for its operation.Flags: Read
Default value: FALSE
@@ -2144,7 +2144,7 @@ for its operation.
The
-“firmware-version”property“firmware-version” gchar *+“firmware-version” gchar *The firmware version of the device.
Flags: Read
Default value: NULL
@@ -2152,7 +2152,7 @@ for its operation.
The
-“interface”property“interface” gchar *+“interface” gchar *The interface of the device.
Flags: Read
Default value: NULL
@@ -2160,7 +2160,7 @@ for its operation.
The
-“ip-interface”property“ip-interface” gchar *+“ip-interface” gchar *The IP interface of the device which should be used for all IP-related operations like addressing and routing.
Flags: Read
@@ -2183,7 +2183,7 @@ operations like addressing and routing.
The
-“managed”property“managed” gboolean+“managed” gbooleanWhether the device is managed by NetworkManager.
Flags: Read
Default value: FALSE
@@ -2191,7 +2191,7 @@ operations like addressing and routing.
The
-“mtu”property“mtu” guint+“mtu” guintThe MTU of the device.
Flags: Read
Default value: 1500
@@ -2200,7 +2200,7 @@ operations like addressing and routing.
The
-“physical-port-id”property“physical-port-id” gchar *+“physical-port-id” gchar *The physical port ID of the device. (See
nm_device_get_physical_port_id().)Flags: Read
@@ -2210,7 +2210,7 @@ operations like addressing and routing.
The
-“product”property“product” gchar *+“product” gchar *The product string of the device.
Flags: Read
Default value: NULL
@@ -2218,7 +2218,7 @@ operations like addressing and routing.
diff --git a/docs/libnm-glib/html/NMDeviceAdsl.html b/docs/libnm-glib/html/NMDeviceAdsl.html index 3f108475..3b3b0563 100644 --- a/docs/libnm-glib/html/NMDeviceAdsl.html +++ b/docs/libnm-glib/html/NMDeviceAdsl.html @@ -43,7 +43,7 @@The
-“real”property“real” gboolean+“real” gbooleanWhether the device is real or is a placeholder device that could be created automatically by NetworkManager if one of its “available-connections” was activated.
@@ -2229,7 +2229,7 @@ be created automatically by NetworkManager if one of its
The
-“state”property“state” guint+“state” guintThe state of the device.
Flags: Read
Default value: 0
@@ -2244,7 +2244,7 @@ be created automatically by NetworkManager if one of its
The
-“udi”property“udi” gchar *+“udi” gchar *An operating-system specific device hardware identifier; this is not unique to a specific hardware device across reboots or hotplugs. It is an opaque string which for some device types (Bluetooth, Modem) @@ -2257,7 +2257,7 @@ request more information about the device from those services.
-The
-“vendor”property“vendor” gchar *+“vendor” gchar *The vendor string of the device.
Flags: Read
Default value: NULL
@@ -2269,10 +2269,10 @@ request more information about the device from those services.The
“state-changed”signalvoid 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
-GQuark +GQuark nm_device_adsl_error_quark () @@ -51,7 +51,7 @@ -GObject * +GObject * nm_device_adsl_new () @@ -59,7 +59,7 @@ -gboolean +gboolean nm_device_adsl_get_carrier () @@ -77,7 +77,7 @@ - @@ -108,7 +108,7 @@gboolean +gboolean carrier Read Object Hierarchy
-GObject +GObject ╰── NMObject ╰── NMDevice ╰── NMDeviceAdsl @@ -121,7 +121,7 @@Functions
nm_device_adsl_error_quark ()
-GQuark +GQuark nm_device_adsl_error_quark (void);Registers an error quark for NMDeviceAdsl if necessary.
@@ -132,7 +132,7 @@ nm_device_adsl_error_quark (@@ -246,7 +246,7 @@ nm_device_adsl_get_carrier (void<
nm_device_adsl_new ()
-GObject * +GObject * nm_device_adsl_new (DBusGConnection *connection,const char *path);Creates a new NMDeviceAdsl.
@@ -167,7 +167,7 @@ nm_device_adsl_new (nm_device_adsl_get_carrier ()
-gboolean +gboolean nm_device_adsl_get_carrier (NMDeviceAdsl *device);Whether the device has carrier.
@@ -187,7 +187,7 @@ nm_device_adsl_get_carrier (Returns
-+
TRUEif the device has carrier
TRUEif the device has carrierProperty Details
The
-“carrier”property“carrier” gboolean+“carrier” gbooleanWhether the device has carrier.
Flags: Read
Default value: FALSE
diff --git a/docs/libnm-glib/html/NMDeviceBond.html b/docs/libnm-glib/html/NMDeviceBond.html index 7659084c..691f2294 100644 --- a/docs/libnm-glib/html/NMDeviceBond.html +++ b/docs/libnm-glib/html/NMDeviceBond.html @@ -43,7 +43,7 @@-GQuark +GQuark nm_device_bond_error_quark () @@ -51,7 +51,7 @@ -GObject * +GObject * nm_device_bond_new () @@ -66,14 +66,14 @@ -gboolean +gboolean nm_device_bond_get_carrier () - const GPtrArray * + const GPtrArray * nm_device_bond_get_slaves () @@ -92,13 +92,13 @@ - gboolean +gboolean carrier Read @@ -144,7 +144,7 @@ -gchar * +gchar *hw-address Read Object Hierarchy
-GObject +GObject ╰── NMObject ╰── NMDevice ╰── NMDeviceBond @@ -157,7 +157,7 @@Functions
nm_device_bond_error_quark ()
-GQuark +GQuark nm_device_bond_error_quark (void);Registers an error quark for NMDeviceBond if necessary.
@@ -168,7 +168,7 @@ nm_device_bond_error_quark (void<
nm_device_bond_new ()
-GObject * +GObject * nm_device_bond_new (DBusGConnection *connection,const char *path);Creates a new NMDeviceBond.
@@ -230,7 +230,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.
@@ -250,13 +250,13 @@ nm_device_bond_get_carrier (Returns
-+
TRUEif the device has carrier
TRUEif the device has carrier
nm_device_bond_get_slaves ()
-const GPtrArray * +const GPtrArray * nm_device_bond_get_slaves (NMDeviceBond *device);Gets the devices currently slaved to
@@ -277,7 +277,7 @@ nm_device_bond_get_slaves (device.Returns
-the GPtrArray containing +
the GPtrArray containing NMDevices that are slaves of
@@ -360,7 +360,7 @@ copy used by the device, and must not be modified.device. This is the internal copy used by the device, and must not be modified.Property Details
The
-“carrier”property“carrier” gboolean+“carrier” gbooleanWhether the device has carrier.
Flags: Read
Default value: FALSE
@@ -368,7 +368,7 @@ copy used by the device, and must not be modified.
The
-“hw-address”property“hw-address” gchar *+“hw-address” gchar *The hardware (MAC) address of the device.
Flags: Read
Default value: NULL
diff --git a/docs/libnm-glib/html/NMDeviceBridge.html b/docs/libnm-glib/html/NMDeviceBridge.html index f0af6d6a..fc7bc0e8 100644 --- a/docs/libnm-glib/html/NMDeviceBridge.html +++ b/docs/libnm-glib/html/NMDeviceBridge.html @@ -43,7 +43,7 @@-GQuark +GQuark nm_device_bridge_error_quark () @@ -51,7 +51,7 @@ -GObject * +GObject * nm_device_bridge_new () @@ -66,14 +66,14 @@ -gboolean +gboolean nm_device_bridge_get_carrier () - const GPtrArray * + const GPtrArray * nm_device_bridge_get_slaves () @@ -92,13 +92,13 @@ - gboolean +gboolean carrier Read @@ -144,7 +144,7 @@ -gchar * +gchar *hw-address Read Object Hierarchy
-GObject +GObject ╰── NMObject ╰── NMDevice ╰── NMDeviceBridge @@ -157,7 +157,7 @@Functions
nm_device_bridge_error_quark ()
-GQuark +GQuark nm_device_bridge_error_quark (void);Registers an error quark for NMDeviceBridge if necessary.
@@ -169,7 +169,7 @@ nm_device_bridge_error_quark (voi
nm_device_bridge_new ()
-GObject * +GObject * nm_device_bridge_new (DBusGConnection *connection,const char *path);Creates a new NMDeviceBridge.
@@ -233,7 +233,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.
@@ -253,14 +253,14 @@ nm_device_bridge_get_carrier (Returns
-+
TRUEif the device has carrier
TRUEif the device has carrierSince: 0.9.8
nm_device_bridge_get_slaves ()
-const GPtrArray * +const GPtrArray * nm_device_bridge_get_slaves (NMDeviceBridge *device);Gets the devices currently slaved to
@@ -281,7 +281,7 @@ nm_device_bridge_get_slaves (device.Returns
-the GPtrArray containing +
the GPtrArray containing NMDevices that are slaves of
@@ -365,7 +365,7 @@ copy used by the device, and must not be modified.device. This is the internal copy used by the device, and must not be modified.Property Details
The
-“carrier”property“carrier” gboolean+“carrier” gbooleanWhether the device has carrier.
Flags: Read
Default value: FALSE
@@ -374,7 +374,7 @@ copy used by the device, and must not be modified.
The
-“hw-address”property“hw-address” gchar *+“hw-address” gchar *The hardware (MAC) address of the device.
Flags: Read
Default value: NULL
diff --git a/docs/libnm-glib/html/NMDeviceBt.html b/docs/libnm-glib/html/NMDeviceBt.html index 8a0df6b0..76305ea9 100644 --- a/docs/libnm-glib/html/NMDeviceBt.html +++ b/docs/libnm-glib/html/NMDeviceBt.html @@ -43,7 +43,7 @@-GQuark +GQuark nm_device_bt_error_quark () @@ -51,7 +51,7 @@ -GObject * +GObject * nm_device_bt_new () @@ -73,7 +73,7 @@ -NMBluetoothCapabilities +NMBluetoothCapabilities nm_device_bt_get_capabilities () @@ -92,19 +92,19 @@ - guint +guint bt-capabilities Read -gchar * +gchar *hw-address Read @@ -144,7 +144,7 @@ -gchar * +gchar *name Read Object Hierarchy
-GObject +GObject ╰── NMObject ╰── NMDevice ╰── NMDeviceBt @@ -157,7 +157,7 @@Functions
nm_device_bt_error_quark ()
-GQuark +GQuark nm_device_bt_error_quark (void);Registers an error quark for NMDeviceBt if necessary.
@@ -168,7 +168,7 @@ nm_device_bt_error_quark (void@@ -368,15 +368,15 @@ nm_device_bt_get_capabilities (nm_device_bt_new ()
-GObject * +GObject * nm_device_bt_new (DBusGConnection *connection,const char *path);Creates a new NMDeviceBt.
@@ -256,7 +256,7 @@ nm_device_bt_get_name (nm_device_bt_get_capabilities ()
-NMBluetoothCapabilities +NMBluetoothCapabilities nm_device_bt_get_capabilities (NMDeviceBt *device);Returns the Bluetooth device's usable capabilities.
Property Details
The
-“bt-capabilities”property“bt-capabilities” guint-The device's bluetooth capabilities, a combination of NMBluetoothCapabilities.
+“bt-capabilities” guint+The device's bluetooth capabilities, a combination of NMBluetoothCapabilities.
Flags: Read
Default value: 0
The
-“hw-address”property“hw-address” gchar *+“hw-address” gchar *The hardware (MAC) address of the device.
Flags: Read
Default value: NULL
@@ -384,7 +384,7 @@ nm_device_bt_get_capabilities (The
-“name”property“name” gchar *+“name” gchar *The name of the bluetooth device.
Flags: Read
Default value: NULL
diff --git a/docs/libnm-glib/html/NMDeviceEthernet.html b/docs/libnm-glib/html/NMDeviceEthernet.html index 655a0441..b6904673 100644 --- a/docs/libnm-glib/html/NMDeviceEthernet.html +++ b/docs/libnm-glib/html/NMDeviceEthernet.html @@ -43,7 +43,7 @@-GQuark +GQuark nm_device_ethernet_error_quark () @@ -51,7 +51,7 @@ -GObject * +GObject * nm_device_ethernet_new () @@ -73,7 +73,7 @@ -guint32 +guint32 nm_device_ethernet_get_speed () @@ -81,7 +81,7 @@ -gboolean +gboolean nm_device_ethernet_get_carrier () @@ -100,24 +100,24 @@ - gboolean +gboolean carrier Read -gchar * +gchar *hw-address Read -gchar * +gchar *perm-hw-address Read - @@ -161,7 +161,7 @@guint +guint speed Read Object Hierarchy
-GObject +GObject ╰── NMObject ╰── NMDevice ╰── NMDeviceEthernet @@ -174,7 +174,7 @@Functions
nm_device_ethernet_error_quark ()
-GQuark +GQuark nm_device_ethernet_error_quark (void);Registers an error quark for NMDeviceEthernet if necessary.
@@ -185,7 +185,7 @@ nm_device_ethernet_error_quark (v
nm_device_ethernet_new ()
-GObject * +GObject * nm_device_ethernet_new (DBusGConnection *connection,const char *path);Creates a new NMDeviceEthernet.
@@ -275,7 +275,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.
@@ -301,7 +301,7 @@ nm_device_ethernet_get_speed (@@ -412,7 +412,7 @@ nm_device_ethernet_get_carrier (nm_device_ethernet_get_carrier ()
-gboolean +gboolean nm_device_ethernet_get_carrier (NMDeviceEthernet *device);Whether the device has carrier.
Property Details
The
-“carrier”property“carrier” gboolean+“carrier” gbooleanWhether the device has carrier.
Flags: Read
Default value: FALSE
@@ -420,7 +420,7 @@ nm_device_ethernet_get_carrier (The
-“hw-address”property“hw-address” gchar *+“hw-address” gchar *The active hardware (MAC) address of the device.
Flags: Read
Default value: NULL
@@ -428,7 +428,7 @@ nm_device_ethernet_get_carrier (The
-“perm-hw-address”property“perm-hw-address” gchar *+“perm-hw-address” gchar *The permanent hardware (MAC) address of the device.
Flags: Read
Default value: NULL
@@ -436,7 +436,7 @@ nm_device_ethernet_get_carrier (The
-“speed”property“speed” guint+“speed” guintThe speed of the device.
Flags: Read
Default value: 0
diff --git a/docs/libnm-glib/html/NMDeviceGeneric.html b/docs/libnm-glib/html/NMDeviceGeneric.html index 58b7c9ca..17b53a16 100644 --- a/docs/libnm-glib/html/NMDeviceGeneric.html +++ b/docs/libnm-glib/html/NMDeviceGeneric.html @@ -43,7 +43,7 @@-GQuark +GQuark nm_device_generic_error_quark () @@ -51,7 +51,7 @@ -GObject * +GObject * nm_device_generic_new () @@ -78,13 +78,13 @@ -gchar * +gchar *hw-address Read @@ -120,7 +120,7 @@ -gchar * +gchar *type-description Read @@ -127,7 +127,7 @@Object Hierarchy
-GObject +GObject ╰── NMObject ╰── NMDevice ╰── NMDeviceGeneric @@ -133,7 +133,7 @@Functions
diff --git a/docs/libnm-glib/html/NMVPNConnection.html b/docs/libnm-glib/html/NMVPNConnection.html index 7562a519..c22c036a 100644 --- a/docs/libnm-glib/html/NMVPNConnection.html +++ b/docs/libnm-glib/html/NMVPNConnection.html @@ -44,7 +44,7 @@nm_device_generic_error_quark ()
-GQuark +GQuark nm_device_generic_error_quark (void);Registers an error quark for NMDeviceGeneric if necessary.
@@ -145,7 +145,7 @@ nm_device_generic_error_quark (vo
nm_device_generic_new ()
-GObject * +GObject * nm_device_generic_new (DBusGConnection *connection,const char *path);Creates a new NMDeviceGeneric.
@@ -268,7 +268,7 @@ device, and must not be modified.Property Details
-The
-“hw-address”property“hw-address” gchar *+“hw-address” gchar *The hardware address of the device.
Flags: Read
Default value: NULL
@@ -276,8 +276,8 @@ device, and must not be modified.
The
-“type-description”property“type-description” gchar *-A description of the specific type of device this is, or
NULL+“type-description” gchar *+A description of the specific type of device this is, or
NULLif not known.Flags: Read
Default value: NULL
diff --git a/docs/libnm-glib/html/NMDeviceInfiniband.html b/docs/libnm-glib/html/NMDeviceInfiniband.html index bb9523d5..8a0289a8 100644 --- a/docs/libnm-glib/html/NMDeviceInfiniband.html +++ b/docs/libnm-glib/html/NMDeviceInfiniband.html @@ -43,7 +43,7 @@-GQuark +GQuark nm_device_infiniband_error_quark () @@ -51,7 +51,7 @@ -GObject * +GObject * nm_device_infiniband_new () @@ -66,7 +66,7 @@ -gboolean +gboolean nm_device_infiniband_get_carrier () @@ -85,13 +85,13 @@ - gboolean +gboolean carrier Read @@ -127,7 +127,7 @@ -gchar * +gchar *hw-address Read Object Hierarchy
-GObject +GObject ╰── NMObject ╰── NMDevice ╰── NMDeviceInfiniband @@ -140,7 +140,7 @@Functions
nm_device_infiniband_error_quark ()
-GQuark +GQuark nm_device_infiniband_error_quark (void);Registers an error quark for NMDeviceInfiniband if necessary.
@@ -151,7 +151,7 @@ nm_device_infiniband_error_quark (nm_device_infiniband_new ()
-GObject * +GObject * nm_device_infiniband_new (DBusGConnection *connection,const char *path);Creates a new NMDeviceInfiniband.
@@ -213,7 +213,7 @@ device, and must not be modified.
@@ -312,7 +312,7 @@ nm_device_infiniband_get_carrier (nm_device_infiniband_get_carrier ()
-gboolean +gboolean nm_device_infiniband_get_carrier (NMDeviceInfiniband *device);Whether the device has carrier.
Property Details
The
-“carrier”property“carrier” gboolean+“carrier” gbooleanWhether the device has carrier.
Flags: Read
Default value: FALSE
@@ -320,7 +320,7 @@ nm_device_infiniband_get_carrier (The
-“hw-address”property“hw-address” gchar *+“hw-address” gchar *The hardware (MAC) address of the device.
Flags: Read
Default value: NULL
diff --git a/docs/libnm-glib/html/NMDeviceModem.html b/docs/libnm-glib/html/NMDeviceModem.html index 15fe2aa1..f926017a 100644 --- a/docs/libnm-glib/html/NMDeviceModem.html +++ b/docs/libnm-glib/html/NMDeviceModem.html @@ -43,7 +43,7 @@-GQuark +GQuark nm_device_modem_error_quark () @@ -51,7 +51,7 @@ -NMDeviceModemCapabilities +NMDeviceModemCapabilities nm_device_modem_get_modem_capabilities () @@ -59,7 +59,7 @@ -NMDeviceModemCapabilities +NMDeviceModemCapabilities nm_device_modem_get_current_capabilities () @@ -78,12 +78,12 @@ - guint +guint current-capabilities Read - @@ -119,7 +119,7 @@guint +guint modem-capabilities Read @@ -319,17 +319,17 @@ something like this:Object Hierarchy
-GObject ++g_object_unref (secrets); +g_hash_table_unref (secrets_hash);GObject ╰── NMObject ╰── NMDevice ╰── NMDeviceModem @@ -132,7 +132,7 @@Functions
@@ -239,7 +239,7 @@nm_device_modem_error_quark ()
-GQuark +GQuark nm_device_modem_error_quark (void);Registers an error quark for NMDeviceModem if necessary.
@@ -143,7 +143,7 @@ nm_device_modem_error_quark (@@ -222,7 +222,7 @@void
nm_device_modem_get_modem_capabilities ()
-NMDeviceModemCapabilities +NMDeviceModemCapabilities nm_device_modem_get_modem_capabilities (NMDeviceModem *self);Returns a bitfield of the generic access technology families the modem @@ -172,7 +172,7 @@ may require a firmware reload or reinitialization.
@@ -1085,15 +1085,15 @@ to the system bus if not specified.nm_device_modem_get_current_capabilities ()
-NMDeviceModemCapabilities +NMDeviceModemCapabilities nm_device_modem_get_current_capabilities (NMDeviceModem *self);Returns a bitfield of the generic access technology families the modem @@ -268,7 +268,7 @@ a firmware reload or other reinitialization
Property Details
The
-“current-capabilities”property“current-capabilities” guint+“current-capabilities” guintThe generic family of access technologies the modem currently supports without a firmware reload or reinitialization.
Flags: Read
@@ -277,7 +277,7 @@ without a firmware reload or reinitialization.
The
-“modem-capabilities”property“modem-capabilities” guint+“modem-capabilities” guintThe generic family of access technologies the modem supports. Not all capabilities are available at the same time however; some modems require a firmware reload or other reinitialization to switch between eg diff --git a/docs/libnm-glib/html/NMDeviceOlpcMesh.html b/docs/libnm-glib/html/NMDeviceOlpcMesh.html index c48c4e36..efe8b75d 100644 --- a/docs/libnm-glib/html/NMDeviceOlpcMesh.html +++ b/docs/libnm-glib/html/NMDeviceOlpcMesh.html @@ -43,7 +43,7 @@
-GQuark +GQuark nm_device_olpc_mesh_error_quark () @@ -51,7 +51,7 @@ -GObject * +GObject * nm_device_olpc_mesh_new () @@ -74,7 +74,7 @@ -guint32 +guint32 nm_device_olpc_mesh_get_active_channel () @@ -93,7 +93,7 @@ - @@ -105,7 +105,7 @@guint +guint active-channel Read @@ -145,7 +145,7 @@ -gchar * +gchar *hw-address Read Object Hierarchy
-GObject +GObject ╰── NMObject ╰── NMDevice ╰── NMDeviceOlpcMesh @@ -158,7 +158,7 @@Functions
diff --git a/docs/libnm-glib/html/NMIP4Config.html b/docs/libnm-glib/html/NMIP4Config.html index b7b318e1..bc72a055 100644 --- a/docs/libnm-glib/html/NMIP4Config.html +++ b/docs/libnm-glib/html/NMIP4Config.html @@ -43,7 +43,7 @@nm_device_olpc_mesh_error_quark ()
-GQuark +GQuark nm_device_olpc_mesh_error_quark (void);Registers an error quark for NMDeviceOlpcMesh if necessary.
@@ -169,7 +169,7 @@ nm_device_olpc_mesh_error_quark (
nm_device_olpc_mesh_new ()
-GObject * +GObject * nm_device_olpc_mesh_new (DBusGConnection *connection,const char *path);Creates a new NMDeviceOlpcMesh.
@@ -251,14 +251,14 @@ nm_device_olpc_mesh_get_companion (Returns
-the companion of the device of
+NULL.the companion of the device of
NULL.[transfer none]
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.
@@ -350,7 +350,7 @@ nm_device_olpc_mesh_get_active_channelProperty Details
-The
-“active-channel”property“active-channel” guint+“active-channel” guintThe device's active channel.
Flags: Read
Default value: 0
@@ -365,7 +365,7 @@ nm_device_olpc_mesh_get_active_channel
The
-“hw-address”property“hw-address” gchar *+“hw-address” gchar *The hardware (MAC) address of the device.
Flags: Read
Default value: NULL
diff --git a/docs/libnm-glib/html/NMDeviceTeam.html b/docs/libnm-glib/html/NMDeviceTeam.html index 2195f9aa..6f8c4fb7 100644 --- a/docs/libnm-glib/html/NMDeviceTeam.html +++ b/docs/libnm-glib/html/NMDeviceTeam.html @@ -43,7 +43,7 @@-GQuark +GQuark nm_device_team_error_quark () @@ -51,7 +51,7 @@ -GObject * +GObject * nm_device_team_new () @@ -66,14 +66,14 @@ -gboolean +gboolean nm_device_team_get_carrier () - const GPtrArray * + const GPtrArray * nm_device_team_get_slaves () @@ -92,13 +92,13 @@ - gboolean +gboolean carrier Read @@ -144,7 +144,7 @@ -gchar * +gchar *hw-address Read Object Hierarchy
-GObject +GObject ╰── NMObject ╰── NMDevice ╰── NMDeviceTeam @@ -157,7 +157,7 @@Functions
nm_device_team_error_quark ()
-GQuark +GQuark nm_device_team_error_quark (void);Registers an error quark for NMDeviceTeam if necessary.
@@ -169,7 +169,7 @@ nm_device_team_error_quark (void<
nm_device_team_new ()
-GObject * +GObject * nm_device_team_new (DBusGConnection *connection,const char *path);Creates a new NMDeviceTeam.
@@ -233,7 +233,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.
@@ -253,14 +253,14 @@ nm_device_team_get_carrier (Returns
-+
TRUEif the device has carrier
TRUEif the device has carrierSince: 0.9.10
nm_device_team_get_slaves ()
-const GPtrArray * +const GPtrArray * nm_device_team_get_slaves (NMDeviceTeam *device);Gets the devices currently enslaved to
@@ -281,7 +281,7 @@ nm_device_team_get_slaves (device.Returns
-the GPtrArray containing +
the GPtrArray containing NMDevices that are slaves of
@@ -364,7 +364,7 @@ copy used by the device, and must not be modified.device. This is the internal copy used by the device, and must not be modified.Property Details
-The
-“carrier”property“carrier” gboolean+“carrier” gbooleanWhether the device has carrier.
Flags: Read
Default value: FALSE
@@ -372,7 +372,7 @@ copy used by the device, and must not be modified.
The
-“hw-address”property“hw-address” gchar *+“hw-address” gchar *The hardware (MAC) address of the device.
Flags: Read
Default value: NULL
diff --git a/docs/libnm-glib/html/NMDeviceVlan.html b/docs/libnm-glib/html/NMDeviceVlan.html index 51c89f0d..5516481d 100644 --- a/docs/libnm-glib/html/NMDeviceVlan.html +++ b/docs/libnm-glib/html/NMDeviceVlan.html @@ -43,7 +43,7 @@-GQuark +GQuark nm_device_vlan_error_quark () @@ -51,7 +51,7 @@ -GObject * +GObject * nm_device_vlan_new () @@ -66,7 +66,7 @@ -gboolean +gboolean nm_device_vlan_get_carrier () @@ -82,7 +82,7 @@ -guint +guint nm_device_vlan_get_vlan_id () @@ -101,13 +101,13 @@ - gboolean +gboolean carrier Read @@ -118,7 +118,7 @@ -gchar * +gchar *hw-address Read Read - @@ -162,7 +162,7 @@guint +guint vlan-id Read Object Hierarchy
-GObject +GObject ╰── NMObject ╰── NMDevice ╰── NMDeviceVlan @@ -175,7 +175,7 @@Functions
nm_device_vlan_error_quark ()
-GQuark +GQuark nm_device_vlan_error_quark (void);Registers an error quark for NMDeviceVlan if necessary.
@@ -186,7 +186,7 @@ nm_device_vlan_error_quark (void<
nm_device_vlan_new ()
-GObject * +GObject * nm_device_vlan_new (DBusGConnection *connection,const char *path);Creates a new NMDeviceVlan.
@@ -248,7 +248,7 @@ device, and must not be modified.
nm_device_vlan_get_carrier ()
-gboolean +gboolean nm_device_vlan_get_carrier (NMDeviceVlan *device);Whether the device has carrier.
@@ -268,7 +268,7 @@ nm_device_vlan_get_carrier (Returns
-+
TRUEif the device has carrier
TRUEif the device has carrier
@@ -301,7 +301,7 @@ nm_device_vlan_get_parent (nm_device_vlan_get_vlan_id ()
-guint +guint nm_device_vlan_get_vlan_id (NMDeviceVlan *device);Parameters
@@ -418,7 +418,7 @@ nm_device_vlan_get_vlan_id (Property Details
@@ -260,7 +260,7 @@The
-“carrier”property“carrier” gboolean+“carrier” gbooleanWhether the device has carrier.
Flags: Read
Default value: FALSE
@@ -426,7 +426,7 @@ nm_device_vlan_get_vlan_id (The
-“hw-address”property“hw-address” gchar *+“hw-address” gchar *The hardware (MAC) address of the device.
Flags: Read
Default value: NULL
@@ -442,7 +442,7 @@ nm_device_vlan_get_vlan_id (The
-“vlan-id”property“vlan-id” guint+“vlan-id” guintThe device's VLAN ID.
Flags: Read
Allowed values: <= 4095
diff --git a/docs/libnm-glib/html/NMDeviceWifi.html b/docs/libnm-glib/html/NMDeviceWifi.html index d739d92a..c64a4615 100644 --- a/docs/libnm-glib/html/NMDeviceWifi.html +++ b/docs/libnm-glib/html/NMDeviceWifi.html @@ -44,7 +44,7 @@-GQuark +GQuark nm_device_wifi_error_quark () @@ -52,7 +52,7 @@ -GObject * +GObject * nm_device_wifi_new () @@ -74,7 +74,7 @@ -NM80211Mode +NM80211Mode nm_device_wifi_get_mode () @@ -82,7 +82,7 @@ -guint32 +guint32 nm_device_wifi_get_bitrate () @@ -90,7 +90,7 @@ -NMDeviceWifiCapabilities +NMDeviceWifiCapabilities nm_device_wifi_get_capabilities () @@ -113,7 +113,7 @@ - const GPtrArray * + const GPtrArray * nm_device_wifi_get_access_points () @@ -160,29 +160,29 @@ Read - guint +guint bitrate Read -gchar * +gchar *hw-address Read - guint +guint mode Read -gchar * +gchar *perm-hw-address Read - @@ -201,12 +201,12 @@guint +guint wireless-capabilities Read void access-point-added -Run First +Run First void access-point-removed -Run First +Run First Object Hierarchy
-GObject +GObject ╰── NMObject ╰── NMDevice ╰── NMDeviceWifi @@ -273,7 +273,7 @@Functions
nm_device_wifi_error_quark ()
-GQuark +GQuark nm_device_wifi_error_quark (void);Registers an error quark for NMDeviceWifi if necessary.
@@ -284,7 +284,7 @@ nm_device_wifi_error_quark (void<
nm_device_wifi_new ()
-GObject * +GObject * nm_device_wifi_new (DBusGConnection *connection,const char *path);Creates a new NMDeviceWifi.
@@ -374,7 +374,7 @@ device, and must not be modified.
nm_device_wifi_get_mode ()
-NM80211Mode +NM80211Mode nm_device_wifi_get_mode (NMDeviceWifi *device);Gets the NMDeviceWifi mode.
@@ -400,7 +400,7 @@ nm_device_wifi_get_mode (nm_device_wifi_get_bitrate ()
-guint32 +guint32 nm_device_wifi_get_bitrate (NMDeviceWifi *device);Gets the bit rate of the NMDeviceWifi in kbit/s.
@@ -426,7 +426,7 @@ nm_device_wifi_get_bitrate (@@ -509,14 +509,14 @@ nm_device_wifi_get_access_point_by_pathnm_device_wifi_get_capabilities ()
-NMDeviceWifiCapabilities +NMDeviceWifiCapabilities nm_device_wifi_get_capabilities (NMDeviceWifi *device);Gets the Wi-Fi capabilities of the NMDeviceWifi.
@@ -473,7 +473,7 @@ nm_device_wifi_get_active_access_pointReturns
-the access point or
+NULLif none is active.the access point or
NULLif none is active.[transfer none]
Returns
-the access point or
+NULLif none is found.the access point or
NULLif none is found.[transfer none]
nm_device_wifi_get_access_points ()
-const GPtrArray * +const GPtrArray * nm_device_wifi_get_access_points (NMDeviceWifi *device);Gets all the scanned access points of the NMDeviceWifi.
@@ -536,7 +536,7 @@ nm_device_wifi_get_access_points (Returns
-a GPtrArray containing all the +
a GPtrArray containing all the scanned NMAccessPoints. The returned array is owned by the client and should not be modified.
[element-type NMAccessPoint]
@@ -547,8 +547,8 @@ The returned array is owned by the client and should not be modified.NMDeviceWifiRequestScanFn ()
void (*NMDeviceWifiRequestScanFn) (+NMDeviceWifi *device, -GError *error, -gpointer user_data);GError *error, +gpointer user_data);
@@ -556,7 +556,7 @@ The returned array is owned by the client and should not be modified.@@ -261,7 +261,7 @@void nm_device_wifi_request_scan_simple (+NMDeviceWifi *device,NMDeviceWifiRequestScanFn callback, -gpointer user_data);gpointer user_data);Request NM to scan for access points on the NMDeviceWifi. This function only instructs NM to perform scanning. Use
@@ -726,7 +726,7 @@ required by the connectionnm_device_wifi_get_access_points()to get available access points.
diff --git a/docs/libnm-glib/html/NMDeviceWimax.html b/docs/libnm-glib/html/NMDeviceWimax.html index 93148ed9..02f4dd46 100644 --- a/docs/libnm-glib/html/NMDeviceWimax.html +++ b/docs/libnm-glib/html/NMDeviceWimax.html @@ -44,7 +44,7 @@The
-“bitrate”property“bitrate” guint+“bitrate” guintThe bit rate of the device in kbit/s.
Flags: Read
Default value: 0
@@ -734,7 +734,7 @@ required by the connection
The
-“hw-address”property“hw-address” gchar *+“hw-address” gchar *The hardware (MAC) address of the device.
Flags: Read
Default value: NULL
@@ -742,7 +742,7 @@ required by the connection
The
-“mode”property“mode” guint+“mode” guintThe mode of the device.
Flags: Read
Allowed values: <= 3
@@ -751,7 +751,7 @@ required by the connection
The
-“perm-hw-address”property“perm-hw-address” gchar *+“perm-hw-address” gchar *The hardware (MAC) address of the device.
Flags: Read
Default value: NULL
@@ -759,7 +759,7 @@ required by the connection
-The
-“wireless-capabilities”property“wireless-capabilities” guint+“wireless-capabilities” guintThe wireless capabilities of the device.
Flags: Read
Default value: 0
@@ -771,8 +771,8 @@ required by the connectionThe
“access-point-added”signalvoid user_function (NMDeviceWifi *device, - GObject *ap, - gpointer user_data)+ GObject *ap, + gpointer user_data)Notifies that a NMAccessPoint is added to the Wi-Fi device.
Flags: Run First
+Flags: Run First
-The
“access-point-removed”signalvoid user_function (NMDeviceWifi *device, - GObject *ap, - gpointer user_data)+ GObject *ap, + gpointer user_data)Notifies that a NMAccessPoint is removed from the Wi-Fi device.
Flags: Run First
+Flags: Run First
-GQuark +GQuark nm_device_wimax_error_quark () @@ -52,7 +52,7 @@ -GObject * +GObject * nm_device_wimax_new () @@ -82,7 +82,7 @@ - const GPtrArray * + const GPtrArray * nm_device_wimax_get_nsps () @@ -90,7 +90,7 @@ -guint +guint nm_device_wimax_get_center_frequency () @@ -98,7 +98,7 @@ -gint +gint nm_device_wimax_get_rssi () @@ -106,7 +106,7 @@ -gint +gint nm_device_wimax_get_cinr () @@ -114,7 +114,7 @@ -gint +gint nm_device_wimax_get_tx_power () @@ -147,23 +147,23 @@ -gchar * +gchar *bsid Read - guint +guint center-frequency Read - gint +gint cinr Read @@ -174,12 +174,12 @@ -gchar * +gchar *hw-address Read Read - gint +gint rssi Read - @@ -198,12 +198,12 @@gint +gint tx-power Read void nsp-added -Run First +Run First void nsp-removed -Run First +Run First Object Hierarchy
-GObject +GObject ╰── NMObject ╰── NMDevice ╰── NMDeviceWimax @@ -274,7 +274,7 @@Functions
nm_device_wimax_error_quark ()
-GQuark +GQuark nm_device_wimax_error_quark (void);@@ -289,7 +289,7 @@ nm_device_wimax_error_quark (
nm_device_wimax_error_quarkhas been deprecated since version 1.2 and should not be used in newly-written code.void
nm_device_wimax_new ()
-GObject * +GObject * nm_device_wimax_new (DBusGConnection *connection,const char *path);@@ -383,7 +383,7 @@ nm_device_wimax_get_active_nsp (@@ -422,14 +422,14 @@ nm_device_wimax_get_nsp_by_path (Returns
-the access point or
+NULLif none is active.the access point or
NULLif none is active.[transfer full]
Returns
-the access point or
+NULLif none is found.the access point or
NULLif none is found.[transfer none]
nm_device_wimax_get_nsps ()
-const GPtrArray * +const GPtrArray * nm_device_wimax_get_nsps (NMDeviceWimax *wimax);@@ -453,7 +453,7 @@ nm_device_wimax_get_nsps (
nm_device_wimax_get_nspshas been deprecated since version 1.2 and should not be used in newly-written code.Returns
-a GPtrArray containing +
a GPtrArray containing all the scanned NMWimaxNsps. The returned array is owned by the client and should not be modified.
[element-type NMWimaxNsp]
@@ -462,7 +462,7 @@ The returned array is owned by the client and should not be modified.
nm_device_wimax_get_center_frequency ()
-guint +guint nm_device_wimax_get_center_frequency (NMDeviceWimax *self);@@ -494,7 +494,7 @@ device is not connected.
nm_device_wimax_get_center_frequencyhas been deprecated since version 1.2 and should not be used in newly-written code.
nm_device_wimax_get_rssi ()
-gint +gint nm_device_wimax_get_rssi (NMDeviceWimax *self);@@ -527,7 +527,7 @@ device is not connected.
nm_device_wimax_get_rssihas been deprecated since version 1.2 and should not be used in newly-written code.
nm_device_wimax_get_cinr ()
-gint +gint nm_device_wimax_get_cinr (NMDeviceWimax *self);@@ -741,7 +741,7 @@ nm_device_wimax_get_bsid (@@ -559,7 +559,7 @@ meaning when the device is not connected.
nm_device_wimax_get_cinrhas been deprecated since version 1.2 and should not be used in newly-written code.
nm_device_wimax_get_tx_power ()
-gint +gint nm_device_wimax_get_tx_power (NMDeviceWimax *self);@@ -615,7 +615,7 @@ nm_device_wimax_get_bsid (
nm_device_wimax_get_tx_powerhas been deprecated since version 1.2 and should not be used in newly-written code.Returns
-the ID of the serving Base Station, or
+NULLthe ID of the serving Base Station, or
NULLThe
-“bsid”property“bsid” gchar *+“bsid” gchar *The ID of the serving base station as received from the network. Has no meaning when the device is not connected.
@@ -754,7 +754,7 @@ no meaning when the device is not connected.
The
-“center-frequency”property“center-frequency” guint+“center-frequency” guintThe center frequency (in KHz) of the radio channel the device is using to communicate with the network when connected. Has no meaning when the device is not connected.
@@ -768,7 +768,7 @@ device is not connected.
The
-“cinr”property“cinr” gint+“cinr” gintCINR (Carrier to Interference + Noise Ratio) of the current radio link in dB. CINR is a more accurate measure of radio link quality. Has no meaning when the device is not connected.
@@ -782,7 +782,7 @@ meaning when the device is not connected.
The
-“hw-address”property“hw-address” gchar *+“hw-address” gchar *The hardware (MAC) address of the device.
@@ -806,7 +806,7 @@ meaning when the device is not connected.
NMDeviceWimax:hw-addresshas been deprecated since version 1.2 and should not be used in newly-written code.
The
-“rssi”property“rssi” gint+“rssi” gintRSSI of the current radio link in dBm. This value indicates how strong the raw received RF signal from the base station is, but does not indicate the overall quality of the radio link. Has no meaning when the @@ -821,7 +821,7 @@ device is not connected.
The
-“tx-power”property“tx-power” gint+“tx-power” gintAverage power of the last burst transmitted by the device, in units of 0.5 dBm. i.e. a TxPower of -11 represents an actual device TX power of -5.5 dBm. Has no meaning when the device is not connected.
@@ -839,8 +839,8 @@ device is not connected.The
“nsp-added”signalvoid user_function (NMDeviceWimax *self, - GObject *nsp, - gpointer user_data)+ GObject *nsp, + gpointer user_data)Notifies that a NMWimaxNsp is added to the wimax device.
@@ -873,15 +873,15 @@ user_function (<
NMDeviceWimax::nsp-addedhas been deprecated since version 1.2 and should not be used in newly-written code.Flags: Run First
+Flags: Run First
The
“nsp-removed”signalvoid user_function (NMDeviceWimax *self, - GObject *nsp, - gpointer user_data)+ GObject *nsp, + gpointer user_data)Notifies that a NMWimaxNsp is removed from the wimax device.
@@ -914,7 +914,7 @@ user_function (<
NMDeviceWimax::nsp-removedhas been deprecated since version 1.2 and should not be used in newly-written code.Flags: Run First
+Flags: Run First
-GObject * +GObject * nm_ip4_config_new () @@ -57,42 +57,42 @@ - const GSList * + const GSList * nm_ip4_config_get_addresses () - const GSList * + const GSList * nm_ip4_config_get_routes () - const GArray * + const GArray * nm_ip4_config_get_nameservers () - const GPtrArray * + const GPtrArray * nm_ip4_config_get_domains () - const GPtrArray * + const GPtrArray * nm_ip4_config_get_searches () - const GArray * + const GArray * nm_ip4_config_get_wins_servers () @@ -111,7 +111,7 @@ - @@ -123,7 +123,7 @@gpointer +gpointer addresses Read @@ -134,7 +134,7 @@ -gchar * +gchar *gateway Read Read - @@ -194,7 +194,7 @@gpointer +gpointer routes Read @@ -887,18 +887,18 @@ filenames that failed to load.Object Hierarchy
-GObject +GObject ╰── NMObject ╰── NMIP4Config@@ -206,7 +206,7 @@Functions
nm_ip4_config_new ()
-GObject * +GObject * nm_ip4_config_new (DBusGConnection *connection,const char *object_path);Creates a new NMIP4Config.
@@ -268,7 +268,7 @@ nm_ip4_config_get_gateway (nm_ip4_config_get_addresses ()
-const GSList * +const GSList * nm_ip4_config_get_addresses (NMIP4Config *config);Gets the IP4 addresses (containing the address, prefix, and gateway).
@@ -288,7 +288,7 @@ nm_ip4_config_get_addresses (@@ -296,7 +296,7 @@ This is the internal copy used by the configuration and must not be modified.Returns
-the GSList containing NMIP4Addresses. +
the GSList containing NMIP4Addresses. This is the internal copy used by the configuration and must not be modified.
[element-type NMIP4Address]
nm_ip4_config_get_routes ()
-const GSList * +const GSList * nm_ip4_config_get_routes (NMIP4Config *config);Gets the routes.
@@ -316,8 +316,8 @@ nm_ip4_config_get_routes (@@ -325,7 +325,7 @@ and must not be modified.Returns
-the GSList containing -NMIP4Routes. This is the internal copy used by the configuration, +
the GSList containing +NMIP4Routes. This is the internal copy used by the configuration, and must not be modified.
[element-type NMIP4Route]
nm_ip4_config_get_nameservers ()
-const GArray * +const GArray * nm_ip4_config_get_nameservers (NMIP4Config *config);Gets the domain name servers (DNS).
@@ -345,7 +345,7 @@ nm_ip4_config_get_nameservers (Returns
-the GArray containing guint32s. +
the GArray containing guint32s. This is the internal copy used by the configuration and must not be modified.
[element-type guint32]
@@ -354,7 +354,7 @@ modified.
nm_ip4_config_get_domains ()
-const GPtrArray * +const GPtrArray * nm_ip4_config_get_domains (NMIP4Config *config);Gets the domain names.
@@ -374,7 +374,7 @@ nm_ip4_config_get_domains (@@ -382,7 +382,7 @@ internal copy used by the configuration, and must not be modified.Returns
-the GPtrArray containing domains as strings. This is the +
the GPtrArray containing domains as strings. This is the internal copy used by the configuration, and must not be modified.
[element-type utf8]
nm_ip4_config_get_searches ()
-const GPtrArray * +const GPtrArray * nm_ip4_config_get_searches (NMIP4Config *config);Gets the dns searches.
@@ -402,7 +402,7 @@ nm_ip4_config_get_searches (@@ -411,7 +411,7 @@ internal copy used by the configuration, and must not be modified.Returns
-the GPtrArray containing dns searches as strings. This is the +
the GPtrArray containing dns searches as strings. This is the internal copy used by the configuration, and must not be modified.
[element-type utf8]
nm_ip4_config_get_wins_servers ()
-const GArray * +const GArray * nm_ip4_config_get_wins_servers (NMIP4Config *config);Gets the Windows Internet Name Service servers (WINS).
@@ -431,7 +431,7 @@ nm_ip4_config_get_wins_servers (@@ -246,7 +246,7 @@@@ -228,8 +228,8 @@Returns
-the GArray containing guint32s. +
the GArray containing guint32s. This is the internal copy used by the configuration and must not be modified.
[element-type guint32]
@@ -486,21 +486,21 @@ modified.Property Details
The
-“addresses”property“addresses” gpointer-The GPtrArray containing NMIP4Addresses of the configuration.
+“addresses” gpointer+The GPtrArray containing NMIP4Addresses of the configuration.
Flags: Read
The
“domains”property“domains” NMStringArray *-The GPtrArray containing domain strings of the configuration.
+The GPtrArray containing domain strings of the configuration.
Flags: Read
diff --git a/docs/libnm-glib/html/NMIP6Config.html b/docs/libnm-glib/html/NMIP6Config.html index ed97f3e5..aa48b510 100644 --- a/docs/libnm-glib/html/NMIP6Config.html +++ b/docs/libnm-glib/html/NMIP6Config.html @@ -43,7 +43,7 @@The
-“gateway”property“gateway” gchar *+“gateway” gchar *The IP4 gateway address of the configuration as string.
Flags: Read
Default value: NULL
@@ -510,21 +510,21 @@ modified.The
“nameservers”property“nameservers” NMUintArray *-The GArray containing name servers (guint32s) of the configuration.
+The GArray containing name servers (guint32s) of the configuration.
Flags: Read
The
-“routes”property“routes” gpointer-The GPtrArray containing NMSettingIP4Routes of the configuration.
+“routes” gpointer+The GPtrArray containing NMSettingIP4Routes of the configuration.
Flags: Read
@@ -532,7 +532,7 @@ modified.The
“searches”property“searches” NMStringArray *-The GPtrArray containing dns search strings of the configuration.
+The GPtrArray containing dns search strings of the configuration.
Flags: Read
Since: 0.9.10
-GObject * +GObject * nm_ip6_config_new () @@ -57,14 +57,14 @@ - const GSList * + const GSList * nm_ip6_config_get_addresses () - const GSList * + const GSList * nm_ip6_config_get_routes () @@ -72,7 +72,7 @@ -guint32 +guint32 nm_ip6_config_get_num_nameservers () @@ -86,21 +86,21 @@ - const GSList * + const GSList * nm_ip6_config_get_nameservers () - const GPtrArray * + const GPtrArray * nm_ip6_config_get_domains () - const GPtrArray * + const GPtrArray * nm_ip6_config_get_searches () @@ -132,7 +132,7 @@ @@ -194,7 +194,7 @@ -gchar * +gchar *gateway Read Object Hierarchy
-GObject +GObject ╰── NMObject ╰── NMIP6Config@@ -206,7 +206,7 @@Functions
nm_ip6_config_new ()
-GObject * +GObject * nm_ip6_config_new (DBusGConnection *connection,const char *object_path);Creates a new NMIP6Config.
@@ -268,7 +268,7 @@ nm_ip6_config_get_gateway (nm_ip6_config_get_addresses ()
-const GSList * +const GSList * nm_ip6_config_get_addresses (NMIP6Config *config);Gets the IP6 addresses (containing the address, prefix, and gateway).
@@ -288,8 +288,8 @@ nm_ip6_config_get_addresses (@@ -297,7 +297,7 @@ and must not be modified.Returns
-the GSList containing -NMIP6Addresses. This is the internal copy used by the configuration +
the GSList containing +NMIP6Addresses. This is the internal copy used by the configuration and must not be modified.
[element-type NMIP6Address]
nm_ip6_config_get_routes ()
-const GSList * +const GSList * nm_ip6_config_get_routes (NMIP6Config *config);Gets the routes.
@@ -317,8 +317,8 @@ nm_ip6_config_get_routes (@@ -326,7 +326,7 @@ and must not be modified.Returns
-the GSList containing -NMIP6Routes. This is the internal copy used by the configuration, +
the GSList containing +NMIP6Routes. This is the internal copy used by the configuration, and must not be modified.
[element-type NMIP6Route]
nm_ip6_config_get_num_nameservers ()
-guint32 +guint32 nm_ip6_config_get_num_nameservers (NMIP6Config *config);Gets the number of the domain name servers in the configuration.
@@ -355,7 +355,7 @@ nm_ip6_config_get_num_nameservers (diff --git a/docs/libnm-glib/html/NMRemoteConnection.html b/docs/libnm-glib/html/NMRemoteConnection.html index c099c3df..6f1b753a 100644 --- a/docs/libnm-glib/html/NMRemoteConnection.html +++ b/docs/libnm-glib/html/NMRemoteConnection.html @@ -48,7 +48,7 @@nm_ip6_config_get_nameserver ()
const struct in6_addr * nm_ip6_config_get_nameserver (+NMIP6Config *config, -guint32 idx);guint32 idx);Gets the domain name server at index
idxin the configuration.@@ -391,7 +391,7 @@ nm_ip6_config_get_nameserver (nm_ip6_config_get_nameservers ()
-const GSList * +const GSList * nm_ip6_config_get_nameservers (NMIP6Config *config);Gets the domain name servers (DNS).
[skip]
@@ -412,7 +412,7 @@ nm_ip6_config_get_nameservers (@@ -420,7 +420,7 @@ internal copy used by the configuration and must not be modified.Returns
-a GSList containing elements of type 'struct in6_addr' which +
a GSList containing elements of type 'struct in6_addr' which contain the addresses of nameservers of the configuration. This is the internal copy used by the configuration and must not be modified.
nm_ip6_config_get_domains ()
-const GPtrArray * +const GPtrArray * nm_ip6_config_get_domains (NMIP6Config *config);Gets the domain names.
@@ -440,7 +440,7 @@ nm_ip6_config_get_domains (@@ -448,7 +448,7 @@ This is the internal copy used by the configuration, and must not be modified. <Returns
-the GPtrArray containing domains as strings. +
the GPtrArray containing domains as strings. This is the internal copy used by the configuration, and must not be modified.
[element-type utf8]
@@ -136,7 +136,7 @@nm_ip6_config_get_searches ()
-const GPtrArray * +const GPtrArray * nm_ip6_config_get_searches (NMIP6Config *config);Gets the dns searches.
@@ -468,7 +468,7 @@ nm_ip6_config_get_searches (@@ -518,8 +518,8 @@ This is the internal copy used by the configuration, and must not be modified. <Returns
-the GPtrArray containing dns searches as strings. +
the GPtrArray containing dns searches as strings. This is the internal copy used by the configuration, and must not be modified.
[element-type utf8]
@@ -527,13 +527,13 @@ This is the internal copy used by the configuration, and must not be modified. <The
“addresses”property“addresses” NMIP6AddressObjectArray *-The GPtrArray containing the IPv6 addresses; use -
nm_utils_ip6_addresses_from_gvalue()to return a GSList of +The GPtrArray containing the IPv6 addresses; use +
nm_utils_ip6_addresses_from_gvalue()to return a GSList of NMSettingIP6Address objects that is more usable than the raw data.Flags: Read
The
“domains”property“domains” NMStringArray *-The GPtrArray containing domain strings of the configuration.
+The GPtrArray containing domain strings of the configuration.
Flags: Read
The
-“gateway”property“gateway” gchar *+“gateway” gchar *The IPv6 gateway as string
Flags: Read
Default value: NULL
@@ -543,7 +543,7 @@ This is the internal copy used by the configuration, and must not be modified. <@@ -551,8 +551,8 @@ contain the addresses of nameservers of the configuration.The
“nameservers”property“nameservers” NMIP6AddressArray *-The GPtrArray containing elements of type 'struct ip6_addr' which +
The GPtrArray containing elements of type 'struct ip6_addr' which contain the addresses of nameservers of the configuration.
Flags: Read
@@ -560,7 +560,7 @@ contain the addresses of nameservers of the configuration.The
“routes”property“routes” NMIP6RouteObjectArray *-The GPtrArray containing the IPv6 routes; use -
nm_utils_ip6_routes_from_gvalue()to return a GSList of +The GPtrArray containing the IPv6 routes; use +
nm_utils_ip6_routes_from_gvalue()to return a GSList of NMSettingIP6Address objects that is more usable than the raw data.Flags: Read
diff --git a/docs/libnm-glib/html/NMObject.html b/docs/libnm-glib/html/NMObject.html index 296e0b0c..fb4c6d24 100644 --- a/docs/libnm-glib/html/NMObject.html +++ b/docs/libnm-glib/html/NMObject.html @@ -44,7 +44,7 @@The
“searches”property“searches” NMStringArray *-The GPtrArray containing dns search strings of the configuration.
+The GPtrArray containing dns search strings of the configuration.
Flags: Read
Since: 0.9.10
-GQuark +GQuark nm_object_error_quark () @@ -85,7 +85,7 @@ @@ -103,7 +103,7 @@ -gchar * +gchar *dbus-path Read / Write / Construct Only void object-creation-failed -Run First +Run First Object Hierarchy
-GObject +GObject ╰── NMObject ├── NMClient ├── NMDevice @@ -156,7 +156,7 @@Functions
-nm_object_error_quark ()
-GQuark +GQuark nm_object_error_quark (void);Registers an error quark for NMObject if necessary.
@@ -280,7 +280,7 @@ device, and must not be modified.
@@ -291,9 +291,9 @@ device, and must not be modified.The
-“dbus-path”property“dbus-path” gchar *+“dbus-path” gchar *Flags: Read / Write / Construct Only
Default value: NULL
The
“object-creation-failed”signalvoid user_function (NMObject *master_object, - gpointer error, - gpointer failed_path, - gpointer user_data)+ gpointer error, + gpointer failed_path, + gpointer user_data)Indicates that an error occured while creating an NMObject object during property handling of
@@ -331,7 +331,7 @@ during property handling ofmaster_object.master_objectFlags: Run First
+Flags: Run First
-GQuark +GQuark nm_remote_connection_error_quark () @@ -120,7 +120,7 @@ -gboolean +gboolean nm_remote_connection_get_unsaved () @@ -152,12 +152,12 @@ -gchar * +gchar *dbus-path Write / Construct Only - @@ -176,17 +176,17 @@gboolean +gboolean unsaved Read void removed -Run First +Run First void updated -Run First +Run First void visible -Run First +Run First
nm_remote_connection_error_quark ()
-GQuark +GQuark nm_remote_connection_error_quark (void);Registers an error quark for NMRemoteConnection if necessary.
@@ -259,8 +259,8 @@ nm_remote_connection_error_quark (NMRemoteConnectionResultFunc ()
void (*NMRemoteConnectionResultFunc) (+NMRemoteConnection *connection, -GError *error, -gpointer user_data);GError *error, +gpointer user_data);Called when NetworkManager has finished an asynchronous operation on a connection, like commit changes, deleting, saving, etc.
@@ -296,9 +296,9 @@ connection, like commit changes, deleting, saving, etc.NMRemoteConnectionGetSecretsFunc ()
void (*NMRemoteConnectionGetSecretsFunc) (+NMRemoteConnection *connection, -GHashTable *secrets, -GError *error, -gpointer user_data);GHashTable *secrets, +GError *error, +gpointer user_data);Called when NetworkManager returns secrets in response to a request for secrets via
nm_remote_connection_get_secrets().@@ -318,7 +318,7 @@ secrets viasecrets
on success, a hash table of -hash tables, with each inner hash mapping a setting property to a GValue +hash tables, with each inner hash mapping a setting property to a GValue containing that property's value.
[element-type utf8 GLib.HashTable] @@ -367,7 +367,7 @@ nm_remote_connection_new (Returns
-the new remote connection object on success, or
+NULLon failurethe new remote connection object on success, or
NULLon failure
@@ -376,7 +376,7 @@ nm_remote_connection_new (void nm_remote_connection_commit_changes (NMRemoteConnection *connection,NMRemoteConnectionResultFunc callback, -gpointer user_data); +gpointer user_data);Send any local changes to the settings and properties of this connection to NetworkManager, which will immediately save them to disk.
@@ -416,7 +416,7 @@ commit completes. nm_remote_connection_commit_changes_unsaved (NMRemoteConnection *connection,NMRemoteConnectionResultFunc callback, -gpointer user_data); +gpointer user_data);Send any local changes to the settings and properties of this connection to NetworkManager. The changes are not saved to disk until either
nm_remote_connection_save()ornm_remote_connection_commit_changes()is @@ -458,7 +458,7 @@ commit completes.void nm_remote_connection_save (+NMRemoteConnection *connection,NMRemoteConnectionResultFunc callback, -gpointer user_data);gpointer user_data);Saves the connection to disk if the connection has changes that have not yet been written to disk, or if the connection has never been saved.
@@ -498,7 +498,7 @@ save completes.void nm_remote_connection_delete (+NMRemoteConnection *connection,NMRemoteConnectionResultFunc callback, -gpointer user_data);gpointer user_data);Delete the connection.
@@ -284,13 +284,13 @@ which stores network configuration and allows authenticated clients to add, delete, and modify that configuration. The data required to connect to a specific network is called a "connection" and encapsulated by the -NMConnection object. Once a connection is known to NetworkManager, having +NMConnection object. Once a connection is known to NetworkManager, having either been added by a user or read from on-disk storage, the NMRemoteSettings object creates a NMRemoteConnection object which represents this stored connection. Use the NMRemoteConnection object to perform any operations like modification or deletion.Parameters
@@ -536,7 +536,7 @@ nm_remote_connection_delete (,NMRemoteConnection *connectionconst char *setting_name,NMRemoteConnectionGetSecretsFunc callback, -gpointer user_data); +gpointer user_data);Request the connection's secrets.
@@ -274,7 +274,7 @@Parameters
@@ -554,13 +554,13 @@ nm_remote_connection_get_secrets (- setting_name
+ the NMSetting object name to get secrets for
the NMSetting object name to get secrets for
callback
+must not be a function to be called when the update completes; -must not be
NULL.NULL.[scope async] @@ -576,7 +576,7 @@ must not be NULL.
nm_remote_connection_get_unsaved ()
-gboolean +gboolean nm_remote_connection_get_unsaved (NMRemoteConnection *connection);Parameters
@@ -595,8 +595,8 @@ nm_remote_connection_get_unsaved (Returns
-
TRUEif the remote connection contains changes that have not -been saved to disk,FALSEif the connection is the same as its on-disk +
TRUEif the remote connection contains changes that have not +been saved to disk,FALSEif the connection is the same as its on-disk representation.Since: 0.9.10
@@ -681,16 +681,16 @@ representation.
The
-“dbus-path”property“dbus-path” gchar *+“dbus-path” gchar *Flags: Write / Construct Only
Default value: NULL
-The
-“unsaved”property“unsaved” gboolean-+
TRUEif the remote connection contains changes that have not been saved -to disk,FALSEif the connection is the same as its on-disk representation.“unsaved” gboolean+
TRUEif the remote connection contains changes that have not been saved +to disk,FALSEif the connection is the same as its on-disk representation.Flags: Read
Default value: FALSE
Since: 0.9.10
@@ -702,7 +702,7 @@ to disk,FALSEif the connection is the same as itsThe
“removed”signalvoid user_function (NMRemoteConnection *connection, - gpointer user_data)+ gpointer user_data)This signal is emitted when a connection is either deleted or becomes invisible to the current user.
@@ -716,7 +716,7 @@ invisible to the current user.- connection
+ a NMConnection
@@ -727,14 +727,14 @@ invisible to the current user. Flags: Run First
+Flags: Run First
-The
“updated”signalvoid user_function (NMRemoteConnection *connection, - gpointer user_data)+ gpointer user_data)This signal is emitted when a connection changes, and it is still visible to the user.
@@ -748,7 +748,7 @@ still visible to the user.- connection
+ a NMConnection
@@ -759,16 +759,16 @@ still visible to the user. Flags: Run First
+Flags: Run First
diff --git a/docs/libnm-glib/html/NMRemoteSettings.html b/docs/libnm-glib/html/NMRemoteSettings.html index 10d37ade..0b79f7ec 100644 --- a/docs/libnm-glib/html/NMRemoteSettings.html +++ b/docs/libnm-glib/html/NMRemoteSettings.html @@ -44,7 +44,7 @@The
“visible”signalvoid user_function (NMRemoteConnection *nmremoteconnection, - gboolean arg1, - gpointer user_data)-Flags: Run First
+ gboolean arg1, + gpointer user_data) +Flags: Run First
-GQuark +GQuark nm_remote_settings_error_quark () @@ -100,7 +100,7 @@ -GSList * +GSList * nm_remote_settings_list_connections () @@ -132,7 +132,7 @@ -gboolean +gboolean nm_remote_settings_add_connection () @@ -140,7 +140,7 @@ -gboolean +gboolean nm_remote_settings_add_connection_unsaved () @@ -148,7 +148,7 @@ -gboolean +gboolean nm_remote_settings_load_connections () @@ -156,7 +156,7 @@ -gboolean +gboolean nm_remote_settings_reload_connections () @@ -164,7 +164,7 @@ -gboolean +gboolean nm_remote_settings_save_hostname () @@ -189,18 +189,18 @@ Read / Write / Construct Only - gboolean +gboolean can-modify Read -gchar * +gchar *hostname Read - @@ -219,12 +219,12 @@gboolean +gboolean service-running Read void connections-read -Run First +Run First void new-connection -Run First +Run First To add a new network connection to the NetworkManager settings service, first -build up a template NMConnection object. Since this connection is not yet +build up a template NMConnection object. Since this connection is not yet added to NetworkManager, it is known only to your program and is not yet an NMRemoteConnection. Then ask NMRemoteSettings to add your connection. When the connection is added successfully, the supplied callback is called @@ -366,15 +366,15 @@ the stored object known to NetworkManager.
gpointer user_data) { if (error) - g_print ("Error adding connection: %s", error->message); + g_print ("Error adding connection: %s", error->message); else { - g_print ("Added: %s\n", nm_connection_get_path (NM_CONNECTION (remote))); + g_print ("Added: %s\n", nm_connection_get_path (NM_CONNECTION (remote))); /* Use 'remote' with nm_remote_connection_commit_changes() to save * changes and nm_remote_connection_delete() to delete the connection */ } } -static gboolean +static gboolean add_wired_connection (const char *human_name) { NMConnection *connection; @@ -383,35 +383,35 @@ the stored object known to NetworkManager. char *uuid; gboolean success; - connection = nm_connection_new (); + connection = nm_connection_new (); /* Build up the 'connection' setting */ - s_con = (NMSettingConnection *) nm_setting_connection_new (); - uuid = nm_utils_uuid_generate (); - g_object_set (G_OBJECT (s_con), - NM_SETTING_CONNECTION_UUID, uuid, - NM_SETTING_CONNECTION_ID, human_name, - NM_SETTING_CONNECTION_TYPE, NM_SETTING_WIRED_SETTING_NAME, - NULL); - g_free (uuid); - nm_connection_add_setting (connection, NM_SETTING (s_con)); + s_con = (NMSettingConnection *) nm_setting_connection_new (); + uuid = nm_utils_uuid_generate (); + g_object_set (G_OBJECT (s_con), + NM_SETTING_CONNECTION_UUID, uuid, + NM_SETTING_CONNECTION_ID, human_name, + NM_SETTING_CONNECTION_TYPE, NM_SETTING_WIRED_SETTING_NAME, + NULL); + g_free (uuid); + nm_connection_add_setting (connection, NM_SETTING (s_con)); /* Add the required 'wired' setting as this is a wired connection */ - nm_connection_add_setting (connection, nm_setting_wired_new ()); + nm_connection_add_setting (connection, nm_setting_wired_new ()); /* Add an 'ipv4' setting using AUTO configuration (eg DHCP) */ - s_ip4 = (NMSettingIP4Config *) nm_setting_ip4_config_new (); - g_object_set (G_OBJECT (s_ip4), - NM_SETTING_IP4_CONFIG_METHOD, NM_SETTING_IP4_CONFIG_METHOD_AUTO, - NULL); - nm_connection_add_setting (connection, NM_SETTING (s_ip4)); + s_ip4 = (NMSettingIP4Config *) nm_setting_ip4_config_new (); + g_object_set (G_OBJECT (s_ip4), + NM_SETTING_IP4_CONFIG_METHOD, NM_SETTING_IP4_CONFIG_METHOD_AUTO, + NULL); + nm_connection_add_setting (connection, NM_SETTING (s_ip4)); /* Ask NetworkManager to store the connection */ success = nm_remote_settings_add_connection (settings, connection, added_cb, loop); /* Release the template connection; the actual stored connection will * be returned in added_cb() */ - g_object_unref (connection); + g_object_unref (connection); /* Let glib event loop run and added_cb() will be called when NetworkManager * is done adding the new connection. */ @@ -429,7 +429,7 @@ the stored object known to NetworkManager.Functions
nm_remote_settings_error_quark ()
-GQuark +GQuark nm_remote_settings_error_quark (void);Registers an error quark for NMRemoteSettings if necessary.
@@ -443,8 +443,8 @@ nm_remote_settings_error_quark (vvoid (*NMRemoteSettingsAddConnectionFunc) (+NMRemoteSettings *settings,NMRemoteConnection *connection, -GError *error, -gpointer user_data);GError *error, +gpointer user_data);
@@ -453,16 +453,16 @@ nm_remote_settings_error_quark (v (*NMRemoteSettingsLoadConnectionsFunc) (NMRemoteSettings *settings,char **failures, -GError *error, -gpointer user_data); +GError *error, +gpointer user_data);
NMRemoteSettingsSaveHostnameFunc ()
void (*NMRemoteSettingsSaveHostnameFunc) (+NMRemoteSettings *settings, -GError *error, -gpointer user_data);GError *error, +gpointer user_data);
@@ -490,7 +490,7 @@ want to avoid that.Returns
-the new remote settings object on success, or
+NULLon failurethe new remote settings object on success, or
NULLon failure
@@ -498,9 +498,9 @@ want to avoid that.nm_remote_settings_new_async ()
void nm_remote_settings_new_async (+DBusGConnection *bus, -GCancellable *cancellable, -GAsyncReadyCallback callback, -gpointer user_data);GCancellable *cancellable, +GAsyncReadyCallback callback, +gpointer user_data);Creates a new object representing the remote settings service and begins asynchronously initializing it.
callbackwill be called @@ -522,7 +522,7 @@ result.- cancellable
+ a GCancellable, or
NULLa GCancellable, or
NULL@@ -544,8 +544,8 @@ result. nm_remote_settings_new_finish ()
NMRemoteSettings * -nm_remote_settings_new_finish (+nm_remote_settings_new_finish (GAsyncResult *result, -GError **error);GAsyncResult *result, +GError **error);Gets the result of an
nm_remote_settings_new_async()call.Parameters
@@ -558,12 +558,12 @@ nm_remote_settings_new_finish (GA- result
+ a GAsyncResult
@@ -571,13 +571,13 @@ nm_remote_settings_new_finish ( - error
+ location for a GError, or
NULLGAReturns
-a new NMRemoteSettings object, or
+NULLon errora new NMRemoteSettings object, or
NULLon error
@@ -638,7 +638,7 @@ nm_remote_settings_get_connection_by_idnm_remote_settings_list_connections ()
-GSList * +GSList * nm_remote_settings_list_connections (NMRemoteSettings *settings);Parameters
@@ -601,7 +601,7 @@ list containing all connections provided by the remote settings service. Each element of the returned list is aNMRemoteConnectioninstance, which is owned by theNMRemoteSettingsobject and should not be freed by the caller. The returned list is, however, owned by the caller and should be freed -usingg_slist_free()when no longer required. +usingg_slist_free()when no longer required.[transfer container][element-type NMRemoteConnection]
@@ -677,7 +677,7 @@ nm_remote_settings_get_connection_by_pathReturns
-the remote connection object on success, or
NULLif no +the remote connection object on success, or
NULLif no matching object was found.[transfer none]
@@ -715,7 +715,7 @@ nm_remote_settings_get_connection_by_uuidReturns
-the remote connection object on success, or
NULLif the object was +the remote connection object on success, or
NULLif the object was not known.[transfer none]
@@ -723,11 +723,11 @@ not known.Returns
-the remote connection object on success, or
NULLif the object was +the remote connection object on success, or
NULLif the object was not known.[transfer none]
nm_remote_settings_add_connection ()
-gboolean +gboolean nm_remote_settings_add_connection (+NMRemoteSettings *settings, -NMConnection *connection, +NMConnection *connection,NMRemoteSettingsAddConnectionFunc callback, -gpointer user_data);gpointer user_data);Requests that the remote settings service add the given settings to a new connection. The connection is immediately written to disk.
connectionis @@ -776,18 +776,18 @@ added, not the object itself
nm_remote_settings_add_connection_unsaved ()
-gboolean +gboolean nm_remote_settings_add_connection_unsaved (+NMRemoteSettings *settings, -NMConnection *connection, +NMConnection *connection,NMRemoteSettingsAddConnectionFunc callback, -gpointer user_data);gpointer user_data);Requests that the remote settings service add the given settings to a new connection. The connection is not written to disk, which may be done at a later time by calling the connection's
nm_remote_connection_commit_changes()@@ -828,29 +828,29 @@ added, not the object itselfSince: 0.9.10
nm_remote_settings_load_connections ()
-gboolean +gboolean nm_remote_settings_load_connections (+NMRemoteSettings *settings,char **filenames,char ***failures, -GError **error);GError **error);Requests that the remote settings service load or reload the given files, adding or updating the connections described within.
The changes to the indicated files will not yet be reflected in
settings's connections array when the function returns.If all of the indicated files were successfully loaded, the -function will return
TRUE, andfailures- will be set toNULL. If +function will returnTRUE, andfailures+ will be set toNULL. If NetworkManager tried to load the files, but some (or all) failed, thenfailures- will be set to aNULL-terminated array of the + will be set to aNULL-terminated array of the filenames that failed to load.- filenames
+
NULL-terminated array of filenames to load
NULL-terminated array of filenames to load- failures
on return, a
NULL-terminated array of +on return, a
NULL-terminated array of filenames that failed to load.[out][transfer full] - error
+ return location for GError
return location for GError
Returns
-
TRUEif NetworkManager at least tried to loadfilenames++
TRUEif NetworkManager at least tried to loadfilenames, -FALSEif an error occurred (eg, permission denied).FALSEif an error occurred (eg, permission denied).Since: 0.9.10
@@ -926,18 +926,18 @@ the in-memory state matches the on-disk state.nm_remote_settings_reload_connections ()
-gboolean +gboolean nm_remote_settings_reload_connections (+NMRemoteSettings *settings, -GError **error);GError **error);Requests that the remote settings service reload all connection files from disk, adding, updating, and removing connections until the in-memory state matches the on-disk state.
@@ -918,7 +918,7 @@ the in-memory state matches the on-disk state.- error
+ return location for GError
return location for GError
Since: 0.9.10
nm_remote_settings_save_hostname ()
-gboolean +gboolean nm_remote_settings_save_hostname (+NMRemoteSettings *settings,const char *hostname,NMRemoteSettingsSaveHostnameFunc callback, -gpointer user_data);gpointer user_data);Requests that the machine's persistent hostname be set to the specified value or cleared.
@@ -956,7 +956,7 @@ or cleared.@@ -977,7 +977,7 @@ hostname operation completes. - hostname
the new persistent hostname to set, or
NULLto clear any existing +the new persistent hostname to set, or
NULLto clear any existing persistent hostname
The
-“can-modify”property“can-modify” gboolean-If
+TRUE, adding and modifying connections is supported.“can-modify” gboolean+If
TRUE, adding and modifying connections is supported.Flags: Read
Default value: FALSE
The
-“hostname”property“hostname” gchar *+“hostname” gchar *The machine hostname stored in persistent configuration. This can be modified by calling
nm_remote_settings_save_hostname().Flags: Read
@@ -1102,7 +1102,7 @@ modified by callingThe
-“service-running”property“service-running” gboolean+“service-running” gbooleanWhether the settings service is running.
Flags: Read
Default value: FALSE
@@ -1114,17 +1114,17 @@ modified by callingThe
“connections-read”signalvoid user_function (NMRemoteSettings *nmremotesettings, - gpointer user_data)-Flags: Run First
+ gpointer user_data) +Flags: Run First
The
“new-connection”signalvoid user_function (NMRemoteSettings *nmremotesettings, - GObject *arg1, - gpointer user_data)-Flags: Run First
+ GObject *arg1, + gpointer user_data) +Flags: Run First
diff --git a/docs/libnm-glib/html/NMSecretAgent.html b/docs/libnm-glib/html/NMSecretAgent.html index 8acd02c1..892f28e5 100644 --- a/docs/libnm-glib/html/NMSecretAgent.html +++ b/docs/libnm-glib/html/NMSecretAgent.html @@ -48,7 +48,7 @@-GQuark +GQuark nm_secret_agent_error_quark () @@ -80,7 +80,7 @@ -gboolean +gboolean nm_secret_agent_register () @@ -88,7 +88,7 @@ -gboolean +gboolean nm_secret_agent_unregister () @@ -96,7 +96,7 @@ -gboolean +gboolean nm_secret_agent_get_registered () @@ -139,7 +139,7 @@ - @@ -150,12 +150,12 @@gboolean +gboolean auto-register Read / Write / Construct -gchar * +gchar *identifier Read / Write / Construct Only - @@ -173,7 +173,7 @@gboolean +gboolean registered Read void registration-result -Run First +Run First
@@ -247,10 +247,10 @@ nm_secret_agent_error_quark (voidNMSecretAgentGetSecretsFunc ()
void (*NMSecretAgentGetSecretsFunc) (+NMSecretAgent *agent, -NMConnection *connection, -GHashTable *secrets, -GError *error, -gpointer user_data);NMConnection *connection, +GHashTable *secrets, +GError *error, +gpointer user_data);Called as a result of a request by NM to retrieve secrets. When the NMSecretAgent subclass has finished retrieving secrets and is ready to return them, or to return an error, this function should be called with @@ -283,18 +283,18 @@ something like this:
NMSettingWirelessSecurity *s_wsec; GHashTable *secrets_hash; -secrets = nm_connection_new (); -s_wsec = (NMSettingWirelessSecurity *) nm_setting_wireless_security_new (); -g_object_set (G_OBJECT (s_wsec), - NM_SETTING_WIRELESS_SECURITY_PSK, "my really cool PSK", - NULL); -nm_connection_add_setting (secrets, NM_SETTING (s_wsec)); -secrets_hash = nm_connection_to_hash (secrets, NM_SETTING_HASH_FLAG_ALL); +secrets = nm_connection_new (); +s_wsec = (NMSettingWirelessSecurity *) nm_setting_wireless_security_new (); +g_object_set (G_OBJECT (s_wsec), + NM_SETTING_WIRELESS_SECURITY_PSK, "my really cool PSK", + NULL); +nm_connection_add_setting (secrets, NM_SETTING (s_wsec)); +secrets_hash = nm_connection_to_hash (secrets, NM_SETTING_HASH_FLAG_ALL); (call the NMSecretAgentGetSecretsFunc with secrets_hash) -g_object_unref (secrets); -g_hash_table_unref (secrets_hash);connection
the connection for which secrets were requested, note that this object will be unrefed after the callback has returned, use -
g_object_ref()/g_object_unref()if you want to use this object after the callback +g_object_ref()/g_object_unref()if you want to use this object after the callback has returned.[transfer none] @@ -400,9 +400,9 @@ has returned. - secrets
the GHashTable containing -the requested secrets in the same format as an NMConnection hash (as -created by
nm_connection_to_hash()for example). Each key insecrets-should be the name of a NMSetting object (like "802-11-wireless-security") -and each value should be a GHashTable. The sub-hashes map string:GValue +the GHashTable containing +the requested secrets in the same format as an NMConnection hash (as +created by
nm_connection_to_hash()for example). Each key insecrets+should be the name of a NMSetting object (like "802-11-wireless-security") +and each value should be a GHashTable. The sub-hashes map string:GValue where the string is the setting property name (like "psk") and the value is the secret.[element-type utf8 GLib.HashTable] @@ -353,9 +353,9 @@ is the secret.NMSecretAgentSaveSecretsFunc ()
void (*NMSecretAgentSaveSecretsFunc) (+NMSecretAgent *agent, -NMConnection *connection, -GError *error, -gpointer user_data);NMConnection *connection, +GError *error, +gpointer user_data);Called as a result of a request by NM to save secrets. When the NMSecretAgent subclass has finished saving the secrets, this function should be called.
@@ -377,7 +377,7 @@ should be called.connection
the connection for which secrets were to be saved, note that this object will be unrefed after the callback has returned, use -
g_object_ref()/g_object_unref()if you want to use this object after the callback +g_object_ref()/g_object_unref()if you want to use this object after the callback has returned.[transfer none] NMSecretAgentDeleteSecretsFunc ()
void (*NMSecretAgentDeleteSecretsFunc) (+NMSecretAgent *agent, -NMConnection *connection, -GError *error, -gpointer user_data);NMConnection *connection, +GError *error, +gpointer user_data);Called as a result of a request by NM to delete secrets. When the NMSecretAgent subclass has finished deleting the secrets, this function should be called.
@@ -424,7 +424,7 @@ should be called.connection
the connection for which secrets were to be deleted, note that this object will be unrefed after the callback has returned, use -
g_object_ref()/g_object_unref()if you want to use this object after the callback +g_object_ref()/g_object_unref()if you want to use this object after the callback has returned.[transfer none] @@ -445,7 +445,7 @@ has returned.
nm_secret_agent_register ()
-gboolean +gboolean nm_secret_agent_register (NMSecretAgent *self);Registers the NMSecretAgent with the NetworkManager secret manager, indicating to NetworkManager that the agent is able to provide and save @@ -469,15 +469,15 @@ asynchronous operation and its success or failure is indicated via the
Returns
-a new
TRUEif registration was successfully requested (this does -not mean registration itself was successful),FALSEif registration was not +a new
TRUEif registration was successfully requested (this does +not mean registration itself was successful),FALSEif registration was not successfully requested.
nm_secret_agent_unregister ()
-gboolean +gboolean nm_secret_agent_unregister (NMSecretAgent *self);Unregisters the NMSecretAgent with the NetworkManager secret manager, indicating to NetworkManager that the agent is will no longer provide or @@ -499,13 +499,13 @@ store secrets on behalf of this user.
nm_secret_agent_get_registered ()
-gboolean +gboolean nm_secret_agent_get_registered (NMSecretAgent *self);
@@ -532,12 +532,12 @@ nm_secret_agent_get_registered (nm_secret_agent_get_secrets ()
void nm_secret_agent_get_secrets (+NMSecretAgent *self, -NMConnection *connection, +NMConnection *connection,const char *setting_name,const char **hints,NMSecretAgentGetSecretsFlags flags,NMSecretAgentGetSecretsFunc callback, -gpointer user_data);gpointer user_data);Asyncronously retrieve secrets belonging to
connectionfor the settingsetting_name@@ -563,7 +563,7 @@ secrets from the user.- connection
+ the NMConnection for which we're asked secrets
the NMConnection for which we're asked secrets
@@ -601,9 +601,9 @@ secrets from the user. nm_secret_agent_save_secrets ()
void nm_secret_agent_save_secrets (+NMSecretAgent *self, -NMConnection *connection, +NMConnection *connection,NMSecretAgentSaveSecretsFunc callback, -gpointer user_data);gpointer user_data);Asyncronously ensure that all secrets inside
@@ -624,7 +624,7 @@ are stored to disk.connectionare stored to disk.- connection
+ a NMConnection
@@ -647,9 +647,9 @@ are stored to disk. nm_secret_agent_delete_secrets ()
void nm_secret_agent_delete_secrets (+NMSecretAgent *self, -NMConnection *connection, +NMConnection *connection,NMSecretAgentDeleteSecretsFunc callback, -gpointer user_data);gpointer user_data);Asynchronously ask the agent to delete all saved secrets belonging to
@@ -670,7 +670,7 @@ nm_secret_agent_delete_secrets (connection.- connection
+ a NMConnection
@@ -886,7 +886,7 @@ results or carrier changes. Property Details
The
-“auto-register”property“auto-register” gboolean+“auto-register” gbooleanIf TRUE, the agent will attempt to automatically register itself after it is created (via an idle handler) and to re-register itself if NetworkManager restarts. If FALSE, the agent does not automatically @@ -907,7 +907,7 @@ called, which re-enables auto-registration.
The
-“identifier”property“identifier” gchar *+“identifier” gchar *Identifies this agent; only one agent in each user session may use the same identifier. Identifier formatting follows the same rules as D-Bus bus names with the exception that the ':' character is not @@ -921,8 +921,8 @@ of 3 characters. An example valid identifier is 'org.gnome.nm-applet'
@@ -933,8 +933,8 @@ of 3 characters. An example valid identifier is 'org.gnome.nm-applet'The
-“registered”property“registered” gboolean-+
TRUEif the agent is registered with NetworkManager,FALSEif not.“registered” gboolean+
TRUEif the agent is registered with NetworkManager,FALSEif not.Flags: Read
Default value: FALSE
The
“registration-result”signalvoid user_function (NMSecretAgent *agent, - gpointer error, - gpointer user_data)+ gpointer error, + gpointer user_data)Indicates the result of a registration request; if
@@ -965,7 +965,7 @@ request was successful.erroris NULL the request was successful.Flags: Run First
+Flags: Run First
-GObject * +GObject * nm_vpn_connection_new () @@ -52,7 +52,7 @@ -NMVPNConnectionState +NMVPNConnectionState nm_vpn_connection_get_vpn_state () @@ -79,12 +79,12 @@ -gchar * +gchar *banner Read - @@ -102,7 +102,7 @@guint +guint vpn-state Read void vpn-state-changed -Run First +Run First @@ -424,7 +424,7 @@ againstObject Hierarchy
-GObject +GObject ╰── NMObject ╰── NMActiveConnection ╰── NMVPNConnection @@ -140,7 +140,7 @@Functions
nm_vpn_connection_new ()
-GObject * +GObject * nm_vpn_connection_new (DBusGConnection *connection,const char *path);Creates a new NMVPNConnection.
@@ -175,7 +175,7 @@ nm_vpn_connection_new (nm_vpn_connection_get_vpn_state ()
-NMVPNConnectionState +NMVPNConnectionState nm_vpn_connection_get_vpn_state (NMVPNConnection *vpn);Gets the current NMVPNConnection state.
@@ -244,7 +244,7 @@ string used by the connection, and must not be modified.diff --git a/docs/libnm-glib/html/NMWimaxNsp.html b/docs/libnm-glib/html/NMWimaxNsp.html index 91cdbfee..7f7c4d6c 100644 --- a/docs/libnm-glib/html/NMWimaxNsp.html +++ b/docs/libnm-glib/html/NMWimaxNsp.html @@ -43,7 +43,7 @@Property Details
The
-“banner”property“banner” gchar *+“banner” gchar *The VPN login banner of the active VPN connection.
Flags: Read
Default value: NULL
@@ -252,7 +252,7 @@ string used by the connection, and must not be modified.
The
-“vpn-state”property“vpn-state” guint+“vpn-state” guintThe VPN state of the active VPN connection.
Flags: Read
Allowed values: <= 7
@@ -265,10 +265,10 @@ string used by the connection, and must not be modified.The
“vpn-state-changed”signalvoid user_function (NMVPNConnection *nmvpnconnection, - guint arg1, - guint arg2, - gpointer user_data)-Flags: Run First
+ guint arg1, + guint arg2, + gpointer user_data) +Flags: Run First
-GObject * +GObject * nm_wimax_nsp_new () @@ -58,7 +58,7 @@ -guint32 +guint32 nm_wimax_nsp_get_signal_quality () @@ -74,7 +74,7 @@ -GSList * +GSList * nm_wimax_nsp_filter_connections () @@ -82,7 +82,7 @@ -gboolean +gboolean nm_wimax_nsp_connection_valid () @@ -102,17 +102,17 @@ -gchar * +gchar *name Read - guint +guint network-type Read - @@ -148,7 +148,7 @@guint +guint signal-quality Read @@ -306,20 +306,20 @@ returned connections will match theObject Hierarchy
-GObject +GObject ╰── NMObject ╰── NMWimaxNsp@@ -160,7 +160,7 @@Functions
nm_wimax_nsp_new ()
-GObject * +GObject * nm_wimax_nsp_new (DBusGConnection *connection,const char *path);Creates a new NMWimaxNsp.
@@ -221,7 +221,7 @@ nm_wimax_nsp_get_name (nm_wimax_nsp_get_signal_quality ()
-guint32 +guint32 nm_wimax_nsp_get_signal_quality (NMWimaxNsp *nsp);Gets the WPA signal quality of the wimax NSP.
@@ -273,9 +273,9 @@ nm_wimax_nsp_get_network_type (nm_wimax_nsp_filter_connections ()
-GSList * +GSList * nm_wimax_nsp_filter_connections (+NMWimaxNsp *nsp, -const GSList *connections);const GSList *connections);Filters a given list of connections for a given NMWimaxNsp object and return connections which may be activated with the access point. Any returned connections will match the
nsp@@ -297,7 +297,7 @@ returned connections will match thenspconnections
+NMConnection objects to filter. a list of -NMConnection objects to filter.
[element-type NMConnection] nspReturns
a -list of NMConnection objects that could be activated with the given
+be freed withnsp+list of NMConnection objects that could be activated with the givennsp. The elements of the list are owned by their creator and should not be freed by the caller, but the returned list itself is owned by the caller and should -be freed withg_slist_free()when it is no longer required.g_slist_free()when it is no longer required.[transfer container][element-type NMConnection]
nm_wimax_nsp_connection_valid ()
-gboolean +gboolean nm_wimax_nsp_connection_valid (+NMWimaxNsp *nsp, -NMConnection *connection);NMConnection *connection);Validates a given connection against a given WiMAX NSP to ensure that the connection may be activated with that NSP. The connection must match the
nsp@@ -341,7 +341,7 @@ against@@ -350,8 +350,8 @@ against - connection
an NMConnection to validate against
nsp+an NMConnection to validate against
nspProperty Details
The
-“name”property“name” gchar *+“name” gchar *The name of the WiMAX NSP.
Flags: Read
Default value: NULL
@@ -432,7 +432,7 @@ against
The
-“network-type”property“network-type” guint+“network-type” guintThe network type of the WiMAX NSP.
Flags: Read
Default value: 0
@@ -440,7 +440,7 @@ against
The
-“signal-quality”property“signal-quality” guint+“signal-quality” guintThe signal quality of the WiMAX NSP.
Flags: Read
Allowed values: <= 100
diff --git a/docs/libnm-glib/html/index.html b/docs/libnm-glib/html/index.html index bbb72e4b..a39f0dc9 100644 --- a/docs/libnm-glib/html/index.html +++ b/docs/libnm-glib/html/index.html @@ -15,7 +15,7 @@
libnm-glib Reference Manual
- for libnm-glib 1.1.90 + for libnm-glib 1.1.91 The latest version of this documentation can be found on-line at https://developer.gnome.org/libnm-glib/0.9/. diff --git a/docs/libnm-glib/html/libnm-glib-NMVPNPlugin.html b/docs/libnm-glib/html/libnm-glib-NMVPNPlugin.html index e0523b6f..e7ba5969 100644 --- a/docs/libnm-glib/html/libnm-glib-NMVPNPlugin.html +++ b/docs/libnm-glib/html/libnm-glib-NMVPNPlugin.html @@ -41,7 +41,7 @@
-GQuark +GQuark nm_vpn_plugin_error_quark () @@ -57,7 +57,7 @@ -NMVPNServiceState +NMVPNServiceState nm_vpn_plugin_get_state () @@ -121,7 +121,7 @@ -gboolean +gboolean nm_vpn_plugin_disconnect () @@ -160,7 +160,7 @@ Functions
@@ -172,7 +172,7 @@ nm_vpn_plugin_get_connection (NMV
nm_vpn_plugin_get_state ()
-NMVPNServiceState +NMVPNServiceState nm_vpn_plugin_get_state (NMVPNPlugin *plugin);
@@ -180,7 +180,7 @@ nm_vpn_plugin_get_state (NMVPNPlunm_vpn_plugin_set_state ()
void nm_vpn_plugin_set_state (+NMVPNPlugin *plugin, -NMVPNServiceState state);NMVPNServiceState state);
@@ -235,35 +235,35 @@ nm_vpn_plugin_set_login_banner (Nnm_vpn_plugin_failure ()
void nm_vpn_plugin_failure (+NMVPNPlugin *plugin, -NMVPNPluginFailure reason);NMVPNPluginFailure reason);
nm_vpn_plugin_set_config ()
void nm_vpn_plugin_set_config (+NMVPNPlugin *plugin, -GHashTable *config);GHashTable *config);
nm_vpn_plugin_set_ip4_config ()
void nm_vpn_plugin_set_ip4_config (+NMVPNPlugin *plugin, -GHashTable *ip4_config);GHashTable *ip4_config);
nm_vpn_plugin_set_ip6_config ()
void nm_vpn_plugin_set_ip6_config (+NMVPNPlugin *plugin, -GHashTable *ip6_config);GHashTable *ip6_config);
nm_vpn_plugin_disconnect ()
-gboolean +gboolean nm_vpn_plugin_disconnect (+NMVPNPlugin *plugin, -GError **err);GError **err);diff --git a/docs/libnm-glib/html/libnm-glib-NMVpnPluginUiWidget.html b/docs/libnm-glib/html/libnm-glib-NMVpnPluginUiWidget.html index a4343675..3d3f9393 100644 --- a/docs/libnm-glib/html/libnm-glib-NMVpnPluginUiWidget.html +++ b/docs/libnm-glib/html/libnm-glib-NMVpnPluginUiWidget.html @@ -65,7 +65,7 @@-guint32 +guint32 nm_vpn_plugin_ui_interface_get_capabilities () @@ -73,7 +73,7 @@ -NMConnection * +NMConnection * nm_vpn_plugin_ui_interface_import () @@ -81,7 +81,7 @@ -gboolean +gboolean nm_vpn_plugin_ui_interface_export () @@ -97,7 +97,7 @@ -gboolean +gboolean nm_vpn_plugin_ui_interface_delete_connection () @@ -105,7 +105,7 @@ -GObject * +GObject * nm_vpn_plugin_ui_widget_interface_get_widget () @@ -113,7 +113,7 @@ -gboolean +gboolean nm_vpn_plugin_ui_widget_interface_update_connection () @@ -121,7 +121,7 @@ -gboolean +gboolean nm_vpn_plugin_ui_widget_interface_save_secrets () @@ -249,45 +249,45 @@ NMVpnPluginUiFactory ()
NMVpnPluginUiInterface * -(*NMVpnPluginUiFactory) (+(*NMVpnPluginUiFactory) (GError **error);GError **error);
nm_vpn_plugin_ui_factory ()
NMVpnPluginUiInterface * -nm_vpn_plugin_ui_factory (+nm_vpn_plugin_ui_factory (GError **error);GError **error);
nm_vpn_plugin_ui_interface_ui_factory ()
NMVpnPluginUiWidgetInterface * nm_vpn_plugin_ui_interface_ui_factory (+NMVpnPluginUiInterface *iface, -NMConnection *connection, -GError **error);NMConnection *connection, +GError **error);
nm_vpn_plugin_ui_interface_get_capabilities ()
-guint32 +guint32 nm_vpn_plugin_ui_interface_get_capabilities (NMVpnPluginUiInterface *iface);
nm_vpn_plugin_ui_interface_import ()
-NMConnection * +NMConnection * nm_vpn_plugin_ui_interface_import (+NMVpnPluginUiInterface *iface,const char *path, -GError **error);GError **error);
nm_vpn_plugin_ui_interface_export ()
-gboolean +gboolean nm_vpn_plugin_ui_interface_export (+NMVpnPluginUiInterface *iface,const char *path, -NMConnection *connection, -GError **error);NMConnection *connection, +GError **error);
@@ -295,42 +295,42 @@ nm_vpn_plugin_ui_interface_export (char * nm_vpn_plugin_ui_interface_get_suggested_name (NMVpnPluginUiInterface *iface, -NMConnection *connection); +NMConnection *connection);
nm_vpn_plugin_ui_interface_delete_connection ()
-gboolean +gboolean nm_vpn_plugin_ui_interface_delete_connection (+NMVpnPluginUiInterface *iface, -NMConnection *connection, -GError **error);NMConnection *connection, +GError **error);
nm_vpn_plugin_ui_interface_delete_connectionis deprecated and should not be used in newly-written code.
nm_vpn_plugin_ui_widget_interface_get_widget ()
-GObject * +GObject * nm_vpn_plugin_ui_widget_interface_get_widget (NMVpnPluginUiWidgetInterface *iface);
nm_vpn_plugin_ui_widget_interface_update_connection ()
-gboolean +gboolean nm_vpn_plugin_ui_widget_interface_update_connection (+NMVpnPluginUiWidgetInterface *iface, -NMConnection *connection, -GError **error);NMConnection *connection, +GError **error);
@@ -401,7 +401,7 @@ nm_vpn_plugin_ui_widget_interface_save_secretsnm_vpn_plugin_ui_widget_interface_save_secrets ()
-gboolean +gboolean nm_vpn_plugin_ui_widget_interface_save_secrets (+NMVpnPluginUiWidgetInterface *iface, -NMConnection *connection, -GError **error);NMConnection *connection, +GError **error);
nm_vpn_plugin_ui_widget_interface_save_secretsis deprecated and should not be used in newly-written code.
diff --git a/docs/libnm-util/html/NMSetting.html b/docs/libnm-util/html/NMSetting.html index 3ce89683..422ee86b 100644 --- a/docs/libnm-util/html/NMSetting.html +++ b/docs/libnm-util/html/NMSetting.html @@ -43,7 +43,7 @@enum NMVpnPluginUiInterfaceProp
-GObject property numbers that plugins should override to provide certain +
GObject property numbers that plugins should override to provide certain information to UI programs.
@@ -880,10 +880,10 @@ added to theMembers
diff --git a/docs/libnm-glib/html/libnm-glib-nm-vpn-plugin-utils.html b/docs/libnm-glib/html/libnm-glib-nm-vpn-plugin-utils.html index b03e5987..2fd2f609 100644 --- a/docs/libnm-glib/html/libnm-glib-nm-vpn-plugin-utils.html +++ b/docs/libnm-glib/html/libnm-glib-nm-vpn-plugin-utils.html @@ -41,7 +41,7 @@-gboolean +gboolean nm_vpn_plugin_utils_read_vpn_details () @@ -49,7 +49,7 @@ @@ -835,7 +835,7 @@ to the -gboolean +gboolean nm_vpn_plugin_utils_get_secret_flags () @@ -65,10 +65,10 @@ Functions
nm_vpn_plugin_utils_read_vpn_details ()
-gboolean +gboolean nm_vpn_plugin_utils_read_vpn_details (+int fd, -GHashTable **out_data, -GHashTable **out_secrets);GHashTable **out_data, +GHashTable **out_secrets);Parses key/value pairs from a file descriptor (normally stdin) passed by an applet when the applet calls the authentication dialog of the VPN plugin.
@@ -102,20 +102,20 @@ an applet when the applet calls the authentication dialog of the VPN plugin.
nm_vpn_plugin_utils_get_secret_flags ()
-gboolean -nm_vpn_plugin_utils_get_secret_flags (GHashTable *data, +gboolean +nm_vpn_plugin_utils_get_secret_flags (+GHashTable *data,const char *secret_name, -NMSettingSecretFlags *out_flags);NMSettingSecretFlags *out_flags);Given a VPN secret key name, attempts to find the corresponding flags data item in
+NMSettingSecretFlags and returns it.data. If found, converts the flags data item to -NMSettingSecretFlags and returns it.@@ -627,7 +627,7 @@ parameters (MTU, SSID, APN, channel, rate, etc) and IP-level parametersParameters
@@ -598,9 +598,9 @@@@ -146,8 +146,8 @@ item in
datadiff --git a/docs/libnm-glib/html/object-tree.html b/docs/libnm-glib/html/object-tree.html index c6ea9297..9f6fa6de 100644 --- a/docs/libnm-glib/html/object-tree.html +++ b/docs/libnm-glib/html/object-tree.html @@ -23,7 +23,7 @@Returns
-+
TRUEif the flag data item was found and successfully converted -to flags,FALSEif not
TRUEif the flag data item was found and successfully converted +to flags,FALSEif not- GObject + GObject ├── NMObject │ ├── NMClient │ ├── NMDevice @@ -49,7 +49,7 @@ │ ├── NMDHCP4Config │ ╰── NMDHCP6Config ├── NMRemoteSettings - ├── NMConnection + ├── NMConnection │ ╰── NMRemoteConnection ╰── NMSecretAgentdiff --git a/docs/libnm-glib/version.xml b/docs/libnm-glib/version.xml index 69658cdd..069199b8 100644 --- a/docs/libnm-glib/version.xml +++ b/docs/libnm-glib/version.xml @@ -1 +1 @@ -1.1.90 +1.1.91 diff --git a/docs/libnm-util/html/NMConnection.html b/docs/libnm-util/html/NMConnection.html index 3ef46ffb..ce9cc5ea 100644 --- a/docs/libnm-util/html/NMConnection.html +++ b/docs/libnm-util/html/NMConnection.html @@ -44,7 +44,7 @@-GQuark +GQuark nm_connection_error_quark () @@ -116,7 +116,7 @@ -gboolean +gboolean nm_connection_replace_settings () @@ -124,7 +124,7 @@ -gboolean +gboolean nm_connection_replace_settings_from_connection () @@ -132,7 +132,7 @@ -gboolean +gboolean nm_connection_compare () @@ -140,7 +140,7 @@ -gboolean +gboolean nm_connection_diff () @@ -148,7 +148,7 @@ -gboolean +gboolean nm_connection_verify () @@ -156,7 +156,7 @@ -gboolean +gboolean nm_connection_normalize () @@ -187,7 +187,7 @@ -gboolean +gboolean nm_connection_update_secrets () @@ -224,7 +224,7 @@ -gboolean +gboolean nm_connection_is_type () @@ -240,7 +240,7 @@ -GHashTable * +GHashTable * nm_connection_to_hash () @@ -256,7 +256,7 @@ -GType +GType nm_connection_lookup_setting_type () @@ -264,7 +264,7 @@ -GType +GType nm_connection_lookup_setting_type_by_quark () @@ -520,7 +520,7 @@ @@ -538,17 +538,17 @@ -gchar * +gchar *path Read / Write / Construct void changed -Run First +Run First void secrets-cleared -Run First +Run First void secrets-updated -Run First +Run First Functions
nm_connection_error_quark ()
-GQuark +GQuark nm_connection_error_quark (void);Registers an error quark for NMConnection if necessary.
@@ -650,8 +650,8 @@ nm_connection_new (voidnm_connection_new_from_hash ()
NMConnection * -nm_connection_new_from_hash (+nm_connection_new_from_hash (GHashTable *hash, -GError **error);GHashTable *hash, +GError **error);Creates a new NMConnection from a hash table describing the connection. See
nm_connection_to_hash()for a description of the expected hash table.@@ -665,7 +665,7 @@ nm_connection_new_from_hash (GHas@@ -680,7 +680,7 @@ the connection. - hash
the GHashTable describing +
the GHashTable describing the connection.
[element-type utf8 GLib.HashTable] @@ -735,7 +735,7 @@ nm_connection_create_setting (Returns
the new NMConnection object, populated with settings created -from the values in the hash table, or
NULLif the connection failed to +from the values in the hash table, orNULLif the connection failed to validateconst@@ -808,8 +808,8 @@ operation dereferences theReturns
-the new setting object, or
+NULLif the setting name was unknown.the new setting object, or
NULLif the setting name was unknown.[transfer full]
@@ -777,8 +777,8 @@ the setting object's reference count.nm_connection_remove_setting ()
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.
Parameters
@@ -796,7 +796,7 @@ operation dereferences thesetting_type
-+ the GType of the setting object to remove
the GType of the setting object to remove
nm_connection_get_setting ()
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.
Parameters
@@ -827,7 +827,7 @@ to the- setting_type
+ the GType of the setting object to return
the GType of the setting object to return
@@ -872,7 +872,7 @@ theReturns
-the NMSetting, or
NULLif no setting of that type was previously +the NMSetting, or
NULLif no setting of that type was previously added to the NMConnection.[transfer none]
Returns
-the NMSetting, or
NULLif no setting with that name was previously +the NMSetting, or
NULLif no setting with that name was previously added to the NMConnection.[transfer none]
nm_connection_replace_settings ()
-gboolean +gboolean nm_connection_replace_settings (+NMConnection *connection, -GHashTable *new_settings, -GError **error);GHashTable *new_settings, +GError **error);-Parameters
@@ -900,12 +900,12 @@ nm_connection_replace_settings (
- new_settings
+ a GHashTable of settings.
a GHashTable of settings.
[element-type utf8 GLib.HashTable] @@ -913,18 +913,18 @@ nm_connection_replace_settings ( - error
+ location to store error, or
NULLlocation to store error, or
NULLReturns
-
TRUEif the settings were valid and added to the connection,FALSE+
TRUEif the settings were valid and added to the connection,FALSEif they were not
nm_connection_replace_settings_from_connection ()
-gboolean +gboolean nm_connection_replace_settings_from_connection (+NMConnection *connection,NMConnection *new_connection, -GError **error);GError **error);Deep-copies the settings of
new_conenctionand replaces the settings ofconnection@@ -951,7 +951,7 @@ with@@ -959,7 +959,7 @@ with - error
+ location to store error, or
NULLlocation to store error, or
NULLReturns
-
TRUEif the settings were valid and added to the connection,FALSE+
TRUEif the settings were valid and added to the connection,FALSEif they were notSince: 0.9.10
@@ -967,7 +967,7 @@ if they were not
nm_connection_compare ()
-gboolean +gboolean nm_connection_compare (@@ -1003,17 +1003,17 @@ each flag's behavior.NMConnection *a,NMConnection *b,NMSettingCompareFlags flags);
nm_connection_diff ()
-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 @@ -1057,16 +1057,16 @@ differ mapped to one or more ofReturns
-
TRUEif the connections contain the same values,FALSEif they do +
TRUEif the connections contain the same values,FALSEif they do not
nm_connection_verify ()
-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 @@ -1074,7 +1074,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.
Parameters
@@ -1092,7 +1092,7 @@ setting and which property failed validation, and how it failed validation.@@ -1100,22 +1100,22 @@ setting and which property failed validation, and how it failed validation. - error
+ location to store error, or
NULLlocation to store error, or
NULL
nm_connection_normalize ()
-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 setTRUE.Finally the connection will be verified and
+TRUEreturns if the connection + is setTRUE.Finally the connection will be verified and
@@ -1135,10 +1135,10 @@ cannot be normalized, the connection will not be modified.TRUEreturns 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.@@ -1149,7 +1149,7 @@ The values are opaque and depend on the parameter name. - 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, hashed by
g_str_hash()andg_str_equal()functions. +used. The keys must be strings, hashed byg_str_hash()andg_str_equal()functions. The values are opaque and depend on the parameter name.[allow-none][element-type utf8 gpointer] @@ -1158,7 +1158,7 @@ why the connection is invalid, if the function returns an error. - 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.Since: 1.0
@@ -1167,7 +1167,7 @@ why the connection is invalid, if the function returns an error.nm_connection_need_secrets ()
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 @@ -1189,10 +1189,10 @@ secrets are needed.
@@ -1235,7 +1235,7 @@ keeping secret data in memory when not needed. nm_connection_clear_secrets_with_flags ( - 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 withg_ptr_array_free(), but not free its +and must free the array itself withg_ptr_array_free(), but not free its elements.[out][element-type utf8][allow-none][transfer container] NMConnection *connection,NMSettingClearSecretsWithFlagsFn func, -gpointer user_data); +gpointer user_data);Clears and frees secrets determined by
func.@@ -1271,16 +1271,16 @@ specific secret should be cleared or not.@@ -1392,7 +1392,7 @@ nm_connection_get_virtual_iface_name (
nm_connection_update_secrets ()
-gboolean +gboolean nm_connection_update_secrets (+NMConnection *connection,const char *setting_name, -GHashTable *secrets, -GError **error);GHashTable *secrets, +GError **error);Update the specified setting's secrets, given a hash table of secrets intended for that setting (deserialized from D-Bus for example). Will also extract the given setting's secrets hash if given a hash of hashes, as would be returned from
@@ -1305,14 +1305,14 @@ will update all secrets from all settings contained innm_connection_to_hash(). Ifsetting_name- isNULL, expects + isNULL, expects a fully serialized NMConnection as returned bynm_connection_to_hash()and will update all secrets from all settings contained insecrets.- secrets
a GHashTable mapping -string:GValue of setting property names and secrets of the given
setting_name+a GHashTable mapping +string:GValue of setting property names and secrets of the given
setting_name.[element-type utf8 GObject.Value] @@ -1320,7 +1320,7 @@ string:GValue of setting property names and secrets of - error
+ location to store error, or
NULLlocation to store error, or
NULLNULL. +connection types, this function will returnNULL.-Parameters
@@ -1410,7 +1410,7 @@ connection types, this function will return
NULL.
@@ -1419,7 +1419,7 @@ connection types, this function will returnNULL.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
+If the connection contains no NMSettingConnection, it will returnNULL.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.
@@ -1440,14 +1440,14 @@ NetworkManager, this is the name of the created interface.Since: 1.0
nm_connection_is_type ()
-gboolean +gboolean nm_connection_is_type (NMConnection *connection,const char *type);A convenience function to check if the given
connection@@ -1480,8 +1480,8 @@ property of the connection and matches that against
@@ -1490,7 +1490,7 @@ property of the connection and matches that againstvoid 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.
@@ -1525,14 +1525,14 @@ at each invocation
@@ -1592,9 +1592,9 @@ output format is not guaranteed to be stable and may change at any time.nm_connection_to_hash ()
-GHashTable * +GHashTable * nm_connection_to_hash (-NMConnection *connection,NMSettingHashFlags flags);Converts the NMConnection into a GHashTable describing the connection, +
Converts the NMConnection into a GHashTable describing the connection, suitable for marshalling over D-Bus or serializing. The hash table mapping -is string:GHashTable with each element in the returned hash representing +is string:GHashTable with each element in the returned hash representing a NMSetting object. The keys are setting object names, and the values -are GHashTables mapping string:GValue, each of which represents the +are GHashTables mapping string:GValue, each of which represents the properties of the NMSetting object.
Parameters
@@ -1559,9 +1559,9 @@ properties of theReturns
a new -GHashTable describing the connection, its settings, and each setting's +GHashTable describing the connection, its settings, and each setting's properties. The caller owns the hash table and must unref the hash table -with
+withg_hash_table_unref()when it is no longer needed.g_hash_table_unref()when it is no longer needed.[transfer full][element-type utf8 GLib.HashTable]
nm_connection_lookup_setting_type ()
-GType +GType nm_connection_lookup_setting_type (-const char *name);Returns the GType of the setting's class for a given setting name.
+Returns the GType of the setting's class for a given setting name.
-Parameters
@@ -1612,16 +1612,16 @@ nm_connection_lookup_setting_type (
const
nm_connection_lookup_setting_type_by_quark ()
-GType ++GType nm_connection_lookup_setting_type_by_quark - (-GQuark error_quark);Returns the GType of the setting's class for a given setting error quark. + (
GQuark error_quark);Returns the GType of the setting's class for a given setting error quark. Useful for figuring out which setting a returned error is for.
@@ -1728,7 +1728,7 @@ nm_connection_get_connection_type (char * nm_connection_get_virtual_device_description (NMConnection *connection); -Returns the name that
nm_device_disambiguate_names()would +Returns the name that
@@ -1751,7 +1751,7 @@ Eg, "VLAN (eth1.1)".nm_device_disambiguate_names()would return for the virtual device that would be created forconnection. Eg, "VLAN (eth1.1)".Returns
the name of
connection's device, -orNULLifconnection+orNULLifconnectionis not a virtual connection type.[transfer full]
@@ -1780,7 +1780,7 @@ nm_connection_get_setting_802_1x (@@ -1807,7 +1807,7 @@ nm_connection_get_setting_bluetooth (Returns
-an NMSetting8021x if the connection contains one, otherwise
+NULL.an NMSetting8021x if the connection contains one, otherwise
NULL.[transfer none]
@@ -1834,7 +1834,7 @@ nm_connection_get_setting_bond (Returns
-an NMSettingBluetooth if the connection contains one, otherwise
+NULL.an NMSettingBluetooth if the connection contains one, otherwise
NULL.[transfer none]
@@ -1861,7 +1861,7 @@ nm_connection_get_setting_team (Returns
-an NMSettingBond if the connection contains one, otherwise
+NULL.an NMSettingBond if the connection contains one, otherwise
NULL.[transfer none]
Returns
-an NMSettingTeam if the connection contains one, otherwise
+NULL.an NMSettingTeam if the connection contains one, otherwise
NULL.[transfer none]
Since: 0.9.10
@@ -1889,7 +1889,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]
Since: 0.9.10
@@ -1917,7 +1917,7 @@ nm_connection_get_setting_bridge (@@ -1944,7 +1944,7 @@ nm_connection_get_setting_bridge_port (Returns
-an NMSettingBridge if the connection contains one, otherwise
+NULL.an NMSettingBridge if the connection contains one, otherwise
NULL.[transfer none]
Returns
-an NMSettingBridgePort if the connection contains one, otherwise
+NULL.an NMSettingBridgePort if the connection contains one, otherwise
NULL.[transfer none]
@@ -1971,7 +1971,7 @@ nm_connection_get_setting_cdma (@@ -1998,7 +1998,7 @@ nm_connection_get_setting_connection (Returns
-an NMSettingCdma if the connection contains one, otherwise
+NULL.an NMSettingCdma if the connection contains one, otherwise
NULL.[transfer none]
Returns
-an NMSettingConnection if the connection contains one, otherwise
+NULL.an NMSettingConnection if the connection contains one, otherwise
NULL.[transfer none]
@@ -2081,7 +2081,7 @@ nm_connection_get_setting_gsm (@@ -2108,7 +2108,7 @@ nm_connection_get_setting_infiniband (Returns
-an NMSettingGsm if the connection contains one, otherwise
+NULL.an NMSettingGsm if the connection contains one, otherwise
NULL.[transfer none]
Returns
-an NMSettingInfiniband if the connection contains one, otherwise
+NULL.an NMSettingInfiniband if the connection contains one, otherwise
NULL.[transfer none]
@@ -2135,7 +2135,7 @@ nm_connection_get_setting_ip4_config (Returns
-an NMSettingIP4Config if the connection contains one, otherwise
+NULL.an NMSettingIP4Config if the connection contains one, otherwise
NULL.[transfer none]
@@ -2162,7 +2162,7 @@ nm_connection_get_setting_ip6_config (Returns
-an NMSettingIP6Config if the connection contains one, otherwise
+NULL.an NMSettingIP6Config if the connection contains one, otherwise
NULL.[transfer none]
@@ -2189,7 +2189,7 @@ nm_connection_get_setting_olpc_mesh (@@ -2216,7 +2216,7 @@ nm_connection_get_setting_ppp (Returns
-an NMSettingOlpcMesh if the connection contains one, otherwise
+NULL.an NMSettingOlpcMesh if the connection contains one, otherwise
NULL.[transfer none]
@@ -2243,7 +2243,7 @@ nm_connection_get_setting_pppoe (Returns
-an NMSettingPPP if the connection contains one, otherwise
+NULL.an NMSettingPPP if the connection contains one, otherwise
NULL.[transfer none]
@@ -2270,7 +2270,7 @@ nm_connection_get_setting_serial (Returns
-an NMSettingPPPOE if the connection contains one, otherwise
+NULL.an NMSettingPPPOE if the connection contains one, otherwise
NULL.[transfer none]
@@ -2297,7 +2297,7 @@ nm_connection_get_setting_vpn (Returns
-an NMSettingSerial if the connection contains one, otherwise
+NULL.an NMSettingSerial if the connection contains one, otherwise
NULL.[transfer none]
@@ -2324,7 +2324,7 @@ nm_connection_get_setting_wimax (Returns
-an NMSettingVPN if the connection contains one, otherwise
+NULL.an NMSettingVPN if the connection contains one, otherwise
NULL.[transfer none]
@@ -2351,7 +2351,7 @@ nm_connection_get_setting_adsl (Returns
-an NMSettingWimax if the connection contains one, otherwise
+NULL.an NMSettingWimax if the connection contains one, otherwise
NULL.[transfer none]
@@ -2378,7 +2378,7 @@ nm_connection_get_setting_wired (Returns
-an NMSettingAdsl if the connection contains one, otherwise
+NULL.an NMSettingAdsl if the connection contains one, otherwise
NULL.[transfer none]
@@ -2405,7 +2405,7 @@ nm_connection_get_setting_wireless (Returns
-an NMSettingWired if the connection contains one, otherwise
+NULL.an NMSettingWired if the connection contains one, otherwise
NULL.[transfer none]
@@ -2433,7 +2433,7 @@ nm_connection_get_setting_wireless_securityReturns
-an NMSettingWireless if the connection contains one, otherwise
+NULL.an NMSettingWireless if the connection contains one, otherwise
NULL.[transfer none]
@@ -2460,7 +2460,7 @@ nm_connection_get_setting_vlan (Returns
-an NMSettingWirelessSecurity if the connection contains one, otherwise
+NULL.an NMSettingWirelessSecurity if the connection contains one, otherwise
NULL.[transfer none]
@@ -2573,7 +2573,7 @@ It should only be accessed through the functions described below.Returns
-an NMSettingVlan if the connection contains one, otherwise
+NULL.an NMSettingVlan if the connection contains one, otherwise
NULL.[transfer none]
Property Details
The
-“path”property“path” gchar *+“path” gchar *The connection's D-Bus path, used only by the calling process as a record of the D-Bus path of the connection as provided by a settings service.
Flags: Read / Write / Construct
@@ -2586,7 +2586,7 @@ of the D-Bus path of the connection as provided by a settings service.The
“changed”signalvoid user_function (NMConnection *connection, - gpointer user_data)+ gpointer user_data)The ::changed signal is emitted when any property of any property (including secrets) of any setting of the connection is modified, or when settings are added or removed.
@@ -2612,7 +2612,7 @@ or when settings are added or removed.Flags: Run First
+Flags: Run First
Since: 0.9.10
@@ -2620,7 +2620,7 @@ or when settings are added or removed.The
“secrets-cleared”signalvoid user_function (NMConnection *connection, - gpointer user_data)+ gpointer user_data)The ::secrets-cleared signal is emitted when the secrets of a connection are cleared.
@@ -2645,15 +2645,15 @@ are cleared.Flags: Run First
+Flags: Run First
The
“secrets-updated”signalvoid user_function (NMConnection *connection, - gchar *setting_name, - gpointer user_data)+ gchar *setting_name, + gpointer user_data)The ::secrets-updated signal is emitted when the secrets of a setting have been changed.
@@ -2684,7 +2684,7 @@ updatedFlags: Run First
+Flags: Run First
-GQuark +GQuark nm_setting_error_quark () @@ -67,7 +67,7 @@ -gboolean +gboolean (*NMSettingClearSecretsWithFlagsFn) () @@ -83,7 +83,7 @@ -GHashTable * +GHashTable * nm_setting_to_hash () @@ -114,7 +114,7 @@ -gboolean +gboolean nm_setting_verify () @@ -122,7 +122,7 @@ -gboolean +gboolean nm_setting_compare () @@ -130,7 +130,7 @@ -gboolean +gboolean nm_setting_diff () @@ -170,7 +170,7 @@ -GPtrArray * +GPtrArray * nm_setting_need_secrets () @@ -178,7 +178,7 @@ -gboolean +gboolean nm_setting_update_secrets () @@ -186,7 +186,7 @@ -gboolean +gboolean nm_setting_get_secret_flags () @@ -194,7 +194,7 @@ -gboolean +gboolean nm_setting_set_secret_flags () @@ -220,7 +220,7 @@ @@ -271,13 +271,13 @@ -gchar * +gchar *name Read / Write Object Hierarchy
-GEnum +GEnum ├── NMSettingCompareFlags ├── NMSettingDiffResult ├── NMSettingError ├── NMSettingHashFlags ╰── NMSettingSecretFlags - GObject + GObject ╰── NMSetting ├── NMSetting8021x ├── NMSettingAdsl @@ -325,7 +325,7 @@ of properties and allowed values.Functions
nm_setting_error_quark ()
-GQuark +GQuark nm_setting_error_quark (void);Registers an error quark for NMSetting if necessary.
@@ -360,11 +360,11 @@ nm_setting_error_quark (voidNMSettingClearSecretsWithFlagsFn ()
-gboolean +gboolean (*NMSettingClearSecretsWithFlagsFn) (+NMSetting *setting,const char *secret,NMSettingSecretFlags flags, -gpointer user_data);gpointer user_data);Parameters
@@ -399,7 +399,7 @@ nm_setting_error_quark (
void
@@ -408,9 +408,9 @@ nm_setting_error_quark (voidvoid (*NMSettingValueIterFn) (NMSetting *setting,const char *key, -const GValue *value, -GParamFlags flags, -gpointer user_data); +const GValue *value, +GParamFlags flags, +gpointer user_data);Parameters
@@ -453,10 +453,10 @@ nm_setting_error_quark (
voidnm_setting_to_hash ()
-GHashTable * +GHashTable * nm_setting_to_hash (-NMSetting *setting,NMSettingHashFlags flags);Converts the NMSetting into a GHashTable mapping each setting property +
Converts the NMSetting into a GHashTable mapping each setting property name to a GValue describing that property, suitable for marshalling over D-Bus or serializing. The mapping is string to GValue.
@@ -483,7 +483,7 @@ D-Bus or serializing. The mapping is string to GValue.@@ -492,8 +492,8 @@ describing the setting's properties.Returns
-a new GHashTable +
a new GHashTable describing the setting's properties.
[transfer full][element-type utf8 GObject.Value]
nm_setting_new_from_hash ()
NMSetting * -nm_setting_new_from_hash (+nm_setting_new_from_hash (GType setting_type, -GHashTable *hash);GType setting_type, +GHashTable *hash);Creates a new NMSetting object and populates that object with the properties contained in the hash table, using each hash key as the property to set, and each hash value as the value to set that property to. Setting properties @@ -516,7 +516,7 @@ property names and value types.
@@ -526,7 +526,7 @@ string to GValue mapping of properties that apply to the setting. - hash
the GHashTable containing a +
the GHashTable containing a string to GValue mapping of properties that apply to the setting.
[element-type utf8 GObject.Value]
@@ -587,14 +587,14 @@ like 'ppp' or 'wireless' or 'wired'.
nm_setting_verify ()
-gboolean +gboolean nm_setting_verify (+NMSetting *setting, -GSList *all_settings, -GError **error);GSList *all_settings, +GError **error);Validates the setting. Each setting's properties have allowed values, and some are dependent on other values (hence the need for
all_settings). The -returned GError contains information about which property of the setting +returned GError contains information about which property of the setting failed validation, and in what way that property failed validation.Parameters
@@ -612,14 +612,14 @@ failed validation, and in what way that property failed validation.- all_settings
a GSList of all settings +
a GSList of all settings in the connection from which
settingcame.[element-type NMSetting] @@ -627,13 +627,13 @@ came. - error
+ location to store error, or
NULLlocation to store error, or
NULL
nm_setting_compare ()
-gboolean +gboolean nm_setting_compare (@@ -669,18 +669,18 @@ for a description of each flag's behavior.NMSetting *a,NMSetting *b,NMSettingCompareFlags flags);
nm_setting_diff ()
-gboolean +gboolean nm_setting_diff (+NMSetting *a,NMSetting *b,NMSettingCompareFlags flags, -gboolean invert_results, -GHashTable **results);gboolean invert_results, +GHashTable **results);Compares two NMSetting objects for similarity, with comparison behavior modified by a set of flags. See the documentation for NMSettingCompareFlags for a description of each flag's behavior. If the settings differ, the keys @@ -714,7 +714,7 @@ one or more
invert_results
+be set to this parameter is used internally by libnm-util and should -be set to
FALSE. IfTRUEinverts the meaning of the NMSettingDiffResult.FALSE. IfTRUEinverts the meaning of the NMSettingDiffResult.@@ -731,7 +731,7 @@ in and the settings differ, a new one is created and returned. Returns
-+
TRUEif the settings contain the same values,FALSEif they do not
TRUEif the settings contain the same values,FALSEif they do not
@@ -740,7 +740,7 @@ in and the settings differ, a new one is created and returned.void nm_setting_enumerate_values (+NMSetting *setting,NMSettingValueIterFn func, -gpointer user_data);gpointer user_data);Iterates over each property of the NMSetting object, calling the supplied user function for each property.
@@ -799,7 +799,7 @@ output format is not guaranteed to be stable and may change at any time.Returns
an allocated string containing a textual representation of the setting's properties and values (including secrets!), which the caller should -free with
+free withg_free()g_free()
@@ -832,7 +832,7 @@ leakage of information.void nm_setting_clear_secrets_with_flags (+NMSetting *setting,NMSettingClearSecretsWithFlagsFn func, -gpointer user_data);gpointer user_data);Clears and frees secrets determined by
func.@@ -868,7 +868,7 @@ specific secret should be cleared or not.
nm_setting_need_secrets ()
-GPtrArray * +GPtrArray * nm_setting_need_secrets (NMSetting *setting);Returns an array of property names for each secret which may be required to make a successful connection. The returned hints are only intended as a @@ -891,9 +891,9 @@ is no way to conclusively determine exactly which secrets are needed.
@@ -901,10 +901,10 @@ free the elements.Returns
-a GPtrArray containing +
a GPtrArray containing the property names of secrets of the NMSetting which may be required; the -caller owns the array and must free it with
g_ptr_array_free(), but must not +caller owns the array and must free it withg_ptr_array_free(), but must not free the elements.[transfer container][element-type utf8]
nm_setting_update_secrets ()
-gboolean +gboolean nm_setting_update_secrets (+NMSetting *setting, -GHashTable *secrets, -GError **error);GHashTable *secrets, +GError **error);Update the setting's secrets, given a hash table of secrets intended for that setting (deserialized from D-Bus for example).
@@ -923,13 +923,13 @@ setting (deserialized from D-Bus for example).- secrets
+ a GHashTable mapping -string to GValue of setting property names and secrets.
a GHashTable mapping +string to GValue of setting property names and secrets.
[element-type utf8 GObject.Value] @@ -937,18 +937,18 @@ string to GValue of setting property names and secrets - error
+ location to store error, or
NULLlocation to store error, or
NULLReturns
-
TRUEif the secrets were successfully updated,FALSEon failure to +
TRUEif the secrets were successfully updated,FALSEon failure to update one or more of the secrets.
nm_setting_get_secret_flags ()
-gboolean +gboolean nm_setting_get_secret_flags (+NMSetting *setting,const char *secret_name,NMSettingSecretFlags *out_flags, -GError **error);GError **error);For a given secret, retrieves the NMSettingSecretFlags describing how to handle that secret.
@@ -977,7 +977,7 @@ handle that secret.@@ -985,18 +985,18 @@ handle that secret. - error
+ location to store error, or
NULLlocation to store error, or
NULL
nm_setting_set_secret_flags ()
-gboolean +gboolean nm_setting_set_secret_flags (+NMSetting *setting,const char *secret_name,NMSettingSecretFlags flags, -GError **error);GError **error);For a given secret, stores the NMSettingSecretFlags describing how to handle that secret.
@@ -1025,7 +1025,7 @@ handle that secret.@@ -1033,8 +1033,8 @@ handle that secret. - error
+ location to store error, or
NULLlocation to store error, or
NULL
@@ -1061,7 +1061,7 @@ needs to use if specified in the settings.@@ -1389,7 +1389,7 @@ if you specifyReturns
-Name of the virtual interface or
NULLif the setting does not +Name of the virtual interface or
NULLif the setting does not support this featureNM_SETTING_COMPARE_FLAG_DIFF_RESULT_WProperty Details
The
-“name”property“name” gchar *+“name” gchar *The setting's name, which uniquely identifies the setting within the connection. Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired".
diff --git a/docs/libnm-util/html/NMSetting8021x.html b/docs/libnm-util/html/NMSetting8021x.html index 05d9516c..bdb3e7ce 100644 --- a/docs/libnm-util/html/NMSetting8021x.html +++ b/docs/libnm-util/html/NMSetting8021x.html @@ -43,7 +43,7 @@-GQuark +GQuark nm_setting_802_1x_error_quark () @@ -59,7 +59,7 @@ -guint32 +guint32 nm_setting_802_1x_get_num_eap_methods () @@ -74,7 +74,7 @@ -gboolean +gboolean nm_setting_802_1x_add_eap_method () @@ -90,7 +90,7 @@ -gboolean +gboolean nm_setting_802_1x_remove_eap_method_by_value () @@ -127,7 +127,7 @@ -gboolean +gboolean nm_setting_802_1x_get_system_ca_certs () @@ -156,7 +156,7 @@ - const GByteArray * + const GByteArray * nm_setting_802_1x_get_ca_cert_blob () @@ -171,7 +171,7 @@ -gboolean +gboolean nm_setting_802_1x_set_ca_cert () @@ -186,7 +186,7 @@ -guint32 +guint32 nm_setting_802_1x_get_num_altsubject_matches () @@ -201,7 +201,7 @@ -gboolean +gboolean nm_setting_802_1x_add_altsubject_match () @@ -217,7 +217,7 @@ -gboolean +gboolean nm_setting_802_1x_remove_altsubject_match_by_value () @@ -240,7 +240,7 @@ - const GByteArray * + const GByteArray * nm_setting_802_1x_get_client_cert_blob () @@ -255,7 +255,7 @@ -gboolean +gboolean nm_setting_802_1x_set_client_cert () @@ -305,7 +305,7 @@ - const GByteArray * + const GByteArray * nm_setting_802_1x_get_phase2_ca_cert_blob () @@ -320,7 +320,7 @@ -gboolean +gboolean nm_setting_802_1x_set_phase2_ca_cert () @@ -335,7 +335,7 @@ -guint32 +guint32 nm_setting_802_1x_get_num_phase2_altsubject_matches () @@ -350,7 +350,7 @@ -gboolean +gboolean nm_setting_802_1x_add_phase2_altsubject_match () @@ -366,7 +366,7 @@ -gboolean +gboolean nm_setting_802_1x_remove_phase2_altsubject_match_by_value () @@ -389,7 +389,7 @@ - const GByteArray * + const GByteArray * nm_setting_802_1x_get_phase2_client_cert_blob () @@ -404,7 +404,7 @@ -gboolean +gboolean nm_setting_802_1x_set_phase2_client_cert () @@ -426,7 +426,7 @@ - const GByteArray * + const GByteArray * nm_setting_802_1x_get_password_raw () @@ -464,7 +464,7 @@ - const GByteArray * + const GByteArray * nm_setting_802_1x_get_private_key_blob () @@ -479,7 +479,7 @@ -gboolean +gboolean nm_setting_802_1x_set_private_key () @@ -517,7 +517,7 @@ - const GByteArray * + const GByteArray * nm_setting_802_1x_get_phase2_private_key_blob () @@ -532,7 +532,7 @@ -gboolean +gboolean nm_setting_802_1x_set_phase2_private_key () @@ -581,7 +581,7 @@ @@ -593,7 +593,7 @@ -gchar * +gchar *anonymous-identity Read / Write @@ -611,24 +611,24 @@ -gchar * +gchar *ca-path Read / Write -gchar * +gchar *identity Read / Write -gchar * +gchar *pac-file Read / Write -gchar * +gchar *password Read / Write - @@ -639,25 +639,25 @@guint +guint password-flags Read / Write Read / Write - guint +guint password-raw-flags Read / Write -gchar * +gchar *phase1-fast-provisioning Read / Write -gchar * +gchar *phase1-peaplabel Read / Write @@ -669,13 +669,13 @@ -gchar * +gchar *phase1-peapver Read / Write -gchar * +gchar *phase2-auth Read / Write @@ -687,7 +687,7 @@ -gchar * +gchar *phase2-autheap Read / Write @@ -705,29 +705,29 @@ -gchar * +gchar *phase2-ca-path Read / Write -gchar * +gchar *phase2-private-key-password Read / Write - guint +guint phase2-private-key-password-flags Read / Write -gchar * +gchar *phase2-subject-match Read / Write -gchar * +gchar *pin Read / Write - @@ -739,23 +739,23 @@guint +guint pin-flags Read / Write -gchar * +gchar *private-key-password Read / Write - guint +guint private-key-password-flags Read / Write -gchar * +gchar *subject-match Read / Write - @@ -923,11 +923,11 @@gboolean +gboolean system-ca-certs Read / Write / Construct Object Hierarchy
-GEnum +GEnum ├── NMSetting8021xCKFormat ├── NMSetting8021xCKScheme ╰── NMSetting8021xError - GObject + GObject ╰── NMSetting ╰── NMSetting8021x@@ -962,7 +962,7 @@ following books.Functions
nm_setting_802_1x_error_quark ()
-GQuark +GQuark nm_setting_802_1x_error_quark (void);Registers an error quark for NMSetting8021x if necessary.
@@ -984,7 +984,7 @@ nm_setting_802_1x_new (voidnm_setting_802_1x_get_num_eap_methods ()
-guint32 +guint32 nm_setting_802_1x_get_num_eap_methods (NMSetting8021x *setting);Returns the number of eap methods allowed for use when connecting to the network. Generally only one EAP method is used. Use the functions @@ -1016,7 +1016,7 @@ allowed EAP methods.
nm_setting_802_1x_get_eap_method ()
const char * nm_setting_802_1x_get_eap_method (+NMSetting8021x *setting, -guint32 i);guint32 i);Returns the name of the allowed EAP method at index
i.@@ -1050,7 +1050,7 @@ nm_setting_802_1x_get_eap_method (@@ -1089,7 +1089,7 @@ not a valid method or if it was already allowed.nm_setting_802_1x_add_eap_method ()
-gboolean +gboolean nm_setting_802_1x_add_eap_method (NMSetting8021x *setting,const char *eap);Adds an allowed EAP method. The setting is not valid until at least one @@ -1080,7 +1080,7 @@ allowed EAP methods.
nm_setting_802_1x_remove_eap_method ()
void nm_setting_802_1x_remove_eap_method (+NMSetting8021x *setting, -guint32 i);guint32 i);Removes the allowed EAP method at the specified index.
@@ -1259,12 +1259,12 @@ nm_setting_802_1x_get_pac_file (Parameters
@@ -1117,7 +1117,7 @@ nm_setting_802_1x_remove_eap_method (nm_setting_802_1x_remove_eap_method_by_value ()
-gboolean +gboolean nm_setting_802_1x_remove_eap_method_by_value (@@ -1147,7 +1147,7 @@ nm_setting_802_1x_remove_eap_method_by_valueNMSetting8021x *setting,const char *eap);Returns
-+
TRUEif the EAP method was founs and removed,FALSEif it was not.
TRUEif the EAP method was founs and removed,FALSEif it was not.Since: 0.9.10
nm_setting_802_1x_get_system_ca_certs ()
-gboolean +gboolean nm_setting_802_1x_get_system_ca_certs (NMSetting8021x *setting);Sets the “system-ca-certs” property. The “ca-path” and “phase2-ca-path” properties are ignored if the “system-ca-certs” property is -
TRUE, in which case a system-wide CA certificate directory specified at +TRUE, in which case a system-wide CA certificate directory specified at compile time (using the --system-ca-path configure option) is used in place of these properties.@@ -1284,7 +1284,7 @@ of these properties.
@@ -1378,7 +1378,7 @@ ifnm_setting_802_1x_get_ca_cert_blob ()
-const GByteArray * +const GByteArray * nm_setting_802_1x_get_ca_cert_blob (NMSetting8021x *setting);Returns the CA certificate blob if the CA certificate is stored using the
NM_SETTING_802_1X_CK_SCHEME_BLOBscheme. Not all EAP methods use a @@ -1440,12 +1440,12 @@ of the network cannot be confirmed by the client.
nm_setting_802_1x_set_ca_cert ()
-gboolean +gboolean nm_setting_802_1x_set_ca_cert (+NMSetting8021x *setting,const char *cert_path,NMSetting8021xCKScheme scheme,NMSetting8021xCKFormat *out_format, -GError **error);GError **error);Reads a certificate from disk and sets the “ca-cert” property with the raw certificate data if using the
NM_SETTING_802_1X_CK_SCHEME_BLOBscheme, or with the path to the certificate file if using the @@ -1470,7 +1470,7 @@ scheme, or with the path to the certificate file if using the is set to eitherNM_SETTING_802_1X_CK_SCHEME_PATHorNM_SETTING_802_1X_CK_SCHEME_BLOB, pass the path of the CA certificate file (PEM or DER format). The path must be UTF-8 encoded; use -g_filename_to_utf8()to convert if needed. PassingNULLwith anyscheme+g_filename_to_utf8()to convert if needed. PassingNULLwith anyschemeclears the CA certificate.@@ -1494,7 +1494,7 @@ clears the CA certificate.
@@ -1521,14 +1521,14 @@ nm_setting_802_1x_get_subject_match (Returns
the “subject-match” property. This is the substring to be matched against the subject of the authentication -server certificate, or
NULLno subject verification is to be +server certificate, orNULLno subject verification is to be performed.
nm_setting_802_1x_get_num_altsubject_matches ()
-guint32 +guint32 nm_setting_802_1x_get_num_altsubject_matches (NMSetting8021x *setting);Returns the number of entries in the @@ -1559,7 +1559,7 @@ nm_setting_802_1x_get_num_altsubject_matches
const char * nm_setting_802_1x_get_altsubject_match (+NMSetting8021x *setting, -guint32 i);guint32 i);Returns the altSubjectName match at index
i.@@ -1593,7 +1593,7 @@ nm_setting_802_1x_get_altsubject_match
nm_setting_802_1x_add_altsubject_match ()
-gboolean +gboolean nm_setting_802_1x_add_altsubject_match (@@ -1624,8 +1624,8 @@ server is not verified.NMSetting8021x *setting,const char *altsubject_match);
@@ -1634,7 +1634,7 @@ successfully added,FALSEif it was already allowedvoid nm_setting_802_1x_remove_altsubject_match (+NMSetting8021x *setting, -guint32 i);guint32 i);Removes the allowed altSubjectName at the specified index.
@@ -1752,7 +1752,7 @@ ifParameters
@@ -1662,7 +1662,7 @@ nm_setting_802_1x_remove_altsubject_match
nm_setting_802_1x_remove_altsubject_match_by_value ()
-gboolean +gboolean nm_setting_802_1x_remove_altsubject_match_by_value (@@ -1692,8 +1692,8 @@ nm_setting_802_1x_remove_altsubject_match_by_valueNMSetting8021x *setting,const char *altsubject_match);Returns
-+
TRUEif the alternative subject name match was found and removed, -FALSEif it was not.
TRUEif the alternative subject name match was found and removed, +FALSEif it was not.Since: 0.9.10
nm_setting_802_1x_get_client_cert_blob ()
-const GByteArray * +const GByteArray * nm_setting_802_1x_get_client_cert_blob (NMSetting8021x *setting);Client certificates are used to identify the connecting client to the network @@ -1810,12 +1810,12 @@ authentication method.
nm_setting_802_1x_set_client_cert ()
-gboolean +gboolean nm_setting_802_1x_set_client_cert (+NMSetting8021x *setting,const char *cert_path,NMSetting8021xCKScheme scheme,NMSetting8021xCKFormat *out_format, -GError **error);GError **error);Reads a certificate from disk and sets the “client-cert” property with the raw certificate data if using the
is set to eitherNM_SETTING_802_1X_CK_SCHEME_BLOBscheme, or with the path to the certificate @@ -1843,7 +1843,7 @@ authentication method.NM_SETTING_802_1X_CK_SCHEME_PATHorNM_SETTING_802_1X_CK_SCHEME_BLOB, pass the path of the client certificate file (PEM, DER, or PKCS#12 format). The path must be UTF-8 -encoded; useg_filename_to_utf8()to convert if needed. PassingNULLwith +encoded; useg_filename_to_utf8()to convert if needed. PassingNULLwith anyschemeclears the client certificate.@@ -1868,7 +1868,7 @@ clears the client certificate.
@@ -1895,7 +1895,7 @@ nm_setting_802_1x_get_phase1_peapver (Returns
the "phase 1" PEAP version to be used when authenticating with EAP-PEAP as contained in the “phase1-peapver” property. Valid -values are
+values areNULL(unset), "0" (PEAP version 0), and "1" (PEAP version 1).NULL(unset), "0" (PEAP version 0), and "1" (PEAP version 1).
@@ -1923,7 +1923,7 @@ nm_setting_802_1x_get_phase1_peaplabelReturns
whether the "phase 1" PEAP label is new-style or old-style, to be used when authenticating with EAP-PEAP, as contained in the -“phase1-peaplabel” property. Valid values are
@@ -2041,7 +2041,7 @@ useNULL(unset), +“phase1-peaplabel” property. Valid values areNULL(unset), "0" (use old-style label), and "1" (use new-style label). See the wpa_supplicant documentation for more details.nm_setting_802_1x_get_phase2_ca_cert_blob ()
-const GByteArray * +const GByteArray * nm_setting_802_1x_get_phase2_ca_cert_blob (NMSetting8021x *setting);Returns the "phase 2" CA certificate blob if the CA certificate is stored @@ -2105,12 +2105,12 @@ of the network cannot be confirmed by the client.
nm_setting_802_1x_set_phase2_ca_cert ()
-gboolean +gboolean nm_setting_802_1x_set_phase2_ca_cert (+NMSetting8021x *setting,const char *cert_path,NMSetting8021xCKScheme scheme,NMSetting8021xCKFormat *out_format, -GError **error);GError **error);Reads a certificate from disk and sets the “phase2-ca-cert” property with the raw certificate data if using the
NM_SETTING_802_1X_CK_SCHEME_BLOBscheme, or with the path to the certificate @@ -2135,7 +2135,7 @@ file if using theNM_SETTING_802_1X_CK_SCHEME_PATHorNM_SETTING_802_1X_CK_SCHEME_BLOB, pass the path of the "phase2" CA certificate file (PEM or DER format). The path must be UTF-8 encoded; use -g_filename_to_utf8()to convert if needed. PassingNULLwith anyscheme+g_filename_to_utf8()to convert if needed. PassingNULLwith anyschemeclears the "phase2" CA certificate.@@ -2159,7 +2159,7 @@ clears the "phase2" CA certificate. Returns
-+
TRUEif the operation succeeded,FALSEif it was unsuccessful
TRUEif the operation succeeded,FALSEif it was unsuccessful
@@ -2187,14 +2187,14 @@ nm_setting_802_1x_get_phase2_subject_matchReturns
the “phase2-subject-match” property. This is the substring to be matched against the subject of the "phase 2" -authentication server certificate, or
NULLno subject verification +authentication server certificate, orNULLno subject verification is to be performed.
nm_setting_802_1x_get_num_phase2_altsubject_matches ()
-guint32 +guint32 nm_setting_802_1x_get_num_phase2_altsubject_matches (NMSetting8021x *setting);Returns the number of entries in the @@ -2225,7 +2225,7 @@ nm_setting_802_1x_get_num_phase2_altsubject_matches
const char * nm_setting_802_1x_get_phase2_altsubject_match (+NMSetting8021x *setting, -guint32 i);guint32 i);Returns the "phase 2" altSubjectName match at index
i.@@ -2259,7 +2259,7 @@ nm_setting_802_1x_get_phase2_altsubject_match
nm_setting_802_1x_add_phase2_altsubject_match ()
-gboolean +gboolean nm_setting_802_1x_add_phase2_altsubject_match (@@ -2291,8 +2291,8 @@ connectionNMSetting8021x *setting,const char *phase2_altsubject_match);
@@ -2301,7 +2301,7 @@ successfully added,FALSEif it was already allowedvoid nm_setting_802_1x_remove_phase2_altsubject_match (+NMSetting8021x *setting, -guint32 i);guint32 i);Removes the allowed "phase 2" altSubjectName at the specified index.
@@ -2421,7 +2421,7 @@ returned scheme isParameters
@@ -2329,7 +2329,7 @@ nm_setting_802_1x_remove_phase2_altsubject_match
nm_setting_802_1x_remove_phase2_altsubject_match_by_value ()
-gboolean +gboolean nm_setting_802_1x_remove_phase2_altsubject_match_by_value (@@ -2359,8 +2359,8 @@ nm_setting_802_1x_remove_phase2_altsubject_match_by_valueNMSetting8021x *setting,const char *phase2_altsubject_match);Returns
-+
TRUEif the alternative subject name match for "phase 2" was found and removed, -FALSEif it was not.
TRUEif the alternative subject name match for "phase 2" was found and removed, +FALSEif it was not.Since: 0.9.10
nm_setting_802_1x_get_phase2_client_cert_blob ()
-const GByteArray * +const GByteArray * nm_setting_802_1x_get_phase2_client_cert_blob (NMSetting8021x *setting);Client certificates are used to identify the connecting client to the network @@ -2479,13 +2479,13 @@ authentication method.
nm_setting_802_1x_set_phase2_client_cert ()
-gboolean +gboolean nm_setting_802_1x_set_phase2_client_cert (+NMSetting8021x *setting,const char *cert_path,NMSetting8021xCKScheme scheme,NMSetting8021xCKFormat *out_format, -GError **error);GError **error);Reads a certificate from disk and sets the “phase2-client-cert” property with the raw certificate data if using the
is set to eitherNM_SETTING_802_1X_CK_SCHEME_BLOBscheme, or with the path to the certificate @@ -2513,7 +2513,7 @@ authentication method.NM_SETTING_802_1X_CK_SCHEME_PATHorNM_SETTING_802_1X_CK_SCHEME_BLOB, pass the path of the "phase2" client certificate file (PEM, DER, or PKCS#12 format). The path must be UTF-8 -encoded; useg_filename_to_utf8()to convert if needed. PassingNULLwith +encoded; useg_filename_to_utf8()to convert if needed. PassingNULLwith anyschemeclears the "phase2" client certificate.@@ -2538,7 +2538,7 @@ clears the "phase2" client certificate.
@@ -2595,7 +2595,7 @@ nm_setting_802_1x_get_password_flags (nm_setting_802_1x_get_password_raw ()
-const GByteArray * +const GByteArray * nm_setting_802_1x_get_password_raw (NMSetting8021x *setting);Parameters
@@ -2732,7 +2732,7 @@ nm_setting_802_1x_get_private_key_scheme
nm_setting_802_1x_get_private_key_blob ()
-const GByteArray * +const GByteArray * nm_setting_802_1x_get_private_key_blob (NMSetting8021x *setting);Private keys are used to authenticate the connecting client to the network @@ -2793,13 +2793,13 @@ authentication method.
nm_setting_802_1x_set_private_key ()
-gboolean +gboolean nm_setting_802_1x_set_private_key (+NMSetting8021x *setting,const char *key_path,const char *password,NMSetting8021xCKScheme scheme,NMSetting8021xCKFormat *out_format, -GError **error);GError **error);Private keys are used to authenticate the connecting client to the network when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x authentication method.
@@ -2813,7 +2813,7 @@ verify thatpasswordis correct, and if it is, updates the “private-key-password” property with the givenpassword. If -the decryption is unsuccessful,FALSEis returned,error+the decryption is unsuccessful,FALSEis returned,erroris set, and no internal data is changed. If nopasswordis given, the private key is @@ -2843,13 +2843,13 @@ key password to prevent unauthorized access to unencrypted private key data. is set to eitherNM_SETTING_802_1X_CK_SCHEME_PATHorNM_SETTING_802_1X_CK_SCHEME_BLOB, pass the path of the private key file (PEM, DER, or PKCS#12 format). The path must be UTF-8 encoded; use -g_filename_to_utf8()to convert if needed. PassingNULLwith anyscheme+g_filename_to_utf8()to convert if needed. PassingNULLwith anyschemeclears the private key.- password
password used to decrypt the private key, or
NULLif the password +password used to decrypt the private key, or
NULLif the password is unknown. If the password is given but fails to decrypt the private key, an error is returned.@@ -2874,7 +2874,7 @@ an error is returned. Returns
-+
TRUEif the operation succeeded,FALSEif it was unsuccessful
TRUEif the operation succeeded,FALSEif it was unsuccessful
@@ -2993,7 +2993,7 @@ scheme isnm_setting_802_1x_get_phase2_private_key_blob ()
-const GByteArray * +const GByteArray * nm_setting_802_1x_get_phase2_private_key_blob (NMSetting8021x *setting);Private keys are used to authenticate the connecting client to the network @@ -3054,14 +3054,14 @@ authentication method.
nm_setting_802_1x_set_phase2_private_key ()
-gboolean +gboolean nm_setting_802_1x_set_phase2_private_key (+NMSetting8021x *setting,const char *key_path,const char *password,NMSetting8021xCKScheme scheme,NMSetting8021xCKFormat *out_format, -GError **error);GError **error);Private keys are used to authenticate the connecting client to the network when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x authentication method.
@@ -3075,7 +3075,7 @@ verify thatpasswordis correct, and if it is, updates the “phase2-private-key-password” property with the givenpassword-. If the decryption is unsuccessful,FALSEis returned,error+. If the decryption is unsuccessful,FALSEis returned,erroris set, and no internal data is changed. If nopasswordis given, the private @@ -3105,14 +3105,14 @@ key password to prevent unauthorized access to unencrypted private key data. is set to eitherNM_SETTING_802_1X_CK_SCHEME_PATHorNM_SETTING_802_1X_CK_SCHEME_BLOB, pass the path of the "phase2" private key file (PEM, DER, or PKCS#12 format). The path must be UTF-8 encoded; -useg_filename_to_utf8()to convert if needed. PassingNULLwith any +useg_filename_to_utf8()to convert if needed. PassingNULLwith anyschemeclears the private key.- password
password used to decrypt the private key, or
NULLif the password +password used to decrypt the private key, or
NULLif the password is unknown. If the password is given but fails to decrypt the private key, an error is returned.@@ -3137,7 +3137,7 @@ an error is returned. Returns
-+
TRUEif the operation succeeded,FALSEif it was unsuccessful
TRUEif the operation succeeded,FALSEif it was unsuccessful
@@ -3571,7 +3571,7 @@ no verification of the server certificate's altSubjectName is performed.
The
-“anonymous-identity”property“anonymous-identity” gchar *+“anonymous-identity” gchar *Anonymous identity string for EAP authentication methods. Used as the unencrypted identity with EAP types that support different tunneled identity like EAP-TTLS.
@@ -3599,7 +3599,7 @@ but this allows man-in-the-middle attacks and is NOT recommended.
The
-“ca-path”property“ca-path” gchar *+“ca-path” gchar *UTF-8 encoded path to a directory containing PEM or DER formatted certificates to be added to the verification chain in addition to the certificate specified in the “ca-cert” property.
@@ -3636,7 +3636,7 @@ allowed combinations.
The
-“identity”property“identity” gchar *+“identity” gchar *Identity string for EAP authentication methods. Often the user's user or login name.
Flags: Read / Write
@@ -3645,7 +3645,7 @@ login name.
The
-“pac-file”property“pac-file” gchar *+“pac-file” gchar *UTF-8 encoded file path containing PAC for EAP-FAST.
Flags: Read / Write
Default value: NULL
@@ -3653,7 +3653,7 @@ login name.
The
-“password”property“password” gchar *+“password” gchar *UTF-8 encoded password used for EAP authentication methods. If both the “password” property and the “password-raw” property are specified, “password” is preferred.
@@ -3663,7 +3663,7 @@ property are specified,The
-“password-flags”property“password-flags” guint+“password-flags” guintFlags indicating how to handle the “password” property.
Flags: Read / Write
Allowed values: <= 7
@@ -3682,7 +3682,7 @@ property are specified,The
-“password-raw-flags”property“password-raw-flags” guint+“password-raw-flags” guintFlags indicating how to handle the “password-raw” property.
Flags: Read / Write
Allowed values: <= 7
@@ -3691,7 +3691,7 @@ property are specified,The
-“phase1-fast-provisioning”property“phase1-fast-provisioning” gchar *+“phase1-fast-provisioning” gchar *Enables or disables in-line provisioning of EAP-FAST credentials when FAST is specified as the EAP method in the “eap” property. Recognized values are "0" (disabled), "1" (allow unauthenticated @@ -3704,7 +3704,7 @@ wpa_supplicant documentation for more details.
The
-“phase1-peaplabel”property“phase1-peaplabel” gchar *+“phase1-peaplabel” gchar *Forces use of the new PEAP label during key derivation. Some RADIUS servers may require forcing the new PEAP label to interoperate with PEAPv1. Set to "1" to force use of the new PEAP label. See the @@ -3715,7 +3715,7 @@ wpa_supplicant documentation for more details.
The
-“phase1-peapver”property“phase1-peapver” gchar *+“phase1-peapver” gchar *Forces which PEAP version is used when PEAP is set as the EAP method in the “eap” property. When unset, the version reported by the server will be used. Sometimes when using older RADIUS servers, it @@ -3738,7 +3738,7 @@ server certificate's altSubjectName is performed.
The
-“phase2-auth”property“phase2-auth” gchar *+“phase2-auth” gchar *Specifies the allowed "phase 2" inner non-EAP authentication methods when an EAP method that uses an inner TLS tunnel is specified in the “eap” property. Recognized non-EAP "phase 2" methods are @@ -3751,7 +3751,7 @@ authentication; see the wpa_supplicant documentation for more details.
The
-“phase2-autheap”property“phase2-autheap” gchar *+“phase2-autheap” gchar *Specifies the allowed "phase 2" inner EAP-based authentication methods when an EAP method that uses an inner TLS tunnel is specified in the “eap” property. Recognized EAP-based "phase 2" methods are @@ -3783,7 +3783,7 @@ but this allows man-in-the-middle attacks and is NOT recommended.
The
-“phase2-ca-path”property“phase2-ca-path” gchar *+“phase2-ca-path” gchar *UTF-8 encoded path to a directory containing PEM or DER formatted certificates to be added to the verification chain in addition to the certificate specified in the “phase2-ca-cert” property.
@@ -3837,7 +3837,7 @@ the password used to decode the PKCS#12 private key and certificate.
The
-“phase2-private-key-password”property“phase2-private-key-password” gchar *+“phase2-private-key-password” gchar *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. Setting this property @@ -3850,7 +3850,7 @@ private key by the
The
-“phase2-private-key-password-flags”property“phase2-private-key-password-flags” guint+“phase2-private-key-password-flags” guintFlags indicating how to handle the “phase2-private-key-password” property.
Flags: Read / Write
@@ -3860,7 +3860,7 @@ private key by theThe
-“phase2-subject-match”property“phase2-subject-match” gchar *+“phase2-subject-match” gchar *Substring to be matched against the subject of the certificate presented by the authentication server during the inner "phase 2" authentication. When unset, no verification of the authentication server @@ -3871,7 +3871,7 @@ certificate's subject is performed.
The
-“pin”property“pin” gchar *+“pin” gchar *PIN used for EAP authentication methods.
Flags: Read / Write
Default value: NULL
@@ -3879,7 +3879,7 @@ certificate's subject is performed.
The
-“pin-flags”property“pin-flags” guint+“pin-flags” guintFlags indicating how to handle the “pin” property.
Flags: Read / Write
Allowed values: <= 7
@@ -3917,7 +3917,7 @@ private key data.
The
-“private-key-password”property“private-key-password” gchar *+“private-key-password” gchar *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. Setting this @@ -3930,7 +3930,7 @@ the private key by the
The
-“private-key-password-flags”property“private-key-password-flags” guint+“private-key-password-flags” guintFlags indicating how to handle the “private-key-password” property.
Flags: Read / Write
@@ -3940,7 +3940,7 @@ property.
The
-“subject-match”property“subject-match” gchar *+“subject-match” gchar *Substring to be matched against the subject of the certificate presented by the authentication server. When unset, no verification of the authentication server certificate's subject is performed.
@@ -3950,8 +3950,8 @@ authentication server certificate's subject is performed.
The
-“system-ca-certs”property“system-ca-certs” gboolean-When
TRUE, overrides the “ca-path” and +“system-ca-certs” gboolean+When
TRUE, overrides the “ca-path” and “phase2-ca-path” properties using the system CA directory specified at configure time with the --system-ca-path switch. The certificates in this directory are added to the verification chain in diff --git a/docs/libnm-util/html/NMSettingAdsl.html b/docs/libnm-util/html/NMSettingAdsl.html index 165177b5..e5fe4124 100644 --- a/docs/libnm-util/html/NMSettingAdsl.html +++ b/docs/libnm-util/html/NMSettingAdsl.html @@ -43,7 +43,7 @@-GQuark +GQuark nm_setting_adsl_error_quark () @@ -87,7 +87,7 @@ -guint32 +guint32 nm_setting_adsl_get_vpi () @@ -95,7 +95,7 @@ -guint32 +guint32 nm_setting_adsl_get_vci () @@ -123,40 +123,40 @@ -gchar * +gchar *encapsulation Read / Write -gchar * +gchar *password Read / Write - guint +guint password-flags Read / Write -gchar * +gchar *protocol Read / Write -gchar * +gchar *username Read / Write - guint +guint vci Read / Write - @@ -236,9 +236,9 @@guint +guint vpi Read / Write Object Hierarchy
-GEnum +GEnum ╰── NMSettingAdslError - GObject + GObject ╰── NMSetting ╰── NMSettingAdsl@@ -257,7 +257,7 @@ properties of ADSL connections.Functions
nm_setting_adsl_error_quark ()
-GQuark +GQuark nm_setting_adsl_error_quark (void);Registers an error quark for NMSettingAdsl if necessary.
@@ -379,7 +379,7 @@ nm_setting_adsl_get_encapsulation (nm_setting_adsl_get_vpi ()
-guint32 +guint32 nm_setting_adsl_get_vpi (NMSettingAdsl *setting);Parameters
@@ -404,7 +404,7 @@ nm_setting_adsl_get_vpi (nm_setting_adsl_get_vci ()
-guint32 +guint32 nm_setting_adsl_get_vci (NMSettingAdsl *setting);Parameters
@@ -580,7 +580,7 @@ requiredProperty Details
The
-“encapsulation”property“encapsulation” gchar *+“encapsulation” gchar *Encapsulation of ADSL connection. Can be "vcmux" or "llc".
Flags: Read / Write
Default value: NULL
@@ -588,7 +588,7 @@ required
The
-“password”property“password” gchar *+“password” gchar *Password used to authenticate with the ADSL service.
Flags: Read / Write
Default value: NULL
@@ -596,7 +596,7 @@ required
The
-“password-flags”property“password-flags” guint+“password-flags” guintFlags indicating how to handle the “password” property.
Flags: Read / Write
Allowed values: <= 7
@@ -605,7 +605,7 @@ required
The
-“protocol”property“protocol” gchar *+“protocol” gchar *ADSL connection protocol. Can be "pppoa", "pppoe" or "ipoatm".
Flags: Read / Write
Default value: NULL
@@ -613,7 +613,7 @@ required
The
-“username”property“username” gchar *+“username” gchar *Username used to authenticate with the ADSL service.
Flags: Read / Write
Default value: NULL
@@ -621,7 +621,7 @@ required
The
-“vci”property“vci” guint+“vci” guintVCI of ADSL connection
Flags: Read / Write
Allowed values: <= 65536
@@ -630,7 +630,7 @@ required
The
-“vpi”property“vpi” guint+“vpi” guintVPI of ADSL connection
Flags: Read / Write
Allowed values: <= 65536
diff --git a/docs/libnm-util/html/NMSettingBluetooth.html b/docs/libnm-util/html/NMSettingBluetooth.html index b011f98f..d1719203 100644 --- a/docs/libnm-util/html/NMSettingBluetooth.html +++ b/docs/libnm-util/html/NMSettingBluetooth.html @@ -43,7 +43,7 @@-GQuark +GQuark nm_setting_bluetooth_error_quark () @@ -58,7 +58,7 @@ - const GByteArray * + const GByteArray * nm_setting_bluetooth_get_bdaddr () @@ -91,7 +91,7 @@ @@ -139,9 +139,9 @@ -gchar * +gchar *type Read / Write Object Hierarchy
-GEnum +GEnum ╰── NMSettingBluetoothError - GObject + GObject ╰── NMSetting ╰── NMSettingBluetooth@@ -162,7 +162,7 @@ Point (NAP) profiles.Functions
nm_setting_bluetooth_error_quark ()
-GQuark +GQuark nm_setting_bluetooth_error_quark (void);Registers an error quark for NMSettingBluetooth if necessary.
@@ -185,7 +185,7 @@ nm_setting_bluetooth_new (voidnm_setting_bluetooth_get_bdaddr ()
-const GByteArray * +const GByteArray * nm_setting_bluetooth_get_bdaddr (NMSettingBluetooth *setting);Gets the Bluetooth address of the remote device which this setting describes a connection to.
@@ -339,7 +339,7 @@ NAP (Network Access Point) protocol, which accepts connections via PANU.
The
-“type”property“type” gchar *+“type” gchar *Either "dun" for Dial-Up Networking connections or "panu" for Personal Area Networking connections to devices supporting the NAP profile.
Flags: Read / Write
diff --git a/docs/libnm-util/html/NMSettingBond.html b/docs/libnm-util/html/NMSettingBond.html index 8d0e4d48..4d6695e2 100644 --- a/docs/libnm-util/html/NMSettingBond.html +++ b/docs/libnm-util/html/NMSettingBond.html @@ -43,7 +43,7 @@-GQuark +GQuark nm_setting_bond_error_quark () @@ -66,7 +66,7 @@ -guint32 +guint32 nm_setting_bond_get_num_options () @@ -74,7 +74,7 @@ -gboolean +gboolean nm_setting_bond_get_option () @@ -89,7 +89,7 @@ -gboolean +gboolean nm_setting_bond_add_option () @@ -97,7 +97,7 @@ -gboolean +gboolean nm_setting_bond_remove_option () @@ -105,7 +105,7 @@ -gboolean +gboolean nm_setting_bond_validate_option () @@ -139,7 +139,7 @@ @@ -244,9 +244,9 @@ -gchar * +gchar *interface-name Read / Write Object Hierarchy
-GEnum +GEnum ╰── NMSettingBondError - GObject + GObject ╰── NMSetting ╰── NMSettingBond@@ -265,7 +265,7 @@ necessary for bond connections.Functions
nm_setting_bond_error_quark ()
-GQuark +GQuark nm_setting_bond_error_quark (void);Registers an error quark for NMSettingBond if necessary.
@@ -313,7 +313,7 @@ nm_setting_bond_get_interface_name (@@ -426,14 +426,14 @@ nm_setting_bond_get_option_by_name (nm_setting_bond_get_num_options ()
-guint32 +guint32 nm_setting_bond_get_num_options (NMSettingBond *setting);Returns the number of options that should be set for this bond when it is activated. This can be used to retrieve each option individually @@ -341,9 +341,9 @@ using
nm_setting_bond_get_option ()
-gboolean +gboolean nm_setting_bond_get_option (NMSettingBond *setting, -guint32 idx, +guint32 idx,const char **out_name,const char **out_value);Given an index, return the value of the bonding option at that index. Indexes @@ -388,8 +388,8 @@ option; this value is owned by the setting and should not be modified.
Returns
-
TRUEon success if the index was valid and an option was found, -FALSEif the index was invalid (ie, greater than the number of options +
TRUEon success if the index was valid and an option was found, +FALSEif the index was invalid (ie, greater than the number of options currently held by the setting)Returns
-the value, or
NULLif the key/value pair was never added to the +the value, or
NULLif the key/value pair was never added to the setting; the value is owned by the setting and must not be modified
nm_setting_bond_add_option ()
-gboolean +gboolean nm_setting_bond_add_option (@@ -472,14 +472,14 @@ that conflict with each other.NMSettingBond *setting,const char *name,const char *value);
nm_setting_bond_remove_option ()
-gboolean +gboolean nm_setting_bond_remove_option (NMSettingBond *setting,const char *name);Remove the bonding option referenced by
name@@ -509,14 +509,14 @@ list.
nm_setting_bond_validate_option ()
-gboolean +gboolean nm_setting_bond_validate_option (const char *name,const char *value);Checks whether
+ isname@@ -524,7 +524,7 @@ nm_setting_bond_validate_option (const. Ifnamevalue- isNULL, the function only validates the option name.NULL, the function only validates the option name.Parameters
@@ -549,10 +549,10 @@ the
nameReturns
-
TRUE, if thevalue++is not a valid option,
TRUE, if thevalueis valid for the given name. If thename-is not a valid option,FALSEwill be returned.FALSEwill be returned.Since: 0.9.10
@@ -579,7 +579,7 @@ nm_setting_bond_get_valid_options (@@ -786,7 +786,7 @@ requiredReturns
-a
+NULL-terminated array of strings of valid bond options.a
NULL-terminated array of strings of valid bond options.[transfer none]
Property Details
The
-“interface-name”property“interface-name” gchar *+“interface-name” gchar *The name of the virtual in-kernel bonding network interface
Flags: Read / Write
Default value: NULL
diff --git a/docs/libnm-util/html/NMSettingBridge.html b/docs/libnm-util/html/NMSettingBridge.html index 71cdd58f..fad770b0 100644 --- a/docs/libnm-util/html/NMSettingBridge.html +++ b/docs/libnm-util/html/NMSettingBridge.html @@ -43,7 +43,7 @@-GQuark +GQuark nm_setting_bridge_error_quark () @@ -65,7 +65,7 @@ - const GByteArray * + const GByteArray * nm_setting_bridge_get_mac_address () @@ -73,7 +73,7 @@ -gboolean +gboolean nm_setting_bridge_get_stp () @@ -81,7 +81,7 @@ -guint16 +guint16 nm_setting_bridge_get_priority () @@ -89,7 +89,7 @@ -guint16 +guint16 nm_setting_bridge_get_forward_delay () @@ -97,7 +97,7 @@ -guint16 +guint16 nm_setting_bridge_get_hello_time () @@ -105,7 +105,7 @@ -guint16 +guint16 nm_setting_bridge_get_max_age () @@ -113,7 +113,7 @@ -guint32 +guint32 nm_setting_bridge_get_ageing_time () @@ -132,23 +132,23 @@ - guint +guint ageing-time Read / Write / Construct - guint +guint forward-delay Read / Write / Construct - guint +guint hello-time Read / Write / Construct @@ -159,17 +159,17 @@ -gchar * +gchar *interface-name Read / Write Read / Write - guint +guint max-age Read / Write / Construct - guint +guint priority Read / Write / Construct - @@ -233,9 +233,9 @@gboolean +gboolean stp Read / Write / Construct Object Hierarchy
-GEnum +GEnum ╰── NMSettingBridgeError - GObject + GObject ╰── NMSetting ╰── NMSettingBridge@@ -254,7 +254,7 @@ necessary for bridging connections.Functions
nm_setting_bridge_error_quark ()
-GQuark +GQuark nm_setting_bridge_error_quark (void);Registers an error quark for NMSettingBridge if necessary.
@@ -305,7 +305,7 @@ nm_setting_bridge_get_interface_name (nm_setting_bridge_get_mac_address ()
-const GByteArray * +const GByteArray * nm_setting_bridge_get_mac_address (NMSettingBridge *setting);Parameters
@@ -331,7 +331,7 @@ nm_setting_bridge_get_mac_address (nm_setting_bridge_get_stp ()
-gboolean +gboolean nm_setting_bridge_get_stp (NMSettingBridge *setting);Parameters
@@ -357,7 +357,7 @@ nm_setting_bridge_get_stp (nm_setting_bridge_get_priority ()
-guint16 +guint16 nm_setting_bridge_get_priority (NMSettingBridge *setting);Parameters
@@ -383,7 +383,7 @@ nm_setting_bridge_get_priority (nm_setting_bridge_get_forward_delay ()
-guint16 +guint16 nm_setting_bridge_get_forward_delay (NMSettingBridge *setting);Parameters
@@ -409,7 +409,7 @@ nm_setting_bridge_get_forward_delay (nm_setting_bridge_get_hello_time ()
-guint16 +guint16 nm_setting_bridge_get_hello_time (NMSettingBridge *setting);