From 494f296a3baab08522617b24b1f126d8f9a17502 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 20 Jan 2016 16:26:51 +0100 Subject: Imported Upstream version 1.1.90 --- docs/libnm-glib/html/NMAccessPoint.html | 8 +- docs/libnm-glib/html/NMClient.html | 280 ++++++++++++++++----- docs/libnm-glib/html/NMDevice.html | 191 ++++++++++---- docs/libnm-glib/html/NMDeviceWimax.html | 130 ++++++++-- docs/libnm-glib/html/api-index-full.html | 119 +++++++++ docs/libnm-glib/html/index.html | 2 +- docs/libnm-glib/html/index.sgml | 29 +++ .../html/libnm-glib-NMVpnPluginUiWidget.html | 200 +++++++++++++++ docs/libnm-glib/html/libnm-glib.devhelp2 | 53 +++- 9 files changed, 865 insertions(+), 147 deletions(-) (limited to 'docs/libnm-glib/html') diff --git a/docs/libnm-glib/html/NMAccessPoint.html b/docs/libnm-glib/html/NMAccessPoint.html index b6e6a378..a178775a 100644 --- a/docs/libnm-glib/html/NMAccessPoint.html +++ b/docs/libnm-glib/html/NMAccessPoint.html @@ -121,7 +121,7 @@ -gint32 +gint nm_access_point_get_last_seen () @@ -564,7 +564,7 @@ nm_access_point_get_strength (

nm_access_point_get_last_seen ()

-
gint32
+
gint
 nm_access_point_get_last_seen (NMAccessPoint *ap);

Returns the timestamp (in CLOCK_BOOTTIME seconds) for the last time the access point was found in scan results. A value of -1 means the access @@ -588,7 +588,7 @@ point has not been found in a scan.

Returns

the last seen time in seconds

-

Since: 1.0.6

+

Since: 1.2


@@ -825,7 +825,7 @@ access point has not been found in a scan.

Flags: Read

Allowed values: >= -1

Default value: -1

-

Since: 1.0.6

+

Since: 1.2


diff --git a/docs/libnm-glib/html/NMClient.html b/docs/libnm-glib/html/NMClient.html index 1f0d4ae2..865c607a 100644 --- a/docs/libnm-glib/html/NMClient.html +++ b/docs/libnm-glib/html/NMClient.html @@ -82,6 +82,13 @@ +const GPtrArray * + + +nm_client_get_all_devices () + + + NMDevice * @@ -368,6 +375,12 @@ Read + +NMObjectArray * +all-devices +Read + + guint connectivity Read @@ -454,6 +467,16 @@ void +any-device-added +Run First + + +void +any-device-removed +Run First + + +void device-added Run First @@ -543,6 +566,10 @@ NM_CLIENT_DEVICES +#define +NM_CLIENT_ALL_DEVICES + + enum NMClientPermission @@ -713,13 +740,50 @@ containing all the NMDevices
+

nm_client_get_all_devices ()

+
const GPtrArray *
+nm_client_get_all_devices (NMClient *client);
+

Gets both real devices and device placeholders (eg, software devices which +do not currently exist, but could be created automatically by NetworkManager +if one of their NMDevice::ActivatableConnections was activated). Use +nm_device_is_real() to determine whether each device is a real device or +a placeholder.

+

Use nm_device_get_type() or the NM_IS_DEVICE_XXXX() functions to determine +what kind of device each member of the returned array is, and then you may +use device-specific methods such as nm_device_ethernet_get_hw_address().

+
+

Parameters

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

client

a NMClient

 
+
+
+

Returns

+

a GPtrArray +containing all the NMDevices. The returned array is owned by the +NMClient object and should not be modified.

+

[transfer none][element-type NMDevice]

+
+

Since: 1.2

+
+
+

nm_client_get_device_by_path ()

NMDevice *
 nm_client_get_device_by_path (NMClient *client,
                               const char *object_path);

Gets a NMDevice from a NMClient.

-

Parameters

+

Parameters

@@ -741,7 +805,7 @@ nm_client_get_device_by_path ( -

Returns

+

Returns

the NMDevice for the given object_path or NULL if none is found.

[transfer none]

@@ -755,7 +819,7 @@ nm_client_get_device_by_iface (const char *iface);

Gets a NMDevice from a NMClient.

-

Parameters

+

Parameters

@@ -777,7 +841,7 @@ nm_client_get_device_by_iface (
-

Returns

+

Returns

the NMDevice for the given iface or NULL if none is found.

[transfer none]

@@ -820,7 +884,7 @@ the new connection, not when it finishes. You can used the returned NMActiveConnection object (in particular, “state”) to track the activation to its completion.

-

Parameters

+

Parameters

@@ -898,7 +962,7 @@ the new connection, not when it finishes. You can used the returned NMActiveConnection object (in particular, “state”) to track the activation to its completion.

-

Parameters

+

Parameters

@@ -959,7 +1023,7 @@ nm_client_deactivate_connection (NMActiveConnection *active);

Deactivates an active NMActiveConnection.

-

Parameters

+

Parameters

@@ -988,7 +1052,7 @@ nm_client_deactivate_connection (NMClient *client);

Whether networking is enabled or disabled.

-

Parameters

+

Parameters

@@ -1003,7 +1067,7 @@ nm_client_networking_get_enabled (
-

Returns

+

Returns

TRUE if networking is enabled, FALSE if networking is disabled

@@ -1017,7 +1081,7 @@ nm_client_networking_set_enabled (
-

Parameters

+

Parameters

@@ -1046,7 +1110,7 @@ all controlled interfaces are available for activation.

nm_client_wireless_get_enabled (NMClient *client);

Determines whether the wireless is enabled.

-

Parameters

+

Parameters

@@ -1061,7 +1125,7 @@ nm_client_wireless_get_enabled (
-

Returns

+

Returns

TRUE if wireless is enabled

@@ -1073,7 +1137,7 @@ nm_client_wireless_set_enabled (gboolean enabled);

Enables or disables wireless devices.

-

Parameters

+

Parameters

@@ -1103,7 +1167,7 @@ nm_client_wireless_hardware_get_enabled (NMClient *client);

Determines whether the wireless hardware is enabled.

-

Parameters

+

Parameters

@@ -1118,7 +1182,7 @@ nm_client_wireless_hardware_get_enabled
-

Returns

+

Returns

TRUE if the wireless hardware is enabled

@@ -1129,7 +1193,7 @@ nm_client_wireless_hardware_get_enabled nm_client_wwan_get_enabled (NMClient *client);

Determines whether WWAN is enabled.

-

Parameters

+

Parameters

@@ -1144,7 +1208,7 @@ nm_client_wwan_get_enabled ( -

Returns

+

Returns

TRUE if WWAN is enabled

@@ -1156,7 +1220,7 @@ nm_client_wwan_set_enabled (gboolean enabled);

Enables or disables WWAN devices.

-

Parameters

+

Parameters

@@ -1185,7 +1249,7 @@ nm_client_wwan_set_enabled (NMClient *client);

Determines whether the WWAN hardware is enabled.

-

Parameters

+

Parameters

@@ -1200,7 +1264,7 @@ nm_client_wwan_hardware_get_enabled (
-

Returns

+

Returns

TRUE if the WWAN hardware is enabled

@@ -1211,7 +1275,7 @@ nm_client_wwan_hardware_get_enabled (NMClient *client);

Determines whether WiMAX is enabled.

-

Parameters

+

Parameters

@@ -1226,7 +1290,7 @@ nm_client_wimax_get_enabled ( -

Returns

+

Returns

TRUE if WiMAX is enabled

@@ -1238,7 +1302,7 @@ nm_client_wimax_set_enabled (gboolean enabled);

Enables or disables WiMAX devices.

-

Parameters

+

Parameters

@@ -1267,7 +1331,7 @@ nm_client_wimax_set_enabled (NMClient *client);

Determines whether the WiMAX hardware is enabled.

-

Parameters

+

Parameters

@@ -1282,7 +1346,7 @@ nm_client_wimax_hardware_get_enabled ( -

Returns

+

Returns

TRUE if the WiMAX hardware is enabled

@@ -1293,7 +1357,7 @@ nm_client_wimax_hardware_get_enabled (NMClient *client);

Gets NetworkManager version.

-

Parameters

+

Parameters

@@ -1308,7 +1372,7 @@ nm_client_get_version ( -

Returns

+

Returns

string with the version

@@ -1319,7 +1383,7 @@ nm_client_get_version (NMClient *client);

Gets the current daemon state.

-

Parameters

+

Parameters

@@ -1334,7 +1398,7 @@ nm_client_get_state ( -

Returns

+

Returns

the current NMState

@@ -1346,7 +1410,7 @@ nm_client_get_startup ( -

Parameters

+

Parameters

@@ -1361,7 +1425,7 @@ connections at startup.

-

Returns

+

Returns

whether the daemon is still starting up

Since: 0.9.10

@@ -1373,7 +1437,7 @@ connections at startup.

nm_client_get_manager_running (NMClient *client);

Determines whether the daemon is running.

-

Parameters

+

Parameters

@@ -1388,7 +1452,7 @@ nm_client_get_manager_running (
-

Returns

+

Returns

TRUE if the daemon is running

@@ -1399,7 +1463,7 @@ nm_client_get_manager_running (NMClient *client);

Gets the active connections.

-

Parameters

+

Parameters

@@ -1414,7 +1478,7 @@ nm_client_get_active_connections (
-

Returns

+

Returns

a GPtrArray containing all the active NMActiveConnections. The returned array is owned by the client and should not be modified.

@@ -1429,7 +1493,7 @@ nm_client_sleep (gboolean sleep_);

Deprecated; use nm_client_networking_set_enabled() instead.

-

Parameters

+

Parameters

@@ -1460,7 +1524,7 @@ nm_client_get_permission_result (Requests the result of a specific permission, which indicates whether the client can or cannot perform the action the permission represents

-

Parameters

+

Parameters

@@ -1482,7 +1546,7 @@ client can or cannot perform the action the permission represents

-

Returns

+

Returns

the permission's result, one of NMClientPermissionResult

@@ -1496,7 +1560,7 @@ nm_client_get_logging (GError **error);

Gets NetworkManager current logging level and domains.

-

Parameters

+

Parameters

@@ -1529,7 +1593,7 @@ a list of domains separated by ",".

-

Returns

+

Returns

TRUE on success, FALSE otherwise

Since: 0.9.8

@@ -1544,7 +1608,7 @@ nm_client_set_logging (GError **error);

Sets NetworkManager logging level and/or domains.

-

Parameters

+

Parameters

@@ -1577,7 +1641,7 @@ domains separated by ",". (NULL or an empty string
-

Returns

+

Returns

TRUE on success, FALSE otherwise

Since: 0.9.8

@@ -1592,7 +1656,7 @@ nm_client_get_connectivity (nm_client_check_connectivity_async(), which re-check the connectivity state first before returning any information.

-

Parameters

+

Parameters

@@ -1607,7 +1671,7 @@ connectivity state first before returning any information.

-

Returns

+

Returns

the current connectivity state

Since: 0.9.8.6

@@ -1625,7 +1689,7 @@ the most recent known state without re-checking.

This is a blocking call; use nm_client_check_connectivity_async() if you do not want to block.

-

Parameters

+

Parameters

@@ -1652,7 +1716,7 @@ if you do not want to block.

-

Returns

+

Returns

the (new) current connectivity state

Since: 0.9.8.6

@@ -1671,7 +1735,7 @@ nm_client_check_connectivity_async (nm_client_check_connectivity(), which blocks.

-

Parameters

+

Parameters

@@ -1715,7 +1779,7 @@ nm_client_check_connectivity_finish (Retrieves the result of an nm_client_check_connectivity_async() call.

-

Parameters

+

Parameters

@@ -1742,7 +1806,7 @@ call.

-

Returns

+

Returns

the (new) current connectivity state

Since: 0.9.8.6

@@ -1762,7 +1826,7 @@ route to the VPN endpoint.

If there is no default route, or the default route is over a non-NetworkManager-recognized device, this will return NULL.

-

Parameters

+

Parameters

@@ -1777,7 +1841,7 @@ non-NetworkManager-recognized device, this will return NUL
-

Returns

+

Returns

the appropriate NMActiveConnection, if any.

[transfer none]

@@ -1793,7 +1857,7 @@ nm_client_get_activating_connection (“primary-connection” upon successful activation.

-

Parameters

+

Parameters

@@ -1808,7 +1872,7 @@ currently-activating connection that is expected to become the new
-

Returns

+

Returns

the appropriate NMActiveConnection, if any.

[transfer none]

@@ -1915,11 +1979,17 @@ any.


+

NM_CLIENT_ALL_DEVICES

+
#define NM_CLIENT_ALL_DEVICES "all-devices"
+
+
+
+

enum NMClientPermission

NMClientPermission values indicate various permissions that NetworkManager clients can obtain to perform certain tasks on behalf of the current user.

-

Members

+

Members

@@ -2039,7 +2109,7 @@ clients can obtain to perform certain tasks on behalf of the current user.

NMClientPermissionResult values indicate what authorizations and permissions the user requires to obtain a given NMClientPermission

-

Members

+

Members

@@ -2086,7 +2156,7 @@ the user requires to obtain a given

enum NMClientError

Describes errors that may result from operations involving a NMClient.

-

Members

+

Members

@@ -2140,6 +2210,14 @@ Type: GLib.PtrArray


+

The “all-devices” property

+
  “all-devices”              NMObjectArray *
+

List of both real devices and device placeholders.

+

Flags: Read

+

Since: 1.2

+
+
+

The “connectivity” property

  “connectivity”             guint

The network connectivity state.

@@ -2152,7 +2230,7 @@ Type: GLib.PtrArray

The “devices” property

  “devices”                  NMObjectArray *
-

List of known network devices.

+

List of real network devices. Does not include placeholder devices.

Flags: Read

Since: 0.9.10

@@ -2259,12 +2337,13 @@ see

Signal Details

-

The “device-added” signal

+

The “any-device-added” signal

void
 user_function (NMClient *client,
                GObject  *device,
                gpointer  user_data)
-

Notifies that a NMDevice is added.

+

Notifies that a NMDevice is added. This signal is emitted for both +regular devices and placeholder devices.

Parameters

@@ -2296,12 +2375,13 @@ user_function (
-

The “device-removed” signal

+

The “any-device-removed” signal

void
 user_function (NMClient *client,
                GObject  *device,
                gpointer  user_data)
-

Notifies that a NMDevice is removed.

+

Notifies that a NMDevice is removed. This signal is emitted for both +regular devices and placeholder devices.

Parameters

@@ -2333,6 +2413,82 @@ user_function (
+

The “device-added” signal

+
void
+user_function (NMClient *client,
+               GObject  *device,
+               gpointer  user_data)
+

Notifies that a NMDevice is added. This signal is not emitted for +placeholder devices.

+
+

Parameters

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

client

the client that received the signal

 

device

the new device.

[type NMDevice]

user_data

user data set when the signal handler was connected.

 
+
+

Flags: Run First

+
+
+
+

The “device-removed” signal

+
void
+user_function (NMClient *client,
+               GObject  *device,
+               gpointer  user_data)
+

Notifies that a NMDevice is removed. This signal is not emitted for +placeholder devices.

+
+

Parameters

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

client

the client that received the signal

 

device

the removed device.

[type NMDevice]

user_data

user data set when the signal handler was connected.

 
+
+

Flags: Run First

+
+
+

The “permission-changed” signal

void
 user_function (NMClient *client,
@@ -2341,7 +2497,7 @@ user_function (gpointer  user_data)

Notifies that a permission has changed

-

Parameters

+

Parameters

diff --git a/docs/libnm-glib/html/NMDevice.html b/docs/libnm-glib/html/NMDevice.html index 79f87a5d..7506b557 100644 --- a/docs/libnm-glib/html/NMDevice.html +++ b/docs/libnm-glib/html/NMDevice.html @@ -140,6 +140,14 @@ + + + + + + + + + + + + + @@ -551,6 +572,10 @@ + + + + @@ -986,12 +1011,43 @@ nm_device_get_managed ( +

nm_device_set_managed ()

+
void
+nm_device_set_managed (NMDevice *device,
+                       gboolean managed);
+

Enables or disables management of NMDevice by NetworkManager.

+
+

Parameters

+
+void + +nm_device_set_managed () +
gboolean @@ -249,6 +257,14 @@
+gboolean + +nm_device_is_real () +
const char * @@ -462,6 +478,11 @@ Read
gbooleanrealRead
guint state Read
#defineNM_DEVICE_REAL
#define NM_DEVICE_MANAGED
+++++ + + + + + + + + + + + + +

device

a NMDevice

 

managed

TRUE to make the device managed by NetworkManager.

 
+
+

Since: 1.2

+
+
+

nm_device_get_autoconnect ()

gboolean
 nm_device_get_autoconnect (NMDevice *device);

Whether the NMDevice can be autoconnected.

-

Parameters

+

Parameters

@@ -1006,7 +1062,7 @@ nm_device_get_autoconnect ( -

Returns

+

Returns

TRUE if the device is allowed to be autoconnected

@@ -1018,7 +1074,7 @@ nm_device_set_autoconnect (gboolean autoconnect);

Enables or disables automatic activation of the NMDevice.

-

Parameters

+

Parameters

@@ -1048,7 +1104,7 @@ nm_device_get_firmware_missing (Indicates that firmware required for the device's operation is likely to be missing.

-

Parameters

+

Parameters

@@ -1063,7 +1119,7 @@ to be missing.

-

Returns

+

Returns

TRUE if firmware required for the device's operation is likely to be missing.

@@ -1078,7 +1134,7 @@ nm_device_get_ip4_config (nm_active_connection_get_ip4_config(), which also works with VPN connections.

-

Parameters

+

Parameters

@@ -1093,7 +1149,7 @@ connections.

-

Returns

+

Returns

the NMIP4Config or NULL if the device is not activated.

[transfer none]

@@ -1108,7 +1164,7 @@ nm_device_get_dhcp4_config (nm_active_connection_get_dhcp4_config(), which also works with VPN connections.

-

Parameters

+

Parameters

@@ -1123,7 +1179,7 @@ connections.

-

Returns

+

Returns

the NMDHCP4Config or NULL if the device is not activated or not using DHCP.

[transfer none]

@@ -1139,7 +1195,7 @@ nm_device_get_ip6_config (nm_active_connection_get_ip6_config(), which also works with VPN connections.

-

Parameters

+

Parameters

@@ -1154,7 +1210,7 @@ connections.

-

Returns

+

Returns

the NMIP6Config or NULL if the device is not activated.

[transfer none]

@@ -1169,7 +1225,7 @@ nm_device_get_dhcp6_config (nm_active_connection_get_dhcp6_config(), which also works with VPN connections.

-

Parameters

+

Parameters

@@ -1184,7 +1240,7 @@ connections.

-

Returns

+

Returns

the NMDHCP6Config or NULL if the device is not activated or not using DHCP.

[transfer none]

@@ -1197,7 +1253,7 @@ using DHCP.

nm_device_get_state (NMDevice *device);

Gets the current NMDevice state.

-

Parameters

+

Parameters

@@ -1212,7 +1268,7 @@ nm_device_get_state ( -

Returns

+

Returns

the current device state

@@ -1226,7 +1282,7 @@ nm_device_get_state_reason (reason argument).

-

Parameters

+

Parameters

@@ -1248,7 +1304,7 @@ the state (reason
-

Returns

+

Returns

the current device state

@@ -1259,7 +1315,7 @@ the state (reason nm_device_get_active_connection (NMDevice *device);

Gets the NMActiveConnection object which owns this device during activation.

-

Parameters

+

Parameters

@@ -1274,7 +1330,7 @@ nm_device_get_active_connection (
-

Returns

+

Returns

the NMActiveConnection or NULL if the device is not part of an active connection.

[transfer none]

@@ -1289,7 +1345,7 @@ nm_device_get_available_connections (device .

-

Parameters

+

Parameters

@@ -1304,7 +1360,7 @@ be activated on device
-

Returns

+

Returns

the GPtrArray containing NMRemoteConnections. This is the internal copy used by the connection, and must not be modified.

@@ -1322,7 +1378,7 @@ 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.)

-

Parameters

+

Parameters

@@ -1337,7 +1393,7 @@ ports on a single physical port. (Eg, NPAR / SR-IOV.)

-

Returns

+

Returns

the physical port ID of the device, or NULL if the port ID is unknown. This is the internal string used by the device and must not be modified.

@@ -1351,7 +1407,7 @@ must not be modified.

nm_device_get_mtu (NMDevice *device);

Gets the MTU of the NMDevice.

-

Parameters

+

Parameters

@@ -1366,7 +1422,7 @@ nm_device_get_mtu ( -

Returns

+

Returns

the MTU of the device.

Since: 0.9.10

@@ -1378,7 +1434,7 @@ nm_device_get_mtu (NMDevice *device);

Whether the device is a software device.

-

Parameters

+

Parameters

@@ -1393,7 +1449,7 @@ nm_device_is_software ( -

Returns

+

Returns

TRUE if device is a software device, FALSE if it is a hardware device.

@@ -1401,12 +1457,40 @@ is a software device, FALSE if it is a hardware dev
+

nm_device_is_real ()

+
gboolean
+nm_device_is_real (NMDevice *device);
+
+

Parameters

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

device

a NMDevice

 
+
+
+

Returns

+

TRUE if the device exists, or FALSE if it is a placeholder device +that could be automatically created by NetworkManager if one of its +“available-connections” was activated.

+
+

Since: 1.2

+
+
+

nm_device_get_product ()

const char *
 nm_device_get_product (NMDevice *device);

Gets the product string of the NMDevice.

-

Parameters

+

Parameters

@@ -1421,7 +1505,7 @@ nm_device_get_product ( -

Returns

+

Returns

the product name of the device. This is the internal string used by the device, and must not be modified.

@@ -1433,7 +1517,7 @@ device, and must not be modified.

nm_device_get_vendor (NMDevice *device);

Gets the vendor string of the NMDevice.

-

Parameters

+

Parameters

@@ -1448,7 +1532,7 @@ nm_device_get_vendor ( -

Returns

+

Returns

the vendor name of the device. This is the internal string used by the device, and must not be modified.

@@ -1461,7 +1545,7 @@ nm_device_get_description (device , based on its vendor and product names.

-

Parameters

+

Parameters

@@ -1476,7 +1560,7 @@ nm_device_get_description ( -

Returns

+

Returns

a description of device . If either the vendor or the product name is unknown, this returns the interface name.

@@ -1493,7 +1577,7 @@ nm_device_disambiguate_names (devices .

-

Parameters

+

Parameters

@@ -1516,7 +1600,7 @@ devices in devices
-

Returns

+

Returns

the device names.

[transfer full][array zero-terminated=1]

@@ -1541,7 +1625,7 @@ nm_device_disconnect ( -

Parameters

+

Parameters

@@ -1579,7 +1663,7 @@ nm_device_delete (gpointer user_data);

Deletes the software device. Hardware devices can't be deleted.

-

Parameters

+

Parameters

@@ -1626,7 +1710,7 @@ Ethernet, Bluetooth, Wi-Fi WPA connections, or any other connection that is incompatible with the device. To get the full list of connections see nm_remote_settings_list_connections().

-

Parameters

+

Parameters

@@ -1648,7 +1732,7 @@ incompatible with the device. To get the full list of connections see
-

Returns

+

Returns

a list of NMConnection objects that could be activated with the given device . @@ -1673,7 +1757,7 @@ network, and will not be valid if it describes a WPA network, or if it is an Ethernet, Bluetooth, WWAN, etc connection that is incompatible with the device.

-

Parameters

+

Parameters

@@ -1697,7 +1781,7 @@ against

-

Returns

+

Returns

TRUE if the connection may be activated with this device, FALSE if is incompatible with the device's capabilities and characteristics.

@@ -1721,7 +1805,7 @@ device.

compatibility of the given device and connection. But, in addition, it sets GError when FALSE is returned.

-

Parameters

+

Parameters

@@ -1750,7 +1834,7 @@ against

-

Returns

+

Returns

TRUE if the connection may be activated with this device, FALSE if is incompatible with the device's capabilities and characteristics.

@@ -1764,7 +1848,7 @@ nm_device_get_setting_type (device .

-

Parameters

+

Parameters

@@ -1779,7 +1863,7 @@ that can be used on device
-

Returns

+

Returns

device 's associated NMSetting type

@@ -1883,6 +1967,12 @@ that can be used on device

+

NM_DEVICE_REAL

+
#define NM_DEVICE_REAL "real"
+
+
+
+

NM_DEVICE_MANAGED

#define NM_DEVICE_MANAGED "managed"
 
@@ -2127,6 +2217,17 @@ operations like addressing and routing.


+

The “real” property

+
  “real”                     gboolean
+

Whether the device is real or is a placeholder device that could +be created automatically by NetworkManager if one of its +“available-connections” was activated.

+

Flags: Read

+

Default value: FALSE

+

Since: 1.2

+
+
+

The “state” property

  “state”                    guint

The state of the device.

diff --git a/docs/libnm-glib/html/NMDeviceWimax.html b/docs/libnm-glib/html/NMDeviceWimax.html index 3ec917bc..93148ed9 100644 --- a/docs/libnm-glib/html/NMDeviceWimax.html +++ b/docs/libnm-glib/html/NMDeviceWimax.html @@ -276,9 +276,13 @@

nm_device_wimax_error_quark ()

GQuark
 nm_device_wimax_error_quark (void);
+
+

nm_device_wimax_error_quark has been deprecated since version 1.2 and should not be used in newly-written code.

+

WiMAX is no longer supported.

+

Registers an error quark for NMDeviceWimax if necessary.

-

Returns

+

Returns

the error quark used for NMDeviceWimax errors.

@@ -288,9 +292,13 @@ nm_device_wimax_error_quark (void
GObject *
 nm_device_wimax_new (DBusGConnection *connection,
                      const char *path);
+
+

nm_device_wimax_new has been deprecated since version 1.2 and should not be used in newly-written code.

+

WiMAX is no longer supported.

+

Creates a new NMDeviceWimax.

-

Parameters

+

Parameters

@@ -312,7 +320,7 @@ nm_device_wimax_new ( -

Returns

+

Returns

a new WiMAX device.

[transfer full]

@@ -322,9 +330,13 @@ nm_device_wimax_new (

nm_device_wimax_get_hw_address ()

const char *
 nm_device_wimax_get_hw_address (NMDeviceWimax *wimax);
+
+

nm_device_wimax_get_hw_address has been deprecated since version 1.2 and should not be used in newly-written code.

+

WiMAX is no longer supported.

+

Gets the hardware (MAC) address of the NMDeviceWimax

-

Parameters

+

Parameters

@@ -339,7 +351,7 @@ nm_device_wimax_get_hw_address (
-

Returns

+

Returns

the hardware address. This is the internal string used by the device, and must not be modified.

@@ -349,9 +361,13 @@ device, and must not be modified.

nm_device_wimax_get_active_nsp ()

NMWimaxNsp *
 nm_device_wimax_get_active_nsp (NMDeviceWimax *wimax);
+
+

nm_device_wimax_get_active_nsp has been deprecated since version 1.2 and should not be used in newly-written code.

+

WiMAX is no longer supported.

+

Gets the active NMWimaxNsp.

-

Parameters

+

Parameters

@@ -366,7 +382,7 @@ nm_device_wimax_get_active_nsp (
-

Returns

+

Returns

the access point or NULL if none is active.

[transfer full]

@@ -377,9 +393,13 @@ nm_device_wimax_get_active_nsp (NMWimaxNsp * nm_device_wimax_get_nsp_by_path (NMDeviceWimax *wimax, const char *path); +
+

nm_device_wimax_get_nsp_by_path has been deprecated since version 1.2 and should not be used in newly-written code.

+

WiMAX is no longer supported.

+

Gets a NMWimaxNsp by path.

-

Parameters

+

Parameters

@@ -401,7 +421,7 @@ nm_device_wimax_get_nsp_by_path (
-

Returns

+

Returns

the access point or NULL if none is found.

[transfer none]

@@ -411,9 +431,13 @@ nm_device_wimax_get_nsp_by_path (

nm_device_wimax_get_nsps ()

const GPtrArray *
 nm_device_wimax_get_nsps (NMDeviceWimax *wimax);
+
+

nm_device_wimax_get_nsps has been deprecated since version 1.2 and should not be used in newly-written code.

+

WiMAX is no longer supported.

+

Gets all the scanned NSPs of the NMDeviceWimax.

-

Parameters

+

Parameters

@@ -428,7 +452,7 @@ nm_device_wimax_get_nsps ( -

Returns

+

Returns

a GPtrArray containing all the scanned NMWimaxNsps. The returned array is owned by the client and should not be modified.

@@ -440,11 +464,15 @@ The returned array is owned by the client and should not be modified.

nm_device_wimax_get_center_frequency ()

guint
 nm_device_wimax_get_center_frequency (NMDeviceWimax *self);
+
+

nm_device_wimax_get_center_frequency has been deprecated since version 1.2 and should not be used in newly-written code.

+

WiMAX is no longer supported.

+

Gets the 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.

-

Parameters

+

Parameters

@@ -459,7 +487,7 @@ device is not connected.

-

Returns

+

Returns

the center frequency in KHz, or 0

@@ -468,12 +496,16 @@ device is not connected.

nm_device_wimax_get_rssi ()

gint
 nm_device_wimax_get_rssi (NMDeviceWimax *self);
+
+

nm_device_wimax_get_rssi has been deprecated since version 1.2 and should not be used in newly-written code.

+

WiMAX is no longer supported.

+

Gets the RSSI 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 device is not connected.

-

Parameters

+

Parameters

@@ -488,7 +520,7 @@ device is not connected.

-

Returns

+

Returns

the RSSI in dBm, or 0

@@ -497,11 +529,15 @@ device is not connected.

nm_device_wimax_get_cinr ()

gint
 nm_device_wimax_get_cinr (NMDeviceWimax *self);
+
+

nm_device_wimax_get_cinr has been deprecated since version 1.2 and should not be used in newly-written code.

+

WiMAX is no longer supported.

+

Gets the CINR (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.

-

Parameters

+

Parameters

@@ -516,7 +552,7 @@ meaning when the device is not connected.

-

Returns

+

Returns

the CINR in dB, or 0

@@ -525,11 +561,15 @@ meaning when the device is not connected.

nm_device_wimax_get_tx_power ()

gint
 nm_device_wimax_get_tx_power (NMDeviceWimax *self);
+
+

nm_device_wimax_get_tx_power has been deprecated since version 1.2 and should not be used in newly-written code.

+

WiMAX is no longer supported.

+

Average 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.

-

Parameters

+

Parameters

@@ -544,7 +584,7 @@ nm_device_wimax_get_tx_power ( -

Returns

+

Returns

the TX power in dBm, or 0

@@ -553,9 +593,13 @@ nm_device_wimax_get_tx_power (

nm_device_wimax_get_bsid ()

const char *
 nm_device_wimax_get_bsid (NMDeviceWimax *self);
+
+

nm_device_wimax_get_bsid has been deprecated since version 1.2 and should not be used in newly-written code.

+

WiMAX is no longer supported.

+

Gets the ID of the serving Base Station when the device is connected.

-

Parameters

+

Parameters

@@ -570,7 +614,7 @@ nm_device_wimax_get_bsid ( -

Returns

+

Returns

the ID of the serving Base Station, or NULL

@@ -688,6 +732,10 @@ nm_device_wimax_get_bsid (

The “active-nsp” property

  “active-nsp”               NMWimaxNsp *

The active NMWimaxNsp of the device.

+
+

NMDeviceWimax:active-nsp has been deprecated since version 1.2 and should not be used in newly-written code.

+

WiMAX is no longer supported.

+

Flags: Read


@@ -696,6 +744,10 @@ nm_device_wimax_get_bsid ( “bsid” gchar *

The ID of the serving base station as received from the network. Has no meaning when the device is not connected.

+
+

NMDeviceWimax:bsid has been deprecated since version 1.2 and should not be used in newly-written code.

+

WiMAX is no longer supported.

+

Flags: Read

Default value: NULL

@@ -706,6 +758,10 @@ no meaning when the device is not connected.

The 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.

+
+

NMDeviceWimax:center-frequency has been deprecated since version 1.2 and should not be used in newly-written code.

+

WiMAX is no longer supported.

+

Flags: Read

Default value: 0

@@ -716,6 +772,10 @@ device is not connected.

CINR (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.

+
+

NMDeviceWimax:cinr has been deprecated since version 1.2 and should not be used in newly-written code.

+

WiMAX is no longer supported.

+

Flags: Read

Default value: 0

@@ -724,6 +784,10 @@ meaning when the device is not connected.

The “hw-address” property

  “hw-address”               gchar *

The hardware (MAC) address of the device.

+
+

NMDeviceWimax:hw-address has been deprecated since version 1.2 and should not be used in newly-written code.

+

WiMAX is no longer supported.

+

Flags: Read

Default value: NULL

@@ -732,6 +796,10 @@ meaning when the device is not connected.

The “nsps” property

  “nsps”                     NMObjectArray *

List of all WiMAX Network Service Providers the device can see.

+
+

NMDeviceWimax:nsps has been deprecated since version 1.2 and should not be used in newly-written code.

+

WiMAX is no longer supported.

+

Flags: Read

Since: 0.9.10

@@ -743,6 +811,10 @@ meaning when the device is not connected.

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 device is not connected.

+
+

NMDeviceWimax:rssi has been deprecated since version 1.2 and should not be used in newly-written code.

+

WiMAX is no longer supported.

+

Flags: Read

Default value: 0

@@ -753,6 +825,10 @@ device is not connected.

Average 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.

+
+

NMDeviceWimax:tx-power has been deprecated since version 1.2 and should not be used in newly-written code.

+

WiMAX is no longer supported.

+

Flags: Read

Default value: 0

@@ -766,8 +842,12 @@ user_function (< GObject *nsp, gpointer user_data)

Notifies that a NMWimaxNsp is added to the wimax device.

+
+

NMDeviceWimax::nsp-added has been deprecated since version 1.2 and should not be used in newly-written code.

+

WiMAX is no longer supported.

+
-

Parameters

+

Parameters

@@ -803,8 +883,12 @@ user_function (< GObject *nsp, gpointer user_data)

Notifies that a NMWimaxNsp is removed from the wimax device.

+
+

NMDeviceWimax::nsp-removed has been deprecated since version 1.2 and should not be used in newly-written code.

+

WiMAX is no longer supported.

+
-

Parameters

+

Parameters

diff --git a/docs/libnm-glib/html/api-index-full.html b/docs/libnm-glib/html/api-index-full.html index e11ae148..edb606f8 100644 --- a/docs/libnm-glib/html/api-index-full.html +++ b/docs/libnm-glib/html/api-index-full.html @@ -19,6 +19,8 @@  |  D  |  + G +  |  I  |  O @@ -369,6 +371,14 @@

C

+NMClient::any-device-added, object signal in NMClient +
+
+
+NMClient::any-device-removed, object signal in NMClient +
+
+
NMClient::device-added, object signal in NMClient
@@ -389,6 +399,10 @@
+NMClient:all-devices, object property in NMClient +
+
+
NMClient:connectivity, object property in NMClient
@@ -481,6 +495,10 @@
+NM_CLIENT_ALL_DEVICES, macro in NMClient +
+
+
nm_client_check_connectivity, function in NMClient
@@ -521,6 +539,10 @@
+nm_client_get_all_devices, function in NMClient +
+
+
nm_client_get_connectivity, function in NMClient
@@ -758,6 +780,10 @@
+NMDevice:real, object property in NMDevice +
+
+
NMDevice:state, object property in NMDevice
@@ -1462,6 +1488,10 @@
+nm_device_is_real, function in NMDevice +
+
+
nm_device_is_software, function in NMDevice
@@ -1546,10 +1576,18 @@
+NM_DEVICE_REAL, macro in NMDevice +
+
+
nm_device_set_autoconnect, function in NMDevice
+nm_device_set_managed, function in NMDevice +
+
+
NM_DEVICE_STATE, macro in NMDevice
@@ -1841,6 +1879,15 @@ NM_DHCP6_CONFIG_OPTIONS, macro in NMDHCP6Config
+

G

+
+get_editor, macro in NMVpnPluginUiWidget +
+
+
+get_suggested_filename, macro in NMVpnPluginUiWidget +
+

I

NMIP4Config:addresses, object property in NMIP4Config @@ -2383,6 +2430,18 @@
+NMVpnEditorInterface, macro in NMVpnPluginUiWidget +
+
+
+NMVpnEditorPluginCapability, macro in NMVpnPluginUiWidget +
+
+
+NMVpnEditorPluginInterface, macro in NMVpnPluginUiWidget +
+
+
NMVPNPluginError, enum in NMVPNPlugin
@@ -2419,6 +2478,66 @@
+nm_vpn_editor_get_widget, macro in NMVpnPluginUiWidget +
+
+
+NM_VPN_EDITOR_PLUGIN_CAPABILITY_EXPORT, macro in NMVpnPluginUiWidget +
+
+
+NM_VPN_EDITOR_PLUGIN_CAPABILITY_IMPORT, macro in NMVpnPluginUiWidget +
+
+
+NM_VPN_EDITOR_PLUGIN_CAPABILITY_IPV6, macro in NMVpnPluginUiWidget +
+
+
+NM_VPN_EDITOR_PLUGIN_CAPABILITY_NONE, macro in NMVpnPluginUiWidget +
+
+
+NM_VPN_EDITOR_PLUGIN_DESCRIPTION, macro in NMVpnPluginUiWidget +
+
+
+nm_vpn_editor_plugin_export, macro in NMVpnPluginUiWidget +
+
+
+nm_vpn_editor_plugin_factory, macro in NMVpnPluginUiWidget +
+
+
+nm_vpn_editor_plugin_get_capabilities, macro in NMVpnPluginUiWidget +
+
+
+nm_vpn_editor_plugin_get_editor, macro in NMVpnPluginUiWidget +
+
+
+nm_vpn_editor_plugin_get_suggested_filename, macro in NMVpnPluginUiWidget +
+
+
+nm_vpn_editor_plugin_import, macro in NMVpnPluginUiWidget +
+
+
+NM_VPN_EDITOR_PLUGIN_NAME, macro in NMVpnPluginUiWidget +
+
+
+NM_VPN_EDITOR_PLUGIN_SERVICE, macro in NMVpnPluginUiWidget +
+
+
+nm_vpn_editor_update_connection, macro in NMVpnPluginUiWidget +
+
+
NM_VPN_PLUGIN_DBUS_SERVICE_NAME, macro in NMVPNPlugin
diff --git a/docs/libnm-glib/html/index.html b/docs/libnm-glib/html/index.html index b81e2b44..bbb72e4b 100644 --- a/docs/libnm-glib/html/index.html +++ b/docs/libnm-glib/html/index.html @@ -15,7 +15,7 @@

- for libnm-glib 1.0.10 + for libnm-glib 1.1.90 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/index.sgml b/docs/libnm-glib/html/index.sgml index 80069edb..5d95d5cb 100644 --- a/docs/libnm-glib/html/index.sgml +++ b/docs/libnm-glib/html/index.sgml @@ -12,6 +12,7 @@ + @@ -62,6 +63,7 @@ + @@ -88,6 +90,7 @@ + @@ -103,6 +106,8 @@ + + @@ -182,6 +187,7 @@ + @@ -196,6 +202,7 @@ + @@ -221,6 +228,7 @@ + @@ -256,6 +264,7 @@ + @@ -1032,6 +1041,26 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/docs/libnm-glib/html/libnm-glib-NMVpnPluginUiWidget.html b/docs/libnm-glib/html/libnm-glib-NMVpnPluginUiWidget.html index e4630fed..a4343675 100644 --- a/docs/libnm-glib/html/libnm-glib-NMVpnPluginUiWidget.html +++ b/docs/libnm-glib/html/libnm-glib-NMVpnPluginUiWidget.html @@ -158,6 +158,86 @@ enum NMVpnPluginUiInterfaceProp + +#define +nm_vpn_editor_plugin_factory + + +#define +NMVpnEditorPluginCapability + + +#define +NM_VPN_EDITOR_PLUGIN_CAPABILITY_NONE + + +#define +NM_VPN_EDITOR_PLUGIN_CAPABILITY_IMPORT + + +#define +NM_VPN_EDITOR_PLUGIN_CAPABILITY_EXPORT + + +#define +NM_VPN_EDITOR_PLUGIN_CAPABILITY_IPV6 + + +#define +NM_VPN_EDITOR_PLUGIN_NAME + + +#define +NM_VPN_EDITOR_PLUGIN_DESCRIPTION + + +#define +NM_VPN_EDITOR_PLUGIN_SERVICE + + +#define +NMVpnEditorPluginInterface + + +#define +get_editor + + +#define +get_suggested_filename + + +#define +nm_vpn_editor_plugin_get_editor + + +#define +nm_vpn_editor_plugin_get_capabilities + + +#define +nm_vpn_editor_plugin_import + + +#define +nm_vpn_editor_plugin_export + + +#define +nm_vpn_editor_plugin_get_suggested_filename + + +#define +NMVpnEditorInterface + + +#define +nm_vpn_editor_get_widget + + +#define +nm_vpn_editor_update_connection +

@@ -364,6 +444,126 @@ plugin's VPN service daemon

+
+
+

nm_vpn_editor_plugin_factory

+
#define nm_vpn_editor_plugin_factory nm_vpn_plugin_ui_factory
+
+
+
+
+

NMVpnEditorPluginCapability

+
#define NMVpnEditorPluginCapability NMVpnPluginUiCapability
+
+
+
+
+

NM_VPN_EDITOR_PLUGIN_CAPABILITY_NONE

+
#define NM_VPN_EDITOR_PLUGIN_CAPABILITY_NONE   NM_VPN_PLUGIN_UI_CAPABILITY_NONE
+
+
+
+
+

NM_VPN_EDITOR_PLUGIN_CAPABILITY_IMPORT

+
#define NM_VPN_EDITOR_PLUGIN_CAPABILITY_IMPORT NM_VPN_PLUGIN_UI_CAPABILITY_IMPORT
+
+
+
+
+

NM_VPN_EDITOR_PLUGIN_CAPABILITY_EXPORT

+
#define NM_VPN_EDITOR_PLUGIN_CAPABILITY_EXPORT NM_VPN_PLUGIN_UI_CAPABILITY_EXPORT
+
+
+
+
+

NM_VPN_EDITOR_PLUGIN_CAPABILITY_IPV6

+
#define NM_VPN_EDITOR_PLUGIN_CAPABILITY_IPV6   NM_VPN_PLUGIN_UI_CAPABILITY_IPV6
+
+
+
+
+

NM_VPN_EDITOR_PLUGIN_NAME

+
#define NM_VPN_EDITOR_PLUGIN_NAME        NM_VPN_PLUGIN_UI_INTERFACE_NAME
+
+
+
+
+

NM_VPN_EDITOR_PLUGIN_DESCRIPTION

+
#define NM_VPN_EDITOR_PLUGIN_DESCRIPTION NM_VPN_PLUGIN_UI_INTERFACE_DESC
+
+
+
+
+

NM_VPN_EDITOR_PLUGIN_SERVICE

+
#define NM_VPN_EDITOR_PLUGIN_SERVICE     NM_VPN_PLUGIN_UI_INTERFACE_SERVICE
+
+
+
+
+

NMVpnEditorPluginInterface

+
#define NMVpnEditorPluginInterface NMVpnPluginUiInterface
+
+
+
+
+

get_editor

+
#define get_editor             ui_factory
+
+
+
+
+

get_suggested_filename

+
#define get_suggested_filename get_suggested_name
+
+
+
+
+

nm_vpn_editor_plugin_get_editor

+
#define nm_vpn_editor_plugin_get_editor nm_vpn_plugin_ui_interface_ui_factory
+
+
+
+
+

nm_vpn_editor_plugin_get_capabilities

+
#define nm_vpn_editor_plugin_get_capabilities nm_vpn_plugin_ui_interface_get_capabilities
+
+
+
+
+

nm_vpn_editor_plugin_import

+
#define nm_vpn_editor_plugin_import nm_vpn_plugin_ui_interface_import
+
+
+
+
+

nm_vpn_editor_plugin_export

+
#define nm_vpn_editor_plugin_export nm_vpn_plugin_ui_interface_export
+
+
+
+
+

nm_vpn_editor_plugin_get_suggested_filename

+
#define nm_vpn_editor_plugin_get_suggested_filename nm_vpn_plugin_ui_interface_get_suggested_name
+
+
+
+
+

NMVpnEditorInterface

+
#define NMVpnEditorInterface NMVpnPluginUiWidgetInterface
+
+
+
+
+

nm_vpn_editor_get_widget

+
#define nm_vpn_editor_get_widget nm_vpn_plugin_ui_widget_interface_get_widget
+
+
+
+
+

nm_vpn_editor_update_connection

+
#define nm_vpn_editor_update_connection nm_vpn_plugin_ui_widget_interface_update_connection
+
+