From 78c3b8801ecf4975e5da1af3b10ae20dd2d876de Mon Sep 17 00:00:00 2001
From: Michael Biebl
connections
an array of NMConnections to +
an array of NMConnections to filter.
an array of
-NMConnections that could be activated with the given ap
+NMConnections that could be activated with the given ap
. The array should
be freed with g_ptr_array_unref() when it is no longer required.
[transfer container][element-type NMConnection]
@@ -594,7 +594,7 @@ be freed withg_ptr_array_unref() when it is no lo
gboolean nm_access_point_connection_valid (+NMAccessPoint *ap, -NMConnection *connection);
NMConnection *connection);
Validates a given connection against a given Wi-Fi access point to ensure that
the connection may be activated with that AP. The connection must match the
ap
@@ -617,7 +617,7 @@ against
connection
an NMConnection to validate against ap
+
an NMConnection to validate against ap
nm_active_connection_get_id ()
const char *
nm_active_connection_get_id (NMActiveConnection *connection);
-Gets the NMConnection's ID.
+Gets the NMConnection's ID.
Parameters
@@ -1509,7 +1509,7 @@ nm_connection_get_connection_type (
nm_connection_is_virtual ()
gboolean
-nm_connection_is_virtual (NMConnection *connection);
+nm_connection_is_virtual (NMConnection *connection);
Checks if connection
refers to a virtual device (and thus can potentially be
activated even if the device it refers to doesn't exist).
@@ -1523,7 +1523,7 @@ activated even if the device it refers to doesn't exist).
connection
-an NMConnection
+an NMConnection
@@ -1539,7 +1539,7 @@ refers to a virtual device
nm_connection_get_virtual_device_description ()
char *
nm_connection_get_virtual_device_description
- (NMConnection *connection);
+ (NMConnection *connection);
Returns the name that nm_device_disambiguate_names() would
return for the virtual device that would be created for connection
.
@@ -1554,7 +1554,7 @@ Eg, "VLAN (eth1.1)".
connection
-an NMConnection for a virtual device type
+an NMConnection for a virtual device type
NMSetting8021x *
-nm_connection_get_setting_802_1x (NMConnection *connection);
+nm_connection_get_setting_802_1x (NMConnection *connection);
A shortcut to return any NMSetting8021x the connection might contain.
connection
-the NMConnection
+the NMConnection
nm_connection_get_setting_bluetooth ()
NMSettingBluetooth *
-nm_connection_get_setting_bluetooth (NMConnection *connection);
+nm_connection_get_setting_bluetooth (NMConnection *connection);
A shortcut to return any NMSettingBluetooth the connection might contain.
Parameters
@@ -1611,7 +1611,7 @@ nm_connection_get_setting_bluetooth (connection
-the NMConnection
+the NMConnection
@@ -1626,7 +1626,7 @@ nm_connection_get_setting_bluetooth (
nm_connection_get_setting_bond ()
NMSettingBond *
-nm_connection_get_setting_bond (NMConnection *connection);
+nm_connection_get_setting_bond (NMConnection *connection);
A shortcut to return any NMSettingBond the connection might contain.
Parameters
@@ -1638,7 +1638,7 @@ nm_connection_get_setting_bond (connection
-the NMConnection
+the NMConnection
@@ -1653,7 +1653,7 @@ nm_connection_get_setting_bond (
nm_connection_get_setting_team ()
NMSettingTeam *
-nm_connection_get_setting_team (NMConnection *connection);
+nm_connection_get_setting_team (NMConnection *connection);
A shortcut to return any NMSettingTeam the connection might contain.
Parameters
@@ -1665,7 +1665,7 @@ nm_connection_get_setting_team (connection
-the NMConnection
+the NMConnection
@@ -1680,7 +1680,7 @@ nm_connection_get_setting_team (
nm_connection_get_setting_team_port ()
NMSettingTeamPort *
-nm_connection_get_setting_team_port (NMConnection *connection);
+nm_connection_get_setting_team_port (NMConnection *connection);
A shortcut to return any NMSettingTeamPort the connection might contain.
Parameters
@@ -1692,7 +1692,7 @@ nm_connection_get_setting_team_port (connection
-the NMConnection
+the NMConnection
@@ -1707,7 +1707,7 @@ nm_connection_get_setting_team_port (
nm_connection_get_setting_bridge ()
NMSettingBridge *
-nm_connection_get_setting_bridge (NMConnection *connection);
+nm_connection_get_setting_bridge (NMConnection *connection);
A shortcut to return any NMSettingBridge the connection might contain.
Parameters
@@ -1719,7 +1719,7 @@ nm_connection_get_setting_bridge (connection
-the NMConnection
+the NMConnection
@@ -1734,7 +1734,7 @@ nm_connection_get_setting_bridge (
nm_connection_get_setting_bridge_port ()
NMSettingBridgePort *
-nm_connection_get_setting_bridge_port (NMConnection *connection);
+nm_connection_get_setting_bridge_port (NMConnection *connection);
A shortcut to return any NMSettingBridgePort the connection might contain.
Parameters
@@ -1746,7 +1746,7 @@ nm_connection_get_setting_bridge_port (connection
-the NMConnection
+the NMConnection
@@ -1761,7 +1761,7 @@ nm_connection_get_setting_bridge_port (
nm_connection_get_setting_cdma ()
NMSettingCdma *
-nm_connection_get_setting_cdma (NMConnection *connection);
+nm_connection_get_setting_cdma (NMConnection *connection);
A shortcut to return any NMSettingCdma the connection might contain.
Parameters
@@ -1773,7 +1773,7 @@ nm_connection_get_setting_cdma (connection
-the NMConnection
+the NMConnection
@@ -1788,7 +1788,7 @@ nm_connection_get_setting_cdma (
nm_connection_get_setting_connection ()
NMSettingConnection *
-nm_connection_get_setting_connection (NMConnection *connection);
+nm_connection_get_setting_connection (NMConnection *connection);
A shortcut to return any NMSettingConnection the connection might contain.
Parameters
@@ -1800,7 +1800,7 @@ nm_connection_get_setting_connection (connection
-the NMConnection
+the NMConnection
@@ -1815,7 +1815,7 @@ nm_connection_get_setting_connection (
nm_connection_get_setting_dcb ()
NMSettingDcb *
-nm_connection_get_setting_dcb (NMConnection *connection);
+nm_connection_get_setting_dcb (NMConnection *connection);
A shortcut to return any NMSettingDcb the connection might contain.
Parameters
@@ -1827,7 +1827,7 @@ nm_connection_get_setting_dcb (connection
-the NMConnection
+the NMConnection
@@ -1842,7 +1842,7 @@ nm_connection_get_setting_dcb (
nm_connection_get_setting_generic ()
NMSettingGeneric *
-nm_connection_get_setting_generic (NMConnection *connection);
+nm_connection_get_setting_generic (NMConnection *connection);
A shortcut to return any NMSettingGeneric the connection might contain.
Parameters
@@ -1854,7 +1854,7 @@ nm_connection_get_setting_generic (connection
-the NMConnection
+the NMConnection
@@ -1869,7 +1869,7 @@ nm_connection_get_setting_generic (
nm_connection_get_setting_gsm ()
NMSettingGsm *
-nm_connection_get_setting_gsm (NMConnection *connection);
+nm_connection_get_setting_gsm (NMConnection *connection);
A shortcut to return any NMSettingGsm the connection might contain.
Parameters
@@ -1881,7 +1881,7 @@ nm_connection_get_setting_gsm (connection
-the NMConnection
+the NMConnection
@@ -1896,7 +1896,7 @@ nm_connection_get_setting_gsm (
nm_connection_get_setting_infiniband ()
NMSettingInfiniband *
-nm_connection_get_setting_infiniband (NMConnection *connection);
+nm_connection_get_setting_infiniband (NMConnection *connection);
A shortcut to return any NMSettingInfiniband the connection might contain.
Parameters
@@ -1908,7 +1908,7 @@ nm_connection_get_setting_infiniband (connection
-the NMConnection
+the NMConnection
@@ -1923,7 +1923,7 @@ nm_connection_get_setting_infiniband (
nm_connection_get_setting_ip_tunnel ()
NMSettingIPTunnel *
-nm_connection_get_setting_ip_tunnel (NMConnection *connection);
+nm_connection_get_setting_ip_tunnel (NMConnection *connection);
A shortcut to return any NMSettingIPTunnel the connection might contain.
Parameters
@@ -1935,7 +1935,7 @@ nm_connection_get_setting_ip_tunnel (connection
-the NMConnection
+the NMConnection
@@ -1951,7 +1951,7 @@ nm_connection_get_setting_ip_tunnel (
nm_connection_get_setting_ip4_config ()
NMSettingIPConfig *
-nm_connection_get_setting_ip4_config (NMConnection *connection);
+nm_connection_get_setting_ip4_config (NMConnection *connection);
A shortcut to return any NMSettingIP4Config the connection might contain.
Note that it returns the value as type NMSettingIPConfig, since the vast
majority of IPv4-setting-related methods are on that type, not
@@ -1966,7 +1966,7 @@ majority of IPv4-setting-related methods are on that type, not
connection
-the NMConnection
+the NMConnection
NULL.
NMSettingIPConfig *
-nm_connection_get_setting_ip6_config (NMConnection *connection);
+nm_connection_get_setting_ip6_config (NMConnection *connection);
A shortcut to return any NMSettingIP6Config the connection might contain.
Note that it returns the value as type NMSettingIPConfig, since the vast majority of IPv6-setting-related methods are on that type, not @@ -1997,7 +1997,7 @@ majority of IPv6-setting-related methods are on that type, not
connection
the NMConnection
the NMConnection
NULL.
NMSettingMacvlan *
-nm_connection_get_setting_macvlan (NMConnection *connection);
+nm_connection_get_setting_macvlan (NMConnection *connection);
A shortcut to return any NMSettingMacvlan the connection might contain.
connection
-the NMConnection
+the NMConnection
nm_connection_get_setting_olpc_mesh ()
NMSettingOlpcMesh *
-nm_connection_get_setting_olpc_mesh (NMConnection *connection);
+nm_connection_get_setting_olpc_mesh (NMConnection *connection);
A shortcut to return any NMSettingOlpcMesh the connection might contain.
Parameters
@@ -2053,7 +2053,7 @@ nm_connection_get_setting_olpc_mesh (connection
-the NMConnection
+the NMConnection
@@ -2068,7 +2068,7 @@ nm_connection_get_setting_olpc_mesh (
nm_connection_get_setting_ppp ()
NMSettingPpp *
-nm_connection_get_setting_ppp (NMConnection *connection);
+nm_connection_get_setting_ppp (NMConnection *connection);
A shortcut to return any NMSettingPpp the connection might contain.
Parameters
@@ -2080,7 +2080,7 @@ nm_connection_get_setting_ppp (connection
-the NMConnection
+the NMConnection
@@ -2095,7 +2095,7 @@ nm_connection_get_setting_ppp (
nm_connection_get_setting_pppoe ()
NMSettingPppoe *
-nm_connection_get_setting_pppoe (NMConnection *connection);
+nm_connection_get_setting_pppoe (NMConnection *connection);
A shortcut to return any NMSettingPppoe the connection might contain.
Parameters
@@ -2107,7 +2107,7 @@ nm_connection_get_setting_pppoe (connection
-the NMConnection
+the NMConnection
@@ -2122,7 +2122,7 @@ nm_connection_get_setting_pppoe (
nm_connection_get_setting_serial ()
NMSettingSerial *
-nm_connection_get_setting_serial (NMConnection *connection);
+nm_connection_get_setting_serial (NMConnection *connection);
A shortcut to return any NMSettingSerial the connection might contain.
Parameters
@@ -2134,7 +2134,7 @@ nm_connection_get_setting_serial (connection
-the NMConnection
+the NMConnection
@@ -2149,7 +2149,7 @@ nm_connection_get_setting_serial (
nm_connection_get_setting_tun ()
NMSettingTun *
-nm_connection_get_setting_tun (NMConnection *connection);
+nm_connection_get_setting_tun (NMConnection *connection);
A shortcut to return any NMSettingTun the connection might contain.
Parameters
@@ -2161,7 +2161,7 @@ nm_connection_get_setting_tun (connection
-the NMConnection
+the NMConnection
@@ -2177,7 +2177,7 @@ nm_connection_get_setting_tun (
nm_connection_get_setting_vpn ()
NMSettingVpn *
-nm_connection_get_setting_vpn (NMConnection *connection);
+nm_connection_get_setting_vpn (NMConnection *connection);
A shortcut to return any NMSettingVpn the connection might contain.
Parameters
@@ -2189,7 +2189,7 @@ nm_connection_get_setting_vpn (connection
-the NMConnection
+the NMConnection
@@ -2204,7 +2204,7 @@ nm_connection_get_setting_vpn (
nm_connection_get_setting_wimax ()
NMSettingWimax *
-nm_connection_get_setting_wimax (NMConnection *connection);
+nm_connection_get_setting_wimax (NMConnection *connection);
A shortcut to return any NMSettingWimax the connection might contain.
Parameters
@@ -2216,7 +2216,7 @@ nm_connection_get_setting_wimax (connection
-the NMConnection
+the NMConnection
@@ -2231,7 +2231,7 @@ nm_connection_get_setting_wimax (
nm_connection_get_setting_adsl ()
NMSettingAdsl *
-nm_connection_get_setting_adsl (NMConnection *connection);
+nm_connection_get_setting_adsl (NMConnection *connection);
A shortcut to return any NMSettingAdsl the connection might contain.
Parameters
@@ -2243,7 +2243,7 @@ nm_connection_get_setting_adsl (connection
-the NMConnection
+the NMConnection
@@ -2258,7 +2258,7 @@ nm_connection_get_setting_adsl (
nm_connection_get_setting_wired ()
NMSettingWired *
-nm_connection_get_setting_wired (NMConnection *connection);
+nm_connection_get_setting_wired (NMConnection *connection);
A shortcut to return any NMSettingWired the connection might contain.
Parameters
@@ -2270,7 +2270,7 @@ nm_connection_get_setting_wired (connection
-the NMConnection
+the NMConnection
@@ -2285,7 +2285,7 @@ nm_connection_get_setting_wired (
nm_connection_get_setting_wireless ()
NMSettingWireless *
-nm_connection_get_setting_wireless (NMConnection *connection);
+nm_connection_get_setting_wireless (NMConnection *connection);
A shortcut to return any NMSettingWireless the connection might contain.
Parameters
@@ -2297,7 +2297,7 @@ nm_connection_get_setting_wireless (connection
-the NMConnection
+the NMConnection
@@ -2313,7 +2313,7 @@ nm_connection_get_setting_wireless (nm_connection_get_setting_wireless_security ()
NMSettingWirelessSecurity *
nm_connection_get_setting_wireless_security
- (NMConnection *connection);
+ (NMConnection *connection);
A shortcut to return any NMSettingWirelessSecurity the connection might contain.
Parameters
@@ -2325,7 +2325,7 @@ nm_connection_get_setting_wireless_security
connection
-the NMConnection
+the NMConnection
@@ -2340,7 +2340,7 @@ nm_connection_get_setting_wireless_security
nm_connection_get_setting_vlan ()
NMSettingVlan *
-nm_connection_get_setting_vlan (NMConnection *connection);
+nm_connection_get_setting_vlan (NMConnection *connection);
A shortcut to return any NMSettingVlan the connection might contain.
Parameters
@@ -2352,7 +2352,7 @@ nm_connection_get_setting_vlan (connection
-the NMConnection
+the NMConnection
@@ -2367,7 +2367,7 @@ nm_connection_get_setting_vlan (
nm_connection_get_setting_vxlan ()
NMSettingVxlan *
-nm_connection_get_setting_vxlan (NMConnection *connection);
+nm_connection_get_setting_vxlan (NMConnection *connection);
A shortcut to return any NMSettingVxlan the connection might contain.
Parameters
@@ -2379,7 +2379,7 @@ nm_connection_get_setting_vxlan (connection
-the NMConnection
+the NMConnection
diff --git a/docs/libnm/html/libnm-nm-errors.html b/docs/libnm/html/libnm-nm-errors.html
index 595a766b..eee7968d 100644
--- a/docs/libnm/html/libnm-nm-errors.html
+++ b/docs/libnm/html/libnm-nm-errors.html
@@ -284,7 +284,7 @@ nm_vpn_plugin_error_quark (void
enum NMAgentManagerError
Errors returned from the secret-agent manager.
These errors may be returned from operations that could cause secrets to be
-requested (such as nm_client_activate_connection()), and correspond to D-Bus
+requested (such as nm_client_activate_connection()), and correspond to D-Bus
errors in the "org.freedesktop.NetworkManager.AgentManager" namespace.
Members
@@ -349,9 +349,9 @@ errors in the "org.freedesktop.NetworkManager.AgentManager" namespace.
enum NMConnectionError
-Describes errors that may result from operations involving a NMConnection
+
Describes errors that may result from operations involving a NMConnection
or its NMSettings.
-These errors may be returned directly from NMConnection and NMSetting
+
These errors may be returned directly from NMConnection and NMSetting
methods, or may be returned from D-Bus operations (eg on NMClient or
NMDevice), where they correspond to errors in the
"org.freedesktop.NetworkManager.Settings.Connection" namespace.
@@ -374,7 +374,7 @@ methods, or may be returned from D-Bus operations (eg on
-the NMConnection object
+
the NMConnection object
did not contain the specified NMSetting object
@@ -382,7 +382,7 @@ methods, or may be returned from D-Bus operations (eg on
-the NMConnection did not contain the
+
the NMConnection did not contain the
requested NMSetting property
@@ -398,7 +398,7 @@ methods, or may be returned from D-Bus operations (eg on
-the NMConnection object is missing an
+
the NMConnection object is missing an
NMSetting which is required for its configuration. The error message will
always be prefixed with "<setting-name>: ", where "<setting-name>" is the
name of the setting that is missing.
@@ -408,7 +408,7 @@ methods, or may be returned from D-Bus operations (eg on
-the NMConnection object contains an
+
the NMConnection object contains an
invalid or inappropriate NMSetting. The error message will always be
prefixed with "<setting-name>: ", where "<setting-name>" is the name of the
setting that is invalid.
@@ -418,7 +418,7 @@ methods, or may be returned from D-Bus operations (eg on
-the NMConnection object is invalid
+
the NMConnection object is invalid
because it is missing a required property. The error message will always be
prefixed with "<setting-name>.<property-name>: ", where "<setting-name>" is
the name of the setting with the missing property, and "<property-name>" is
@@ -429,7 +429,7 @@ methods, or may be returned from D-Bus operations (eg on
-the NMConnection object is invalid
+
the NMConnection object is invalid
because a property has an invalid value. The error message will always be
prefixed with "<setting-name>.<property-name>: ", where "<setting-name>" is
the name of the setting with the invalid property, and "<property-name>" is
@@ -725,7 +725,7 @@ errors in that namespace.
when they encounter problems retrieving secrets on behalf of NM. They
correspond to errors in the "org.freedesktop.NetworkManager.SecretManager"
namespace.
-Client APIs such as nm_client_activate_connection() will not see these error
+
Client APIs such as nm_client_activate_connection() will not see these error
codes; instead, the secret agent manager will translate them to the
corresponding NMAgentManagerError codes.
diff --git a/docs/libnm/html/libnm-nm-utils.html b/docs/libnm/html/libnm-nm-utils.html
index 864e8463..1ae50f34 100644
--- a/docs/libnm/html/libnm-nm-utils.html
+++ b/docs/libnm/html/libnm-nm-utils.html
@@ -1091,7 +1091,7 @@ metric).
routes
- an array of NMIP4Route objects.
+ an array of NMIP4Route objects.
[element-type NMIPRoute]
diff --git a/docs/libnm/libnm-docs.xml b/docs/libnm/libnm-docs.xml
index 6629a241..fdc83666 100644
--- a/docs/libnm/libnm-docs.xml
+++ b/docs/libnm/libnm-docs.xml
@@ -10,7 +10,7 @@
for libnm &version;
The latest version of this documentation can be found on-line at
- https://developer.gnome.org/libnm/1.0/ .
+ https://developer.gnome.org/libnm/stable/ .
diff --git a/docs/libnm/version.xml b/docs/libnm/version.xml
index ead65f0a..26aaba0e 100644
--- a/docs/libnm/version.xml
+++ b/docs/libnm/version.xml
@@ -1 +1 @@
-1.1.94
+1.2.0
--
cgit 1.3.0-6-gf8a5