From 50a58f0fabd8a34c1b6108a107e08abe3c1ccd24 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 14 Jul 2015 19:38:58 +0200 Subject: Imported Upstream version 1.0.4 --- docs/libnm-glib/html/NMAccessPoint.html | 62 ++---- docs/libnm-glib/html/NMActiveConnection.html | 114 ++++------- docs/libnm-glib/html/NMClient.html | 221 ++++++++++++--------- docs/libnm-glib/html/NMDHCP4Config.html | 15 +- docs/libnm-glib/html/NMDHCP6Config.html | 15 +- docs/libnm-glib/html/NMDevice.html | 206 ++++++++----------- docs/libnm-glib/html/NMDeviceAdsl.html | 17 +- docs/libnm-glib/html/NMDeviceBond.html | 30 +-- docs/libnm-glib/html/NMDeviceBridge.html | 44 ++-- docs/libnm-glib/html/NMDeviceBt.html | 27 +-- docs/libnm-glib/html/NMDeviceEthernet.html | 32 +-- docs/libnm-glib/html/NMDeviceGeneric.html | 28 +-- docs/libnm-glib/html/NMDeviceInfiniband.html | 22 +- docs/libnm-glib/html/NMDeviceModem.html | 26 +-- docs/libnm-glib/html/NMDeviceOlpcMesh.html | 26 +-- docs/libnm-glib/html/NMDeviceTeam.html | 36 +--- docs/libnm-glib/html/NMDeviceVlan.html | 35 +--- docs/libnm-glib/html/NMDeviceWifi.html | 107 ++++++---- docs/libnm-glib/html/NMDeviceWimax.html | 118 +++++++---- docs/libnm-glib/html/NMIP4Config.html | 46 ++--- docs/libnm-glib/html/NMIP6Config.html | 58 +++--- docs/libnm-glib/html/NMObject.html | 56 ++++-- docs/libnm-glib/html/NMRemoteConnection.html | 87 +++++--- docs/libnm-glib/html/NMRemoteSettings.html | 53 ++--- docs/libnm-glib/html/NMSecretAgent.html | 84 +++++--- docs/libnm-glib/html/NMVPNConnection.html | 19 +- docs/libnm-glib/html/NMWimaxNsp.html | 25 +-- docs/libnm-glib/html/annotation-glossary.html | 11 +- docs/libnm-glib/html/api-index-full.html | 7 +- docs/libnm-glib/html/ch02.html | 7 +- docs/libnm-glib/html/index.html | 7 +- docs/libnm-glib/html/index.sgml | 125 ++++++++++++ docs/libnm-glib/html/libnm-glib-NMVPNPlugin.html | 51 +---- .../html/libnm-glib-NMVpnPluginUiWidget.html | 85 +------- docs/libnm-glib/html/libnm-glib-nm-types.html | 10 +- .../html/libnm-glib-nm-vpn-plugin-utils.html | 11 +- docs/libnm-glib/html/libnm-glib.devhelp2 | 124 +++++++++++- docs/libnm-glib/html/object-tree.html | 7 +- docs/libnm-glib/html/ref-overview.html | 7 +- docs/libnm-glib/html/style.css | 15 +- 40 files changed, 1012 insertions(+), 1064 deletions(-) (limited to 'docs/libnm-glib/html') diff --git a/docs/libnm-glib/html/NMAccessPoint.html b/docs/libnm-glib/html/NMAccessPoint.html index e0e5660a..9182a27a 100644 --- a/docs/libnm-glib/html/NMAccessPoint.html +++ b/docs/libnm-glib/html/NMAccessPoint.html @@ -2,13 +2,13 @@ -libnm-glib Reference Manual: NMAccessPoint +NMAccessPoint: libnm-glib Reference Manual - + @@ -270,8 +270,6 @@

Description

-

-

Functions

@@ -333,7 +331,6 @@ nm_access_point_get_flags (

Returns

the flags

-


@@ -360,7 +357,6 @@ nm_access_point_get_wpa_flags (

Returns

the WPA flags

-


@@ -388,7 +384,6 @@ point.

Returns

the RSN flags

-


@@ -416,7 +411,6 @@ nm_access_point_get_ssid (

Returns

the GByteArray containing the SSID. This is the internal copy used by the access point, and must not be modified.

-


@@ -444,7 +438,6 @@ nm_access_point_get_bssid (

Returns

the BSSID of the access point. This is an internal string and must not be modified or freed.

-


@@ -471,7 +464,6 @@ nm_access_point_get_frequency (

Returns

the frequency

-


@@ -498,7 +490,6 @@ nm_access_point_get_mode (

Returns

the mode

-


@@ -525,7 +516,6 @@ nm_access_point_get_max_bitrate (

Returns

the maximum bit rate (kbit/s)

-


@@ -552,7 +542,6 @@ nm_access_point_get_strength (

Returns

the signal strength

-


@@ -643,7 +632,6 @@ against

Returns

TRUE if the connection may be activated with this Wi-Fi AP, FALSE if it cannot be.

-


@@ -675,7 +663,6 @@ nm_access_point_get_hw_address (

Returns

the hardware address of the access point. This is the internal string used by the access point and must not be modified.

-

@@ -685,80 +672,60 @@ access point and must not be modified.

NM_ACCESS_POINT_FLAGS

#define NM_ACCESS_POINT_FLAGS       "flags"
 
-

-


NM_ACCESS_POINT_WPA_FLAGS

#define NM_ACCESS_POINT_WPA_FLAGS   "wpa-flags"
 
-

-


NM_ACCESS_POINT_RSN_FLAGS

#define NM_ACCESS_POINT_RSN_FLAGS   "rsn-flags"
 
-

-


NM_ACCESS_POINT_SSID

#define NM_ACCESS_POINT_SSID        "ssid"
 
-

-


NM_ACCESS_POINT_BSSID

#define NM_ACCESS_POINT_BSSID       "bssid"
 
-

-


NM_ACCESS_POINT_FREQUENCY

#define NM_ACCESS_POINT_FREQUENCY   "frequency"
 
-

-


NM_ACCESS_POINT_MODE

#define NM_ACCESS_POINT_MODE        "mode"
 
-

-


NM_ACCESS_POINT_MAX_BITRATE

#define NM_ACCESS_POINT_MAX_BITRATE "max-bitrate"
 
-

-


NM_ACCESS_POINT_STRENGTH

#define NM_ACCESS_POINT_STRENGTH    "strength"
 
-

-


NM_ACCESS_POINT_HW_ADDRESS

#define NM_ACCESS_POINT_HW_ADDRESS  "hw-address"
 
-

-

@@ -766,7 +733,7 @@ access point and must not be modified.

The “bssid” property

  “bssid”                    gchar *
-

+

The BSSID of the access point.

Flags: Read

Default value: NULL

@@ -774,7 +741,7 @@ access point and must not be modified.

The “flags” property

  “flags”                    guint
-

+

The flags of the access point.

Flags: Read

Allowed values: <= 1

Default value: 0

@@ -783,7 +750,7 @@ access point and must not be modified.

The “frequency” property

  “frequency”                guint
-

+

The frequency of the access point.

Flags: Read

Allowed values: <= 10000

Default value: 0

@@ -792,7 +759,7 @@ access point and must not be modified.

The “hw-address” property

  “hw-address”               gchar *
-

+

The hardware address of the access point.

Flags: Read

Default value: NULL

@@ -800,7 +767,7 @@ access point and must not be modified.

The “max-bitrate” property

  “max-bitrate”              guint
-

+

The maximum bit rate of the access point in kbit/s.

Flags: Read

Default value: 0

@@ -808,7 +775,9 @@ access point and must not be modified.

The “mode” property

  “mode”                     guint
-

+

The mode of the access point; either "infrastructure" (a central +coordinator of the wireless network allowing clients to connect) or +"ad-hoc" (a network with no central controller).

Flags: Read

Allowed values: [1,2]

Default value: 2

@@ -817,7 +786,7 @@ access point and must not be modified.

The “rsn-flags” property

  “rsn-flags”                guint
-

+

The RSN flags of the access point.

Flags: Read

Default value: 0

@@ -825,14 +794,14 @@ access point and must not be modified.

The “ssid” property

  “ssid”                     NMSsid *
-

+

The SSID of the access point.

Flags: Read


The “strength” property

  “strength”                 guchar
-

+

The current signal strength of the access point.

Flags: Read

Default value: 0

@@ -840,14 +809,13 @@ access point and must not be modified.

The “wpa-flags” property

  “wpa-flags”                guint
-

+

The WPA flags of the access point.

Flags: Read

Default value: 0

+
Generated by GTK-Doc V1.24
\ No newline at end of file diff --git a/docs/libnm-glib/html/NMActiveConnection.html b/docs/libnm-glib/html/NMActiveConnection.html index d5f1b381..51037dca 100644 --- a/docs/libnm-glib/html/NMActiveConnection.html +++ b/docs/libnm-glib/html/NMActiveConnection.html @@ -2,13 +2,13 @@ -libnm-glib Reference Manual: NMActiveConnection +NMActiveConnection: libnm-glib Reference Manual - + @@ -344,8 +344,6 @@

Description

-

-

Functions

@@ -411,7 +409,6 @@ nm_active_connection_get_connection ( the object path of the NMConnection which this NMActiveConnection is an active instance of. This is the internal string used by the connection, and must not be modified.

-


@@ -439,9 +436,8 @@ nm_active_connection_get_id (

Returns

the ID of the NMConnection that backs the NMActiveConnection. This is the internal string used by the connection, and must not be modified.

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -468,7 +464,6 @@ nm_active_connection_get_uuid (

Returns

the UUID of the NMConnection that backs the NMActiveConnection. This is the internal string used by the connection, and must not be modified.

-


@@ -497,9 +492,8 @@ nm_active_connection_get_connection_type

Returns

the type of the NMConnection that backs the NMActiveConnection. This is the internal string used by the connection, and must not be modified.

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -527,7 +521,6 @@ nm_active_connection_get_specific_object

Returns

the specific object's DBus path. This is the internal string used by the connection, and must not be modified.

-


@@ -582,7 +575,6 @@ nm_active_connection_get_state (

Returns

the state

-


@@ -610,7 +602,6 @@ nm_active_connection_get_master (

Returns

the path of the master NMDevice of the NMActiveConnection. This is the internal string used by the connection, and must not be modified.

-


@@ -638,7 +629,6 @@ the default IPv4 route and DNS information).

Returns

TRUE if the active connection is the default IPv4 connection

-


@@ -665,11 +655,11 @@ nm_active_connection_get_ip4_config (

Returns

the NMIP4Config, or NULL if the -connection is not in the NM_ACTIVE_CONNECTION_STATE_ACTIVATED +connection is not in the NM_ACTIVE_CONNECTION_STATE_ACTIVATED state.

[transfer none]

-

Since 0.9.10

+

Since: 0.9.10


@@ -697,10 +687,10 @@ nm_active_connection_get_dhcp4_config (

Returns

the NMDHCP4Config, or NULL if the connection does not use DHCP, or is not in the -NM_ACTIVE_CONNECTION_STATE_ACTIVATED state.

+NM_ACTIVE_CONNECTION_STATE_ACTIVATED state.

[transfer none]

-

Since 0.9.10

+

Since: 0.9.10


@@ -727,7 +717,6 @@ the default IPv6 route and DNS information).

Returns

TRUE if the active connection is the default IPv6 connection

-


@@ -754,11 +743,11 @@ nm_active_connection_get_ip6_config (

Returns

the NMIP6Config, or NULL if the -connection is not in the NM_ACTIVE_CONNECTION_STATE_ACTIVATED +connection is not in the NM_ACTIVE_CONNECTION_STATE_ACTIVATED state.

[transfer none]

-

Since 0.9.10

+

Since: 0.9.10


@@ -786,10 +775,10 @@ nm_active_connection_get_dhcp6_config (

Returns

the NMDHCP6Config, or NULL if the connection does not use DHCPv6, or is not in the -NM_ACTIVE_CONNECTION_STATE_ACTIVATED state.

+NM_ACTIVE_CONNECTION_STATE_ACTIVATED state.

[transfer none]

-

Since 0.9.10

+

Since: 0.9.10


@@ -815,9 +804,8 @@ nm_active_connection_get_vpn (

Returns

TRUE if the active connection is a VPN connection

-

-

Since 0.9.10

+

Since: 0.9.10

@@ -826,120 +814,90 @@ nm_active_connection_get_vpn (

NM_ACTIVE_CONNECTION_CONNECTION

#define NM_ACTIVE_CONNECTION_CONNECTION          "connection"
 
-

-


NM_ACTIVE_CONNECTION_ID

#define NM_ACTIVE_CONNECTION_ID                  "id"
 
-

-


NM_ACTIVE_CONNECTION_UUID

#define NM_ACTIVE_CONNECTION_UUID                "uuid"
 
-

-


NM_ACTIVE_CONNECTION_TYPE

#define NM_ACTIVE_CONNECTION_TYPE                "type"
 
-

-


NM_ACTIVE_CONNECTION_SPECIFIC_OBJECT

#define NM_ACTIVE_CONNECTION_SPECIFIC_OBJECT     "specific-object"
 
-

-


NM_ACTIVE_CONNECTION_DEVICES

#define NM_ACTIVE_CONNECTION_DEVICES             "devices"
 
-

-


NM_ACTIVE_CONNECTION_STATE

#define NM_ACTIVE_CONNECTION_STATE               "state"
 
-

-


NM_ACTIVE_CONNECTION_DEFAULT

#define NM_ACTIVE_CONNECTION_DEFAULT             "default"
 
-

-


NM_ACTIVE_CONNECTION_IP4_CONFIG

#define NM_ACTIVE_CONNECTION_IP4_CONFIG          "ip4-config"
 
-

-


NM_ACTIVE_CONNECTION_DHCP4_CONFIG

#define NM_ACTIVE_CONNECTION_DHCP4_CONFIG        "dhcp4-config"
 
-

-


NM_ACTIVE_CONNECTION_DEFAULT6

#define NM_ACTIVE_CONNECTION_DEFAULT6            "default6"
 
-

-


NM_ACTIVE_CONNECTION_IP6_CONFIG

#define NM_ACTIVE_CONNECTION_IP6_CONFIG          "ip6-config"
 
-

-


NM_ACTIVE_CONNECTION_DHCP6_CONFIG

#define NM_ACTIVE_CONNECTION_DHCP6_CONFIG        "dhcp6-config"
 
-

-


NM_ACTIVE_CONNECTION_VPN

#define NM_ACTIVE_CONNECTION_VPN                 "vpn"
 
-

-


NM_ACTIVE_CONNECTION_MASTER

#define NM_ACTIVE_CONNECTION_MASTER              "master"
 
-

-

@@ -947,7 +905,7 @@ nm_active_connection_get_vpn (

The “connection” property

  “connection”               gchar *
-

+

The connection's path of the active connection.

Flags: Read

Default value: NULL

@@ -955,7 +913,7 @@ nm_active_connection_get_vpn (

The “default” property

  “default”                  gboolean
-

+

Whether the active connection is the default IPv4 one.

Flags: Read

Default value: FALSE

@@ -963,7 +921,7 @@ nm_active_connection_get_vpn (

The “default6” property

  “default6”                 gboolean
-

+

Whether the active connection is the default IPv6 one.

Flags: Read

Default value: FALSE

@@ -971,55 +929,54 @@ nm_active_connection_get_vpn (

The “devices” property

  “devices”                  NMObjectArray *
-

Flags: Read


The “dhcp4-config” property

  “dhcp4-config”             NMDHCP4Config *
-

+

The NMDHCP4Config of the connection.

Flags: Read

-

Since 0.9.10

+

Since: 0.9.10


The “dhcp6-config” property

  “dhcp6-config”             NMDHCP6Config *
-

+

The NMDHCP6Config of the connection.

Flags: Read

-

Since 0.9.10

+

Since: 0.9.10


The “id” property

  “id”                       gchar *
-

+

The active connection's ID

Flags: Read

Default value: NULL

-

Since 0.9.10

+

Since: 0.9.10


The “ip4-config” property

  “ip4-config”               NMIP4Config *
-

+

The NMIP4Config of the connection.

Flags: Read

-

Since 0.9.10

+

Since: 0.9.10


The “ip6-config” property

  “ip6-config”               NMIP6Config *
-

+

The NMIP6Config of the connection.

Flags: Read

-

Since 0.9.10

+

Since: 0.9.10


The “master” property

  “master”                   gchar *
-

+

The path of the master device if one exists.

Flags: Read

Default value: NULL

@@ -1027,7 +984,7 @@ nm_active_connection_get_vpn (

The “specific-object” property

  “specific-object”          gchar *
-

+

The specific object's path of the active connection.

Flags: Read

Default value: NULL

@@ -1035,7 +992,7 @@ nm_active_connection_get_vpn (

The “state” property

  “state”                    guint
-

+

The state of the active connection.

Flags: Read

Allowed values: <= 3

Default value: 0

@@ -1044,16 +1001,16 @@ nm_active_connection_get_vpn (

The “type” property

  “type”                     gchar *
-

+

The active connection's type

Flags: Read

Default value: NULL

-

Since 0.9.10

+

Since: 0.9.10


The “uuid” property

  “uuid”                     gchar *
-

+

The active connection's UUID

Flags: Read

Default value: NULL

@@ -1061,15 +1018,14 @@ nm_active_connection_get_vpn (

The “vpn” property

  “vpn”                      gboolean
-

+

Whether the active connection is a VPN connection.

Flags: Read

Default value: FALSE

-

Since 0.9.10

+

Since: 0.9.10

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-glib/html/NMClient.html b/docs/libnm-glib/html/NMClient.html index 23eca511..1f0d4ae2 100644 --- a/docs/libnm-glib/html/NMClient.html +++ b/docs/libnm-glib/html/NMClient.html @@ -2,13 +2,13 @@ -libnm-glib Reference Manual: NMClient +NMClient: libnm-glib Reference Manual - + @@ -570,8 +570,6 @@

Description

-

-

Functions

@@ -583,9 +581,8 @@ nm_client_error_quark (void

Returns

the error quark used for NMClient errors.

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -602,7 +599,6 @@ control them. To access and modify network configuration data, use the

Returns

a new NMClient or NULL on an error

-


@@ -681,7 +677,6 @@ nm_client_new_finish (GAsyncResul

Returns

a new NMClient, or NULL on error

-


@@ -796,8 +791,6 @@ or NULL if none is found.

NMActiveConnection *active_connection, GError *error, gpointer user_data); -

-


@@ -885,8 +878,6 @@ details of the newly added connection.

const char *new_connection_path, GError *error, gpointer user_data); -

-


@@ -1014,7 +1005,6 @@ nm_client_networking_get_enabled (

Returns

TRUE if networking is enabled, FALSE if networking is disabled

-


@@ -1073,7 +1063,6 @@ nm_client_wireless_get_enabled (

Returns

TRUE if wireless is enabled

-


@@ -1131,7 +1120,6 @@ nm_client_wireless_hardware_get_enabled

Returns

TRUE if the wireless hardware is enabled

-


@@ -1158,7 +1146,6 @@ nm_client_wwan_get_enabled (

Returns

TRUE if WWAN is enabled

-


@@ -1215,7 +1202,6 @@ nm_client_wwan_hardware_get_enabled (

Returns

TRUE if the WWAN hardware is enabled

-


@@ -1242,7 +1228,6 @@ nm_client_wimax_get_enabled (

Returns

TRUE if WiMAX is enabled

-


@@ -1299,7 +1284,6 @@ nm_client_wimax_hardware_get_enabled (

Returns

TRUE if the WiMAX hardware is enabled

-


@@ -1326,7 +1310,6 @@ nm_client_get_version (

Returns

string with the version

-


@@ -1353,7 +1336,6 @@ nm_client_get_state (

Returns

the current NMState

-


@@ -1381,9 +1363,8 @@ connections at startup.

Returns

whether the daemon is still starting up

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -1409,7 +1390,6 @@ nm_client_get_manager_running (

Returns

TRUE if the daemon is running

-


@@ -1504,7 +1484,6 @@ client can or cannot perform the action the permission represents

Returns

the permission's result, one of NMClientPermissionResult

-


@@ -1552,9 +1531,8 @@ a list of domains separated by ",".

Returns

TRUE on success, FALSE otherwise

-

-

Since 0.9.8

+

Since: 0.9.8


@@ -1601,9 +1579,8 @@ domains separated by ",". (NULL or an empty string

Returns

TRUE on success, FALSE otherwise

-

-

Since 0.9.8

+

Since: 0.9.8


@@ -1632,9 +1609,8 @@ connectivity state first before returning any information.

Returns

the current connectivity state

-

-

Since 0.9.8.6

+

Since: 0.9.8.6


@@ -1678,9 +1654,8 @@ if you do not want to block.

Returns

the (new) current connectivity state

-

-

Since 0.9.8.6

+

Since: 0.9.8.6


@@ -1728,7 +1703,7 @@ re-checking, and Since 0.9.8.6

+

Since: 0.9.8.6


@@ -1769,9 +1744,8 @@ call.

Returns

the (new) current connectivity state

-

-

Since 0.9.8.6

+

Since: 0.9.8.6


@@ -1808,7 +1782,7 @@ non-NetworkManager-recognized device, this will return NUL any.

[transfer none]

-

Since 0.9.8.6

+

Since: 0.9.8.6


@@ -1839,7 +1813,7 @@ currently-activating connection that is expected to become the new any.

[transfer none]

-

Since 0.9.8.6

+

Since: 0.9.8.6

@@ -1848,128 +1822,96 @@ any.

NM_CLIENT_VERSION

#define NM_CLIENT_VERSION "version"
 
-

-


NM_CLIENT_STATE

#define NM_CLIENT_STATE "state"
 
-

-


NM_CLIENT_STARTUP

#define NM_CLIENT_STARTUP "startup"
 
-

-


NM_CLIENT_MANAGER_RUNNING

#define NM_CLIENT_MANAGER_RUNNING "manager-running"
 
-

-


NM_CLIENT_NETWORKING_ENABLED

#define NM_CLIENT_NETWORKING_ENABLED "networking-enabled"
 
-

-


NM_CLIENT_WIRELESS_ENABLED

#define NM_CLIENT_WIRELESS_ENABLED "wireless-enabled"
 
-

-


NM_CLIENT_WIRELESS_HARDWARE_ENABLED

#define NM_CLIENT_WIRELESS_HARDWARE_ENABLED "wireless-hardware-enabled"
 
-

-


NM_CLIENT_WWAN_ENABLED

#define NM_CLIENT_WWAN_ENABLED "wwan-enabled"
 
-

-


NM_CLIENT_WWAN_HARDWARE_ENABLED

#define NM_CLIENT_WWAN_HARDWARE_ENABLED "wwan-hardware-enabled"
 
-

-


NM_CLIENT_WIMAX_ENABLED

#define NM_CLIENT_WIMAX_ENABLED "wimax-enabled"
 
-

-


NM_CLIENT_WIMAX_HARDWARE_ENABLED

#define NM_CLIENT_WIMAX_HARDWARE_ENABLED "wimax-hardware-enabled"
 
-

-


NM_CLIENT_ACTIVE_CONNECTIONS

#define NM_CLIENT_ACTIVE_CONNECTIONS "active-connections"
 
-

-


NM_CLIENT_CONNECTIVITY

#define NM_CLIENT_CONNECTIVITY "connectivity"
 
-

-


NM_CLIENT_PRIMARY_CONNECTION

#define NM_CLIENT_PRIMARY_CONNECTION "primary-connection"
 
-

-


NM_CLIENT_ACTIVATING_CONNECTION

#define NM_CLIENT_ACTIVATING_CONNECTION "activating-connection"
 
-

-


NM_CLIENT_DEVICES

#define NM_CLIENT_DEVICES "devices"
 
-

-


@@ -2176,8 +2118,6 @@ the user requires to obtain a given

NM_CLIENT_ERROR

#define NM_CLIENT_ERROR nm_client_error_quark ()
 
-

-

@@ -2185,40 +2125,42 @@ the user requires to obtain a given

The “activating-connection” property

  “activating-connection”    NMActiveConnection *
-

+

The NMActiveConnection of the activating connection that is +likely to become the new “primary-connection”.

Flags: Read

-

Since 0.9.8.6

+

Since: 0.9.8.6


The “active-connections” property

  “active-connections”       NMObjectArray *
-

+

The active connections. +Type: GLib.PtrArray

Flags: Read


The “connectivity” property

  “connectivity”             guint
-

+

The network connectivity state.

Flags: Read

Allowed values: <= 4

Default value: 0

-

Since 0.9.8.6

+

Since: 0.9.8.6


The “devices” property

  “devices”                  NMObjectArray *
-

+

List of known network devices.

Flags: Read

-

Since 0.9.10

+

Since: 0.9.10


The “manager-running” property

  “manager-running”          gboolean
-

+

Whether the daemon is running.

Flags: Read

Default value: FALSE

@@ -2226,7 +2168,7 @@ the user requires to obtain a given

The “networking-enabled” property

  “networking-enabled”       gboolean
-

+

Whether networking is enabled.

Flags: Read / Write

Default value: TRUE

@@ -2234,24 +2176,25 @@ the user requires to obtain a given

The “primary-connection” property

  “primary-connection”       NMActiveConnection *
-

+

The NMActiveConnection of the device with the default route; +see nm_client_get_primary_connection() for more details.

Flags: Read

-

Since 0.9.8.6

+

Since: 0.9.8.6


The “startup” property

  “startup”                  gboolean
-

+

Whether the daemon is still starting up.

Flags: Read

Default value: FALSE

-

Since 0.9.10

+

Since: 0.9.10


The “state” property

  “state”                    guint
-

+

The current daemon state.

Flags: Read

Allowed values: <= 70

Default value: 0

@@ -2260,7 +2203,7 @@ the user requires to obtain a given

The “version” property

  “version”                  gchar *
-

+

The NetworkManager version.

Flags: Read

Default value: NULL

@@ -2268,7 +2211,7 @@ the user requires to obtain a given

The “wimax-enabled” property

  “wimax-enabled”            gboolean
-

+

Whether WiMAX functionality is enabled.

Flags: Read / Write

Default value: FALSE

@@ -2276,7 +2219,7 @@ the user requires to obtain a given

The “wimax-hardware-enabled” property

  “wimax-hardware-enabled”   gboolean
-

+

Whether the WiMAX hardware is enabled.

Flags: Read

Default value: FALSE

@@ -2284,7 +2227,7 @@ the user requires to obtain a given

The “wireless-enabled” property

  “wireless-enabled”         gboolean
-

+

Whether wireless is enabled.

Flags: Read / Write

Default value: FALSE

@@ -2292,7 +2235,7 @@ the user requires to obtain a given

The “wireless-hardware-enabled” property

  “wireless-hardware-enabled” gboolean
-

+

Whether the wireless hardware is enabled.

Flags: Read

Default value: TRUE

@@ -2300,7 +2243,7 @@ the user requires to obtain a given

The “wwan-enabled” property

  “wwan-enabled”             gboolean
-

+

Whether WWAN functionality is enabled.

Flags: Read / Write

Default value: FALSE

@@ -2308,7 +2251,7 @@ the user requires to obtain a given

The “wwan-hardware-enabled” property

  “wwan-hardware-enabled”    gboolean
-

+

Whether the WWAN hardware is enabled.

Flags: Read

Default value: FALSE

@@ -2321,6 +2264,34 @@ the user requires to obtain a given NMClient *client, GObject *device, gpointer user_data) +

Notifies that a NMDevice is added.

+
+

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


@@ -2330,6 +2301,34 @@ user_function (NMClient *client, GObject *device, gpointer user_data) +

Notifies that a NMDevice is removed.

+
+

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


@@ -2340,12 +2339,44 @@ user_function (guint permission, guint result, gpointer user_data) +

Notifies that a permission has changed

+
+

Parameters

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

client

the client that received the signal

 

permission

a permission from NMClientPermission

 

result

the permission's result, one of NMClientPermissionResult

 

user_data

user data set when the signal handler was connected.

 
+

Flags: Run First

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDHCP4Config.html b/docs/libnm-glib/html/NMDHCP4Config.html index c400cc6a..87c74fef 100644 --- a/docs/libnm-glib/html/NMDHCP4Config.html +++ b/docs/libnm-glib/html/NMDHCP4Config.html @@ -2,13 +2,13 @@ -libnm-glib Reference Manual: NMDHCP4Config +NMDHCP4Config: libnm-glib Reference Manual - + @@ -105,8 +105,6 @@

Description

-

-

Functions

@@ -205,7 +203,6 @@ nm_dhcp4_config_get_one_option (

Returns

the configuration option's value. This is the internal string used by the configuration, and must not be modified.

-

@@ -215,8 +212,6 @@ configuration, and must not be modified.

NM_DHCP4_CONFIG_OPTIONS

#define NM_DHCP4_CONFIG_OPTIONS "options"
 
-

-

@@ -224,13 +219,13 @@ configuration, and must not be modified.

The “options” property

  “options”                  GHashTable *
-

+

The GHashTable containing options of the configuration.

+

Type: GLib.HashTable(utf8,GObject.Value)

Flags: Read

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDHCP6Config.html b/docs/libnm-glib/html/NMDHCP6Config.html index c50a23df..7b322c5e 100644 --- a/docs/libnm-glib/html/NMDHCP6Config.html +++ b/docs/libnm-glib/html/NMDHCP6Config.html @@ -2,13 +2,13 @@ -libnm-glib Reference Manual: NMDHCP6Config +NMDHCP6Config: libnm-glib Reference Manual - + @@ -105,8 +105,6 @@

Description

-

-

Functions

@@ -205,7 +203,6 @@ nm_dhcp6_config_get_one_option (

Returns

the configuration option's value. This is the internal string used by the configuration, and must not be modified.

-

@@ -215,8 +212,6 @@ configuration, and must not be modified.

NM_DHCP6_CONFIG_OPTIONS

#define NM_DHCP6_CONFIG_OPTIONS "options"
 
-

-

@@ -224,13 +219,13 @@ configuration, and must not be modified.

The “options” property

  “options”                  GHashTable *
-

+

The GHashTable containing options of the configuration.

+

Type: GLib.HashTable(utf8,GObject.Value)

Flags: Read

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDevice.html b/docs/libnm-glib/html/NMDevice.html index 2d5281c8..79f87a5d 100644 --- a/docs/libnm-glib/html/NMDevice.html +++ b/docs/libnm-glib/html/NMDevice.html @@ -2,13 +2,13 @@ -libnm-glib Reference Manual: NMDevice +NMDevice: libnm-glib Reference Manual - + @@ -634,8 +634,6 @@

Description

-

-

Functions

@@ -647,9 +645,8 @@ nm_device_error_quark (void

Returns

the error quark used for NMDevice errors.

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -711,7 +708,6 @@ nm_device_get_iface (

Returns

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

-


@@ -740,7 +736,6 @@ when the device is in the ACTIVATED state.

Returns

the IP traffic interface of the device. This is the internal string used by the device, and must not be modified.

-


@@ -767,7 +762,6 @@ nm_device_get_device_type (

Returns

the device type

-


@@ -796,7 +790,6 @@ nm_device_get_udi (

Returns

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

-


@@ -852,7 +844,6 @@ nm_device_get_driver_version (

Returns

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

-


@@ -880,7 +871,6 @@ nm_device_get_firmware_version (

Returns

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

-


@@ -910,9 +900,8 @@ nm_device_get_type_description (

Returns

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

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -940,9 +929,8 @@ nm_device_get_hw_address (

Returns

the current MAC of the device, or NULL. This is the internal string used by the device, and must not be modified.

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -968,7 +956,6 @@ nm_device_get_capabilities (

Returns

the capabilities

-


@@ -995,7 +982,6 @@ nm_device_get_managed (

Returns

TRUE if the device is managed by NetworkManager

-


@@ -1022,7 +1008,6 @@ nm_device_get_autoconnect (

Returns

TRUE if the device is allowed to be autoconnected

-


@@ -1081,7 +1066,6 @@ to be missing.

Returns

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

-


@@ -1230,7 +1214,6 @@ nm_device_get_state (

Returns

the current device state

-


@@ -1267,7 +1250,6 @@ the state (reason

Returns

the current device state

-


@@ -1328,7 +1310,7 @@ containing NMRemoteConnecti the connection, and must not be modified.

[element-type NMRemoteConnection]

-

Since 0.9.8

+

Since: 0.9.8


@@ -1359,9 +1341,8 @@ ports on a single physical port. (Eg, NPAR / SR-IOV.)

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.

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -1387,9 +1368,8 @@ nm_device_get_mtu (

Returns

the MTU of the device.

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -1416,9 +1396,8 @@ nm_device_is_software (

Returns

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

-

-

Since 1.0

+

Since: 1.0


@@ -1445,7 +1424,6 @@ nm_device_get_product (

Returns

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

-


@@ -1473,7 +1451,6 @@ nm_device_get_vendor (

Returns

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

-


@@ -1503,9 +1480,8 @@ nm_device_get_description (device . If either the vendor or the product name is unknown, this returns the interface name.

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -1544,7 +1520,7 @@ devices in devices

the device names.

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

-

Since 0.9.10

+

Since: 0.9.10


@@ -1553,8 +1529,6 @@ devices in devices (*NMDeviceCallbackFn) (NMDevice *device, GError *error, gpointer user_data); -

-


@@ -1633,7 +1607,7 @@ operation completes.

-

Since 1.0

+

Since: 1.0


@@ -1726,7 +1700,6 @@ against

Returns

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

-


@@ -1780,7 +1753,6 @@ against

Returns

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

-


@@ -1810,9 +1782,8 @@ that can be used on device

Returns

device 's associated NMSetting type

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -1822,8 +1793,6 @@ that can be used on device GError *error, gpointer user_data);

NMDeviceDeactivateFn is deprecated and should not be used in newly-written code.

-

-

@@ -1863,192 +1832,144 @@ that can be used on device

NM_DEVICE_ERROR

#define NM_DEVICE_ERROR nm_device_error_quark ()
 
-

-


NM_DEVICE_DEVICE_TYPE

#define NM_DEVICE_DEVICE_TYPE "device-type"
 
-

-


NM_DEVICE_UDI

#define NM_DEVICE_UDI "udi"
 
-

-


NM_DEVICE_INTERFACE

#define NM_DEVICE_INTERFACE "interface"
 
-

-


NM_DEVICE_IP_INTERFACE

#define NM_DEVICE_IP_INTERFACE "ip-interface"
 
-

-


NM_DEVICE_DRIVER

#define NM_DEVICE_DRIVER "driver"
 
-

-


NM_DEVICE_DRIVER_VERSION

#define NM_DEVICE_DRIVER_VERSION "driver-version"
 
-

-


NM_DEVICE_FIRMWARE_VERSION

#define NM_DEVICE_FIRMWARE_VERSION "firmware-version"
 
-

-


NM_DEVICE_CAPABILITIES

#define NM_DEVICE_CAPABILITIES "capabilities"
 
-

-


NM_DEVICE_MANAGED

#define NM_DEVICE_MANAGED "managed"
 
-

-


NM_DEVICE_AUTOCONNECT

#define NM_DEVICE_AUTOCONNECT "autoconnect"
 
-

-


NM_DEVICE_FIRMWARE_MISSING

#define NM_DEVICE_FIRMWARE_MISSING "firmware-missing"
 
-

-


NM_DEVICE_IP4_CONFIG

#define NM_DEVICE_IP4_CONFIG "ip4-config"
 
-

-


NM_DEVICE_DHCP4_CONFIG

#define NM_DEVICE_DHCP4_CONFIG "dhcp4-config"
 
-

-


NM_DEVICE_IP6_CONFIG

#define NM_DEVICE_IP6_CONFIG "ip6-config"
 
-

-


NM_DEVICE_DHCP6_CONFIG

#define NM_DEVICE_DHCP6_CONFIG "dhcp6-config"
 
-

-


NM_DEVICE_STATE

#define NM_DEVICE_STATE "state"
 
-

-


NM_DEVICE_STATE_REASON

#define NM_DEVICE_STATE_REASON "state-reason"
 
-

-


NM_DEVICE_ACTIVE_CONNECTION

#define NM_DEVICE_ACTIVE_CONNECTION "active-connection"
 
-

-


NM_DEVICE_AVAILABLE_CONNECTIONS

#define NM_DEVICE_AVAILABLE_CONNECTIONS "available-connections"
 
-

-


NM_DEVICE_VENDOR

#define NM_DEVICE_VENDOR "vendor"
 
-

-


NM_DEVICE_PRODUCT

#define NM_DEVICE_PRODUCT "product"
 
-

-


NM_DEVICE_PHYSICAL_PORT_ID

#define NM_DEVICE_PHYSICAL_PORT_ID "physical-port-id"
 
-

-


NM_DEVICE_MTU

#define NM_DEVICE_MTU "mtu"
 
-

-

@@ -2056,14 +1977,14 @@ that can be used on device

The “active-connection” property

  “active-connection”        NMActiveConnection *
-

+

The NMActiveConnection object that "owns" this device during activation.

Flags: Read


The “autoconnect” property

  “autoconnect”              gboolean
-

+

Whether the device can auto-activate a connection.

Flags: Read / Write

Default value: TRUE

@@ -2071,15 +1992,15 @@ that can be used on device

The “available-connections” property

  “available-connections”    NMObjectArray *
-

+

The available connections (NMRemoteConnection) of the device

Flags: Read

-

Since 0.9.8

+

Since: 0.9.8


The “capabilities” property

  “capabilities”             guint
-

+

The capabilities of the device.

Flags: Read

Default value: 0

@@ -2087,7 +2008,7 @@ that can be used on device

The “device-type” property

  “device-type”              guint
-

+

The numeric type of the device.

Flags: Read

Default value: 0

@@ -2095,21 +2016,21 @@ that can be used on device

The “dhcp4-config” property

  “dhcp4-config”             NMDHCP4Config *
-

+

The NMDHCP4Config of the device.

Flags: Read


The “dhcp6-config” property

  “dhcp6-config”             NMDHCP6Config *
-

+

The NMDHCP6Config of the device.

Flags: Read


The “driver” property

  “driver”                   gchar *
-

+

The driver of the device.

Flags: Read

Default value: NULL

@@ -2117,7 +2038,7 @@ that can be used on device

The “driver-version” property

  “driver-version”           gchar *
-

+

The version of the device driver.

Flags: Read

Default value: NULL

@@ -2125,7 +2046,8 @@ that can be used on device

The “firmware-missing” property

  “firmware-missing”         gboolean
-

+

When TRUE indicates the device is likely missing firmware required +for its operation.

Flags: Read

Default value: FALSE

@@ -2133,7 +2055,7 @@ that can be used on device

The “firmware-version” property

  “firmware-version”         gchar *
-

+

The firmware version of the device.

Flags: Read

Default value: NULL

@@ -2141,7 +2063,7 @@ that can be used on device

The “interface” property

  “interface”                gchar *
-

+

The interface of the device.

Flags: Read

Default value: NULL

@@ -2149,7 +2071,8 @@ that can be used on device

The “ip-interface” property

  “ip-interface”             gchar *
-

+

The IP interface of the device which should be used for all IP-related +operations like addressing and routing.

Flags: Read

Default value: NULL

@@ -2157,21 +2080,21 @@ that can be used on device

The “ip4-config” property

  “ip4-config”               NMIP4Config *
-

+

The NMIP4Config of the device.

Flags: Read


The “ip6-config” property

  “ip6-config”               NMIP6Config *
-

+

The NMIP6Config of the device.

Flags: Read


The “managed” property

  “managed”                  gboolean
-

+

Whether the device is managed by NetworkManager.

Flags: Read

Default value: FALSE

@@ -2179,25 +2102,26 @@ that can be used on device

The “mtu” property

  “mtu”                      guint
-

+

The MTU of the device.

Flags: Read

Default value: 1500

-

Since 0.9.10

+

Since: 0.9.10


The “physical-port-id” property

  “physical-port-id”         gchar *
-

+

The physical port ID of the device. (See +nm_device_get_physical_port_id().)

Flags: Read

Default value: NULL

-

Since 0.9.10

+

Since: 0.9.10


The “product” property

  “product”                  gchar *
-

+

The product string of the device.

Flags: Read

Default value: NULL

@@ -2205,7 +2129,7 @@ that can be used on device

The “state” property

  “state”                    guint
-

+

The state of the device.

Flags: Read

Default value: 0

@@ -2213,14 +2137,19 @@ that can be used on device

The “state-reason” property

  “state-reason”             GValueArray_guint+guint_*
-

+

The state and reason of the device.

Flags: Read


The “udi” property

  “udi”                      gchar *
-

+

An operating-system specific device hardware identifier; this is not +unique to a specific hardware device across reboots or hotplugs. It +is an opaque string which for some device types (Bluetooth, Modem) +contains an identifier provided by the underlying hardware service daemon +such as Bluez or ModemManager, and clients can use this property to +request more information about the device from those services.

Flags: Read

Default value: NULL

@@ -2228,7 +2157,7 @@ that can be used on device

The “vendor” property

  “vendor”                   gchar *
-

+

The vendor string of the device.

Flags: Read

Default value: NULL

@@ -2243,12 +2172,49 @@ user_function (guint old_state, guint reason, gpointer user_data) +

Notifies the state change of a NMDevice.

+
+

Parameters

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

device

the device object that received the signal

 

new_state

the new state of the device

 

old_state

the previous state of the device

 

reason

the reason describing the state change

 

user_data

user data set when the signal handler was connected.

 
+

Flags: Run First

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDeviceAdsl.html b/docs/libnm-glib/html/NMDeviceAdsl.html index 404fb121..3f108475 100644 --- a/docs/libnm-glib/html/NMDeviceAdsl.html +++ b/docs/libnm-glib/html/NMDeviceAdsl.html @@ -2,13 +2,13 @@ -libnm-glib Reference Manual: NMDeviceAdsl +NMDeviceAdsl: libnm-glib Reference Manual - + @@ -116,8 +116,6 @@

Description

-

-

Functions

@@ -129,7 +127,6 @@ nm_device_adsl_error_quark (void<

Returns

the error quark used for NMDeviceAdsl errors.

-


@@ -191,7 +188,6 @@ nm_device_adsl_get_carrier (

Returns

TRUE if the device has carrier

-

@@ -238,16 +234,12 @@ nm_device_adsl_get_carrier (

NM_DEVICE_ADSL_ERROR

#define NM_DEVICE_ADSL_ERROR nm_device_adsl_error_quark ()
 
-

-


NM_DEVICE_ADSL_CARRIER

#define NM_DEVICE_ADSL_CARRIER "carrier"
 
-

-

@@ -255,14 +247,13 @@ nm_device_adsl_get_carrier (

The “carrier” property

  “carrier”                  gboolean
-

+

Whether the device has carrier.

Flags: Read

Default value: FALSE

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDeviceBond.html b/docs/libnm-glib/html/NMDeviceBond.html index c79364a9..7659084c 100644 --- a/docs/libnm-glib/html/NMDeviceBond.html +++ b/docs/libnm-glib/html/NMDeviceBond.html @@ -2,13 +2,13 @@ -libnm-glib Reference Manual: NMDeviceBond +NMDeviceBond: libnm-glib Reference Manual - + @@ -152,8 +152,6 @@

Description

-

-

Functions

@@ -165,7 +163,6 @@ nm_device_bond_error_quark (void<

Returns

the error quark used for NMDeviceBond errors.

-


@@ -228,7 +225,6 @@ nm_device_bond_get_hw_address (

Returns

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

-


@@ -255,7 +251,6 @@ nm_device_bond_get_carrier (

Returns

TRUE if the device has carrier

-


@@ -288,7 +283,7 @@ nm_device_bond_get_slaves ([element-type NMDevice]

-

Since 0.9.6.4

+

Since: 0.9.6.4

@@ -341,32 +336,24 @@ copy used by the device, and must not be modified.

NM_DEVICE_BOND_ERROR

#define NM_DEVICE_BOND_ERROR nm_device_bond_error_quark ()
 
-

-


NM_DEVICE_BOND_HW_ADDRESS

#define NM_DEVICE_BOND_HW_ADDRESS  "hw-address"
 
-

-


NM_DEVICE_BOND_CARRIER

#define NM_DEVICE_BOND_CARRIER     "carrier"
 
-

-


NM_DEVICE_BOND_SLAVES

#define NM_DEVICE_BOND_SLAVES      "slaves"
 
-

-

@@ -374,7 +361,7 @@ copy used by the device, and must not be modified.

The “carrier” property

  “carrier”                  gboolean
-

+

Whether the device has carrier.

Flags: Read

Default value: FALSE

@@ -382,7 +369,7 @@ copy used by the device, and must not be modified.

The “hw-address” property

  “hw-address”               gchar *
-

+

The hardware (MAC) address of the device.

Flags: Read

Default value: NULL

@@ -390,14 +377,13 @@ copy used by the device, and must not be modified.

The “slaves” property

  “slaves”                   NMObjectArray *
-

+

The devices (NMDevice) slaved to the bond device.

Flags: Read

-

Since 0.9.8

+

Since: 0.9.8

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDeviceBridge.html b/docs/libnm-glib/html/NMDeviceBridge.html index 192be733..f0af6d6a 100644 --- a/docs/libnm-glib/html/NMDeviceBridge.html +++ b/docs/libnm-glib/html/NMDeviceBridge.html @@ -2,13 +2,13 @@ -libnm-glib Reference Manual: NMDeviceBridge +NMDeviceBridge: libnm-glib Reference Manual - + @@ -152,8 +152,6 @@

Description

-

-

Functions

@@ -165,9 +163,8 @@ nm_device_bridge_error_quark (voi

Returns

the error quark used for NMDeviceBridge errors.

-

-

Since 0.9.8

+

Since: 0.9.8


@@ -203,7 +200,7 @@ nm_device_bridge_new ([transfer full]

-

Since 0.9.8

+

Since: 0.9.8


@@ -230,9 +227,8 @@ nm_device_bridge_get_hw_address (

Returns

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

-

-

Since 0.9.8

+

Since: 0.9.8


@@ -258,9 +254,8 @@ nm_device_bridge_get_carrier (

Returns

TRUE if the device has carrier

-

-

Since 0.9.8

+

Since: 0.9.8


@@ -292,7 +287,7 @@ nm_device_bridge_get_slaves ([element-type NMDevice]

-

Since 0.9.8

+

Since: 0.9.8

@@ -339,39 +334,31 @@ copy used by the device, and must not be modified.

-

Since 0.9.8

+

Since: 0.9.8


NM_DEVICE_BRIDGE_ERROR

#define NM_DEVICE_BRIDGE_ERROR nm_device_bridge_error_quark ()
 
-

-


NM_DEVICE_BRIDGE_HW_ADDRESS

#define NM_DEVICE_BRIDGE_HW_ADDRESS  "hw-address"
 
-

-


NM_DEVICE_BRIDGE_CARRIER

#define NM_DEVICE_BRIDGE_CARRIER     "carrier"
 
-

-


NM_DEVICE_BRIDGE_SLAVES

#define NM_DEVICE_BRIDGE_SLAVES      "slaves"
 
-

-

@@ -379,32 +366,31 @@ copy used by the device, and must not be modified.

The “carrier” property

  “carrier”                  gboolean
-

+

Whether the device has carrier.

Flags: Read

Default value: FALSE

-

Since 0.9.8

+

Since: 0.9.8


The “hw-address” property

  “hw-address”               gchar *
-

+

The hardware (MAC) address of the device.

Flags: Read

Default value: NULL

-

Since 0.9.8

+

Since: 0.9.8


The “slaves” property

  “slaves”                   NMObjectArray *
-

+

The devices (NMDevice) slaved to the bridge device.

Flags: Read

-

Since 0.9.8

+

Since: 0.9.8

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDeviceBt.html b/docs/libnm-glib/html/NMDeviceBt.html index 816f671d..8a0df6b0 100644 --- a/docs/libnm-glib/html/NMDeviceBt.html +++ b/docs/libnm-glib/html/NMDeviceBt.html @@ -2,13 +2,13 @@ -libnm-glib Reference Manual: NMDeviceBt +NMDeviceBt: libnm-glib Reference Manual - + @@ -152,8 +152,6 @@

Description

-

-

Functions

@@ -165,7 +163,6 @@ nm_device_bt_error_quark (void

Returns

the error quark used for NMDeviceBt errors.

-


@@ -228,7 +225,6 @@ nm_device_bt_get_hw_address (

Returns

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

-


@@ -255,7 +251,6 @@ nm_device_bt_get_name (

Returns

the name of the device

-


@@ -282,7 +277,6 @@ nm_device_bt_get_capabilities (

Returns

a combination of NMBluetoothCapabilities

-

@@ -350,32 +344,24 @@ nm_device_bt_get_capabilities (

NM_DEVICE_BT_ERROR

#define NM_DEVICE_BT_ERROR nm_device_bt_error_quark ()
 
-

-


NM_DEVICE_BT_HW_ADDRESS

#define NM_DEVICE_BT_HW_ADDRESS   "hw-address"
 
-

-


NM_DEVICE_BT_NAME

#define NM_DEVICE_BT_NAME         "name"
 
-

-


NM_DEVICE_BT_CAPABILITIES

#define NM_DEVICE_BT_CAPABILITIES "bt-capabilities"
 
-

-

@@ -383,7 +369,7 @@ nm_device_bt_get_capabilities (

The “bt-capabilities” property

  “bt-capabilities”          guint
-

+

The device's bluetooth capabilities, a combination of NMBluetoothCapabilities.

Flags: Read

Default value: 0

@@ -391,7 +377,7 @@ nm_device_bt_get_capabilities (

The “hw-address” property

  “hw-address”               gchar *
-

+

The hardware (MAC) address of the device.

Flags: Read

Default value: NULL

@@ -399,14 +385,13 @@ nm_device_bt_get_capabilities (

The “name” property

  “name”                     gchar *
-

+

The name of the bluetooth device.

Flags: Read

Default value: NULL

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDeviceEthernet.html b/docs/libnm-glib/html/NMDeviceEthernet.html index 86f4898c..655a0441 100644 --- a/docs/libnm-glib/html/NMDeviceEthernet.html +++ b/docs/libnm-glib/html/NMDeviceEthernet.html @@ -2,13 +2,13 @@ -libnm-glib Reference Manual: NMDeviceEthernet +NMDeviceEthernet: libnm-glib Reference Manual - + @@ -169,8 +169,6 @@

Description

-

-

Functions

@@ -182,7 +180,6 @@ nm_device_ethernet_error_quark (v

Returns

the error quark used for NMDeviceEthernet errors.

-


@@ -245,7 +242,6 @@ nm_device_ethernet_get_hw_address (

Returns

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

-


@@ -274,7 +270,6 @@ nm_device_ethernet_get_permanent_hw_address

Returns

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

-


@@ -301,7 +296,6 @@ nm_device_ethernet_get_speed (

Returns

the speed of the device

-


@@ -328,7 +322,6 @@ nm_device_ethernet_get_carrier (

Returns

TRUE if the device has carrier

-

@@ -389,40 +382,30 @@ nm_device_ethernet_get_carrier (

NM_DEVICE_ETHERNET_ERROR

#define NM_DEVICE_ETHERNET_ERROR nm_device_ethernet_error_quark ()
 
-

-


NM_DEVICE_ETHERNET_HW_ADDRESS

#define NM_DEVICE_ETHERNET_HW_ADDRESS  "hw-address"
 
-

-


NM_DEVICE_ETHERNET_PERMANENT_HW_ADDRESS

#define NM_DEVICE_ETHERNET_PERMANENT_HW_ADDRESS "perm-hw-address"
 
-

-


NM_DEVICE_ETHERNET_SPEED

#define NM_DEVICE_ETHERNET_SPEED       "speed"
 
-

-


NM_DEVICE_ETHERNET_CARRIER

#define NM_DEVICE_ETHERNET_CARRIER     "carrier"
 
-

-

@@ -430,7 +413,7 @@ nm_device_ethernet_get_carrier (

The “carrier” property

  “carrier”                  gboolean
-

+

Whether the device has carrier.

Flags: Read

Default value: FALSE

@@ -438,7 +421,7 @@ nm_device_ethernet_get_carrier (

The “hw-address” property

  “hw-address”               gchar *
-

+

The active hardware (MAC) address of the device.

Flags: Read

Default value: NULL

@@ -446,7 +429,7 @@ nm_device_ethernet_get_carrier (

The “perm-hw-address” property

  “perm-hw-address”          gchar *
-

+

The permanent hardware (MAC) address of the device.

Flags: Read

Default value: NULL

@@ -454,14 +437,13 @@ nm_device_ethernet_get_carrier (

The “speed” property

  “speed”                    guint
-

+

The speed of the device.

Flags: Read

Default value: 0

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDeviceGeneric.html b/docs/libnm-glib/html/NMDeviceGeneric.html index e663d8d7..58b7c9ca 100644 --- a/docs/libnm-glib/html/NMDeviceGeneric.html +++ b/docs/libnm-glib/html/NMDeviceGeneric.html @@ -2,13 +2,13 @@ -libnm-glib Reference Manual: NMDeviceGeneric +NMDeviceGeneric: libnm-glib Reference Manual - + @@ -128,8 +128,6 @@

Description

-

-

Functions

@@ -141,9 +139,8 @@ nm_device_generic_error_quark (vo

Returns

the error quark used for NMDeviceGeneric errors.

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -179,7 +176,7 @@ nm_device_generic_new ([transfer full]

-

Since 0.9.10

+

Since: 0.9.10


@@ -206,9 +203,8 @@ nm_device_generic_get_hw_address (

Returns

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

-

-

Since 0.9.10

+

Since: 0.9.10

@@ -254,24 +250,18 @@ device, and must not be modified.

NM_DEVICE_GENERIC_ERROR

#define NM_DEVICE_GENERIC_ERROR nm_device_generic_error_quark ()
 
-

-


NM_DEVICE_GENERIC_HW_ADDRESS

#define NM_DEVICE_GENERIC_HW_ADDRESS       "hw-address"
 
-

-


NM_DEVICE_GENERIC_TYPE_DESCRIPTION

#define NM_DEVICE_GENERIC_TYPE_DESCRIPTION "type-description"
 
-

-

@@ -279,7 +269,7 @@ device, and must not be modified.

The “hw-address” property

  “hw-address”               gchar *
-

+

The hardware address of the device.

Flags: Read

Default value: NULL

@@ -287,14 +277,14 @@ device, and must not be modified.

The “type-description” property

  “type-description”         gchar *
-

+

A description of the specific type of device this is, or NULL +if not known.

Flags: Read

Default value: NULL

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDeviceInfiniband.html b/docs/libnm-glib/html/NMDeviceInfiniband.html index 48b6c887..bb9523d5 100644 --- a/docs/libnm-glib/html/NMDeviceInfiniband.html +++ b/docs/libnm-glib/html/NMDeviceInfiniband.html @@ -2,13 +2,13 @@ -libnm-glib Reference Manual: NMDeviceInfiniband +NMDeviceInfiniband: libnm-glib Reference Manual - + @@ -135,8 +135,6 @@

Description

-

-

Functions

@@ -148,7 +146,6 @@ nm_device_infiniband_error_quark (

Returns

the error quark used for NMDeviceInfiniband errors.

-


@@ -211,7 +208,6 @@ nm_device_infiniband_get_hw_address (

Returns

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

-


@@ -238,7 +234,6 @@ nm_device_infiniband_get_carrier (

Returns

TRUE if the device has carrier

-

@@ -299,24 +294,18 @@ nm_device_infiniband_get_carrier (

NM_DEVICE_INFINIBAND_ERROR

#define NM_DEVICE_INFINIBAND_ERROR nm_device_infiniband_error_quark ()
 
-

-


NM_DEVICE_INFINIBAND_HW_ADDRESS

#define NM_DEVICE_INFINIBAND_HW_ADDRESS  "hw-address"
 
-

-


NM_DEVICE_INFINIBAND_CARRIER

#define NM_DEVICE_INFINIBAND_CARRIER     "carrier"
 
-

-

@@ -324,7 +313,7 @@ nm_device_infiniband_get_carrier (

The “carrier” property

  “carrier”                  gboolean
-

+

Whether the device has carrier.

Flags: Read

Default value: FALSE

@@ -332,14 +321,13 @@ nm_device_infiniband_get_carrier (

The “hw-address” property

  “hw-address”               gchar *
-

+

The hardware (MAC) address of the device.

Flags: Read

Default value: NULL

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDeviceModem.html b/docs/libnm-glib/html/NMDeviceModem.html index 2503475b..15fe2aa1 100644 --- a/docs/libnm-glib/html/NMDeviceModem.html +++ b/docs/libnm-glib/html/NMDeviceModem.html @@ -2,13 +2,13 @@ -libnm-glib Reference Manual: NMDeviceModem +NMDeviceModem: libnm-glib Reference Manual - + @@ -127,8 +127,6 @@

Description

-

-

Functions

@@ -140,7 +138,6 @@ nm_device_modem_error_quark (void

Returns

the error quark used for NMDeviceModem errors.

-


@@ -170,7 +167,6 @@ may require a firmware reload or reinitialization.

Returns

the generic access technology families the modem supports

-


@@ -201,7 +197,6 @@ represents the network types the modem can immediately connect to.

Returns

the generic access technology families the modem supports without a firmware reload or other reinitialization

-

@@ -255,24 +250,18 @@ a firmware reload or other reinitialization

NM_DEVICE_MODEM_ERROR

#define NM_DEVICE_MODEM_ERROR nm_device_modem_error_quark ()
 
-

-


NM_DEVICE_MODEM_MODEM_CAPABILITIES

#define NM_DEVICE_MODEM_MODEM_CAPABILITIES   "modem-capabilities"
 
-

-


NM_DEVICE_MODEM_CURRENT_CAPABILITIES

#define NM_DEVICE_MODEM_CURRENT_CAPABILITIES "current-capabilities"
 
-

-

@@ -280,7 +269,8 @@ a firmware reload or other reinitialization

The “current-capabilities” property

  “current-capabilities”     guint
-

+

The generic family of access technologies the modem currently supports +without a firmware reload or reinitialization.

Flags: Read

Default value: 0

@@ -288,14 +278,16 @@ a firmware reload or other reinitialization

The “modem-capabilities” property

  “modem-capabilities”       guint
-

+

The generic family of access technologies the modem supports. Not all +capabilities are available at the same time however; some modems require +a firmware reload or other reinitialization to switch between eg +CDMA/EVDO and GSM/UMTS.

Flags: Read

Default value: 0

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDeviceOlpcMesh.html b/docs/libnm-glib/html/NMDeviceOlpcMesh.html index a505af82..c48c4e36 100644 --- a/docs/libnm-glib/html/NMDeviceOlpcMesh.html +++ b/docs/libnm-glib/html/NMDeviceOlpcMesh.html @@ -2,13 +2,13 @@ -libnm-glib Reference Manual: NMDeviceOlpcMesh +NMDeviceOlpcMesh: libnm-glib Reference Manual - + @@ -153,8 +153,6 @@

Description

-

-

Functions

@@ -166,7 +164,6 @@ nm_device_olpc_mesh_error_quark (

Returns

the error quark used for NMDeviceOlpcMesh errors.

-


@@ -229,7 +226,6 @@ nm_device_olpc_mesh_get_hw_address (

Returns

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

-


@@ -284,7 +280,6 @@ nm_device_olpc_mesh_get_active_channel

Returns

active channel of the device

-

@@ -331,32 +326,24 @@ nm_device_olpc_mesh_get_active_channel

NM_DEVICE_OLPC_MESH_ERROR

#define NM_DEVICE_OLPC_MESH_ERROR nm_device_olpc_mesh_error_quark ()
 
-

-


NM_DEVICE_OLPC_MESH_HW_ADDRESS

#define NM_DEVICE_OLPC_MESH_HW_ADDRESS     "hw-address"
 
-

-


NM_DEVICE_OLPC_MESH_COMPANION

#define NM_DEVICE_OLPC_MESH_COMPANION      "companion"
 
-

-


NM_DEVICE_OLPC_MESH_ACTIVE_CHANNEL

#define NM_DEVICE_OLPC_MESH_ACTIVE_CHANNEL "active-channel"
 
-

-

@@ -364,7 +351,7 @@ nm_device_olpc_mesh_get_active_channel

The “active-channel” property

  “active-channel”           guint
-

+

The device's active channel.

Flags: Read

Default value: 0

@@ -372,21 +359,20 @@ nm_device_olpc_mesh_get_active_channel

The “companion” property

  “companion”                NMDeviceWifi *
-

+

The companion device.

Flags: Read


The “hw-address” property

  “hw-address”               gchar *
-

+

The hardware (MAC) address of the device.

Flags: Read

Default value: NULL

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDeviceTeam.html b/docs/libnm-glib/html/NMDeviceTeam.html index 0b07f9eb..2195f9aa 100644 --- a/docs/libnm-glib/html/NMDeviceTeam.html +++ b/docs/libnm-glib/html/NMDeviceTeam.html @@ -2,13 +2,13 @@ -libnm-glib Reference Manual: NMDeviceTeam +NMDeviceTeam: libnm-glib Reference Manual - + @@ -152,8 +152,6 @@

Description

-

-

Functions

@@ -165,9 +163,8 @@ nm_device_team_error_quark (void<

Returns

the error quark used for NMDeviceTeam errors.

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -203,7 +200,7 @@ nm_device_team_new ([transfer full]

-

Since 0.9.10

+

Since: 0.9.10


@@ -230,9 +227,8 @@ nm_device_team_get_hw_address (

Returns

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

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -258,9 +254,8 @@ nm_device_team_get_carrier (

Returns

TRUE if the device has carrier

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -292,7 +287,7 @@ nm_device_team_get_slaves ([element-type NMDevice]

-

Since 0.9.10

+

Since: 0.9.10

@@ -345,32 +340,24 @@ copy used by the device, and must not be modified.

NM_DEVICE_TEAM_ERROR

#define NM_DEVICE_TEAM_ERROR nm_device_team_error_quark ()
 
-

-


NM_DEVICE_TEAM_HW_ADDRESS

#define NM_DEVICE_TEAM_HW_ADDRESS  "hw-address"
 
-

-


NM_DEVICE_TEAM_CARRIER

#define NM_DEVICE_TEAM_CARRIER     "carrier"
 
-

-


NM_DEVICE_TEAM_SLAVES

#define NM_DEVICE_TEAM_SLAVES      "slaves"
 
-

-

@@ -378,7 +365,7 @@ copy used by the device, and must not be modified.

The “carrier” property

  “carrier”                  gboolean
-

+

Whether the device has carrier.

Flags: Read

Default value: FALSE

@@ -386,7 +373,7 @@ copy used by the device, and must not be modified.

The “hw-address” property

  “hw-address”               gchar *
-

+

The hardware (MAC) address of the device.

Flags: Read

Default value: NULL

@@ -394,13 +381,12 @@ copy used by the device, and must not be modified.

The “slaves” property

  “slaves”                   NMObjectArray *
-

+

The devices (NMDevice) enslaved to the team device.

Flags: Read

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDeviceVlan.html b/docs/libnm-glib/html/NMDeviceVlan.html index e28b1978..51c89f0d 100644 --- a/docs/libnm-glib/html/NMDeviceVlan.html +++ b/docs/libnm-glib/html/NMDeviceVlan.html @@ -2,13 +2,13 @@ -libnm-glib Reference Manual: NMDeviceVlan +NMDeviceVlan: libnm-glib Reference Manual - + @@ -170,8 +170,6 @@

Description

-

-

Functions

@@ -183,7 +181,6 @@ nm_device_vlan_error_quark (void<

Returns

the error quark used for NMDeviceVlan errors.

-


@@ -246,7 +243,6 @@ nm_device_vlan_get_hw_address (

Returns

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

-


@@ -273,7 +269,6 @@ nm_device_vlan_get_carrier (

Returns

TRUE if the device has carrier

-


@@ -301,7 +296,7 @@ nm_device_vlan_get_parent ([transfer none]

-

Since 1.0

+

Since: 1.0


@@ -394,40 +388,30 @@ nm_device_vlan_get_vlan_id (

NM_DEVICE_VLAN_ERROR

#define NM_DEVICE_VLAN_ERROR nm_device_vlan_error_quark ()
 
-

-


NM_DEVICE_VLAN_HW_ADDRESS

#define NM_DEVICE_VLAN_HW_ADDRESS  "hw-address"
 
-

-


NM_DEVICE_VLAN_CARRIER

#define NM_DEVICE_VLAN_CARRIER     "carrier"
 
-

-


NM_DEVICE_VLAN_PARENT

#define NM_DEVICE_VLAN_PARENT      "parent"
 
-

-


NM_DEVICE_VLAN_VLAN_ID

#define NM_DEVICE_VLAN_VLAN_ID     "vlan-id"
 
-

-

@@ -435,7 +419,7 @@ nm_device_vlan_get_vlan_id (

The “carrier” property

  “carrier”                  gboolean
-

+

Whether the device has carrier.

Flags: Read

Default value: FALSE

@@ -443,7 +427,7 @@ nm_device_vlan_get_vlan_id (

The “hw-address” property

  “hw-address”               gchar *
-

+

The hardware (MAC) address of the device.

Flags: Read

Default value: NULL

@@ -451,15 +435,15 @@ nm_device_vlan_get_vlan_id (

The “parent” property

  “parent”                   NMDevice *
-

+

The devices's parent device.

Flags: Read

-

Since 1.0

+

Since: 1.0


The “vlan-id” property

  “vlan-id”                  guint
-

+

The device's VLAN ID.

Flags: Read

Allowed values: <= 4095

Default value: 0

@@ -467,7 +451,6 @@ nm_device_vlan_get_vlan_id ( -
- Generated by GTK-Doc V1.21
+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDeviceWifi.html b/docs/libnm-glib/html/NMDeviceWifi.html index fb153226..d739d92a 100644 --- a/docs/libnm-glib/html/NMDeviceWifi.html +++ b/docs/libnm-glib/html/NMDeviceWifi.html @@ -2,13 +2,13 @@ -libnm-glib Reference Manual: NMDeviceWifi +NMDeviceWifi: libnm-glib Reference Manual - + @@ -268,8 +268,6 @@

Description

-

-

Functions

@@ -281,7 +279,6 @@ nm_device_wifi_error_quark (void<

Returns

the error quark used for NMDeviceWifi errors.

-


@@ -344,7 +341,6 @@ nm_device_wifi_get_hw_address (

Returns

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

-


@@ -373,7 +369,6 @@ nm_device_wifi_get_permanent_hw_address

Returns

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

-


@@ -400,7 +395,6 @@ nm_device_wifi_get_mode (

Returns

the mode

-


@@ -427,7 +421,6 @@ nm_device_wifi_get_bitrate (

Returns

the bit rate (kbit/s)

-


@@ -454,7 +447,6 @@ nm_device_wifi_get_capabilities (

Returns

the capabilities

-


@@ -557,8 +549,6 @@ The returned array is owned by the client and should not be modified.

(*NMDeviceWifiRequestScanFn) (NMDeviceWifi *device, GError *error, gpointer user_data); -

-


@@ -597,7 +587,7 @@ to get available access points.

-

Since 0.9.8

+

Since: 0.9.8

@@ -673,64 +663,48 @@ required by the connection

NM_DEVICE_WIFI_ERROR

#define NM_DEVICE_WIFI_ERROR nm_device_wifi_error_quark ()
 
-

-


NM_DEVICE_WIFI_HW_ADDRESS

#define NM_DEVICE_WIFI_HW_ADDRESS          "hw-address"
 
-

-


NM_DEVICE_WIFI_PERMANENT_HW_ADDRESS

#define NM_DEVICE_WIFI_PERMANENT_HW_ADDRESS "perm-hw-address"
 
-

-


NM_DEVICE_WIFI_MODE

#define NM_DEVICE_WIFI_MODE                "mode"
 
-

-


NM_DEVICE_WIFI_BITRATE

#define NM_DEVICE_WIFI_BITRATE             "bitrate"
 
-

-


NM_DEVICE_WIFI_ACTIVE_ACCESS_POINT

#define NM_DEVICE_WIFI_ACTIVE_ACCESS_POINT "active-access-point"
 
-

-


NM_DEVICE_WIFI_CAPABILITIES

#define NM_DEVICE_WIFI_CAPABILITIES        "wireless-capabilities"
 
-

-


NM_DEVICE_WIFI_ACCESS_POINTS

#define NM_DEVICE_WIFI_ACCESS_POINTS       "access-points"
 
-

-

@@ -738,22 +712,22 @@ required by the connection

The “access-points” property

  “access-points”            NMObjectArray *
-

+

List of all Wi-Fi access points the device can see.

Flags: Read

-

Since 0.9.10

+

Since: 0.9.10


The “active-access-point” property

  “active-access-point”      NMAccessPoint *
-

+

The active NMAccessPoint of the device.

Flags: Read


The “bitrate” property

  “bitrate”                  guint
-

+

The bit rate of the device in kbit/s.

Flags: Read

Default value: 0

@@ -761,7 +735,7 @@ required by the connection

The “hw-address” property

  “hw-address”               gchar *
-

+

The hardware (MAC) address of the device.

Flags: Read

Default value: NULL

@@ -769,7 +743,7 @@ required by the connection

The “mode” property

  “mode”                     guint
-

+

The mode of the device.

Flags: Read

Allowed values: <= 3

Default value: 2

@@ -778,7 +752,7 @@ required by the connection

The “perm-hw-address” property

  “perm-hw-address”          gchar *
-

+

The hardware (MAC) address of the device.

Flags: Read

Default value: NULL

@@ -786,7 +760,7 @@ required by the connection

The “wireless-capabilities” property

  “wireless-capabilities”    guint
-

+

The wireless capabilities of the device.

Flags: Read

Default value: 0

@@ -799,6 +773,34 @@ required by the connection

user_function (NMDeviceWifi *device, GObject *ap, gpointer user_data) +

Notifies that a NMAccessPoint is added to the Wi-Fi device.

+
+

Parameters

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

device

the Wi-Fi device that received the signal

 

ap

the new access point

 

user_data

user data set when the signal handler was connected.

 
+

Flags: Run First


@@ -808,12 +810,39 @@ user_function (NMDeviceWifi *device, GObject *ap, gpointer user_data) +

Notifies that a NMAccessPoint is removed from the Wi-Fi device.

+
+

Parameters

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

device

the Wi-Fi device that received the signal

 

ap

the removed access point

 

user_data

user data set when the signal handler was connected.

 
+

Flags: Run First

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDeviceWimax.html b/docs/libnm-glib/html/NMDeviceWimax.html index 911ec29b..3ec917bc 100644 --- a/docs/libnm-glib/html/NMDeviceWimax.html +++ b/docs/libnm-glib/html/NMDeviceWimax.html @@ -2,13 +2,13 @@ -libnm-glib Reference Manual: NMDeviceWimax +NMDeviceWimax: libnm-glib Reference Manual - + @@ -269,8 +269,6 @@

Description

-

-

Functions

@@ -282,7 +280,6 @@ nm_device_wimax_error_quark (void

Returns

the error quark used for NMDeviceWimax errors.

-


@@ -345,7 +342,6 @@ nm_device_wimax_get_hw_address (

Returns

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

-


@@ -465,7 +461,6 @@ device is not connected.

Returns

the center frequency in KHz, or 0

-


@@ -495,7 +490,6 @@ device is not connected.

Returns

the RSSI in dBm, or 0

-


@@ -524,7 +518,6 @@ meaning when the device is not connected.

Returns

the CINR in dB, or 0

-


@@ -553,7 +546,6 @@ nm_device_wimax_get_tx_power (

Returns

the TX power in dBm, or 0

-


@@ -580,7 +572,6 @@ nm_device_wimax_get_bsid (

Returns

the ID of the serving Base Station, or NULL

-

@@ -641,72 +632,54 @@ nm_device_wimax_get_bsid (

NM_DEVICE_WIMAX_ERROR

#define NM_DEVICE_WIMAX_ERROR nm_device_wimax_error_quark ()
 
-

-


NM_DEVICE_WIMAX_HW_ADDRESS

#define NM_DEVICE_WIMAX_HW_ADDRESS       "hw-address"
 
-

-


NM_DEVICE_WIMAX_ACTIVE_NSP

#define NM_DEVICE_WIMAX_ACTIVE_NSP       "active-nsp"
 
-

-


NM_DEVICE_WIMAX_CENTER_FREQUENCY

#define NM_DEVICE_WIMAX_CENTER_FREQUENCY "center-frequency"
 
-

-


NM_DEVICE_WIMAX_RSSI

#define NM_DEVICE_WIMAX_RSSI             "rssi"
 
-

-


NM_DEVICE_WIMAX_CINR

#define NM_DEVICE_WIMAX_CINR             "cinr"
 
-

-


NM_DEVICE_WIMAX_TX_POWER

#define NM_DEVICE_WIMAX_TX_POWER         "tx-power"
 
-

-


NM_DEVICE_WIMAX_BSID

#define NM_DEVICE_WIMAX_BSID             "bsid"
 
-

-


NM_DEVICE_WIMAX_NSPS

#define NM_DEVICE_WIMAX_NSPS             "nsps"
 
-

-

@@ -714,14 +687,15 @@ nm_device_wimax_get_bsid (

The “active-nsp” property

  “active-nsp”               NMWimaxNsp *
-

+

The active NMWimaxNsp of the device.

Flags: Read


The “bsid” property

  “bsid”                     gchar *
-

+

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

Flags: Read

Default value: NULL

@@ -729,7 +703,9 @@ nm_device_wimax_get_bsid (

The “center-frequency” property

  “center-frequency”         guint
-

+

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.

Flags: Read

Default value: 0

@@ -737,7 +713,9 @@ nm_device_wimax_get_bsid (

The “cinr” property

  “cinr”                     gint
-

+

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.

Flags: Read

Default value: 0

@@ -745,7 +723,7 @@ nm_device_wimax_get_bsid (

The “hw-address” property

  “hw-address”               gchar *
-

+

The hardware (MAC) address of the device.

Flags: Read

Default value: NULL

@@ -753,15 +731,18 @@ nm_device_wimax_get_bsid (

The “nsps” property

  “nsps”                     NMObjectArray *
-

+

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

Flags: Read

-

Since 0.9.10

+

Since: 0.9.10


The “rssi” property

  “rssi”                     gint
-

+

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.

Flags: Read

Default value: 0

@@ -769,7 +750,9 @@ nm_device_wimax_get_bsid (

The “tx-power” property

  “tx-power”                 gint
-

+

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.

Flags: Read

Default value: 0

@@ -782,6 +765,34 @@ nm_device_wimax_get_bsid (NMDeviceWimax *self, GObject *nsp, gpointer user_data) +

Notifies that a NMWimaxNsp is added to the wimax device.

+
+

Parameters

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

self

the wimax device that received the signal

 

nsp

the new NSP

 

user_data

user data set when the signal handler was connected.

 
+

Flags: Run First


@@ -791,12 +802,39 @@ user_function (< user_function (NMDeviceWimax *self, GObject *nsp, gpointer user_data) +

Notifies that a NMWimaxNsp is removed from the wimax device.

+
+

Parameters

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

self

the wimax device that received the signal

 

nsp

the removed NSP

 

user_data

user data set when the signal handler was connected.

 
+

Flags: Run First

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-glib/html/NMIP4Config.html b/docs/libnm-glib/html/NMIP4Config.html index fec85cac..b7b318e1 100644 --- a/docs/libnm-glib/html/NMIP4Config.html +++ b/docs/libnm-glib/html/NMIP4Config.html @@ -2,13 +2,13 @@ -libnm-glib Reference Manual: NMIP4Config +NMIP4Config: libnm-glib Reference Manual - + @@ -201,8 +201,6 @@

Description

-

-

Functions

@@ -264,9 +262,8 @@ nm_ip4_config_get_gateway (

Returns

the IP4 address of the gateway.

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -409,7 +406,7 @@ nm_ip4_config_get_searches ([element-type utf8]

-

Since 0.9.10

+

Since: 0.9.10


@@ -447,56 +444,42 @@ modified.

NM_IP4_CONFIG_GATEWAY

#define NM_IP4_CONFIG_GATEWAY "gateway"
 
-

-


NM_IP4_CONFIG_ADDRESSES

#define NM_IP4_CONFIG_ADDRESSES "addresses"
 
-

-


NM_IP4_CONFIG_ROUTES

#define NM_IP4_CONFIG_ROUTES "routes"
 
-

-


NM_IP4_CONFIG_NAMESERVERS

#define NM_IP4_CONFIG_NAMESERVERS "nameservers"
 
-

-


NM_IP4_CONFIG_DOMAINS

#define NM_IP4_CONFIG_DOMAINS "domains"
 
-

-


NM_IP4_CONFIG_SEARCHES

#define NM_IP4_CONFIG_SEARCHES "searches"
 
-

-


NM_IP4_CONFIG_WINS_SERVERS

#define NM_IP4_CONFIG_WINS_SERVERS "wins-servers"
 
-

-

@@ -504,58 +487,57 @@ modified.

The “addresses” property

  “addresses”                gpointer
-

+

The GPtrArray containing NMIP4Addresses of the configuration.

Flags: Read


The “domains” property

  “domains”                  NMStringArray *
-

+

The GPtrArray containing domain strings of the configuration.

Flags: Read


The “gateway” property

  “gateway”                  gchar *
-

+

The IP4 gateway address of the configuration as string.

Flags: Read

Default value: NULL

-

Since 0.9.10

+

Since: 0.9.10


The “nameservers” property

  “nameservers”              NMUintArray *
-

+

The GArray containing name servers (guint32s) of the configuration.

Flags: Read


The “routes” property

  “routes”                   gpointer
-

+

The GPtrArray containing NMSettingIP4Routes of the configuration.

Flags: Read


The “searches” property

  “searches”                 NMStringArray *
-

+

The GPtrArray containing dns search strings of the configuration.

Flags: Read

-

Since 0.9.10

+

Since: 0.9.10


The “wins-servers” property

  “wins-servers”             NMUintArray *
-

+

The GArray containing WINS servers (guint32s) of the configuration.

Flags: Read

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-glib/html/NMIP6Config.html b/docs/libnm-glib/html/NMIP6Config.html index 83f5f473..ed97f3e5 100644 --- a/docs/libnm-glib/html/NMIP6Config.html +++ b/docs/libnm-glib/html/NMIP6Config.html @@ -2,13 +2,13 @@ -libnm-glib Reference Manual: NMIP6Config +NMIP6Config: libnm-glib Reference Manual - + @@ -201,8 +201,6 @@

Description

-

-

Functions

@@ -264,9 +262,8 @@ nm_ip6_config_get_gateway (

Returns

the IPv6 gateway of the configuration.

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -350,9 +347,8 @@ nm_ip6_config_get_num_nameservers (

Returns

the number of domain name servers

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -390,7 +386,7 @@ nm_ip6_config_get_nameserver ([array fixed-size=16][element-type guint8][transfer none]

-

Since 0.9.10

+

Since: 0.9.10


@@ -398,8 +394,9 @@ nm_ip6_config_get_nameserver (const GSList * nm_ip6_config_get_nameservers (NMIP6Config *config);

Gets the domain name servers (DNS).

+

[skip]

-

Parameters

+

Parameters

@@ -414,11 +411,10 @@ nm_ip6_config_get_nameservers (
-

Returns

+

Returns

a GSList containing elements of type 'struct in6_addr' which contain the addresses of nameservers of the configuration. This is the internal copy used by the configuration and must not be modified.

-


@@ -476,7 +472,7 @@ nm_ip6_config_get_searches ([element-type utf8]

-

Since 0.9.10

+

Since: 0.9.10


NM_IP6_CONFIG_ADDRESSES

#define NM_IP6_CONFIG_ADDRESSES "addresses"
 
-

-


NM_IP6_CONFIG_ROUTES

#define NM_IP6_CONFIG_ROUTES "routes"
 
-

-


NM_IP6_CONFIG_NAMESERVERS

#define NM_IP6_CONFIG_NAMESERVERS "nameservers"
 
-

-


NM_IP6_CONFIG_DOMAINS

#define NM_IP6_CONFIG_DOMAINS "domains"
 
-

-


NM_IP6_CONFIG_SEARCHES

#define NM_IP6_CONFIG_SEARCHES "searches"
 
-

-

@@ -534,51 +518,55 @@ This is the internal copy used by the configuration, and must not be modified. <

The “addresses” property

  “addresses”                NMIP6AddressObjectArray *
-

+

The GPtrArray containing the IPv6 addresses; use +nm_utils_ip6_addresses_from_gvalue() to return a GSList of +NMSettingIP6Address objects that is more usable than the raw data.

Flags: Read


The “domains” property

  “domains”                  NMStringArray *
-

+

The GPtrArray containing domain strings of the configuration.

Flags: Read


The “gateway” property

  “gateway”                  gchar *
-

+

The IPv6 gateway as string

Flags: Read

Default value: NULL

-

Since 0.9.10

+

Since: 0.9.10


The “nameservers” property

  “nameservers”              NMIP6AddressArray *
-

+

The GPtrArray containing elements of type 'struct ip6_addr' which +contain the addresses of nameservers of the configuration.

Flags: Read


The “routes” property

  “routes”                   NMIP6RouteObjectArray *
-

+

The GPtrArray containing the IPv6 routes; use +nm_utils_ip6_routes_from_gvalue() to return a GSList of +NMSettingIP6Address objects that is more usable than the raw data.

Flags: Read


The “searches” property

  “searches”                 NMStringArray *
-

+

The GPtrArray containing dns search strings of the configuration.

Flags: Read

-

Since 0.9.10

+

Since: 0.9.10

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-glib/html/NMObject.html b/docs/libnm-glib/html/NMObject.html index 9cc58a6f..296e0b0c 100644 --- a/docs/libnm-glib/html/NMObject.html +++ b/docs/libnm-glib/html/NMObject.html @@ -2,13 +2,13 @@ -libnm-glib Reference Manual: NMObject +NMObject: libnm-glib Reference Manual - + @@ -151,8 +151,6 @@

Description

-

-

Functions

@@ -164,7 +162,6 @@ nm_object_error_quark (void

Returns

the error quark used for NMObject errors.

-


@@ -219,7 +216,6 @@ nm_object_get_path (

Returns

the object's path. This is the internal string used by the device, and must not be modified.

-

@@ -260,24 +256,18 @@ device, and must not be modified.

NM_OBJECT_ERROR

#define NM_OBJECT_ERROR nm_object_error_quark ()
 
-

-


NM_OBJECT_DBUS_CONNECTION

#define NM_OBJECT_DBUS_CONNECTION "dbus-connection"
 
-

-


NM_OBJECT_DBUS_PATH

#define NM_OBJECT_DBUS_PATH "dbus-path"
 
-

-

@@ -285,14 +275,12 @@ device, and must not be modified.

The “dbus-connection” property

  “dbus-connection”          DBusGConnection *
-

Flags: Read / Write / Construct Only


The “dbus-path” property

  “dbus-path”                gchar *
-

Flags: Read / Write / Construct Only

Default value: NULL

@@ -306,12 +294,48 @@ user_function (gpointer error, gpointer failed_path, gpointer user_data) +

Indicates that an error occured while creating an NMObject object +during property handling of master_object +.

+

Note: Be aware that the signal is private for libnm-glib's internal + use.

+
+

Parameters

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

master_object

the object that received the signal

 

error

the error that occured while creating object

 

failed_path

object path of the failed object

 

user_data

user data set when the signal handler was connected.

 
+

Flags: Run First

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-glib/html/NMRemoteConnection.html b/docs/libnm-glib/html/NMRemoteConnection.html index 64cd7154..c099c3df 100644 --- a/docs/libnm-glib/html/NMRemoteConnection.html +++ b/docs/libnm-glib/html/NMRemoteConnection.html @@ -2,13 +2,13 @@ -libnm-glib Reference Manual: NMRemoteConnection +NMRemoteConnection: libnm-glib Reference Manual - + @@ -235,8 +235,6 @@

Description

-

-

Functions

@@ -244,8 +242,6 @@

NM_REMOTE_CONNECTION_ERROR

#define NM_REMOTE_CONNECTION_ERROR (nm_remote_connection_error_quark ())
 
-

-


@@ -256,7 +252,6 @@ nm_remote_connection_error_quark (

Returns

the error quark used for NMRemoteConnection errors.

-


@@ -373,7 +368,6 @@ nm_remote_connection_new (

Returns

the new remote connection object on success, or NULL on failure

-


@@ -456,7 +450,7 @@ commit completes.

-

Since 0.9.10

+

Since: 0.9.10


@@ -496,7 +490,7 @@ save completes.

-

Since 0.9.10

+

Since: 0.9.10


-

Since 0.9.10

+

Since: 0.9.10

@@ -645,40 +638,30 @@ representation.

NM_REMOTE_CONNECTION_UNSAVED

#define NM_REMOTE_CONNECTION_UNSAVED         "unsaved"
 
-

-


NM_REMOTE_CONNECTION_UPDATED

#define NM_REMOTE_CONNECTION_UPDATED         "updated"
 
-

-


NM_REMOTE_CONNECTION_REMOVED

#define NM_REMOTE_CONNECTION_REMOVED         "removed"
 
-

-


NMRemoteConnectionCommitFunc

typedef NMRemoteConnectionResultFunc NMRemoteConnectionCommitFunc;
 
-

-


NMRemoteConnectionDeleteFunc

typedef NMRemoteConnectionResultFunc NMRemoteConnectionDeleteFunc;
 
-

-

@@ -686,21 +669,19 @@ representation.

The “bus” property

  “bus”                      DBusGConnection *
-

+

The DBusGConnection that the NMRemoteConnection is connected to.

Flags: Write / Construct Only


The “dbus-connection” property

  “dbus-connection”          DBusGConnection *
-

Flags: Write / Construct Only


The “dbus-path” property

  “dbus-path”                gchar *
-

Flags: Write / Construct Only

Default value: NULL

@@ -708,10 +689,11 @@ representation.

The “unsaved” property

  “unsaved”                  gboolean
-

+

TRUE if the remote connection contains changes that have not been saved +to disk, FALSE if the connection is the same as its on-disk representation.

Flags: Read

Default value: FALSE

-

Since 0.9.10

+

Since: 0.9.10

@@ -721,6 +703,30 @@ representation.

void
 user_function (NMRemoteConnection *connection,
                gpointer            user_data)
+

This signal is emitted when a connection is either deleted or becomes +invisible to the current user.

+
+

Parameters

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

connection

a NMConnection

 

user_data

user data set when the signal handler was connected.

 
+

Flags: Run First


@@ -729,6 +735,30 @@ user_function (void user_function (NMRemoteConnection *connection, gpointer user_data) +

This signal is emitted when a connection changes, and it is +still visible to the user.

+
+

Parameters

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

connection

a NMConnection

 

user_data

user data set when the signal handler was connected.

 
+

Flags: Run First


@@ -743,7 +773,6 @@ user_function ( -
- Generated by GTK-Doc V1.21 +
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-glib/html/NMRemoteSettings.html b/docs/libnm-glib/html/NMRemoteSettings.html index 7f333eb5..10d37ade 100644 --- a/docs/libnm-glib/html/NMRemoteSettings.html +++ b/docs/libnm-glib/html/NMRemoteSettings.html @@ -2,13 +2,13 @@ -libnm-glib Reference Manual: NMRemoteSettings +NMRemoteSettings: libnm-glib Reference Manual - + @@ -435,7 +435,6 @@ nm_remote_settings_error_quark (v

Returns

the error quark used for NMRemoteSettings errors.

-


@@ -446,8 +445,6 @@ nm_remote_settings_error_quark (v NMRemoteConnection *connection, GError *error, gpointer user_data); -

-


@@ -458,8 +455,6 @@ nm_remote_settings_error_quark (v char **failures, GError *error, gpointer user_data); -

-


@@ -468,8 +463,6 @@ nm_remote_settings_error_quark (v (*NMRemoteSettingsSaveHostnameFunc) (NMRemoteSettings *settings, GError *error, gpointer user_data); -

-


@@ -498,7 +491,6 @@ want to avoid that.

Returns

the new remote settings object on success, or NULL on failure

-


@@ -580,7 +572,6 @@ nm_remote_settings_new_finish (GA

Returns

a new NMRemoteSettings object, or NULL on error

-


@@ -651,7 +642,7 @@ nm_remote_settings_get_connection_by_id matching object was found.

[transfer none]

-

Since 0.9.10

+

Since: 0.9.10


@@ -786,7 +777,6 @@ added, not the object itself

Returns

TRUE if the request was successful, FALSE if it failed

-


@@ -839,9 +829,8 @@ added, not the object itself

Returns

TRUE if the request was successful, FALSE if it failed

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -901,9 +890,8 @@ filenames that failed to load.

TRUE if NetworkManager at least tried to load filenames , FALSE if an error occurred (eg, permission denied).

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -939,9 +927,8 @@ the in-memory state matches the on-disk state.

Returns

TRUE on success, FALSE on failure

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -991,7 +978,6 @@ hostname operation completes.

Returns

TRUE if the request was successful, FALSE if it failed

-

@@ -1049,56 +1035,42 @@ hostname operation completes.

NM_REMOTE_SETTINGS_ERROR

#define NM_REMOTE_SETTINGS_ERROR nm_remote_settings_error_quark ()
 
-

-


NM_REMOTE_SETTINGS_BUS

#define NM_REMOTE_SETTINGS_BUS             "bus"
 
-

-


NM_REMOTE_SETTINGS_SERVICE_RUNNING

#define NM_REMOTE_SETTINGS_SERVICE_RUNNING "service-running"
 
-

-


NM_REMOTE_SETTINGS_HOSTNAME

#define NM_REMOTE_SETTINGS_HOSTNAME        "hostname"
 
-

-


NM_REMOTE_SETTINGS_CAN_MODIFY

#define NM_REMOTE_SETTINGS_CAN_MODIFY      "can-modify"
 
-

-


NM_REMOTE_SETTINGS_NEW_CONNECTION

#define NM_REMOTE_SETTINGS_NEW_CONNECTION    "new-connection"
 
-

-


NM_REMOTE_SETTINGS_CONNECTIONS_READ

#define NM_REMOTE_SETTINGS_CONNECTIONS_READ  "connections-read"
 
-

-

@@ -1106,14 +1078,15 @@ hostname operation completes.

The “bus” property

  “bus”                      DBusGConnection *
-

+

The DBusGConnection that the NMRemoteSettings is connected to. Defaults +to the system bus if not specified.

Flags: Read / Write / Construct Only


The “can-modify” property

  “can-modify”               gboolean
-

+

If TRUE, adding and modifying connections is supported.

Flags: Read

Default value: FALSE

@@ -1121,7 +1094,8 @@ hostname operation completes.

The “hostname” property

  “hostname”                 gchar *
-

+

The machine hostname stored in persistent configuration. This can be +modified by calling nm_remote_settings_save_hostname().

Flags: Read

Default value: NULL

@@ -1129,7 +1103,7 @@ hostname operation completes.

The “service-running” property

  “service-running”          gboolean
-

+

Whether the settings service is running.

Flags: Read

Default value: FALSE

@@ -1159,7 +1133,6 @@ user_function ( -
- Generated by GTK-Doc V1.21
+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-glib/html/NMSecretAgent.html b/docs/libnm-glib/html/NMSecretAgent.html index 367c6450..8acd02c1 100644 --- a/docs/libnm-glib/html/NMSecretAgent.html +++ b/docs/libnm-glib/html/NMSecretAgent.html @@ -2,13 +2,13 @@ -libnm-glib Reference Manual: NMSecretAgent +NMSecretAgent: libnm-glib Reference Manual - + @@ -228,8 +228,6 @@

Description

-

-

Functions

@@ -237,20 +235,12 @@

NM_SECRET_AGENT_ERROR

#define NM_SECRET_AGENT_ERROR         (nm_secret_agent_error_quark ())
 
-

-


nm_secret_agent_error_quark ()

GQuark
 nm_secret_agent_error_quark (void);
-

-

-
-

Returns

-

-

@@ -299,7 +289,7 @@ something like this:

NM_SETTING_WIRELESS_SECURITY_PSK, "my really cool PSK", NULL); nm_connection_add_setting (secrets, NM_SETTING (s_wsec)); -secrets_hash = nm_connection_to_hash (secrets, NM_SETTING_HASH_FLAG_ALL); +secrets_hash = nm_connection_to_hash (secrets, NM_SETTING_HASH_FLAG_ALL); (call the NMSecretAgentGetSecretsFunc with secrets_hash) @@ -482,7 +472,6 @@ asynchronous operation and its success or failure is indicated via the

a new TRUE if registration was successfully requested (this does not mean registration itself was successful), FALSE if registration was not successfully requested.

-


@@ -511,7 +500,6 @@ store secrets on behalf of this user.

Returns

a new TRUE if unregistration was successful, FALSE if it was not.

-


@@ -537,7 +525,6 @@ nm_secret_agent_get_registered (

Returns

a TRUE if the agent is registered, FALSE if it is not.

-


@@ -807,7 +794,7 @@ authentication dialogs.

-

Since 0.9.10

+

Since: 0.9.10


@@ -869,40 +856,30 @@ results or carrier changes.

NM_SECRET_AGENT_IDENTIFIER

#define NM_SECRET_AGENT_IDENTIFIER          "identifier"
 
-

-


NM_SECRET_AGENT_AUTO_REGISTER

#define NM_SECRET_AGENT_AUTO_REGISTER       "auto-register"
 
-

-


NM_SECRET_AGENT_REGISTERED

#define NM_SECRET_AGENT_REGISTERED          "registered"
 
-

-


NM_SECRET_AGENT_CAPABILITIES

#define NM_SECRET_AGENT_CAPABILITIES        "capabilities"
 
-

-


NM_SECRET_AGENT_REGISTRATION_RESULT

#define NM_SECRET_AGENT_REGISTRATION_RESULT "registration-result"
 
-

-

@@ -910,7 +887,13 @@ results or carrier changes.

The “auto-register” property

  “auto-register”            gboolean
-

+

If TRUE, the agent will attempt to automatically register itself after +it is created (via an idle handler) and to re-register itself if +NetworkManager restarts. If FALSE, the agent does not automatically +register with NetworkManager, and nm_secret_agent_register() must be +called. If 'auto-register' is TRUE, calling nm_secret_agent_unregister() +will suppress auto-registration until nm_secret_agent_register() is +called, which re-enables auto-registration.

Flags: Read / Write / Construct

Default value: TRUE

@@ -918,14 +901,20 @@ results or carrier changes.

The “capabilities” property

  “capabilities”             NMSecretAgentCapabilities
-

+

A bitfield of NMSecretAgentCapabilities.

Flags: Read / Write / Construct


The “identifier” property

  “identifier”               gchar *
-

+

Identifies this agent; only one agent in each user session may use the +same identifier. Identifier formatting follows the same rules as +D-Bus bus names with the exception that the ':' character is not +allowed. The valid set of characters is "A-Z[0-9]_-." and the +identifier is limited in length to 255 characters with a minimum +of 3 characters. An example valid identifier is 'org.gnome.nm-applet' +(without quotes).

Flags: Read / Write / Construct Only

Default value: NULL

@@ -933,7 +922,7 @@ results or carrier changes.

The “registered” property

  “registered”               gboolean
-

+

TRUE if the agent is registered with NetworkManager, FALSE if not.

Flags: Read

Default value: FALSE

@@ -946,12 +935,41 @@ results or carrier changes.

user_function (NMSecretAgent *agent, gpointer error, gpointer user_data) +

Indicates the result of a registration request; if error + is NULL the +request was successful.

+
+

Parameters

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

agent

the agent that received the signal

 

error

the error, if any, that occured while registering

 

user_data

user data set when the signal handler was connected.

 
+

Flags: Run First

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-glib/html/NMVPNConnection.html b/docs/libnm-glib/html/NMVPNConnection.html index c74274ea..7562a519 100644 --- a/docs/libnm-glib/html/NMVPNConnection.html +++ b/docs/libnm-glib/html/NMVPNConnection.html @@ -2,13 +2,13 @@ -libnm-glib Reference Manual: NMVPNConnection +NMVPNConnection: libnm-glib Reference Manual - + @@ -135,8 +135,6 @@

Description

-

-

Functions

@@ -198,7 +196,6 @@ nm_vpn_connection_get_vpn_state (

Returns

the VPN state of the active VPN connection.

-


@@ -226,7 +223,6 @@ nm_vpn_connection_get_banner (

Returns

the VPN login banner of the VPN connection. This is the internal string used by the connection, and must not be modified.

-

@@ -236,16 +232,12 @@ string used by the connection, and must not be modified.

NM_VPN_CONNECTION_VPN_STATE

#define NM_VPN_CONNECTION_VPN_STATE "vpn-state"
 
-

-


NM_VPN_CONNECTION_BANNER

#define NM_VPN_CONNECTION_BANNER "banner"
 
-

-

@@ -253,7 +245,7 @@ string used by the connection, and must not be modified.

The “banner” property

  “banner”                   gchar *
-

+

The VPN login banner of the active VPN connection.

Flags: Read

Default value: NULL

@@ -261,7 +253,7 @@ string used by the connection, and must not be modified.

The “vpn-state” property

  “vpn-state”                guint
-

+

The VPN state of the active VPN connection.

Flags: Read

Allowed values: <= 7

Default value: 0

@@ -281,7 +273,6 @@ user_function ( -
- Generated by GTK-Doc V1.21
+
Generated by GTK-Doc V1.24
\ No newline at end of file diff --git a/docs/libnm-glib/html/NMWimaxNsp.html b/docs/libnm-glib/html/NMWimaxNsp.html index a83434a5..91cdbfee 100644 --- a/docs/libnm-glib/html/NMWimaxNsp.html +++ b/docs/libnm-glib/html/NMWimaxNsp.html @@ -2,13 +2,13 @@ -libnm-glib Reference Manual: NMWimaxNsp +NMWimaxNsp: libnm-glib Reference Manual - + @@ -155,8 +155,6 @@

Description

-

-

Functions

@@ -218,7 +216,6 @@ nm_wimax_nsp_get_name (

Returns

the name

-


@@ -245,7 +242,6 @@ nm_wimax_nsp_get_signal_quality (

Returns

the signal quality

-


@@ -272,7 +268,6 @@ nm_wimax_nsp_get_network_type (

Returns

the network type

-


@@ -357,7 +352,6 @@ against

Returns

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

-

@@ -367,24 +361,18 @@ against

NM_WIMAX_NSP_NAME

#define NM_WIMAX_NSP_NAME           "name"
 
-

-


NM_WIMAX_NSP_SIGNAL_QUALITY

#define NM_WIMAX_NSP_SIGNAL_QUALITY "signal-quality"
 
-

-


NM_WIMAX_NSP_NETWORK_TYPE

#define NM_WIMAX_NSP_NETWORK_TYPE   "network-type"
 
-

-


@@ -437,7 +425,7 @@ against

The “name” property

  “name”                     gchar *
-

+

The name of the WiMAX NSP.

Flags: Read

Default value: NULL

@@ -445,7 +433,7 @@ against

The “network-type” property

  “network-type”             guint
-

+

The network type of the WiMAX NSP.

Flags: Read

Default value: 0

@@ -453,7 +441,7 @@ against

The “signal-quality” property

  “signal-quality”           guint
-

+

The signal quality of the WiMAX NSP.

Flags: Read

Allowed values: <= 100

Default value: 0

@@ -461,7 +449,6 @@ against

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-glib/html/annotation-glossary.html b/docs/libnm-glib/html/annotation-glossary.html index 03f6d263..52e56c4d 100644 --- a/docs/libnm-glib/html/annotation-glossary.html +++ b/docs/libnm-glib/html/annotation-glossary.html @@ -2,12 +2,12 @@ -libnm-glib Reference Manual: Annotation Glossary +Annotation Glossary: libnm-glib Reference Manual - + @@ -48,6 +48,8 @@

S

scope async

The callback is valid until first called.

+
skip
+

Exposed in C code, not necessarily available in other languages.

T

transfer container

Free data container after the code is done.

@@ -55,9 +57,10 @@

Free data after the code is done.

transfer none

Don't free data after the code is done.

+
type
+

Override the parsed C type with given type.

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-glib/html/api-index-full.html b/docs/libnm-glib/html/api-index-full.html index 59052d84..1f09388c 100644 --- a/docs/libnm-glib/html/api-index-full.html +++ b/docs/libnm-glib/html/api-index-full.html @@ -2,13 +2,13 @@ -libnm-glib Reference Manual: API Index +API Index: libnm-glib Reference Manual - + @@ -2573,7 +2573,6 @@
+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-glib/html/ch02.html b/docs/libnm-glib/html/ch02.html index 80d259a7..18b6b1ab 100644 --- a/docs/libnm-glib/html/ch02.html +++ b/docs/libnm-glib/html/ch02.html @@ -2,13 +2,13 @@ -libnm-glib Reference Manual: libnm-glib API Reference +libnm-glib API Reference: libnm-glib Reference Manual - + @@ -119,7 +119,6 @@ +
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-glib/html/index.html b/docs/libnm-glib/html/index.html index fb5c1c38..bec4797c 100644 --- a/docs/libnm-glib/html/index.html +++ b/docs/libnm-glib/html/index.html @@ -6,7 +6,7 @@ - + @@ -15,7 +15,7 @@

- for libnm-glib 1.0.2 + for libnm-glib 1.0.4 The latest version of this documentation can be found on-line at https://developer.gnome.org/libnm-glib/0.9/. @@ -150,7 +150,6 @@

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-glib/html/index.sgml b/docs/libnm-glib/html/index.sgml index 7e412917..5b020fd0 100644 --- a/docs/libnm-glib/html/index.sgml +++ b/docs/libnm-glib/html/index.sgml @@ -63,8 +63,27 @@ + + + + + + + + + + + + + + + + + + + @@ -191,6 +210,8 @@ + + @@ -256,6 +277,11 @@ + + + + + @@ -288,6 +314,13 @@ + + + + + + + @@ -319,6 +352,10 @@ + + + + @@ -339,6 +376,12 @@ + + + + + + @@ -368,6 +411,11 @@ + + + + + @@ -401,6 +449,9 @@ + + + @@ -419,6 +470,10 @@ + + + + @@ -441,6 +496,10 @@ + + + + @@ -463,6 +522,10 @@ + + + + @@ -483,6 +546,9 @@ + + + @@ -502,6 +568,11 @@ + + + + + @@ -523,6 +594,12 @@ + + + + + + @@ -547,6 +624,9 @@ + + + @@ -573,6 +653,10 @@ + + + + @@ -721,6 +805,8 @@ + + @@ -750,6 +836,8 @@ + + @@ -790,6 +878,10 @@ + + + + @@ -831,8 +923,21 @@ + + + + + + + + + + + + + @@ -884,6 +989,16 @@ + + + + + + + + + + @@ -902,10 +1017,18 @@ + + + + + + + + @@ -919,6 +1042,8 @@ + + diff --git a/docs/libnm-glib/html/libnm-glib-NMVPNPlugin.html b/docs/libnm-glib/html/libnm-glib-NMVPNPlugin.html index b64ade5b..e0523b6f 100644 --- a/docs/libnm-glib/html/libnm-glib-NMVPNPlugin.html +++ b/docs/libnm-glib/html/libnm-glib-NMVPNPlugin.html @@ -2,13 +2,13 @@ -libnm-glib Reference Manual: NMVPNPlugin +NMVPNPlugin: libnm-glib Reference Manual - + @@ -155,8 +155,6 @@

Description

-

-

Functions

@@ -164,36 +162,18 @@

nm_vpn_plugin_error_quark ()

GQuark
 nm_vpn_plugin_error_quark (void);
-

-

-
-

Returns

-

-

nm_vpn_plugin_get_connection ()

DBusGConnection *
 nm_vpn_plugin_get_connection (NMVPNPlugin *plugin);
-

-

-
-

Returns

-

-

nm_vpn_plugin_get_state ()

NMVPNServiceState
 nm_vpn_plugin_get_state (NMVPNPlugin *plugin);
-

-

-
-

Returns

-

-

@@ -201,8 +181,6 @@ nm_vpn_plugin_get_state (NMVPNPlu
void
 nm_vpn_plugin_set_state (NMVPNPlugin *plugin,
                          NMVPNServiceState state);
-

-


@@ -243,7 +221,7 @@ information to complete the request.

-

Since 0.9.10

+

Since: 0.9.10


@@ -251,8 +229,6 @@ information to complete the request.

void
 nm_vpn_plugin_set_login_banner (NMVPNPlugin *plugin,
                                 const char *banner);
-

-


@@ -260,8 +236,6 @@ nm_vpn_plugin_set_login_banner (N
void
 nm_vpn_plugin_failure (NMVPNPlugin *plugin,
                        NMVPNPluginFailure reason);
-

-


@@ -269,8 +243,6 @@ nm_vpn_plugin_failure (NMVPNPlugi
void
 nm_vpn_plugin_set_config (NMVPNPlugin *plugin,
                           GHashTable *config);
-

-


@@ -278,8 +250,6 @@ nm_vpn_plugin_set_config (NMVPNPl
void
 nm_vpn_plugin_set_ip4_config (NMVPNPlugin *plugin,
                               GHashTable *ip4_config);
-

-


@@ -287,8 +257,6 @@ nm_vpn_plugin_set_ip4_config (NMV
void
 nm_vpn_plugin_set_ip6_config (NMVPNPlugin *plugin,
                               GHashTable *ip6_config);
-

-


@@ -296,12 +264,6 @@ nm_vpn_plugin_set_ip6_config (NMV
gboolean
 nm_vpn_plugin_disconnect (NMVPNPlugin *plugin,
                           GError **err);
-

-

-
-

Returns

-

-
@@ -310,16 +272,12 @@ nm_vpn_plugin_disconnect (NMVPNPl

NM_VPN_PLUGIN_DBUS_SERVICE_NAME

#define NM_VPN_PLUGIN_DBUS_SERVICE_NAME "service-name"
 
-

-


NM_VPN_PLUGIN_STATE

#define NM_VPN_PLUGIN_STATE             "state"
 
-

-


@@ -423,7 +381,6 @@ nm_vpn_plugin_disconnect (NMVPNPl
+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-glib/html/libnm-glib-NMVpnPluginUiWidget.html b/docs/libnm-glib/html/libnm-glib-NMVpnPluginUiWidget.html index 95d75061..e4630fed 100644 --- a/docs/libnm-glib/html/libnm-glib-NMVpnPluginUiWidget.html +++ b/docs/libnm-glib/html/libnm-glib-NMVpnPluginUiWidget.html @@ -2,13 +2,13 @@ -libnm-glib Reference Manual: NMVpnPluginUiWidget +NMVpnPluginUiWidget: libnm-glib Reference Manual - + @@ -163,8 +163,6 @@

Description

-

-

Functions

@@ -172,24 +170,12 @@

NMVpnPluginUiFactory ()

NMVpnPluginUiInterface *
 (*NMVpnPluginUiFactory) (GError **error);
-

-

-
-

Returns

-

-

nm_vpn_plugin_ui_factory ()

NMVpnPluginUiInterface *
 nm_vpn_plugin_ui_factory (GError **error);
-

-

-
-

Returns

-

-

@@ -198,12 +184,6 @@ nm_vpn_plugin_ui_factory (GError< nm_vpn_plugin_ui_interface_ui_factory (NMVpnPluginUiInterface *iface, NMConnection *connection, GError **error); -

-

-
-

Returns

-

-

@@ -211,12 +191,6 @@ nm_vpn_plugin_ui_interface_ui_factory (guint32 nm_vpn_plugin_ui_interface_get_capabilities (NMVpnPluginUiInterface *iface); -

-

-
-

Returns

-

-

@@ -225,12 +199,6 @@ nm_vpn_plugin_ui_interface_get_capabilities nm_vpn_plugin_ui_interface_import (NMVpnPluginUiInterface *iface, const char *path, GError **error); -

-

-
-

Returns

-

-

@@ -240,12 +208,6 @@ nm_vpn_plugin_ui_interface_export (const char *path, NMConnection *connection, GError **error); -

-

-
-

Returns

-

-

@@ -254,12 +216,6 @@ nm_vpn_plugin_ui_interface_export (NMVpnPluginUiInterface *iface, NMConnection *connection); -

-

-
-

Returns

-

-

@@ -270,12 +226,6 @@ nm_vpn_plugin_ui_interface_delete_connection NMConnection *connection, GError **error);

nm_vpn_plugin_ui_interface_delete_connection is deprecated and should not be used in newly-written code.

-

-

-
-

Returns

-

-

@@ -283,12 +233,6 @@ nm_vpn_plugin_ui_interface_delete_connection
GObject *
 nm_vpn_plugin_ui_widget_interface_get_widget
                                (NMVpnPluginUiWidgetInterface *iface);
-

-

-
-

Returns

-

-

@@ -298,12 +242,6 @@ nm_vpn_plugin_ui_widget_interface_update_connection (NMVpnPluginUiWidgetInterface *iface, NMConnection *connection, GError **error); -

-

-
-

Returns

-

-

@@ -314,12 +252,6 @@ nm_vpn_plugin_ui_widget_interface_save_secrets NMConnection *connection, GError **error);

nm_vpn_plugin_ui_widget_interface_save_secrets is deprecated and should not be used in newly-written code.

-

-

-
-

Returns

-

-
@@ -373,24 +305,18 @@ nm_vpn_plugin_ui_widget_interface_save_secrets

NM_VPN_PLUGIN_UI_INTERFACE_NAME

#define NM_VPN_PLUGIN_UI_INTERFACE_NAME "name"
 
-

-


NM_VPN_PLUGIN_UI_INTERFACE_DESC

#define NM_VPN_PLUGIN_UI_INTERFACE_DESC "desc"
 
-

-


NM_VPN_PLUGIN_UI_INTERFACE_SERVICE

#define NM_VPN_PLUGIN_UI_INTERFACE_SERVICE "service"
 
-

-


@@ -408,8 +334,8 @@ information to UI programs.

NM_VPN_PLUGIN_UI_INTERFACE_PROP_FIRST

-  -  +  + 

NM_VPN_PLUGIN_UI_INTERFACE_PROP_NAME

@@ -441,7 +367,6 @@ plugin's VPN service daemon

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-glib/html/libnm-glib-nm-types.html b/docs/libnm-glib/html/libnm-glib-nm-types.html index c8ee10a3..9c3dce35 100644 --- a/docs/libnm-glib/html/libnm-glib-nm-types.html +++ b/docs/libnm-glib/html/libnm-glib-nm-types.html @@ -2,13 +2,13 @@ -libnm-glib Reference Manual: nm-types +nm-types: libnm-glib Reference Manual - + @@ -33,18 +33,16 @@

Description

-

-

Functions

+

Types and Values

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-glib/html/libnm-glib-nm-vpn-plugin-utils.html b/docs/libnm-glib/html/libnm-glib-nm-vpn-plugin-utils.html index 0a53334e..b03e5987 100644 --- a/docs/libnm-glib/html/libnm-glib-nm-vpn-plugin-utils.html +++ b/docs/libnm-glib/html/libnm-glib-nm-vpn-plugin-utils.html @@ -2,13 +2,13 @@ -libnm-glib Reference Manual: nm-vpn-plugin-utils +nm-vpn-plugin-utils: libnm-glib Reference Manual - + @@ -60,8 +60,6 @@

Description

-

-

Functions

@@ -105,7 +103,6 @@ an applet when the applet calls the authentication dialog of the VPN plugin.

Returns

TRUE if reading values was successful, FALSE if not

-


@@ -151,7 +148,6 @@ item in data

Returns

TRUE if the flag data item was found and successfully converted to flags, FALSE if not

-

@@ -160,7 +156,6 @@ to flags, FALSE if not

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-glib/html/libnm-glib.devhelp2 b/docs/libnm-glib/html/libnm-glib.devhelp2 index 8c4d8202..00b0f075 100644 --- a/docs/libnm-glib/html/libnm-glib.devhelp2 +++ b/docs/libnm-glib/html/libnm-glib.devhelp2 @@ -1,5 +1,4 @@ - @@ -672,5 +671,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/libnm-glib/html/object-tree.html b/docs/libnm-glib/html/object-tree.html index 500f78d4..c6ea9297 100644 --- a/docs/libnm-glib/html/object-tree.html +++ b/docs/libnm-glib/html/object-tree.html @@ -2,13 +2,13 @@ -libnm-glib Reference Manual: Object Hierarchy +Object Hierarchy: libnm-glib Reference Manual - + @@ -55,7 +55,6 @@ +
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-glib/html/ref-overview.html b/docs/libnm-glib/html/ref-overview.html index d3a8c516..fcd4ec99 100644 --- a/docs/libnm-glib/html/ref-overview.html +++ b/docs/libnm-glib/html/ref-overview.html @@ -2,13 +2,13 @@ -libnm-glib Reference Manual: Object Overview +Object Overview: libnm-glib Reference Manual - + @@ -41,7 +41,6 @@

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-glib/html/style.css b/docs/libnm-glib/html/style.css index c141ddd2..36754209 100644 --- a/docs/libnm-glib/html/style.css +++ b/docs/libnm-glib/html/style.css @@ -60,7 +60,7 @@ a:hover div.informaltable table { border-collapse: separate; - border-spacing: 1em 0.5em; + border-spacing: 1em 0.3em; border: none; } @@ -148,6 +148,8 @@ div.table table th h4 { color: #555753; + margin-top: 1em; + margin-bottom: 1em; } hr @@ -166,17 +168,16 @@ dl.toc dt padding-bottom: 0.25em; } -dl.toc > dd > dl > dt +dl.toc > dt { padding-top: 0.25em; padding-bottom: 0.25em; + font-weight: bold; } -dl.toc > dt +dl.toc > dl { - padding-top: 1em; padding-bottom: 0.5em; - font-weight: bold; } .parameter @@ -346,7 +347,9 @@ acronym,abbr } @media screen { - sup a.footnote + /* these have a as a first child, but since there are no parent selectors + * we can't use that. */ + a.footnote { position: relative; top: 0em ! important; -- cgit 1.3.0-6-gf8a5