From 8d275584fc94f398f0a7c990dcd057533d9a5856 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 20 Feb 2013 23:06:45 +0100 Subject: Imported Upstream version 0.9.8.0 --- docs/api/Makefile.am | 3 ++ docs/api/Makefile.in | 3 ++ docs/api/html/NetworkManager.devhelp2 | 28 +++++------ docs/api/html/index.html | 32 ++++++------ docs/api/html/ix01.html | 2 +- docs/api/html/ref-migrating.html | 58 +++++++++++----------- docs/api/html/ref-settings.html | 48 +++++++++--------- docs/api/html/spec.html | 6 +-- docs/api/spec.html | 6 +-- docs/api/version.xml | 2 +- docs/libnm-glib/html/NMClient.html | 2 + docs/libnm-glib/html/NMDevice.html | 47 ++++++++++++++++++ docs/libnm-glib/html/NMDeviceBond.html | 1 + docs/libnm-glib/html/NMDeviceBridge.html | 9 ++++ docs/libnm-glib/html/NMDeviceWifi.html | 1 + docs/libnm-glib/html/NMRemoteConnection.html | 15 ++++++ docs/libnm-glib/html/NMSecretAgent.html | 2 +- docs/libnm-glib/html/NMWimaxNsp.html | 23 +++++++++ docs/libnm-glib/html/api-index-full.html | 20 ++++++++ docs/libnm-glib/html/ch02.html | 2 +- docs/libnm-glib/html/index.html | 4 +- docs/libnm-glib/html/index.sgml | 5 ++ docs/libnm-glib/html/libnm-glib.devhelp2 | 23 +++++---- docs/libnm-glib/libnm-glib-sections.txt | 2 + docs/libnm-glib/tmpl/nm-device.sgml | 21 ++++++++ docs/libnm-glib/tmpl/nm-remote-connection.sgml | 10 ++++ docs/libnm-glib/version.xml | 2 +- docs/libnm-util/html/NMSettingBridge.html | 17 +++++++ docs/libnm-util/html/NMSettingBridgePort.html | 9 ++++ docs/libnm-util/html/NMSettingConnection.html | 5 ++ docs/libnm-util/html/NMSettingIP6Config.html | 2 + docs/libnm-util/html/NMSettingWireless.html | 1 + docs/libnm-util/html/ch01.html | 2 +- docs/libnm-util/html/index.html | 4 +- docs/libnm-util/html/libnm-util-nm-utils.html | 5 ++ docs/libnm-util/html/libnm-util.devhelp2 | 50 +++++++++---------- docs/libnm-util/tmpl/nm-connection.sgml | 2 + docs/libnm-util/tmpl/nm-setting-8021x.sgml | 2 + docs/libnm-util/tmpl/nm-setting-adsl.sgml | 2 + docs/libnm-util/tmpl/nm-setting-bluetooth.sgml | 2 + docs/libnm-util/tmpl/nm-setting-bond.sgml | 2 + docs/libnm-util/tmpl/nm-setting-bridge-port.sgml | 2 + docs/libnm-util/tmpl/nm-setting-bridge.sgml | 2 + docs/libnm-util/tmpl/nm-setting-cdma.sgml | 2 + docs/libnm-util/tmpl/nm-setting-connection.sgml | 2 + docs/libnm-util/tmpl/nm-setting-gsm.sgml | 2 + docs/libnm-util/tmpl/nm-setting-infiniband.sgml | 2 + docs/libnm-util/tmpl/nm-setting-ip4-config.sgml | 2 + docs/libnm-util/tmpl/nm-setting-ip6-config.sgml | 2 + docs/libnm-util/tmpl/nm-setting-olpc-mesh.sgml | 2 + docs/libnm-util/tmpl/nm-setting-ppp.sgml | 2 + docs/libnm-util/tmpl/nm-setting-pppoe.sgml | 2 + docs/libnm-util/tmpl/nm-setting-private.sgml | 2 + docs/libnm-util/tmpl/nm-setting-serial.sgml | 2 + docs/libnm-util/tmpl/nm-setting-vlan.sgml | 2 + docs/libnm-util/tmpl/nm-setting-vpn.sgml | 2 + docs/libnm-util/tmpl/nm-setting-wimax.sgml | 2 + docs/libnm-util/tmpl/nm-setting-wired.sgml | 2 + .../tmpl/nm-setting-wireless-security.sgml | 2 + docs/libnm-util/tmpl/nm-setting-wireless.sgml | 2 + docs/libnm-util/tmpl/nm-setting.sgml | 2 + docs/libnm-util/tmpl/nm-utils-enum-types.sgml | 2 + docs/libnm-util/tmpl/nm-utils.sgml | 2 + docs/libnm-util/version.xml | 2 +- 64 files changed, 394 insertions(+), 134 deletions(-) (limited to 'docs') diff --git a/docs/api/Makefile.am b/docs/api/Makefile.am index d98dc786..98dd3de7 100644 --- a/docs/api/Makefile.am +++ b/docs/api/Makefile.am @@ -25,6 +25,9 @@ spec.html: $(XMLS) $(OTHER_FILES) html-build.stamp settings-spec.xml: $(top_builddir)/tools/generate-settings-spec $(top_builddir)/libnm-util/libnm-util.la $(top_builddir)/tools/generate-settings-spec book $@ +# Top-level SGML file includes (depends on) settings-spec.xml +$(DOC_MAIN_SGML_FILE): settings-spec.xml + all: $(GENERATED_FILES) #################################### diff --git a/docs/api/Makefile.in b/docs/api/Makefile.in index d2123e44..caa59cfd 100644 --- a/docs/api/Makefile.in +++ b/docs/api/Makefile.in @@ -633,6 +633,9 @@ uninstall-am: uninstall-local @ENABLE_DOC_TRUE@settings-spec.xml: $(top_builddir)/tools/generate-settings-spec $(top_builddir)/libnm-util/libnm-util.la @ENABLE_DOC_TRUE@ $(top_builddir)/tools/generate-settings-spec book $@ +# Top-level SGML file includes (depends on) settings-spec.xml +@ENABLE_DOC_TRUE@$(DOC_MAIN_SGML_FILE): settings-spec.xml + @ENABLE_DOC_TRUE@all: $(GENERATED_FILES) @ENABLE_DOC_TRUE@@ENABLE_GTK_DOC_TRUE@all-local: $(HTML_BUILD_STAMP) $(PDF_BUILD_STAMP) diff --git a/docs/api/html/NetworkManager.devhelp2 b/docs/api/html/NetworkManager.devhelp2 index fd669a49..1b7a72cf 100644 --- a/docs/api/html/NetworkManager.devhelp2 +++ b/docs/api/html/NetworkManager.devhelp2 @@ -4,23 +4,23 @@ - + - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/docs/api/html/index.html b/docs/api/html/index.html index 6557dbc8..d9d82eb4 100644 --- a/docs/api/html/index.html +++ b/docs/api/html/index.html @@ -14,11 +14,11 @@
-

Version 0.9.7.997 +

Version 0.9.8.0

This section details the architectural and D-Bus API changes in NetworkManager 0.9.

-Elimination of the User Settings Service

+Elimination of the User Settings Service

Previously there were two "settings services", or D-Bus services that provided and saved network configuration information. NetworkManager @@ -103,7 +103,7 @@

-User Secret Agents

+User Secret Agents

Even with the elimination of the user settings service, in some cases it is still desirable to store secrets in the user's session and not in @@ -152,7 +152,7 @@

-Settings Service Interface Changes

+Settings Service Interface Changes

With the elimination of the user settings service, the old org.freedesktop.NetworkManagerUserSettings and @@ -190,7 +190,7 @@

-Connection Object Interface Changes

+Connection Object Interface Changes

Consistent with the interface changes to the Settings object, the Connection object's D-Bus interface has changed to @@ -224,7 +224,7 @@

-Permissions Methods Consolidation

+Permissions Methods Consolidation

Previously there were two D-Bus method calls to retrieve the list of operations that a user client could perform, and two signals notifying @@ -256,7 +256,7 @@ are now string-based permissions. The mapping is as follows:

-

Table 23. 

+

Table 23. 

@@ -307,7 +307,7 @@

-AddConnection Returns Object Path of New Connection

+AddConnection Returns Object Path of New Connection

The org.freedesktop.NetworkManager.Settings.AddConnection @@ -325,7 +325,7 @@

-Support for WiMAX Devices

+Support for WiMAX Devices

NetworkManager now supports Intel WiMAX mobile broadband devices. A corresponding device type (NM_DEVICE_TYPE_WIMAX) and @@ -348,7 +348,7 @@

-New Device States

+New Device States

A few new device states have been added, and all device states have been renumbered for flexibility. @@ -363,7 +363,7 @@

-New Active Connection State

+New Active Connection State

Along with the new device states, an additional @@ -379,7 +379,7 @@

-Consolidated Modem Devices

+Consolidated Modem Devices

Many new mobile broadband devices support multiple access families, like Qualcomm Gobi cards (CDMA/EVDO and GSM/UMTS), or multi-mode EVDO/LTE @@ -415,7 +415,7 @@

-Secret Property Flags

+Secret Property Flags

In the Connection object's configuration properties, each setting's secret properties (like WiFi passphrases, or public key passwords, etc) now has @@ -424,7 +424,7 @@ following values:

-

Table 24. 

+

Table 24. 

@@ -486,7 +486,7 @@

-Deprecated Methods Removed

+Deprecated Methods Removed

A few methods and signals of the org.freedesktop.NetworkManager interface deprecated in version 0.7 have been removed. All the @@ -496,7 +496,7 @@ their replacements:

-

Table 25. 

+

Table 25. 

diff --git a/docs/api/html/ref-settings.html b/docs/api/html/ref-settings.html index bbf0f439..a70f8150 100644 --- a/docs/api/html/ref-settings.html +++ b/docs/api/html/ref-settings.html @@ -23,7 +23,7 @@

Network Configuration Setting Specification

@@ -35,11 +35,11 @@

-Configuration Settings

+Configuration Settings

-

Table 1. 802-1x setting

+

Table 1. 802-1x setting

@@ -246,7 +246,7 @@


-

Table 2. adsl setting

+

Table 2. adsl setting

@@ -315,7 +315,7 @@


-

Table 3. bluetooth setting

+

Table 3. bluetooth setting

@@ -354,7 +354,7 @@


-

Table 4. bond setting

+

Table 4. bond setting

@@ -393,7 +393,7 @@


-

Table 5. bridge setting

+

Table 5. bridge setting

@@ -462,7 +462,7 @@


-

Table 6. bridge-port setting

+

Table 6. bridge-port setting

@@ -507,7 +507,7 @@


-

Table 7. cdma setting

+

Table 7. cdma setting

@@ -558,7 +558,7 @@


-

Table 8. connection setting

+

Table 8. connection setting

@@ -651,7 +651,7 @@


-

Table 9. gsm setting

+

Table 9. gsm setting

@@ -744,7 +744,7 @@


-

Table 10. infiniband setting

+

Table 10. infiniband setting

@@ -789,7 +789,7 @@


-

Table 11. ipv4 setting

+

Table 11. ipv4 setting

@@ -888,7 +888,7 @@


-

Table 12. ipv6 setting

+

Table 12. ipv6 setting

@@ -981,7 +981,7 @@


-

Table 13. 802-11-olpc-mesh setting

+

Table 13. 802-11-olpc-mesh setting

@@ -1026,7 +1026,7 @@


-

Table 14. ppp setting

+

Table 14. ppp setting

@@ -1161,7 +1161,7 @@


-

Table 15. pppoe setting

+

Table 15. pppoe setting

@@ -1212,7 +1212,7 @@


-

Table 16. serial setting

+

Table 16. serial setting

@@ -1269,7 +1269,7 @@


-

Table 17. vlan setting

+

Table 17. vlan setting

@@ -1332,7 +1332,7 @@


-

Table 18. vpn setting

+

Table 18. vpn setting

@@ -1383,7 +1383,7 @@


-

Table 19. wimax setting

+

Table 19. wimax setting

@@ -1422,7 +1422,7 @@


-

Table 20. 802-3-ethernet setting

+

Table 20. 802-3-ethernet setting

@@ -1515,7 +1515,7 @@


-

Table 21. 802-11-wireless setting

+

Table 21. 802-11-wireless setting

@@ -1626,7 +1626,7 @@


-

Table 22. 802-11-wireless-security setting

+

Table 22. 802-11-wireless-security setting

diff --git a/docs/api/html/spec.html b/docs/api/html/spec.html index c31bfc0b..5e3559da 100644 --- a/docs/api/html/spec.html +++ b/docs/api/html/spec.html @@ -1,5 +1,5 @@ -NetworkManager D-Bus Interface Specification version 0.9.7.997

NetworkManager D-Bus Interface Specification

Version 0.9.7.997

Copyright (C) 2008 - 2011 Red Hat, Inc.
Copyright (C) 2008 - 2009 Novell, Inc.
+

NetworkManager D-Bus Interface Specification

Version 0.9.8.0

Copyright (C) 2008 - 2011 Red Hat, Inc.
Copyright (C) 2008 - 2009 Novell, Inc.

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 @@ -827,7 +827,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

Sets of flags:

NM_802_11_DEVICE_CAP

Flags describing the capabilities of a wireless device. -
NM_802_11_DEVICE_CAP_NONE = 0x0
Null capability - syntactic sugar for no capabilities supported. Do not AND this with other capabilities!
NM_802_11_DEVICE_CAP_CIPHER_WEP40 = 0x1
The device supports the 40-bit WEP cipher.
NM_802_11_DEVICE_CAP_CIPHER_WEP104 = 0x2
The device supports the 104-bit WEP cipher.
NM_802_11_DEVICE_CAP_CIPHER_TKIP = 0x4
The device supports the TKIP cipher.
NM_802_11_DEVICE_CAP_CIPHER_CCMP = 0x8
The device supports the CCMP cipher.
NM_802_11_DEVICE_CAP_WPA = 0x10
The device supports the WPA encryption/authentication protocol.
NM_802_11_DEVICE_CAP_RSN = 0x20
The device supports the RSN encryption/authentication protocol.
NM_802_11_DEVICE_CAP_AP = 0x40
The device supports Access Point mode.
+
NM_802_11_DEVICE_CAP_NONE = 0x0
Null capability - syntactic sugar for no capabilities supported. Do not AND this with other capabilities!
NM_802_11_DEVICE_CAP_CIPHER_WEP40 = 0x1
The device supports the 40-bit WEP cipher.
NM_802_11_DEVICE_CAP_CIPHER_WEP104 = 0x2
The device supports the 104-bit WEP cipher.
NM_802_11_DEVICE_CAP_CIPHER_TKIP = 0x4
The device supports the TKIP cipher.
NM_802_11_DEVICE_CAP_CIPHER_CCMP = 0x8
The device supports the CCMP cipher.
NM_802_11_DEVICE_CAP_WPA = 0x10
The device supports the WPA encryption/authentication protocol.
NM_802_11_DEVICE_CAP_RSN = 0x20
The device supports the RSN encryption/authentication protocol.
NM_802_11_DEVICE_CAP_AP = 0x40
The device supports Access Point mode.
NM_802_11_DEVICE_CAP_ADHOC = 0x80
The device supports Ad-Hoc mode.

org.freedesktop.NetworkManager.Device.Modem

Interface has no methods.

Signals:

PropertiesChanged ( a{sv}: properties diff --git a/docs/api/spec.html b/docs/api/spec.html index c31bfc0b..5e3559da 100644 --- a/docs/api/spec.html +++ b/docs/api/spec.html @@ -1,5 +1,5 @@ -NetworkManager D-Bus Interface Specification version 0.9.7.997

NetworkManager D-Bus Interface Specification

Version 0.9.7.997

Copyright (C) 2008 - 2011 Red Hat, Inc.
Copyright (C) 2008 - 2009 Novell, Inc.
+

NetworkManager D-Bus Interface Specification

Version 0.9.8.0

Copyright (C) 2008 - 2011 Red Hat, Inc.
Copyright (C) 2008 - 2009 Novell, Inc.

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 @@ -827,7 +827,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

Sets of flags:

NM_802_11_DEVICE_CAP

Flags describing the capabilities of a wireless device. -
NM_802_11_DEVICE_CAP_NONE = 0x0
Null capability - syntactic sugar for no capabilities supported. Do not AND this with other capabilities!
NM_802_11_DEVICE_CAP_CIPHER_WEP40 = 0x1
The device supports the 40-bit WEP cipher.
NM_802_11_DEVICE_CAP_CIPHER_WEP104 = 0x2
The device supports the 104-bit WEP cipher.
NM_802_11_DEVICE_CAP_CIPHER_TKIP = 0x4
The device supports the TKIP cipher.
NM_802_11_DEVICE_CAP_CIPHER_CCMP = 0x8
The device supports the CCMP cipher.
NM_802_11_DEVICE_CAP_WPA = 0x10
The device supports the WPA encryption/authentication protocol.
NM_802_11_DEVICE_CAP_RSN = 0x20
The device supports the RSN encryption/authentication protocol.
NM_802_11_DEVICE_CAP_AP = 0x40
The device supports Access Point mode.
+
NM_802_11_DEVICE_CAP_NONE = 0x0
Null capability - syntactic sugar for no capabilities supported. Do not AND this with other capabilities!
NM_802_11_DEVICE_CAP_CIPHER_WEP40 = 0x1
The device supports the 40-bit WEP cipher.
NM_802_11_DEVICE_CAP_CIPHER_WEP104 = 0x2
The device supports the 104-bit WEP cipher.
NM_802_11_DEVICE_CAP_CIPHER_TKIP = 0x4
The device supports the TKIP cipher.
NM_802_11_DEVICE_CAP_CIPHER_CCMP = 0x8
The device supports the CCMP cipher.
NM_802_11_DEVICE_CAP_WPA = 0x10
The device supports the WPA encryption/authentication protocol.
NM_802_11_DEVICE_CAP_RSN = 0x20
The device supports the RSN encryption/authentication protocol.
NM_802_11_DEVICE_CAP_AP = 0x40
The device supports Access Point mode.
NM_802_11_DEVICE_CAP_ADHOC = 0x80
The device supports Ad-Hoc mode.

org.freedesktop.NetworkManager.Device.Modem

Interface has no methods.

Signals:

PropertiesChanged ( a{sv}: properties diff --git a/docs/api/version.xml b/docs/api/version.xml index 1517c785..68f4aad3 100644 --- a/docs/api/version.xml +++ b/docs/api/version.xml @@ -1 +1 @@ -0.9.7.997 +0.9.8.0 diff --git a/docs/libnm-glib/html/NMClient.html b/docs/libnm-glib/html/NMClient.html index 1cc0d3d7..83d7fdef 100644 --- a/docs/libnm-glib/html/NMClient.html +++ b/docs/libnm-glib/html/NMClient.html @@ -757,6 +757,7 @@ a list of domains separated by ",". [Since 0.9.8


@@ -1037,6 +1038,7 @@ domains separated by ",". (Since 0.9.8



+

NM_DEVICE_AVAILABLE_CONNECTIONS

+
#define NM_DEVICE_AVAILABLE_CONNECTIONS "available-connections"
+
+

+

+
+
+

NM_DEVICE_CAPABILITIES

#define NM_DEVICE_CAPABILITIES "capabilities"
 
@@ -575,6 +586,33 @@ Whether the +

nm_device_get_available_connections ()

+
const GPtrArray *   nm_device_get_available_connections (NMDevice *device);
+

+Gets the NMRemoteConnections currently known to the daemon that could +be activated on device. +

+
++ + + + + + + + + + +

device :

a NMDevice +

Returns :

the GPtrArray +containing NMRemoteConnections. This is the internal copy used by +the connection, and must not be modified. [element-type NMClient.RemoteConnection] +
+

Since 0.9.8

+
+
+

nm_device_get_capabilities ()

NMDeviceCapabilities nm_device_get_capabilities         (NMDevice *device);

@@ -1069,6 +1107,15 @@ Whether the device can auto-activate a connection.


+

The "available-connections" property

+
  "available-connections"    NMObjectArray*        : Read
+

+The available connections (NMRemoteConnection) of the device +

+

Since 0.9.8

+
+
+

The "capabilities" property

  "capabilities"             guint                 : Read

diff --git a/docs/libnm-glib/html/NMDeviceBond.html b/docs/libnm-glib/html/NMDeviceBond.html index 9f08c415..04c6f0a7 100644 --- a/docs/libnm-glib/html/NMDeviceBond.html +++ b/docs/libnm-glib/html/NMDeviceBond.html @@ -322,6 +322,7 @@ The hardware (MAC) address of the device.

The devices (NMDevice) slaved to the bond device.

+

Since 0.9.8

diff --git a/docs/libnm-glib/html/NMDeviceBridge.html b/docs/libnm-glib/html/NMDeviceBridge.html index 4a9b431f..a1514f45 100644 --- a/docs/libnm-glib/html/NMDeviceBridge.html +++ b/docs/libnm-glib/html/NMDeviceBridge.html @@ -147,6 +147,7 @@ NMDeviceBridge implements +

Since 0.9.8


@@ -194,6 +195,7 @@ Registers an error quark for NMDeviceBridge errors.
+

Since 0.9.8


@@ -217,6 +219,7 @@ Whether the device has carrier.
+

Since 0.9.8


@@ -240,6 +243,7 @@ device, and must not be modified.
+

Since 0.9.8


@@ -265,6 +269,7 @@ copy used by the device, and must not be modified. [
+

Since 0.9.8


@@ -293,6 +298,7 @@ Creates a new
+

Since 0.9.8


@@ -313,6 +320,7 @@ Whether the device has carrier. The hardware (MAC) address of the device.

Default value: NULL

+

Since 0.9.8


diff --git a/docs/libnm-glib/html/NMDeviceWifi.html b/docs/libnm-glib/html/NMDeviceWifi.html index 75e35bc6..963d2ca4 100644 --- a/docs/libnm-glib/html/NMDeviceWifi.html +++ b/docs/libnm-glib/html/NMDeviceWifi.html @@ -534,6 +534,7 @@ to get available access points. +

Since 0.9.8

diff --git a/docs/libnm-glib/html/NMRemoteConnection.html b/docs/libnm-glib/html/NMRemoteConnection.html index eefc87b4..a1c923dd 100644 --- a/docs/libnm-glib/html/NMRemoteConnection.html +++ b/docs/libnm-glib/html/NMRemoteConnection.html @@ -91,6 +91,8 @@ NMRemoteConnection implements

Properties

   "bus"                      DBusGConnection*      : Write / Construct Only
+  "dbus-connection"          DBusGConnection*      : Write / Construct Only
+  "dbus-path"                gchar*                : Write / Construct Only
 
@@ -381,6 +383,19 @@ Creates a new object representing the remote connection.
  "bus"                      DBusGConnection*      : Write / Construct Only

DBusGConnection.

+
+
+

The "dbus-connection" property

+
  "dbus-connection"          DBusGConnection*      : Write / Construct Only
+

DBusGConnection.

+
+
+
+

The "dbus-path" property

+
  "dbus-path"                gchar*                : Write / Construct Only
+

DBus Object Path.

+

Default value: NULL

+

Signal Details

diff --git a/docs/libnm-glib/html/NMSecretAgent.html b/docs/libnm-glib/html/NMSecretAgent.html index 1e08bf50..b5b050f7 100644 --- a/docs/libnm-glib/html/NMSecretAgent.html +++ b/docs/libnm-glib/html/NMSecretAgent.html @@ -356,7 +356,7 @@ To easily create the hash table to return the WiFi PSK, you could do something like this:

-

Example 1. Creating a secrets hash

+

Example 1. Creating a secrets hash

diff --git a/docs/libnm-glib/html/NMWimaxNsp.html b/docs/libnm-glib/html/NMWimaxNsp.html index d6782d7f..9a233d35 100644 --- a/docs/libnm-glib/html/NMWimaxNsp.html +++ b/docs/libnm-glib/html/NMWimaxNsp.html @@ -156,7 +156,30 @@ NMWimaxNsp implements
gboolean            nm_wimax_nsp_connection_valid       (NMWimaxNsp *nsp,
                                                          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's network name and other attributes.

+
++ + + + + + + + + + + + + + +

nsp :

an NMWimaxNsp to validate connection against

connection :

an NMConnection to validate against nsp +

Returns :

+TRUE if the connection may be activated with this WiMAX NSP, +FALSE if it cannot be.

diff --git a/docs/libnm-glib/html/api-index-full.html b/docs/libnm-glib/html/api-index-full.html index 812b7665..bd62549a 100644 --- a/docs/libnm-glib/html/api-index-full.html +++ b/docs/libnm-glib/html/api-index-full.html @@ -547,6 +547,10 @@
+NMDevice:available-connections, object property in NMDevice +
+
+
NMDevice:capabilities, object property in NMDevice
@@ -955,6 +959,10 @@
+NM_DEVICE_AVAILABLE_CONNECTIONS, macro in NMDevice +
+
+
NM_DEVICE_BOND_CARRIER, macro in NMDeviceBond
@@ -1163,6 +1171,10 @@
+nm_device_get_available_connections, function in NMDevice +
+
+
nm_device_get_capabilities, function in NMDevice
@@ -1814,6 +1826,14 @@
+NMRemoteConnection:dbus-connection, object property in NMRemoteConnection +
+
+
+NMRemoteConnection:dbus-path, object property in NMRemoteConnection +
+
+
NMRemoteConnectionClass, struct in NMRemoteConnection
diff --git a/docs/libnm-glib/html/ch02.html b/docs/libnm-glib/html/ch02.html index 7a81d599..a739d343 100644 --- a/docs/libnm-glib/html/ch02.html +++ b/docs/libnm-glib/html/ch02.html @@ -21,7 +21,7 @@

-libnm-glib API Reference

+libnm-glib API Reference
NMClient diff --git a/docs/libnm-glib/html/index.html b/docs/libnm-glib/html/index.html index baaf92bf..aec8180a 100644 --- a/docs/libnm-glib/html/index.html +++ b/docs/libnm-glib/html/index.html @@ -15,14 +15,14 @@

- for libnm-glib 0.9.7.997 + for libnm-glib 0.9.8.0 The latest version of this documentation can be found on-line at http://projects.gnome.org/NetworkManager/developers/libnm-glib/09/.

-

+

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later diff --git a/docs/libnm-glib/html/index.sgml b/docs/libnm-glib/html/index.sgml index b7aee356..a839322b 100644 --- a/docs/libnm-glib/html/index.sgml +++ b/docs/libnm-glib/html/index.sgml @@ -133,6 +133,7 @@ + @@ -157,6 +158,7 @@ + @@ -180,6 +182,7 @@ + @@ -719,6 +722,8 @@ + + diff --git a/docs/libnm-glib/html/libnm-glib.devhelp2 b/docs/libnm-glib/html/libnm-glib.devhelp2 index 2358599b..c372ebee 100644 --- a/docs/libnm-glib/html/libnm-glib.devhelp2 +++ b/docs/libnm-glib/html/libnm-glib.devhelp2 @@ -63,7 +63,7 @@ - + @@ -73,7 +73,7 @@ - + @@ -130,6 +130,7 @@ + @@ -154,6 +155,7 @@ + @@ -176,6 +178,7 @@ + @@ -234,7 +237,7 @@ - + @@ -326,16 +329,16 @@ - + - - - - - + + + + + @@ -502,6 +505,8 @@ + + diff --git a/docs/libnm-glib/libnm-glib-sections.txt b/docs/libnm-glib/libnm-glib-sections.txt index edd05f0e..a8216584 100644 --- a/docs/libnm-glib/libnm-glib-sections.txt +++ b/docs/libnm-glib/libnm-glib-sections.txt @@ -139,6 +139,7 @@ NMDeviceClass NMDeviceDeactivateFn NM_DEVICE_ACTIVE_CONNECTION NM_DEVICE_AUTOCONNECT +NM_DEVICE_AVAILABLE_CONNECTIONS NM_DEVICE_CAPABILITIES NM_DEVICE_DEVICE_TYPE NM_DEVICE_DHCP4_CONFIG @@ -163,6 +164,7 @@ nm_device_disconnect nm_device_filter_connections nm_device_get_active_connection nm_device_get_autoconnect +nm_device_get_available_connections nm_device_get_capabilities nm_device_get_device_type nm_device_get_dhcp4_config diff --git a/docs/libnm-glib/tmpl/nm-device.sgml b/docs/libnm-glib/tmpl/nm-device.sgml index 90be4054..d61ff355 100644 --- a/docs/libnm-glib/tmpl/nm-device.sgml +++ b/docs/libnm-glib/tmpl/nm-device.sgml @@ -48,6 +48,11 @@ NMDevice + + + + + @@ -177,6 +182,13 @@ NMDevice + + + + + + + @@ -362,6 +374,15 @@ NMDevice @Returns: + + + + + +@device: +@Returns: + + diff --git a/docs/libnm-glib/tmpl/nm-remote-connection.sgml b/docs/libnm-glib/tmpl/nm-remote-connection.sgml index 628000c8..298d7b91 100644 --- a/docs/libnm-glib/tmpl/nm-remote-connection.sgml +++ b/docs/libnm-glib/tmpl/nm-remote-connection.sgml @@ -55,6 +55,16 @@ NMRemoteConnection + + + + + + + + + + diff --git a/docs/libnm-glib/version.xml b/docs/libnm-glib/version.xml index 1517c785..68f4aad3 100644 --- a/docs/libnm-glib/version.xml +++ b/docs/libnm-glib/version.xml @@ -1 +1 @@ -0.9.7.997 +0.9.8.0 diff --git a/docs/libnm-util/html/NMSettingBridge.html b/docs/libnm-util/html/NMSettingBridge.html index 4e52f8ed..e7d071be 100644 --- a/docs/libnm-util/html/NMSettingBridge.html +++ b/docs/libnm-util/html/NMSettingBridge.html @@ -153,6 +153,7 @@ required

+

Since 0.9.8


@@ -240,6 +241,7 @@ Registers an error quark for NMSettingBridge errors.
+

Since 0.9.8


@@ -259,6 +261,7 @@ Registers an error quark for Since 0.9.8








@@ -402,6 +412,7 @@ The ethernet MAC address aging time, in seconds.

Allowed values: <= 1000000

Default value: 300

+

Since 0.9.8


@@ -412,6 +423,7 @@ The Spanning Tree Protocol (STP) forwarding delay, in seconds.

Allowed values: <= 30

Default value: 15

+

Since 0.9.8


@@ -422,6 +434,7 @@ The Spanning Tree Protocol (STP) hello time, in seconds.

Allowed values: <= 10

Default value: 2

+

Since 0.9.8


@@ -431,6 +444,7 @@ The Spanning Tree Protocol (STP) hello time, in seconds. The name of the virtual in-kernel briding network interface

Default value: NULL

+

Since 0.9.8


@@ -441,6 +455,7 @@ The Spanning Tree Protocol (STP) maximum message age, in seconds.

Allowed values: <= 40

Default value: 20

+

Since 0.9.8


@@ -453,6 +468,7 @@ bridge.

Allowed values: <= 65535

Default value: 128

+

Since 0.9.8


@@ -462,6 +478,7 @@ bridge. Controls whether Spanning Tree Protocol (STP) is enabled for this bridge.

Default value: TRUE

+

Since 0.9.8

diff --git a/docs/libnm-util/html/NMSettingBridgePort.html b/docs/libnm-util/html/NMSettingBridgePort.html index e5ce3b47..c4dca496 100644 --- a/docs/libnm-util/html/NMSettingBridgePort.html +++ b/docs/libnm-util/html/NMSettingBridgePort.html @@ -142,6 +142,7 @@ is required +

Since 0.9.8


+

Since 0.9.8


@@ -217,6 +219,7 @@ Registers an error quark for
+

Since 0.9.8


+

Since 0.9.8


+

Since 0.9.8


@@ -284,6 +290,7 @@ Enables or disabled 'hairpin mode' for the port, which allows frames to be sent back out through the port the frame was received on.

Default value: FALSE

+

Since 0.9.8


@@ -294,6 +301,7 @@ The Spanning Tree Protocol (STP) port cost for destinations via this port.

Allowed values: <= 65535

Default value: 100

+

Since 0.9.8


@@ -304,6 +312,7 @@ The Spanning Tree Protocol (STP) priority of this bridge port.

Allowed values: <= 63

Default value: 32

+

Since 0.9.8

diff --git a/docs/libnm-util/html/NMSettingConnection.html b/docs/libnm-util/html/NMSettingConnection.html index bb1014e5..2fd64bf5 100644 --- a/docs/libnm-util/html/NMSettingConnection.html +++ b/docs/libnm-util/html/NMSettingConnection.html @@ -396,6 +396,7 @@ was already present +

Since 0.9.8


@@ -546,6 +547,7 @@ property of this setting.
+

Since 0.9.8



@@ -848,6 +851,7 @@ Removes the secondary coonnection UUID at index idx<
+

Since 0.9.8

@@ -923,6 +927,7 @@ if the connection is read-only and cannot be modified. List of connection UUIDs that should be activated when the base connection itself is activated.

+

Since 0.9.8


diff --git a/docs/libnm-util/html/NMSettingIP6Config.html b/docs/libnm-util/html/NMSettingIP6Config.html index b467336f..cca1efa8 100644 --- a/docs/libnm-util/html/NMSettingIP6Config.html +++ b/docs/libnm-util/html/NMSettingIP6Config.html @@ -1260,6 +1260,7 @@ property.
+

Since 0.9.8


@@ -1699,6 +1700,7 @@ assigned an address with these methods. The specified name will be sent to the DHCP server when acquiring a lease.

Default value: NULL

+

Since 0.9.8


diff --git a/docs/libnm-util/html/NMSettingWireless.html b/docs/libnm-util/html/NMSettingWireless.html index e3d964a4..3a144270 100644 --- a/docs/libnm-util/html/NMSettingWireless.html +++ b/docs/libnm-util/html/NMSettingWireless.html @@ -295,6 +295,7 @@ Indicates Ad-Hoc mode where no access point is expected to be present. Indicates AP/master mode where the wireless device is started as an access point/hotspot.

+

Since 0.9.8


NMConnection — Describes a connection to specific network or provider diff --git a/docs/libnm-util/html/index.html b/docs/libnm-util/html/index.html index 9c0b5194..667c695c 100644 --- a/docs/libnm-util/html/index.html +++ b/docs/libnm-util/html/index.html @@ -15,14 +15,14 @@

- for libnm-util 0.9.7.997 + for libnm-util 0.9.8.0 The latest version of this documentation can be found on-line at http://projects.gnome.org/NetworkManager/developers/libnm-util/09/.

-

+

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later diff --git a/docs/libnm-util/html/libnm-util-nm-utils.html b/docs/libnm-util/html/libnm-util-nm-utils.html index a70bc744..b7ff71ec 100644 --- a/docs/libnm-util/html/libnm-util-nm-utils.html +++ b/docs/libnm-util/html/libnm-util-nm-utils.html @@ -246,6 +246,7 @@ e.g.

+

Since 0.9.8


@@ -493,6 +494,7 @@ function in net/core/dev.c.
+

Since 0.9.8


@@ -902,6 +904,7 @@ Checks if str is a UUID
+

Since 0.9.8


@@ -1181,6 +1184,7 @@ Checks if key is a valid WEP key
+

Since 0.9.8


@@ -1309,6 +1313,7 @@ Checks if psk is a valid WPA PSK
+

Since 0.9.8

diff --git a/docs/libnm-util/html/libnm-util.devhelp2 b/docs/libnm-util/html/libnm-util.devhelp2 index ead35c07..9f00e53a 100644 --- a/docs/libnm-util/html/libnm-util.devhelp2 +++ b/docs/libnm-util/html/libnm-util.devhelp2 @@ -142,17 +142,17 @@ - + - + - + @@ -161,7 +161,7 @@ - + @@ -230,7 +230,7 @@ - + @@ -489,15 +489,15 @@ - - - - - - - - - + + + + + + + + + @@ -513,11 +513,11 @@ - - - - - + + + + + @@ -901,7 +901,7 @@ - + @@ -1041,7 +1041,7 @@ - + @@ -1051,7 +1051,7 @@ - + @@ -1067,7 +1067,7 @@ - + @@ -1075,12 +1075,12 @@ - + - + diff --git a/docs/libnm-util/tmpl/nm-connection.sgml b/docs/libnm-util/tmpl/nm-connection.sgml index 89fd38c4..f6a97532 100644 --- a/docs/libnm-util/tmpl/nm-connection.sgml +++ b/docs/libnm-util/tmpl/nm-connection.sgml @@ -9,11 +9,13 @@ NMConnection + + diff --git a/docs/libnm-util/tmpl/nm-setting-8021x.sgml b/docs/libnm-util/tmpl/nm-setting-8021x.sgml index 10775224..f8ab2c77 100644 --- a/docs/libnm-util/tmpl/nm-setting-8021x.sgml +++ b/docs/libnm-util/tmpl/nm-setting-8021x.sgml @@ -9,11 +9,13 @@ NMSetting8021x + + diff --git a/docs/libnm-util/tmpl/nm-setting-adsl.sgml b/docs/libnm-util/tmpl/nm-setting-adsl.sgml index d81ae07f..0e209bc2 100644 --- a/docs/libnm-util/tmpl/nm-setting-adsl.sgml +++ b/docs/libnm-util/tmpl/nm-setting-adsl.sgml @@ -9,11 +9,13 @@ NMSettingAdsl + + diff --git a/docs/libnm-util/tmpl/nm-setting-bluetooth.sgml b/docs/libnm-util/tmpl/nm-setting-bluetooth.sgml index 9ab1b4b2..cc64b574 100644 --- a/docs/libnm-util/tmpl/nm-setting-bluetooth.sgml +++ b/docs/libnm-util/tmpl/nm-setting-bluetooth.sgml @@ -9,11 +9,13 @@ NMSettingBluetooth + + diff --git a/docs/libnm-util/tmpl/nm-setting-bond.sgml b/docs/libnm-util/tmpl/nm-setting-bond.sgml index 8f7dbfc1..caa8b37a 100644 --- a/docs/libnm-util/tmpl/nm-setting-bond.sgml +++ b/docs/libnm-util/tmpl/nm-setting-bond.sgml @@ -9,11 +9,13 @@ NMSettingBond + + diff --git a/docs/libnm-util/tmpl/nm-setting-bridge-port.sgml b/docs/libnm-util/tmpl/nm-setting-bridge-port.sgml index c86142ee..6e1b473b 100644 --- a/docs/libnm-util/tmpl/nm-setting-bridge-port.sgml +++ b/docs/libnm-util/tmpl/nm-setting-bridge-port.sgml @@ -9,11 +9,13 @@ NMSettingBridgePort + + diff --git a/docs/libnm-util/tmpl/nm-setting-bridge.sgml b/docs/libnm-util/tmpl/nm-setting-bridge.sgml index 69020537..7e2cb5a4 100644 --- a/docs/libnm-util/tmpl/nm-setting-bridge.sgml +++ b/docs/libnm-util/tmpl/nm-setting-bridge.sgml @@ -9,11 +9,13 @@ NMSettingBridge + + diff --git a/docs/libnm-util/tmpl/nm-setting-cdma.sgml b/docs/libnm-util/tmpl/nm-setting-cdma.sgml index 7837016d..5d065170 100644 --- a/docs/libnm-util/tmpl/nm-setting-cdma.sgml +++ b/docs/libnm-util/tmpl/nm-setting-cdma.sgml @@ -9,11 +9,13 @@ NMSettingCdma + + diff --git a/docs/libnm-util/tmpl/nm-setting-connection.sgml b/docs/libnm-util/tmpl/nm-setting-connection.sgml index 13cd7055..81d6801c 100644 --- a/docs/libnm-util/tmpl/nm-setting-connection.sgml +++ b/docs/libnm-util/tmpl/nm-setting-connection.sgml @@ -9,11 +9,13 @@ NMSettingConnection + + diff --git a/docs/libnm-util/tmpl/nm-setting-gsm.sgml b/docs/libnm-util/tmpl/nm-setting-gsm.sgml index 96327a4a..0d29a11a 100644 --- a/docs/libnm-util/tmpl/nm-setting-gsm.sgml +++ b/docs/libnm-util/tmpl/nm-setting-gsm.sgml @@ -9,11 +9,13 @@ NMSettingGsm + + diff --git a/docs/libnm-util/tmpl/nm-setting-infiniband.sgml b/docs/libnm-util/tmpl/nm-setting-infiniband.sgml index ba7117c0..02a59881 100644 --- a/docs/libnm-util/tmpl/nm-setting-infiniband.sgml +++ b/docs/libnm-util/tmpl/nm-setting-infiniband.sgml @@ -9,11 +9,13 @@ NMSettingInfiniband + + diff --git a/docs/libnm-util/tmpl/nm-setting-ip4-config.sgml b/docs/libnm-util/tmpl/nm-setting-ip4-config.sgml index fbc1b4cc..4b915f2b 100644 --- a/docs/libnm-util/tmpl/nm-setting-ip4-config.sgml +++ b/docs/libnm-util/tmpl/nm-setting-ip4-config.sgml @@ -9,11 +9,13 @@ NMSettingIP4Config + + diff --git a/docs/libnm-util/tmpl/nm-setting-ip6-config.sgml b/docs/libnm-util/tmpl/nm-setting-ip6-config.sgml index 275827a7..3e5af03a 100644 --- a/docs/libnm-util/tmpl/nm-setting-ip6-config.sgml +++ b/docs/libnm-util/tmpl/nm-setting-ip6-config.sgml @@ -9,11 +9,13 @@ NMSettingIP6Config + + diff --git a/docs/libnm-util/tmpl/nm-setting-olpc-mesh.sgml b/docs/libnm-util/tmpl/nm-setting-olpc-mesh.sgml index 744c87e3..9a1e720e 100644 --- a/docs/libnm-util/tmpl/nm-setting-olpc-mesh.sgml +++ b/docs/libnm-util/tmpl/nm-setting-olpc-mesh.sgml @@ -9,11 +9,13 @@ NMSettingOlpcMesh + + diff --git a/docs/libnm-util/tmpl/nm-setting-ppp.sgml b/docs/libnm-util/tmpl/nm-setting-ppp.sgml index f26d56fa..90815380 100644 --- a/docs/libnm-util/tmpl/nm-setting-ppp.sgml +++ b/docs/libnm-util/tmpl/nm-setting-ppp.sgml @@ -9,11 +9,13 @@ NMSettingPPP + + diff --git a/docs/libnm-util/tmpl/nm-setting-pppoe.sgml b/docs/libnm-util/tmpl/nm-setting-pppoe.sgml index 942b5a04..3c022169 100644 --- a/docs/libnm-util/tmpl/nm-setting-pppoe.sgml +++ b/docs/libnm-util/tmpl/nm-setting-pppoe.sgml @@ -9,11 +9,13 @@ NMSettingPPPOE + + diff --git a/docs/libnm-util/tmpl/nm-setting-private.sgml b/docs/libnm-util/tmpl/nm-setting-private.sgml index fdafc21b..8c990ffc 100644 --- a/docs/libnm-util/tmpl/nm-setting-private.sgml +++ b/docs/libnm-util/tmpl/nm-setting-private.sgml @@ -9,11 +9,13 @@ nm-setting-private + + diff --git a/docs/libnm-util/tmpl/nm-setting-serial.sgml b/docs/libnm-util/tmpl/nm-setting-serial.sgml index 542b9fbc..f0313441 100644 --- a/docs/libnm-util/tmpl/nm-setting-serial.sgml +++ b/docs/libnm-util/tmpl/nm-setting-serial.sgml @@ -9,11 +9,13 @@ NMSettingSerial + + diff --git a/docs/libnm-util/tmpl/nm-setting-vlan.sgml b/docs/libnm-util/tmpl/nm-setting-vlan.sgml index ff8bea01..f7d67364 100644 --- a/docs/libnm-util/tmpl/nm-setting-vlan.sgml +++ b/docs/libnm-util/tmpl/nm-setting-vlan.sgml @@ -9,11 +9,13 @@ NMSettingVlan + + diff --git a/docs/libnm-util/tmpl/nm-setting-vpn.sgml b/docs/libnm-util/tmpl/nm-setting-vpn.sgml index e29dfff9..567776c1 100644 --- a/docs/libnm-util/tmpl/nm-setting-vpn.sgml +++ b/docs/libnm-util/tmpl/nm-setting-vpn.sgml @@ -9,11 +9,13 @@ NMSettingVPN + + diff --git a/docs/libnm-util/tmpl/nm-setting-wimax.sgml b/docs/libnm-util/tmpl/nm-setting-wimax.sgml index 9225504a..0b96fa9f 100644 --- a/docs/libnm-util/tmpl/nm-setting-wimax.sgml +++ b/docs/libnm-util/tmpl/nm-setting-wimax.sgml @@ -9,11 +9,13 @@ NMSettingWimax + + diff --git a/docs/libnm-util/tmpl/nm-setting-wired.sgml b/docs/libnm-util/tmpl/nm-setting-wired.sgml index cff79594..09fb963a 100644 --- a/docs/libnm-util/tmpl/nm-setting-wired.sgml +++ b/docs/libnm-util/tmpl/nm-setting-wired.sgml @@ -9,11 +9,13 @@ NMSettingWired + + diff --git a/docs/libnm-util/tmpl/nm-setting-wireless-security.sgml b/docs/libnm-util/tmpl/nm-setting-wireless-security.sgml index d653c682..01b16ce9 100644 --- a/docs/libnm-util/tmpl/nm-setting-wireless-security.sgml +++ b/docs/libnm-util/tmpl/nm-setting-wireless-security.sgml @@ -9,11 +9,13 @@ NMSettingWirelessSecurity + + diff --git a/docs/libnm-util/tmpl/nm-setting-wireless.sgml b/docs/libnm-util/tmpl/nm-setting-wireless.sgml index 039f5787..a74c82ef 100644 --- a/docs/libnm-util/tmpl/nm-setting-wireless.sgml +++ b/docs/libnm-util/tmpl/nm-setting-wireless.sgml @@ -9,11 +9,13 @@ NMSettingWireless + + diff --git a/docs/libnm-util/tmpl/nm-setting.sgml b/docs/libnm-util/tmpl/nm-setting.sgml index a5198c10..2067408a 100644 --- a/docs/libnm-util/tmpl/nm-setting.sgml +++ b/docs/libnm-util/tmpl/nm-setting.sgml @@ -9,11 +9,13 @@ NMSetting + + diff --git a/docs/libnm-util/tmpl/nm-utils-enum-types.sgml b/docs/libnm-util/tmpl/nm-utils-enum-types.sgml index 5171db34..82025822 100644 --- a/docs/libnm-util/tmpl/nm-utils-enum-types.sgml +++ b/docs/libnm-util/tmpl/nm-utils-enum-types.sgml @@ -9,11 +9,13 @@ nm-utils-enum-types + + diff --git a/docs/libnm-util/tmpl/nm-utils.sgml b/docs/libnm-util/tmpl/nm-utils.sgml index c2bf6f99..acb59fe9 100644 --- a/docs/libnm-util/tmpl/nm-utils.sgml +++ b/docs/libnm-util/tmpl/nm-utils.sgml @@ -9,11 +9,13 @@ nm-utils + + diff --git a/docs/libnm-util/version.xml b/docs/libnm-util/version.xml index 1517c785..68f4aad3 100644 --- a/docs/libnm-util/version.xml +++ b/docs/libnm-util/version.xml @@ -1 +1 @@ -0.9.7.997 +0.9.8.0 -- cgit 1.3.0-6-gf8a5