From 45cb5bb3c0e6edb887cf69b417fcaf7053814a9b Mon Sep 17 00:00:00 2001 From: Aron Xu Date: Tue, 20 Dec 2016 20:06:37 +0800 Subject: Imported Upstream version 1.4.4 --- docs/libnm-glib/html/NMAccessPoint.html | 148 ++++---- docs/libnm-glib/html/NMActiveConnection.html | 152 ++++---- docs/libnm-glib/html/NMClient.html | 404 ++++++++++----------- docs/libnm-glib/html/NMDHCP4Config.html | 36 +- docs/libnm-glib/html/NMDHCP6Config.html | 36 +- docs/libnm-glib/html/NMDevice.html | 334 ++++++++--------- docs/libnm-glib/html/NMDeviceAdsl.html | 38 +- docs/libnm-glib/html/NMDeviceBond.html | 54 +-- docs/libnm-glib/html/NMDeviceBridge.html | 54 +-- docs/libnm-glib/html/NMDeviceBt.html | 52 +-- docs/libnm-glib/html/NMDeviceEthernet.html | 60 +-- docs/libnm-glib/html/NMDeviceGeneric.html | 38 +- docs/libnm-glib/html/NMDeviceInfiniband.html | 44 +-- docs/libnm-glib/html/NMDeviceModem.html | 36 +- docs/libnm-glib/html/NMDeviceOlpcMesh.html | 46 +-- docs/libnm-glib/html/NMDeviceTeam.html | 54 +-- docs/libnm-glib/html/NMDeviceVlan.html | 56 +-- docs/libnm-glib/html/NMDeviceWifi.html | 116 +++--- docs/libnm-glib/html/NMDeviceWimax.html | 120 +++--- docs/libnm-glib/html/NMIP4Config.html | 94 ++--- docs/libnm-glib/html/NMIP6Config.html | 90 ++--- docs/libnm-glib/html/NMObject.html | 46 +-- docs/libnm-glib/html/NMRemoteConnection.html | 126 +++---- docs/libnm-glib/html/NMRemoteSettings.html | 230 ++++++------ docs/libnm-glib/html/NMSecretAgent.html | 156 ++++---- docs/libnm-glib/html/NMVPNConnection.html | 48 +-- docs/libnm-glib/html/NMWimaxNsp.html | 72 ++-- docs/libnm-glib/html/annotation-glossary.html | 2 +- docs/libnm-glib/html/api-index-full.html | 2 +- docs/libnm-glib/html/ch02.html | 2 +- docs/libnm-glib/html/index.html | 4 +- docs/libnm-glib/html/libnm-glib-NMVPNPlugin.html | 38 +- .../html/libnm-glib-NMVpnPluginUiWidget.html | 68 ++-- docs/libnm-glib/html/libnm-glib-nm-types.html | 2 +- .../html/libnm-glib-nm-vpn-plugin-utils.html | 32 +- docs/libnm-glib/html/object-tree.html | 6 +- docs/libnm-glib/html/ref-overview.html | 2 +- 37 files changed, 1449 insertions(+), 1449 deletions(-) (limited to 'docs/libnm-glib/html') diff --git a/docs/libnm-glib/html/NMAccessPoint.html b/docs/libnm-glib/html/NMAccessPoint.html index e592bbe4..933e4c59 100644 --- a/docs/libnm-glib/html/NMAccessPoint.html +++ b/docs/libnm-glib/html/NMAccessPoint.html @@ -3,7 +3,7 @@ NMAccessPoint: libnm-glib Reference Manual - + @@ -35,7 +35,7 @@

Functions

-
+
@@ -43,7 +43,7 @@ -
-GObject * +GObject * nm_access_point_new () @@ -51,7 +51,7 @@
-NM80211ApFlags +NM80211ApFlags nm_access_point_get_flags () @@ -59,7 +59,7 @@
-NM80211ApSecurityFlags +NM80211ApSecurityFlags nm_access_point_get_wpa_flags () @@ -67,14 +67,14 @@
-NM80211ApSecurityFlags +NM80211ApSecurityFlags nm_access_point_get_rsn_flags ()
const GByteArray * +const GByteArray * nm_access_point_get_ssid () @@ -89,7 +89,7 @@
-guint32 +guint32 nm_access_point_get_frequency () @@ -97,7 +97,7 @@
-NM80211Mode +NM80211Mode nm_access_point_get_mode () @@ -105,7 +105,7 @@
-guint32 +guint32 nm_access_point_get_max_bitrate () @@ -113,7 +113,7 @@
-guint8 +guint8 nm_access_point_get_strength () @@ -121,7 +121,7 @@
-gint +gint nm_access_point_get_last_seen () @@ -129,7 +129,7 @@
-GSList * +GSList * nm_access_point_filter_connections () @@ -137,7 +137,7 @@
-gboolean +gboolean nm_access_point_connection_valid () @@ -155,7 +155,7 @@

Properties

-
+
@@ -164,43 +164,43 @@ +gchar * - + - + +gchar * - + - + - + - + @@ -211,12 +211,12 @@ - + - + @@ -225,7 +225,7 @@

Types and Values

-
-gchar * bssid Read
guintguint flags Read
guintguint frequency Read
-gchar * hw-address Read
gintgint last-seen Read
guintguint max-bitrate Read
guintguint mode Read
guintguint rsn-flags Read
Read
gucharguchar strength Read
guintguint wpa-flags Read
+
@@ -280,7 +280,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── NMObject
         ╰── NMAccessPoint
 
@@ -292,13 +292,13 @@

Functions

nm_access_point_new ()

-
GObject *
-nm_access_point_new (DBusGConnection *connection,
+
GObject *
+nm_access_point_new (DBusGConnection *connection,
                      const char *path);

Creates a new NMAccessPoint.

Parameters

-
+
@@ -307,7 +307,7 @@ nm_access_point_new (

connection

-
+ @@ -327,12 +327,12 @@ nm_access_point_new (

nm_access_point_get_flags ()

-
NM80211ApFlags
+
NM80211ApFlags
 nm_access_point_get_flags (NMAccessPoint *ap);

Gets the flags of the access point.

Parameters

-

the DBusGConnection

the DBusGConnection

 
+
@@ -353,12 +353,12 @@ nm_access_point_get_flags (

nm_access_point_get_wpa_flags ()

-
NM80211ApSecurityFlags
+
NM80211ApSecurityFlags
 nm_access_point_get_wpa_flags (NMAccessPoint *ap);

Gets the WPA (version 1) flags of the access point.

Parameters

-
+
@@ -379,13 +379,13 @@ nm_access_point_get_wpa_flags (

nm_access_point_get_rsn_flags ()

-
NM80211ApSecurityFlags
+
NM80211ApSecurityFlags
 nm_access_point_get_rsn_flags (NMAccessPoint *ap);

Gets the RSN (Robust Secure Network, ie WPA version 2) flags of the access point.

Parameters

-
+
@@ -406,12 +406,12 @@ point.


nm_access_point_get_ssid ()

-
const GByteArray *
+
const GByteArray *
 nm_access_point_get_ssid (NMAccessPoint *ap);

Gets the SSID of the access point.

Parameters

-
+
@@ -426,7 +426,7 @@ nm_access_point_get_ssid (

Returns

-

the GByteArray containing the SSID. This is the internal copy used by the +

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

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

Parameters

-
+
@@ -460,12 +460,12 @@ not be modified or freed.


nm_access_point_get_frequency ()

-
guint32
+
guint32
 nm_access_point_get_frequency (NMAccessPoint *ap);

Gets the frequency of the access point.

Parameters

-
+
@@ -486,12 +486,12 @@ nm_access_point_get_frequency (

nm_access_point_get_mode ()

-
NM80211Mode
+
NM80211Mode
 nm_access_point_get_mode (NMAccessPoint *ap);

Gets the mode of the access point.

Parameters

-
+
@@ -512,12 +512,12 @@ nm_access_point_get_mode (

nm_access_point_get_max_bitrate ()

-
guint32
+
guint32
 nm_access_point_get_max_bitrate (NMAccessPoint *ap);

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

Parameters

-
+
@@ -538,12 +538,12 @@ nm_access_point_get_max_bitrate (

nm_access_point_get_strength ()

-
guint8
+
guint8
 nm_access_point_get_strength (NMAccessPoint *ap);

Gets the current signal strength of the access point.

Parameters

-
+
@@ -564,14 +564,14 @@ nm_access_point_get_strength (

nm_access_point_get_last_seen ()

-
gint
+
gint
 nm_access_point_get_last_seen (NMAccessPoint *ap);

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

Parameters

-
+
@@ -593,9 +593,9 @@ point has not been found in a scan.


nm_access_point_filter_connections ()

-
GSList *
+
GSList *
 nm_access_point_filter_connections (NMAccessPoint *ap,
-                                    const GSList *connections);
+ const GSList *connections);

Filters a given list of connections for a given NMAccessPoint object and return connections which may be activated with the access point. Any returned connections will match the ap @@ -607,7 +607,7 @@ for a given

Parameters

-
+
@@ -622,7 +622,7 @@ filter that list with this function.

+NMConnection objects to filter.

@@ -631,20 +631,20 @@ filter that list with this function.

Returns

a -list of NMConnection objects that could be activated with the given ap +list of NMConnection objects that could be activated with the given ap . The elements of the list are owned by their creator and should not be freed by the caller, but the returned list itself is owned by the caller and should -be freed with g_slist_free() when it is no longer required.

+be freed with g_slist_free() when it is no longer required.

[transfer container][element-type NMConnection]


nm_access_point_connection_valid ()

-
gboolean
+
gboolean
 nm_access_point_connection_valid (NMAccessPoint *ap,
-                                  NMConnection *connection);
+ NMConnection *connection);

Validates a given connection against a given Wi-Fi access point to ensure that the connection may be activated with that AP. The connection must match the ap @@ -652,7 +652,7 @@ the connection may be activated with that AP. The connection must match the channel, band, etc.

Parameters

-

connections

a list of -NMConnection objects to filter.

[element-type NMConnection]
+
@@ -667,7 +667,7 @@ against

- @@ -676,8 +676,8 @@ against

Returns

-

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

+

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


@@ -692,7 +692,7 @@ nm_access_point_get_hw_address (Gets the hardware (MAC) address of the access point.

Parameters

-

connection

an NMConnection to validate against ap +

an NMConnection to validate against ap

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

Property Details

The “bssid” property

-
  “bssid”                    gchar *
+
  “bssid”                    gchar *

The BSSID of the access point.

Flags: Read

Default value: NULL

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


The “flags” property

-
  “flags”                    guint
+
  “flags”                    guint

The flags of the access point.

Flags: Read

Allowed values: <= 1

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


The “frequency” property

-
  “frequency”                guint
+
  “frequency”                guint

The frequency of the access point.

Flags: Read

Allowed values: <= 10000

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


The “hw-address” property

-
  “hw-address”               gchar *
+
  “hw-address”               gchar *

The hardware address of the access point.

Flags: Read

Default value: NULL

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


The “last-seen” property

-
  “last-seen”                gint
+
  “last-seen”                gint

The timestamp (in CLOCK_BOOTTIME seconds) for the last time the access point was found in scan results. A value of -1 means the access point has not been found in a scan.

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


The “max-bitrate” property

-
  “max-bitrate”              guint
+
  “max-bitrate”              guint

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

Flags: Read

Default value: 0

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


The “mode” property

-
  “mode”                     guint
+
  “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).

@@ -849,7 +849,7 @@ coordinator of the wireless network allowing clients to connect) or

The “rsn-flags” property

-
  “rsn-flags”                guint
+
  “rsn-flags”                guint

The RSN flags of the access point.

Flags: Read

Default value: 0

@@ -864,7 +864,7 @@ coordinator of the wireless network allowing clients to connect) or

The “strength” property

-
  “strength”                 guchar
+
  “strength”                 guchar

The current signal strength of the access point.

Flags: Read

Default value: 0

@@ -872,7 +872,7 @@ coordinator of the wireless network allowing clients to connect) or

The “wpa-flags” property

-
  “wpa-flags”                guint
+
  “wpa-flags”                guint

The WPA flags of the access point.

Flags: Read

Default value: 0

diff --git a/docs/libnm-glib/html/NMActiveConnection.html b/docs/libnm-glib/html/NMActiveConnection.html index 26fc631c..5e3bd623 100644 --- a/docs/libnm-glib/html/NMActiveConnection.html +++ b/docs/libnm-glib/html/NMActiveConnection.html @@ -3,7 +3,7 @@ NMActiveConnection: libnm-glib Reference Manual - + @@ -35,7 +35,7 @@

Functions

-
+
@@ -43,7 +43,7 @@ -
-GObject * +GObject * nm_active_connection_new () @@ -85,7 +85,7 @@
const GPtrArray * +const GPtrArray * nm_active_connection_get_devices () @@ -93,7 +93,7 @@
-NMActiveConnectionState +NMActiveConnectionState nm_active_connection_get_state () @@ -108,7 +108,7 @@
-gboolean +gboolean nm_active_connection_get_default () @@ -132,7 +132,7 @@
-gboolean +gboolean nm_active_connection_get_default6 () @@ -156,7 +156,7 @@
-gboolean +gboolean nm_active_connection_get_vpn () @@ -167,7 +167,7 @@

Properties

-
+
@@ -176,17 +176,17 @@ +gchar * - + - + @@ -210,7 +210,7 @@ +gchar * @@ -228,35 +228,35 @@ +gchar * +gchar * - + +gchar * +gchar * - + @@ -265,7 +265,7 @@

Types and Values

-
-gchar * connection Read
gbooleangboolean default Read
gbooleangboolean default6 Read
-gchar * id Read
-gchar * master Read
-gchar * specific-object Read
guintguint state Read
-gchar * type Read
-gchar * uuid Read
gbooleangboolean vpn Read
+
@@ -336,7 +336,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── NMObject
         ╰── NMActiveConnection
             ╰── NMVPNConnection
@@ -349,13 +349,13 @@
 

Functions

nm_active_connection_new ()

-
GObject *
-nm_active_connection_new (DBusGConnection *connection,
+
GObject *
+nm_active_connection_new (DBusGConnection *connection,
                           const char *path);

Creates a new NMActiveConnection.

Parameters

-
+
@@ -364,7 +364,7 @@ nm_active_connection_new (

connection

-
+ @@ -386,12 +386,12 @@ nm_active_connection_new (

nm_active_connection_get_connection ()

const char *
 nm_active_connection_get_connection (NMActiveConnection *connection);
-

Gets the NMConnection's DBus object path. This is often used with +

Gets the NMConnection's DBus object path. This is often used with nm_remote_settings_get_connection_by_path() to retrieve the NMRemoteConnection object that describes the connection.

Parameters

-

the DBusGConnection

the DBusGConnection

 
+
@@ -406,7 +406,7 @@ nm_active_connection_get_connection (

Returns

-

the object path of the NMConnection which this NMActiveConnection +

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.

@@ -416,10 +416,10 @@ connection, and must not be modified.

nm_active_connection_get_id ()

const char *
 nm_active_connection_get_id (NMActiveConnection *connection);
-

Gets the NMConnection's ID.

+

Gets the NMConnection's ID.

Parameters

-
+
@@ -434,7 +434,7 @@ nm_active_connection_get_id (

Returns

-

the ID of the NMConnection that backs the NMActiveConnection. +

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

@@ -444,10 +444,10 @@ This is the internal string used by the connection, and must not be modified.

nm_active_connection_get_uuid ()

const char *
 nm_active_connection_get_uuid (NMActiveConnection *connection);
-

Gets the NMConnection's UUID.

+

Gets the NMConnection's UUID.

Parameters

-
+
@@ -462,7 +462,7 @@ nm_active_connection_get_uuid (

Returns

-

the UUID of the NMConnection that backs the NMActiveConnection. +

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

@@ -472,10 +472,10 @@ This is the internal string used by the connection, and must not be modified.

const char * nm_active_connection_get_connection_type (NMActiveConnection *connection); -

Gets the NMConnection's type.

+

Gets the NMConnection's type.

Parameters

-
+
@@ -490,7 +490,7 @@ nm_active_connection_get_connection_type

Returns

-

the type of the NMConnection that backs the NMActiveConnection. +

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

@@ -504,7 +504,7 @@ nm_active_connection_get_specific_object

Gets the "specific object" used at the activation.

Parameters

-
+
@@ -526,12 +526,12 @@ connection, and must not be modified.


nm_active_connection_get_devices ()

-
const GPtrArray *
+
const GPtrArray *
 nm_active_connection_get_devices (NMActiveConnection *connection);
-

Gets the NMDevices used for the active connections.

+

Gets the NMDevices used for the active connections.

Parameters

-
+
@@ -546,7 +546,7 @@ nm_active_connection_get_devices (

Returns

-

the GPtrArray containing NMDevices. +

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

[element-type NMDevice]

@@ -554,12 +554,12 @@ This is the internal copy used by the connection, and must not be modified.


nm_active_connection_get_state ()

-
NMActiveConnectionState
+
NMActiveConnectionState
 nm_active_connection_get_state (NMActiveConnection *connection);

Gets the active connection's state.

Parameters

-
+
@@ -585,7 +585,7 @@ nm_active_connection_get_master (Gets the path to the master NMDevice of the connection.

Parameters

-
+
@@ -607,13 +607,13 @@ This is the internal string used by the connection, and must not be modified.

nm_active_connection_get_default ()

-
gboolean
+
gboolean
 nm_active_connection_get_default (NMActiveConnection *connection);

Whether the active connection is the default IPv4 one (that is, is used for the default IPv4 route and DNS information).

Parameters

-
+
@@ -628,7 +628,7 @@ the default IPv4 route and DNS information).

Returns

-

TRUE if the active connection is the default IPv4 connection

+

TRUE if the active connection is the default IPv4 connection


@@ -639,7 +639,7 @@ nm_active_connection_get_ip4_config (Gets the current NMIP4Config associated with the NMActiveConnection.

Parameters

-
+
@@ -654,8 +654,8 @@ nm_active_connection_get_ip4_config (

Returns

-

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

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

[transfer none]

@@ -670,7 +670,7 @@ nm_active_connection_get_dhcp4_config (NMActiveConnection.

Parameters

-
+
@@ -685,9 +685,9 @@ nm_active_connection_get_dhcp4_config (

Returns

-

the NMDHCP4Config, or NULL if the +

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

@@ -695,13 +695,13 @@ connection does not use DHCP, or is not in the

nm_active_connection_get_default6 ()

-
gboolean
+
gboolean
 nm_active_connection_get_default6 (NMActiveConnection *connection);

Whether the active connection is the default IPv6 one (that is, is used for the default IPv6 route and DNS information).

Parameters

-
+
@@ -716,7 +716,7 @@ the default IPv6 route and DNS information).

Returns

-

TRUE if the active connection is the default IPv6 connection

+

TRUE if the active connection is the default IPv6 connection


@@ -727,7 +727,7 @@ nm_active_connection_get_ip6_config (Gets the current NMIP6Config associated with the NMActiveConnection.

Parameters

-
+
@@ -742,8 +742,8 @@ nm_active_connection_get_ip6_config (

Returns

-

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

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

[transfer none]

@@ -758,7 +758,7 @@ nm_active_connection_get_dhcp6_config (NMActiveConnection.

Parameters

-
+
@@ -773,9 +773,9 @@ nm_active_connection_get_dhcp6_config (

Returns

-

the NMDHCP6Config, or NULL if the +

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

@@ -783,12 +783,12 @@ connection does not use DHCPv6, or is not in the

nm_active_connection_get_vpn ()

-
gboolean
+
gboolean
 nm_active_connection_get_vpn (NMActiveConnection *connection);

Whether the active connection is a VPN connection.

Parameters

-
+
@@ -803,7 +803,7 @@ nm_active_connection_get_vpn (

Returns

-

TRUE if the active connection is a VPN connection

+

TRUE if the active connection is a VPN connection

Since: 0.9.10

@@ -904,7 +904,7 @@ nm_active_connection_get_vpn (

Property Details

The “connection” property

-
  “connection”               gchar *
+
  “connection”               gchar *

The connection's path of the active connection.

Flags: Read

Default value: NULL

@@ -912,7 +912,7 @@ nm_active_connection_get_vpn (

The “default” property

-
  “default”                  gboolean
+
  “default”                  gboolean

Whether the active connection is the default IPv4 one.

Flags: Read

Default value: FALSE

@@ -920,7 +920,7 @@ nm_active_connection_get_vpn (

The “default6” property

-
  “default6”                 gboolean
+
  “default6”                 gboolean

Whether the active connection is the default IPv6 one.

Flags: Read

Default value: FALSE

@@ -950,7 +950,7 @@ nm_active_connection_get_vpn (

The “id” property

-
  “id”                       gchar *
+
  “id”                       gchar *

The active connection's ID

Flags: Read

Default value: NULL

@@ -975,7 +975,7 @@ nm_active_connection_get_vpn (

The “master” property

-
  “master”                   gchar *
+
  “master”                   gchar *

The path of the master device if one exists.

Flags: Read

Default value: NULL

@@ -983,7 +983,7 @@ nm_active_connection_get_vpn (

The “specific-object” property

-
  “specific-object”          gchar *
+
  “specific-object”          gchar *

The specific object's path of the active connection.

Flags: Read

Default value: NULL

@@ -991,7 +991,7 @@ nm_active_connection_get_vpn (

The “state” property

-
  “state”                    guint
+
  “state”                    guint

The state of the active connection.

Flags: Read

Allowed values: <= 3

@@ -1000,7 +1000,7 @@ nm_active_connection_get_vpn (

The “type” property

-
  “type”                     gchar *
+
  “type”                     gchar *

The active connection's type

Flags: Read

Default value: NULL

@@ -1009,7 +1009,7 @@ nm_active_connection_get_vpn (

The “uuid” property

-
  “uuid”                     gchar *
+
  “uuid”                     gchar *

The active connection's UUID

Flags: Read

Default value: NULL

@@ -1017,7 +1017,7 @@ nm_active_connection_get_vpn (

The “vpn” property

-
  “vpn”                      gboolean
+
  “vpn”                      gboolean

Whether the active connection is a VPN connection.

Flags: Read

Default value: FALSE

diff --git a/docs/libnm-glib/html/NMClient.html b/docs/libnm-glib/html/NMClient.html index 0a39bdb1..aef7ab18 100644 --- a/docs/libnm-glib/html/NMClient.html +++ b/docs/libnm-glib/html/NMClient.html @@ -3,7 +3,7 @@ NMClient: libnm-glib Reference Manual - + @@ -36,7 +36,7 @@

Functions

-
+
@@ -44,7 +44,7 @@ - - -
-GQuark +GQuark nm_client_error_quark () @@ -75,14 +75,14 @@
const GPtrArray * +const GPtrArray * nm_client_get_devices ()
const GPtrArray * +const GPtrArray * nm_client_get_all_devices () @@ -146,7 +146,7 @@
-gboolean +gboolean nm_client_networking_get_enabled () @@ -162,7 +162,7 @@
-gboolean +gboolean nm_client_wireless_get_enabled () @@ -178,7 +178,7 @@
-gboolean +gboolean nm_client_wireless_hardware_get_enabled () @@ -186,7 +186,7 @@
-gboolean +gboolean nm_client_wwan_get_enabled () @@ -202,7 +202,7 @@
-gboolean +gboolean nm_client_wwan_hardware_get_enabled () @@ -210,7 +210,7 @@
-gboolean +gboolean nm_client_wimax_get_enabled () @@ -226,7 +226,7 @@
-gboolean +gboolean nm_client_wimax_hardware_get_enabled () @@ -241,7 +241,7 @@
-NMState +NMState nm_client_get_state () @@ -249,7 +249,7 @@
-gboolean +gboolean nm_client_get_startup () @@ -257,14 +257,14 @@
-gboolean +gboolean nm_client_get_manager_running ()
const GPtrArray * +const GPtrArray * nm_client_get_active_connections () @@ -288,7 +288,7 @@
-gboolean +gboolean nm_client_get_logging () @@ -296,7 +296,7 @@
-gboolean +gboolean nm_client_set_logging () @@ -304,7 +304,7 @@
-NMConnectivityState +NMConnectivityState nm_client_get_connectivity () @@ -312,7 +312,7 @@
-NMConnectivityState +NMConnectivityState nm_client_check_connectivity () @@ -328,7 +328,7 @@
-NMConnectivityState +NMConnectivityState nm_client_check_connectivity_finish () @@ -355,7 +355,7 @@

Properties

-
+
@@ -381,7 +381,7 @@ - + @@ -392,12 +392,12 @@ - + - + @@ -408,48 +408,48 @@ - + - + +gchar * - + - + - + - + - + - + @@ -458,7 +458,7 @@

Signals

-
Read
guintguint connectivity Read
Read
gbooleangboolean manager-running Read
gbooleangboolean networking-enabled Read / Write
Read
gbooleangboolean startup Read
guintguint state Read
-gchar * version Read
gbooleangboolean wimax-enabled Read / Write
gbooleangboolean wimax-hardware-enabled Read
gbooleangboolean wireless-enabled Read / Write
gbooleangboolean wireless-hardware-enabled Read
gbooleangboolean wwan-enabled Read / Write
gbooleangboolean wwan-hardware-enabled Read
+
@@ -468,34 +468,34 @@ - + - + - + - + - +
void any-device-addedRun FirstRun First
void any-device-removedRun FirstRun First
void device-addedRun FirstRun First
void device-removedRun FirstRun First
void permission-changedRun FirstRun First

Types and Values

-
+
@@ -590,7 +590,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── NMObject
         ╰── NMClient
 
@@ -602,7 +602,7 @@

Functions

nm_client_error_quark ()

-
GQuark
+
GQuark
 nm_client_error_quark (void);

Registers an error quark for NMClient if necessary.

@@ -632,9 +632,9 @@ control them. To access and modify network configuration data, use the

nm_client_new_async ()

void
-nm_client_new_async (GCancellable *cancellable,
-                     GAsyncReadyCallback callback,
-                     gpointer user_data);
+nm_client_new_async (GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data);

Creates a new NMClient and begins asynchronously initializing it. callback will be called when it is done; use @@ -645,7 +645,7 @@ control them. To access and modify network configuration data, use the NMRemoteSettings object.

Parameters

-
+
@@ -654,7 +654,7 @@ control them. To access and modify network configuration data, use the - + @@ -676,12 +676,12 @@ control them. To access and modify network configuration data, use the

nm_client_new_finish ()

NMClient *
-nm_client_new_finish (GAsyncResult *result,
-                      GError **error);
+nm_client_new_finish (GAsyncResult *result, + GError **error);

Gets the result of an nm_client_new_async() call.

Parameters

-

cancellable

a GCancellable, or NULL

a GCancellable, or NULL

 
+
@@ -690,12 +690,12 @@ nm_client_new_finish (

result

-
+ - + @@ -703,13 +703,13 @@ nm_client_new_finish (

Returns

-

a new NMClient, or NULL on error

+

a new NMClient, or NULL on error


nm_client_get_devices ()

-
const GPtrArray *
+
const GPtrArray *
 nm_client_get_devices (NMClient *client);

Gets all the known network devices. Use nm_device_get_type() or the NM_IS_DEVICE_XXXX functions to determine what kind of @@ -717,7 +717,7 @@ device member of the returned array is, and then you may use device-specific methods such as nm_device_ethernet_get_hw_address().

Parameters

-

a GAsyncResult

a GAsyncResult

 

error

location for a GError, or NULL

location for a GError, or NULL

 
+
@@ -732,8 +732,8 @@ methods such as

Returns

-

a GPtrArray -containing all the NMDevices. The returned array is owned by the +

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

[transfer none][element-type NMDevice]

@@ -741,7 +741,7 @@ containing all the

nm_client_get_all_devices ()

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

Gets both real devices and device placeholders (eg, software devices which do not currently exist, but could be created automatically by NetworkManager @@ -753,7 +753,7 @@ what kind of device each member of the returned array is, and then you may use device-specific methods such as nm_device_ethernet_get_hw_address().

Parameters

-
+
@@ -768,8 +768,8 @@ use device-specific methods such as

Returns

-

a GPtrArray -containing all the NMDevices. The returned array is owned by the +

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

[transfer none][element-type NMDevice]

@@ -784,7 +784,7 @@ nm_client_get_device_by_path (NMDevice from a NMClient.

Parameters

-
+
@@ -807,7 +807,7 @@ nm_client_get_device_by_path (

Returns

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

+or NULL if none is found.

[transfer none]

@@ -820,7 +820,7 @@ nm_client_get_device_by_iface (Gets a NMDevice from a NMClient.

Parameters

-
+
@@ -843,7 +843,7 @@ nm_client_get_device_by_iface (

Returns

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

+or NULL if none is found.

[transfer none]

@@ -853,19 +853,19 @@ or void (*NMClientActivateFn) (NMClient *client, NMActiveConnection *active_connection, - GError *error, - gpointer user_data); + GError *error, + gpointer user_data);

nm_client_activate_connection ()

void
 nm_client_activate_connection (NMClient *client,
-                               NMConnection *connection,
+                               NMConnection *connection,
                                NMDevice *device,
                                const char *specific_object,
                                NMClientActivateFn callback,
-                               gpointer user_data);
+ gpointer user_data);

Starts a connection to a particular network using the configuration settings from connection and the network device device @@ -885,7 +885,7 @@ the new connection, not when it finishes. You can used the returned track the activation to its completion.

Parameters

-
+
@@ -899,7 +899,7 @@ track the activation to its completion.

- + @@ -911,7 +911,7 @@ track the activation to its completion.

(*NMClientAddActivateFn) (NMClient *client, NMActiveConnection *connection, const char *new_connection_path, - GError *error, - gpointer user_data); + GError *error, + gpointer user_data);

nm_client_add_and_activate_connection ()

void
 nm_client_add_and_activate_connection (NMClient *client,
-                                       NMConnection *partial,
+                                       NMConnection *partial,
                                        NMDevice *device,
                                        const char *specific_object,
                                        NMClientAddActivateFn callback,
-                                       gpointer user_data);
+ gpointer user_data);

Adds a new connection using the given details (if any) as a template, automatically filling in missing settings with the capabilities of the given device and specific object. The new connection is then activated. @@ -963,7 +963,7 @@ the new connection, not when it finishes. You can used the returned track the activation to its completion.

Parameters

-

connection

an NMConnection.

an NMConnection.

[allow-none]

specific_object

the object path of a connection-type-specific object this activation should use. This parameter is currently ignored for -wired and mobile broadband connections, and the value of NULL should be used +wired and mobile broadband connections, and the value of NULL should be used (ie, no specific object). For Wi-Fi or WiMAX connections, pass the object path of a NMAccessPoint or NMWimaxNsp owned by device , which you can @@ -940,19 +940,19 @@ details of the newly added connection.

+
@@ -977,8 +977,8 @@ track the activation to its completion.

- @@ -993,7 +993,7 @@ before being added.

partial

an NMConnection to add; the connection may be -partially filled (or even NULL) and will be completed by NetworkManager +

an NMConnection to add; the connection may be +partially filled (or even NULL) and will be completed by NetworkManager using the given device and specific_object before being added.

specific_object

the object path of a connection-type-specific object this activation should use. This parameter is currently ignored for -wired and mobile broadband connections, and the value of NULL should be used +wired and mobile broadband connections, and the value of NULL should be used (ie, no specific object). For Wi-Fi or WiMAX connections, pass the object path of a NMAccessPoint or NMWimaxNsp owned by device , which you can @@ -1024,7 +1024,7 @@ nm_client_deactivate_connection (Deactivates an active NMActiveConnection.

Parameters

-
+
@@ -1048,12 +1048,12 @@ nm_client_deactivate_connection (

nm_client_networking_get_enabled ()

-
gboolean
+
gboolean
 nm_client_networking_get_enabled (NMClient *client);

Whether networking is enabled or disabled.

Parameters

-
+
@@ -1068,7 +1068,7 @@ nm_client_networking_get_enabled (

Returns

-

TRUE if networking is enabled, FALSE if networking is disabled

+

TRUE if networking is enabled, FALSE if networking is disabled


@@ -1076,13 +1076,13 @@ nm_client_networking_get_enabled (

nm_client_networking_set_enabled ()

void
 nm_client_networking_set_enabled (NMClient *client,
-                                  gboolean enabled);
+ gboolean enabled);

Enables or disables networking. When networking is disabled, all controlled interfaces are disconnected and deactivated. When networking is enabled, all controlled interfaces are available for activation.

Parameters

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

- + @@ -1106,12 +1106,12 @@ all controlled interfaces are available for activation.


nm_client_wireless_get_enabled ()

-
gboolean
+
gboolean
 nm_client_wireless_get_enabled (NMClient *client);

Determines whether the wireless is enabled.

Parameters

-

enabled

TRUE to set networking enabled, FALSE to set networking disabled

TRUE to set networking enabled, FALSE to set networking disabled

 
+
@@ -1126,7 +1126,7 @@ nm_client_wireless_get_enabled (

Returns

-

TRUE if wireless is enabled

+

TRUE if wireless is enabled


@@ -1134,11 +1134,11 @@ nm_client_wireless_get_enabled (

nm_client_wireless_set_enabled ()

void
 nm_client_wireless_set_enabled (NMClient *client,
-                                gboolean enabled);
+ gboolean enabled);

Enables or disables wireless devices.

Parameters

-
+
@@ -1152,7 +1152,7 @@ nm_client_wireless_set_enabled ( - + @@ -1162,13 +1162,13 @@ nm_client_wireless_set_enabled (

nm_client_wireless_hardware_get_enabled ()

-
gboolean
+
gboolean
 nm_client_wireless_hardware_get_enabled
                                (NMClient *client);

Determines whether the wireless hardware is enabled.

Parameters

-

enabled

TRUE to enable wireless

TRUE to enable wireless

 
+
@@ -1183,18 +1183,18 @@ nm_client_wireless_hardware_get_enabled

Returns

-

TRUE if the wireless hardware is enabled

+

TRUE if the wireless hardware is enabled


nm_client_wwan_get_enabled ()

-
gboolean
+
gboolean
 nm_client_wwan_get_enabled (NMClient *client);

Determines whether WWAN is enabled.

Parameters

-
+
@@ -1209,7 +1209,7 @@ nm_client_wwan_get_enabled (

Returns

-

TRUE if WWAN is enabled

+

TRUE if WWAN is enabled


@@ -1217,11 +1217,11 @@ nm_client_wwan_get_enabled (

nm_client_wwan_set_enabled ()

void
 nm_client_wwan_set_enabled (NMClient *client,
-                            gboolean enabled);
+ gboolean enabled);

Enables or disables WWAN devices.

Parameters

-
+
@@ -1235,7 +1235,7 @@ nm_client_wwan_set_enabled (

enabled

-
+ @@ -1245,12 +1245,12 @@ nm_client_wwan_set_enabled (

nm_client_wwan_hardware_get_enabled ()

-
gboolean
+
gboolean
 nm_client_wwan_hardware_get_enabled (NMClient *client);

Determines whether the WWAN hardware is enabled.

Parameters

-

TRUE to enable WWAN

TRUE to enable WWAN

 
+
@@ -1265,18 +1265,18 @@ nm_client_wwan_hardware_get_enabled (

Returns

-

TRUE if the WWAN hardware is enabled

+

TRUE if the WWAN hardware is enabled


nm_client_wimax_get_enabled ()

-
gboolean
+
gboolean
 nm_client_wimax_get_enabled (NMClient *client);

Determines whether WiMAX is enabled.

Parameters

-
+
@@ -1291,7 +1291,7 @@ nm_client_wimax_get_enabled (

Returns

-

TRUE if WiMAX is enabled

+

TRUE if WiMAX is enabled


@@ -1299,11 +1299,11 @@ nm_client_wimax_get_enabled (

nm_client_wimax_set_enabled ()

void
 nm_client_wimax_set_enabled (NMClient *client,
-                             gboolean enabled);
+ gboolean enabled);

Enables or disables WiMAX devices.

Parameters

-
+
@@ -1317,7 +1317,7 @@ nm_client_wimax_set_enabled (

enabled

-
+ @@ -1327,12 +1327,12 @@ nm_client_wimax_set_enabled (

nm_client_wimax_hardware_get_enabled ()

-
gboolean
+
gboolean
 nm_client_wimax_hardware_get_enabled (NMClient *client);

Determines whether the WiMAX hardware is enabled.

Parameters

-

TRUE to enable WiMAX

TRUE to enable WiMAX

 
+
@@ -1347,7 +1347,7 @@ nm_client_wimax_hardware_get_enabled (

Returns

-

TRUE if the WiMAX hardware is enabled

+

TRUE if the WiMAX hardware is enabled


@@ -1358,7 +1358,7 @@ nm_client_get_version (

Parameters

-
+
@@ -1379,12 +1379,12 @@ nm_client_get_version (

nm_client_get_state ()

-
NMState
+
NMState
 nm_client_get_state (NMClient *client);

Gets the current daemon state.

Parameters

-
+
@@ -1399,19 +1399,19 @@ nm_client_get_state (

Returns

-

the current NMState

+

the current NMState


nm_client_get_startup ()

-
gboolean
+
gboolean
 nm_client_get_startup (NMClient *client);

Tests whether the daemon is still in the process of activating connections at startup.

Parameters

-
+
@@ -1433,12 +1433,12 @@ connections at startup.


nm_client_get_manager_running ()

-
gboolean
+
gboolean
 nm_client_get_manager_running (NMClient *client);

Determines whether the daemon is running.

Parameters

-
+
@@ -1453,18 +1453,18 @@ nm_client_get_manager_running (

Returns

-

TRUE if the daemon is running

+

TRUE if the daemon is running


nm_client_get_active_connections ()

-
const GPtrArray *
+
const GPtrArray *
 nm_client_get_active_connections (NMClient *client);

Gets the active connections.

Parameters

-
+
@@ -1479,8 +1479,8 @@ nm_client_get_active_connections (

Returns

-

a GPtrArray -containing all the active NMActiveConnections. +

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

[transfer none][element-type NMActiveConnection]

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

nm_client_sleep ()

void
 nm_client_sleep (NMClient *client,
-                 gboolean sleep_);
+ gboolean sleep_);

Deprecated; use nm_client_networking_set_enabled() instead.

Parameters

-
+
@@ -1508,7 +1508,7 @@ nm_client_sleep (

sleep_

-
+ @@ -1525,7 +1525,7 @@ nm_client_get_permission_result (

Parameters

-

TRUE to put the daemon to sleep

TRUE to put the daemon to sleep

 
+
@@ -1553,15 +1553,15 @@ client can or cannot perform the action the permission represents


nm_client_get_logging ()

-
gboolean
+
gboolean
 nm_client_get_logging (NMClient *client,
                        char **level,
                        char **domains,
-                       GError **error);
+ GError **error);

Gets NetworkManager current logging level and domains.

Parameters

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

- + @@ -1594,22 +1594,22 @@ a list of domains separated by ",".

Returns

-

TRUE on success, FALSE otherwise

+

TRUE on success, FALSE otherwise

Since: 0.9.8


nm_client_set_logging ()

-
gboolean
+
gboolean
 nm_client_set_logging (NMClient *client,
                        const char *level,
                        const char *domains,
-                       GError **error);
+ GError **error);

Sets NetworkManager logging level and/or domains.

Parameters

-

error

return location for a GError, or NULL.

return location for a GError, or NULL.

[allow-none]
+
@@ -1623,18 +1623,18 @@ nm_client_set_logging (

level

-
+ +domains separated by ",". (NULL or an empty string for no change).

- + @@ -1642,14 +1642,14 @@ domains separated by ",". (

Returns

-

TRUE on success, FALSE otherwise

+

TRUE on success, FALSE otherwise

Since: 0.9.8


nm_client_get_connectivity ()

-
NMConnectivityState
+
NMConnectivityState
 nm_client_get_connectivity (NMClient *client);

Gets the current network connectivity state. Contrast nm_client_check_connectivity() and @@ -1657,7 +1657,7 @@ nm_client_get_connectivity (

Parameters

-

logging level to set (NULL or an empty string for no change).

logging level to set (NULL or an empty string for no change).

[allow-none]

domains

logging domains to set. The string should be a list of log -domains separated by ",". (NULL or an empty string for no change).

[allow-none]

error

return location for a GError, or NULL.

return location for a GError, or NULL.

[allow-none]
+
@@ -1679,10 +1679,10 @@ connectivity state first before returning any information.


nm_client_check_connectivity ()

-
NMConnectivityState
+
NMConnectivityState
 nm_client_check_connectivity (NMClient *client,
-                              GCancellable *cancellable,
-                              GError **error);
+ GCancellable *cancellable, + GError **error);

Updates the network connectivity state and returns the (new) current state. Contrast nm_client_get_connectivity(), which returns the most recent known state without re-checking.

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

if you do not want to block.

Parameters

-
+
@@ -1704,12 +1704,12 @@ if you do not want to block.

- + - + @@ -1726,9 +1726,9 @@ if you do not want to block.

nm_client_check_connectivity_async ()

void
 nm_client_check_connectivity_async (NMClient *client,
-                                    GCancellable *cancellable,
-                                    GAsyncReadyCallback callback,
-                                    gpointer user_data);
+ GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data);

Asynchronously updates the network connectivity state and invokes callback when complete. Contrast nm_client_get_connectivity(), @@ -1736,7 +1736,7 @@ which (immediately) returns the most recent known state without re-checking, and nm_client_check_connectivity(), which blocks.

Parameters

-

cancellable

a GCancellable

a GCancellable

 

error

return location for a GError

return location for a GError

 
+
@@ -1750,7 +1750,7 @@ re-checking, and

cancellable

-
+ @@ -1772,15 +1772,15 @@ re-checking, and

nm_client_check_connectivity_finish ()

-
NMConnectivityState
+
NMConnectivityState
 nm_client_check_connectivity_finish (NMClient *client,
-                                     GAsyncResult *result,
-                                     GError **error);
+ GAsyncResult *result, + GError **error);

Retrieves the result of an nm_client_check_connectivity_async() call.

Parameters

-

a GCancellable

a GCancellable

 
+
@@ -1794,12 +1794,12 @@ call.

- + - + @@ -1824,10 +1824,10 @@ the default route. If there is a VPN active with the default route, then this function returns the active connection that contains the route to the VPN endpoint.

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

+non-NetworkManager-recognized device, this will return NULL.

Parameters

-

result

the GAsyncResult

the GAsyncResult

 

error

return location for a GError

return location for a GError

 
+
@@ -1858,7 +1858,7 @@ currently-activating connection that is expected to become the new “primary-connection” upon successful activation.

Parameters

-
+
@@ -1990,7 +1990,7 @@ any.

clients can obtain to perform certain tasks on behalf of the current user.

Members

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

the user requires to obtain a given NMClientPermission

Members

-
+
@@ -2188,7 +2188,7 @@ the user requires to obtain a given NMClient.

Members

-
+
@@ -2250,7 +2250,7 @@ Type: GLib.PtrArray


The “connectivity” property

-
  “connectivity”             guint
+
  “connectivity”             guint

The network connectivity state.

Flags: Read

Allowed values: <= 4

@@ -2268,7 +2268,7 @@ Type: GLib.PtrArray


The “manager-running” property

-
  “manager-running”          gboolean
+
  “manager-running”          gboolean

Whether the daemon is running.

Flags: Read

Default value: FALSE

@@ -2276,7 +2276,7 @@ Type: GLib.PtrArray


The “networking-enabled” property

-
  “networking-enabled”       gboolean
+
  “networking-enabled”       gboolean

Whether networking is enabled.

Flags: Read / Write

Default value: TRUE

@@ -2293,7 +2293,7 @@ see

The “startup” property

-
  “startup”                  gboolean
+
  “startup”                  gboolean

Whether the daemon is still starting up.

Flags: Read

Default value: FALSE

@@ -2302,7 +2302,7 @@ see

The “state” property

-
  “state”                    guint
+
  “state”                    guint

The current daemon state.

Flags: Read

Allowed values: <= 70

@@ -2311,7 +2311,7 @@ see

The “version” property

-
  “version”                  gchar *
+
  “version”                  gchar *

The NetworkManager version.

Flags: Read

Default value: NULL

@@ -2319,7 +2319,7 @@ see

The “wimax-enabled” property

-
  “wimax-enabled”            gboolean
+
  “wimax-enabled”            gboolean

Whether WiMAX functionality is enabled.

Flags: Read / Write

Default value: FALSE

@@ -2327,7 +2327,7 @@ see

The “wimax-hardware-enabled” property

-
  “wimax-hardware-enabled”   gboolean
+
  “wimax-hardware-enabled”   gboolean

Whether the WiMAX hardware is enabled.

Flags: Read

Default value: FALSE

@@ -2335,7 +2335,7 @@ see

The “wireless-enabled” property

-
  “wireless-enabled”         gboolean
+
  “wireless-enabled”         gboolean

Whether wireless is enabled.

Flags: Read / Write

Default value: FALSE

@@ -2343,7 +2343,7 @@ see

The “wireless-hardware-enabled” property

-
  “wireless-hardware-enabled” gboolean
+
  “wireless-hardware-enabled” gboolean

Whether the wireless hardware is enabled.

Flags: Read

Default value: TRUE

@@ -2351,7 +2351,7 @@ see

The “wwan-enabled” property

-
  “wwan-enabled”             gboolean
+
  “wwan-enabled”             gboolean

Whether WWAN functionality is enabled.

Flags: Read / Write

Default value: FALSE

@@ -2359,7 +2359,7 @@ see

The “wwan-hardware-enabled” property

-
  “wwan-hardware-enabled”    gboolean
+
  “wwan-hardware-enabled”    gboolean

Whether the WWAN hardware is enabled.

Flags: Read

Default value: FALSE

@@ -2371,13 +2371,13 @@ see

The “any-device-added” signal

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

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

Parameters

-
+
@@ -2402,20 +2402,20 @@ regular devices and placeholder devices.

-

Flags: Run First

+

Flags: Run First


The “any-device-removed” signal

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

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

Parameters

-
+
@@ -2440,20 +2440,20 @@ regular devices and placeholder devices.

-

Flags: Run First

+

Flags: Run First


The “device-added” signal

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

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

Parameters

-
+
@@ -2478,20 +2478,20 @@ placeholder devices.

-

Flags: Run First

+

Flags: Run First


The “device-removed” signal

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

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

Parameters

-
+
@@ -2516,20 +2516,20 @@ placeholder devices.

-

Flags: Run First

+

Flags: Run First


The “permission-changed” signal

void
 user_function (NMClient *client,
-               guint     permission,
-               guint     result,
-               gpointer  user_data)
+ guint permission, + guint result, + gpointer user_data)

Notifies that a permission has changed

Parameters

-
+
@@ -2559,7 +2559,7 @@ user_function (
-

Flags: Run First

+

Flags: Run First

diff --git a/docs/libnm-glib/html/NMDHCP4Config.html b/docs/libnm-glib/html/NMDHCP4Config.html index 9691b7df..1d17cab8 100644 --- a/docs/libnm-glib/html/NMDHCP4Config.html +++ b/docs/libnm-glib/html/NMDHCP4Config.html @@ -3,7 +3,7 @@ NMDHCP4Config: libnm-glib Reference Manual - + @@ -35,7 +35,7 @@

Functions

-
+
@@ -43,7 +43,7 @@
-GObject * +GObject * nm_dhcp4_config_new () @@ -51,7 +51,7 @@
-GHashTable * +GHashTable * nm_dhcp4_config_get_options () @@ -69,7 +69,7 @@

Properties

-
+
@@ -77,7 +77,7 @@ +GHashTable * @@ -85,7 +85,7 @@

Types and Values

-
-GHashTable * options Read
+
@@ -98,7 +98,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── NMObject
         ╰── NMDHCP4Config
 
@@ -110,13 +110,13 @@

Functions

nm_dhcp4_config_new ()

-
GObject *
-nm_dhcp4_config_new (DBusGConnection *connection,
+
GObject *
+nm_dhcp4_config_new (DBusGConnection *connection,
                      const char *object_path);

Creates a new NMDHCP4Config.

Parameters

-
+
@@ -125,7 +125,7 @@ nm_dhcp4_config_new (

connection

-
+ @@ -145,12 +145,12 @@ nm_dhcp4_config_new (

nm_dhcp4_config_get_options ()

-
GHashTable *
+
GHashTable *
 nm_dhcp4_config_get_options (NMDHCP4Config *config);

Gets all the options contained in the configuration.

Parameters

-

the DBusGConnection

the DBusGConnection

 
+
@@ -165,7 +165,7 @@ nm_dhcp4_config_get_options (

Returns

-

the GHashTable containing strings for keys and values. +

the GHashTable containing strings for keys and values. This is the internal copy used by the configuration, and must not be modified.

[transfer none][element-type utf8 GObject.Value]

@@ -179,7 +179,7 @@ nm_dhcp4_config_get_one_option (Gets one option by option name.

Parameters

-
+
@@ -218,8 +218,8 @@ configuration, and must not be modified.

Property Details

The “options” property

-
  “options”                  GHashTable *
-

The GHashTable containing options of the configuration.

+
  “options”                  GHashTable *
+

The GHashTable containing options of the configuration.

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

Flags: Read

diff --git a/docs/libnm-glib/html/NMDHCP6Config.html b/docs/libnm-glib/html/NMDHCP6Config.html index a46e47b9..243961f4 100644 --- a/docs/libnm-glib/html/NMDHCP6Config.html +++ b/docs/libnm-glib/html/NMDHCP6Config.html @@ -3,7 +3,7 @@ NMDHCP6Config: libnm-glib Reference Manual - + @@ -35,7 +35,7 @@

Functions

-
+
@@ -43,7 +43,7 @@
-GObject * +GObject * nm_dhcp6_config_new () @@ -51,7 +51,7 @@
-GHashTable * +GHashTable * nm_dhcp6_config_get_options () @@ -69,7 +69,7 @@

Properties

-
+
@@ -77,7 +77,7 @@ +GHashTable * @@ -85,7 +85,7 @@

Types and Values

-
-GHashTable * options Read
+
@@ -98,7 +98,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── NMObject
         ╰── NMDHCP6Config
 
@@ -110,13 +110,13 @@

Functions

nm_dhcp6_config_new ()

-
GObject *
-nm_dhcp6_config_new (DBusGConnection *connection,
+
GObject *
+nm_dhcp6_config_new (DBusGConnection *connection,
                      const char *object_path);

Creates a new NMDHCP6Config.

Parameters

-
+
@@ -125,7 +125,7 @@ nm_dhcp6_config_new (

connection

-
+ @@ -145,12 +145,12 @@ nm_dhcp6_config_new (

nm_dhcp6_config_get_options ()

-
GHashTable *
+
GHashTable *
 nm_dhcp6_config_get_options (NMDHCP6Config *config);

Gets all the options contained in the configuration.

Parameters

-

the DBusGConnection

the DBusGConnection

 
+
@@ -165,7 +165,7 @@ nm_dhcp6_config_get_options (

Returns

-

the GHashTable containing strings for keys and values. +

the GHashTable containing strings for keys and values. This is the internal copy used by the configuration, and must not be modified.

[transfer none][element-type utf8 GObject.Value]

@@ -179,7 +179,7 @@ nm_dhcp6_config_get_one_option (Gets one option by option name.

Parameters

-
+
@@ -218,8 +218,8 @@ configuration, and must not be modified.

Property Details

The “options” property

-
  “options”                  GHashTable *
-

The GHashTable containing options of the configuration.

+
  “options”                  GHashTable *
+

The GHashTable containing options of the configuration.

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

Flags: Read

diff --git a/docs/libnm-glib/html/NMDevice.html b/docs/libnm-glib/html/NMDevice.html index 09f0ed45..ddd06aaa 100644 --- a/docs/libnm-glib/html/NMDevice.html +++ b/docs/libnm-glib/html/NMDevice.html @@ -3,7 +3,7 @@ NMDevice: libnm-glib Reference Manual - + @@ -36,7 +36,7 @@

Functions

-
+
@@ -44,7 +44,7 @@ -
-GQuark +GQuark nm_device_error_quark () @@ -52,7 +52,7 @@
-GObject * +GObject * nm_device_new () @@ -74,7 +74,7 @@
-NMDeviceType +NMDeviceType nm_device_get_device_type () @@ -124,7 +124,7 @@
-NMDeviceCapabilities +NMDeviceCapabilities nm_device_get_capabilities () @@ -132,7 +132,7 @@
-gboolean +gboolean nm_device_get_managed () @@ -148,7 +148,7 @@
-gboolean +gboolean nm_device_get_autoconnect () @@ -164,7 +164,7 @@
-gboolean +gboolean nm_device_get_firmware_missing () @@ -204,7 +204,7 @@
-NMDeviceState +NMDeviceState nm_device_get_state () @@ -212,7 +212,7 @@
-NMDeviceState +NMDeviceState nm_device_get_state_reason () @@ -227,7 +227,7 @@
const GPtrArray * +const GPtrArray * nm_device_get_available_connections () @@ -242,7 +242,7 @@
-guint32 +guint32 nm_device_get_mtu () @@ -250,7 +250,7 @@
-gboolean +gboolean nm_device_is_software () @@ -258,7 +258,7 @@
-gboolean +gboolean nm_device_is_real () @@ -319,7 +319,7 @@
-GSList * +GSList * nm_device_filter_connections () @@ -327,7 +327,7 @@
-gboolean +gboolean nm_device_connection_valid () @@ -335,7 +335,7 @@
-gboolean +gboolean nm_device_connection_compatible () @@ -343,7 +343,7 @@
-GType +GType nm_device_get_setting_type () @@ -362,7 +362,7 @@

Properties

-
+
@@ -376,7 +376,7 @@ - + @@ -387,12 +387,12 @@ - + - + @@ -410,36 +410,36 @@ +gchar * +gchar * - + +gchar * +gchar * +gchar * @@ -456,34 +456,34 @@ - + - + +gchar * +gchar * - + - + @@ -494,13 +494,13 @@ +gchar * +gchar * @@ -509,7 +509,7 @@

Signals

-
Read
gbooleangboolean autoconnect Read / Write
Read
guintguint capabilities Read
guintguint device-type Read
-gchar * driver Read
-gchar * driver-version Read
gbooleangboolean firmware-missing Read
-gchar * firmware-version Read
-gchar * interface Read
-gchar * ip-interface Read
Read
gbooleangboolean managed Read
guintguint mtu Read
-gchar * physical-port-id Read
-gchar * product Read
gbooleangboolean real Read
guintguint state Read
-gchar * udi Read
-gchar * vendor Read
+
@@ -518,13 +518,13 @@ - +
void state-changedRun FirstRun First

Types and Values

-
+
@@ -639,7 +639,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── NMObject
         ╰── NMDevice
             ├── NMDeviceEthernet
@@ -664,7 +664,7 @@
 

Functions

nm_device_error_quark ()

-
GQuark
+
GQuark
 nm_device_error_quark (void);

Registers an error quark for NMDevice if necessary.

@@ -676,13 +676,13 @@ nm_device_error_quark (void

nm_device_new ()

-
GObject *
-nm_device_new (DBusGConnection *connection,
+
GObject *
+nm_device_new (DBusGConnection *connection,
                const char *path);

Creates a new NMDevice.

Parameters

-
+
@@ -691,7 +691,7 @@ nm_device_new (

connection

-
+ @@ -716,7 +716,7 @@ nm_device_get_iface (NMDevice.

Parameters

-

the DBusGConnection

the DBusGConnection

 
+
@@ -744,7 +744,7 @@ nm_device_get_ip_iface (

Parameters

-
+
@@ -766,12 +766,12 @@ used by the device, and must not be modified.


nm_device_get_device_type ()

-
NMDeviceType
+
NMDeviceType
 nm_device_get_device_type (NMDevice *device);

Returns the numeric type of the NMDevice, ie Ethernet, Wi-Fi, etc.

Parameters

-
+
@@ -797,7 +797,7 @@ nm_device_get_udi (NMDevice.

Parameters

-
+
@@ -825,7 +825,7 @@ nm_device_get_driver (NMDevice.

Parameters

-
+
@@ -852,7 +852,7 @@ nm_device_get_driver_version (NMDevice.

Parameters

-
+
@@ -879,7 +879,7 @@ nm_device_get_firmware_version (Gets the firmware version of the NMDevice.

Parameters

-
+
@@ -908,7 +908,7 @@ nm_device_get_type_description (

Parameters

-
+
@@ -937,7 +937,7 @@ nm_device_get_hw_address (

Parameters

-
+
@@ -952,7 +952,7 @@ nm_device_get_hw_address (

Returns

-

the current MAC of the device, or NULL. +

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

@@ -960,12 +960,12 @@ This is the internal string used by the device, and must not be modified.


nm_device_get_capabilities ()

-
NMDeviceCapabilities
+
NMDeviceCapabilities
 nm_device_get_capabilities (NMDevice *device);

Gets the device' capabilities.

Parameters

-
+
@@ -986,12 +986,12 @@ nm_device_get_capabilities (

nm_device_get_managed ()

-
gboolean
+
gboolean
 nm_device_get_managed (NMDevice *device);

Whether the NMDevice is managed by NetworkManager.

Parameters

-
+
@@ -1006,7 +1006,7 @@ nm_device_get_managed (

Returns

-

TRUE if the device is managed by NetworkManager

+

TRUE if the device is managed by NetworkManager


@@ -1014,11 +1014,11 @@ nm_device_get_managed (

nm_device_set_managed ()

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

Enables or disables management of NMDevice by NetworkManager.

Parameters

-
+
@@ -1032,7 +1032,7 @@ nm_device_set_managed (

managed

-
+ @@ -1043,12 +1043,12 @@ nm_device_set_managed (

nm_device_get_autoconnect ()

-
gboolean
+
gboolean
 nm_device_get_autoconnect (NMDevice *device);

Whether the NMDevice can be autoconnected.

Parameters

-

TRUE to make the device managed by NetworkManager.

TRUE to make the device managed by NetworkManager.

 
+
@@ -1063,7 +1063,7 @@ nm_device_get_autoconnect (

Returns

-

TRUE if the device is allowed to be autoconnected

+

TRUE if the device is allowed to be autoconnected


@@ -1071,11 +1071,11 @@ nm_device_get_autoconnect (

nm_device_set_autoconnect ()

void
 nm_device_set_autoconnect (NMDevice *device,
-                           gboolean autoconnect);
+ gboolean autoconnect);

Enables or disables automatic activation of the NMDevice.

Parameters

-
+
@@ -1089,7 +1089,7 @@ nm_device_set_autoconnect (

autoconnect

-
+ @@ -1099,13 +1099,13 @@ nm_device_set_autoconnect (

nm_device_get_firmware_missing ()

-
gboolean
+
gboolean
 nm_device_get_firmware_missing (NMDevice *device);

Indicates that firmware required for the device's operation is likely to be missing.

Parameters

-

TRUE to enable autoconnecting

TRUE to enable autoconnecting

 
+
@@ -1120,7 +1120,7 @@ to be missing.

Returns

-

TRUE if firmware required for the device's operation is likely +

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

@@ -1135,7 +1135,7 @@ nm_device_get_ip4_config (

Parameters

-
+
@@ -1150,7 +1150,7 @@ connections.

Returns

-

the NMIP4Config or NULL if the device is not activated.

+

the NMIP4Config or NULL if the device is not activated.

[transfer none]

@@ -1165,7 +1165,7 @@ nm_device_get_dhcp4_config (

Parameters

-
+
@@ -1180,7 +1180,7 @@ connections.

Returns

-

the NMDHCP4Config or NULL if the device is not activated or not +

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

[transfer none]

@@ -1196,7 +1196,7 @@ nm_device_get_ip6_config (

Parameters

-
+
@@ -1211,7 +1211,7 @@ connections.

Returns

-

the NMIP6Config or NULL if the device is not activated.

+

the NMIP6Config or NULL if the device is not activated.

[transfer none]

@@ -1226,7 +1226,7 @@ nm_device_get_dhcp6_config (

Parameters

-
+
@@ -1241,7 +1241,7 @@ connections.

Returns

-

the NMDHCP6Config or NULL if the device is not activated or not +

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

[transfer none]

@@ -1249,12 +1249,12 @@ using DHCP.


nm_device_get_state ()

-
NMDeviceState
+
NMDeviceState
 nm_device_get_state (NMDevice *device);

Gets the current NMDevice state.

Parameters

-
+
@@ -1275,15 +1275,15 @@ nm_device_get_state (

nm_device_get_state_reason ()

-
NMDeviceState
+
NMDeviceState
 nm_device_get_state_reason (NMDevice *device,
-                            NMDeviceStateReason *reason);
+ NMDeviceStateReason *reason);

Gets the current NMDevice state (return value) and the reason for entering the state (reason argument).

Parameters

-
+
@@ -1297,7 +1297,7 @@ the state (reason - + @@ -1316,7 +1316,7 @@ nm_device_get_active_connection (Gets the NMActiveConnection object which owns this device during activation.

Parameters

-

reason

location to store reason (NMDeviceStateReason), or NULL.

location to store reason (NMDeviceStateReason), or NULL.

[out][allow-none]
+
@@ -1331,7 +1331,7 @@ nm_device_get_active_connection (

Returns

-

the NMActiveConnection or NULL if the device is +

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

[transfer none]

@@ -1339,14 +1339,14 @@ not part of an active connection.


nm_device_get_available_connections ()

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

Gets the NMRemoteConnections currently known to the daemon that could +

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

Parameters

-
+
@@ -1361,8 +1361,8 @@ be activated on device

Returns

-

the GPtrArray -containing NMRemoteConnections. This is the internal copy used by +

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

[element-type NMRemoteConnection]

@@ -1373,13 +1373,13 @@ the connection, and must not be modified.

nm_device_get_physical_port_id ()

const char *
 nm_device_get_physical_port_id (NMDevice *device);
-

Gets the physical port ID of the NMDevice. If non-NULL, this is +

Gets the physical port ID of the NMDevice. If non-NULL, this is an opaque string that can be used to recognize when -seemingly-unrelated NMDevices are actually just different virtual +seemingly-unrelated NMDevices are actually just different virtual ports on a single physical port. (Eg, NPAR / SR-IOV.)

Parameters

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

Returns

-

the physical port ID of the device, or NULL if the port +

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.

@@ -1403,12 +1403,12 @@ must not be modified.


nm_device_get_mtu ()

-
guint32
+
guint32
 nm_device_get_mtu (NMDevice *device);

Gets the MTU of the NMDevice.

Parameters

-
+
@@ -1430,12 +1430,12 @@ nm_device_get_mtu (

nm_device_is_software ()

-
gboolean
+
gboolean
 nm_device_is_software (NMDevice *device);

Whether the device is a software device.

Parameters

-
+
@@ -1450,19 +1450,19 @@ nm_device_is_software (

Returns

-

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

+

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

Since: 1.0


nm_device_is_real ()

-
gboolean
+
gboolean
 nm_device_is_real (NMDevice *device);

Parameters

-
+
@@ -1477,7 +1477,7 @@ nm_device_is_real (

Returns

-

TRUE if the device exists, or FALSE if it is a placeholder device +

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

@@ -1491,7 +1491,7 @@ nm_device_get_product (NMDevice.

Parameters

-
+
@@ -1518,7 +1518,7 @@ nm_device_get_vendor (NMDevice.

Parameters

-
+
@@ -1546,7 +1546,7 @@ nm_device_get_description (

Parameters

-
+
@@ -1578,7 +1578,7 @@ devices in devices .

Parameters

-
+
@@ -1611,8 +1611,8 @@ devices in devices

NMDeviceCallbackFn ()

void
 (*NMDeviceCallbackFn) (NMDevice *device,
-                       GError *error,
-                       gpointer user_data);
+ GError *error, + gpointer user_data);
@@ -1620,13 +1620,13 @@ devices in devices
void
 nm_device_disconnect (NMDevice *device,
                       NMDeviceCallbackFn callback,
-                      gpointer user_data);
+ gpointer user_data);

Disconnects the device if currently connected, and prevents the device from automatically connecting to networks until the next manual network connection request.

Parameters

-
+
@@ -1660,11 +1660,11 @@ operation completes.

void
 nm_device_delete (NMDevice *device,
                   NMDeviceCallbackFn callback,
-                  gpointer user_data);
+ gpointer user_data);

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

Parameters

-
+
@@ -1696,9 +1696,9 @@ operation completes.


nm_device_filter_connections ()

-
GSList *
+
GSList *
 nm_device_filter_connections (NMDevice *device,
-                              const GSList *connections);
+ const GSList *connections);

Filters a given list of connections for a given NMDevice object and return connections which may be activated with the device. For example if device @@ -1711,7 +1711,7 @@ incompatible with the device. To get the full list of connections see nm_remote_settings_list_connections().

Parameters

-
+
@@ -1725,7 +1725,7 @@ incompatible with the device. To get the full list of connections see - + @@ -1734,20 +1734,20 @@ incompatible with the device. To get the full list of connections see

Returns

a -list of NMConnection objects that could be activated with the given device +list of NMConnection objects that could be activated with the given device . The elements of the list are owned by their creator and should not be freed by the caller, but the returned list itself is owned by the caller and should -be freed with g_slist_free() when it is no longer required.

+be freed with g_slist_free() when it is no longer required.

[transfer container][element-type NMConnection]


nm_device_connection_valid ()

-
gboolean
+
gboolean
 nm_device_connection_valid (NMDevice *device,
-                            NMConnection *connection);
+ NMConnection *connection);

Validates a given connection for a given NMDevice object and returns whether the connection may be activated with the device. For example if device @@ -1758,7 +1758,7 @@ an Ethernet, Bluetooth, WWAN, etc connection that is incompatible with the device.

Parameters

-

connections

a list of NMConnection objects to filter.

a list of NMConnection objects to filter.

[element-type NMConnection]
+
@@ -1773,7 +1773,7 @@ against

- @@ -1782,17 +1782,17 @@ against

Returns

-

TRUE if the connection may be activated with this device, FALSE +

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


nm_device_connection_compatible ()

-
gboolean
+
gboolean
 nm_device_connection_compatible (NMDevice *device,
-                                 NMConnection *connection,
-                                 GError **error);
+ NMConnection *connection, + GError **error);

Validates a given connection for a given NMDevice object and returns whether the connection may be activated with the device. For example if device @@ -1806,7 +1806,7 @@ compatibility of the given device and connection. But, in addition, it sets GError when FALSE is returned.

Parameters

-

connection

an NMConnection to validate against device +

an NMConnection to validate against device

 
+
@@ -1821,13 +1821,13 @@ against

- - + @@ -1835,21 +1835,21 @@ against

Returns

-

TRUE if the connection may be activated with this device, FALSE +

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


nm_device_get_setting_type ()

-
GType
+
GType
 nm_device_get_setting_type (NMDevice *device);
-

Gets the (primary) NMSetting subtype associated with connections +

Gets the (primary) NMSetting subtype associated with connections that can be used on device .

Parameters

-

connection

an NMConnection to validate against device +

an NMConnection to validate against device

 

error

return location for a GError, or NULL

return location for a GError, or NULL

 
+
@@ -1865,7 +1865,7 @@ that can be used on device

Returns

device -'s associated NMSetting type

+'s associated NMSetting type

Since: 0.9.10

@@ -1874,8 +1874,8 @@ that can be used on device

NMDeviceDeactivateFn ()

void
 (*NMDeviceDeactivateFn) (NMDevice *device,
-                         GError *error,
-                         gpointer user_data);
+ GError *error, + gpointer user_data);

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

@@ -1885,7 +1885,7 @@ that can be used on device

enum NMDeviceError

Members

-
+
@@ -2073,7 +2073,7 @@ that can be used on device

The “autoconnect” property

-
  “autoconnect”              gboolean
+
  “autoconnect”              gboolean

Whether the device can auto-activate a connection.

Flags: Read / Write

Default value: TRUE

@@ -2089,7 +2089,7 @@ that can be used on device

The “capabilities” property

-
  “capabilities”             guint
+
  “capabilities”             guint

The capabilities of the device.

Flags: Read

Default value: 0

@@ -2097,7 +2097,7 @@ that can be used on device

The “device-type” property

-
  “device-type”              guint
+
  “device-type”              guint

The numeric type of the device.

Flags: Read

Default value: 0

@@ -2119,7 +2119,7 @@ that can be used on device

The “driver” property

-
  “driver”                   gchar *
+
  “driver”                   gchar *

The driver of the device.

Flags: Read

Default value: NULL

@@ -2127,7 +2127,7 @@ that can be used on device

The “driver-version” property

-
  “driver-version”           gchar *
+
  “driver-version”           gchar *

The version of the device driver.

Flags: Read

Default value: NULL

@@ -2135,8 +2135,8 @@ that can be used on device

The “firmware-missing” property

-
  “firmware-missing”         gboolean
-

When TRUE indicates the device is likely missing firmware required +

  “firmware-missing”         gboolean
+

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

Flags: Read

Default value: FALSE

@@ -2144,7 +2144,7 @@ for its operation.


The “firmware-version” property

-
  “firmware-version”         gchar *
+
  “firmware-version”         gchar *

The firmware version of the device.

Flags: Read

Default value: NULL

@@ -2152,7 +2152,7 @@ for its operation.


The “interface” property

-
  “interface”                gchar *
+
  “interface”                gchar *

The interface of the device.

Flags: Read

Default value: NULL

@@ -2160,7 +2160,7 @@ for its operation.


The “ip-interface” property

-
  “ip-interface”             gchar *
+
  “ip-interface”             gchar *

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

Flags: Read

@@ -2183,7 +2183,7 @@ operations like addressing and routing.


The “managed” property

-
  “managed”                  gboolean
+
  “managed”                  gboolean

Whether the device is managed by NetworkManager.

Flags: Read

Default value: FALSE

@@ -2191,7 +2191,7 @@ operations like addressing and routing.


The “mtu” property

-
  “mtu”                      guint
+
  “mtu”                      guint

The MTU of the device.

Flags: Read

Default value: 1500

@@ -2200,7 +2200,7 @@ operations like addressing and routing.


The “physical-port-id” property

-
  “physical-port-id”         gchar *
+
  “physical-port-id”         gchar *

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

Flags: Read

@@ -2210,7 +2210,7 @@ operations like addressing and routing.


The “product” property

-
  “product”                  gchar *
+
  “product”                  gchar *

The product string of the device.

Flags: Read

Default value: NULL

@@ -2218,7 +2218,7 @@ operations like addressing and routing.


The “real” property

-
  “real”                     gboolean
+
  “real”                     gboolean

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

@@ -2229,7 +2229,7 @@ be created automatically by NetworkManager if one of its

The “state” property

-
  “state”                    guint
+
  “state”                    guint

The state of the device.

Flags: Read

Default value: 0

@@ -2244,7 +2244,7 @@ be created automatically by NetworkManager if one of its

The “udi” property

-
  “udi”                      gchar *
+
  “udi”                      gchar *

An operating-system specific device hardware identifier; this is not unique to a specific hardware device across reboots or hotplugs. It is an opaque string which for some device types (Bluetooth, Modem) @@ -2257,7 +2257,7 @@ request more information about the device from those services.


The “vendor” property

-
  “vendor”                   gchar *
+
  “vendor”                   gchar *

The vendor string of the device.

Flags: Read

Default value: NULL

@@ -2269,14 +2269,14 @@ request more information about the device from those services.

The “state-changed” signal

void
 user_function (NMDevice *device,
-               guint     new_state,
-               guint     old_state,
-               guint     reason,
-               gpointer  user_data)
+ guint new_state, + guint old_state, + guint reason, + gpointer user_data)

Notifies the state change of a NMDevice.

Parameters

-
+
@@ -2311,7 +2311,7 @@ user_function (
-

Flags: Run First

+

Flags: Run First

diff --git a/docs/libnm-glib/html/NMDeviceAdsl.html b/docs/libnm-glib/html/NMDeviceAdsl.html index 9eda5381..e856fbbb 100644 --- a/docs/libnm-glib/html/NMDeviceAdsl.html +++ b/docs/libnm-glib/html/NMDeviceAdsl.html @@ -3,7 +3,7 @@ NMDeviceAdsl: libnm-glib Reference Manual - + @@ -35,7 +35,7 @@

Functions

-
+
@@ -43,7 +43,7 @@
-GQuark +GQuark nm_device_adsl_error_quark () @@ -51,7 +51,7 @@
-GObject * +GObject * nm_device_adsl_new () @@ -59,7 +59,7 @@
-gboolean +gboolean nm_device_adsl_get_carrier () @@ -70,14 +70,14 @@

Properties

-
+
- + @@ -85,7 +85,7 @@

Types and Values

-
gbooleangboolean carrier Read
+
@@ -108,7 +108,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── NMObject
         ╰── NMDevice
             ╰── NMDeviceAdsl
@@ -121,7 +121,7 @@
 

Functions

nm_device_adsl_error_quark ()

-
GQuark
+
GQuark
 nm_device_adsl_error_quark (void);

Registers an error quark for NMDeviceAdsl if necessary.

@@ -132,13 +132,13 @@ nm_device_adsl_error_quark (void<

nm_device_adsl_new ()

-
GObject *
-nm_device_adsl_new (DBusGConnection *connection,
+
GObject *
+nm_device_adsl_new (DBusGConnection *connection,
                     const char *path);

Creates a new NMDeviceAdsl.

Parameters

-
+
@@ -147,7 +147,7 @@ nm_device_adsl_new (

connection

-
+ @@ -167,12 +167,12 @@ nm_device_adsl_new (

nm_device_adsl_get_carrier ()

-
gboolean
+
gboolean
 nm_device_adsl_get_carrier (NMDeviceAdsl *device);

Whether the device has carrier.

Parameters

-

the DBusGConnection

the DBusGConnection

 
+
@@ -187,7 +187,7 @@ nm_device_adsl_get_carrier (

Returns

-

TRUE if the device has carrier

+

TRUE if the device has carrier

@@ -197,7 +197,7 @@ nm_device_adsl_get_carrier (

enum NMDeviceAdslError

Members

-
+
@@ -246,7 +246,7 @@ nm_device_adsl_get_carrier (

Property Details

The “carrier” property

-
  “carrier”                  gboolean
+
  “carrier”                  gboolean

Whether the device has carrier.

Flags: Read

Default value: FALSE

diff --git a/docs/libnm-glib/html/NMDeviceBond.html b/docs/libnm-glib/html/NMDeviceBond.html index 4b83120a..34c8ad64 100644 --- a/docs/libnm-glib/html/NMDeviceBond.html +++ b/docs/libnm-glib/html/NMDeviceBond.html @@ -3,7 +3,7 @@ NMDeviceBond: libnm-glib Reference Manual - + @@ -35,7 +35,7 @@

Functions

-
+
@@ -43,7 +43,7 @@ -
-GQuark +GQuark nm_device_bond_error_quark () @@ -51,7 +51,7 @@
-GObject * +GObject * nm_device_bond_new () @@ -66,14 +66,14 @@
-gboolean +gboolean nm_device_bond_get_carrier ()
const GPtrArray * +const GPtrArray * nm_device_bond_get_slaves () @@ -84,7 +84,7 @@

Properties

-
+
@@ -92,13 +92,13 @@ - + +gchar * @@ -113,7 +113,7 @@

Types and Values

-
gbooleangboolean carrier Read
-gchar * hw-address Read
+
@@ -144,7 +144,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── NMObject
         ╰── NMDevice
             ╰── NMDeviceBond
@@ -157,7 +157,7 @@
 

Functions

nm_device_bond_error_quark ()

-
GQuark
+
GQuark
 nm_device_bond_error_quark (void);

Registers an error quark for NMDeviceBond if necessary.

@@ -168,13 +168,13 @@ nm_device_bond_error_quark (void<

nm_device_bond_new ()

-
GObject *
-nm_device_bond_new (DBusGConnection *connection,
+
GObject *
+nm_device_bond_new (DBusGConnection *connection,
                     const char *path);

Creates a new NMDeviceBond.

Parameters

-
+
@@ -183,7 +183,7 @@ nm_device_bond_new (

connection

-
+ @@ -208,7 +208,7 @@ nm_device_bond_get_hw_address (Gets the hardware (MAC) address of the NMDeviceBond

Parameters

-

the DBusGConnection

the DBusGConnection

 
+
@@ -230,12 +230,12 @@ device, and must not be modified.


nm_device_bond_get_carrier ()

-
gboolean
+
gboolean
 nm_device_bond_get_carrier (NMDeviceBond *device);

Whether the device has carrier.

Parameters

-
+
@@ -250,19 +250,19 @@ nm_device_bond_get_carrier (

Returns

-

TRUE if the device has carrier

+

TRUE if the device has carrier


nm_device_bond_get_slaves ()

-
const GPtrArray *
+
const GPtrArray *
 nm_device_bond_get_slaves (NMDeviceBond *device);

Gets the devices currently slaved to device .

Parameters

-
+
@@ -277,8 +277,8 @@ nm_device_bond_get_slaves (

Returns

-

the GPtrArray containing -NMDevices that are slaves of device +

the GPtrArray containing +NMDevices that are slaves of device . This is the internal copy used by the device, and must not be modified.

[element-type NMDevice]

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

enum NMDeviceBondError

Members

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

Property Details

The “carrier” property

-
  “carrier”                  gboolean
+
  “carrier”                  gboolean

Whether the device has carrier.

Flags: Read

Default value: FALSE

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


The “hw-address” property

-
  “hw-address”               gchar *
+
  “hw-address”               gchar *

The hardware (MAC) address of the device.

Flags: Read

Default value: NULL

diff --git a/docs/libnm-glib/html/NMDeviceBridge.html b/docs/libnm-glib/html/NMDeviceBridge.html index 918be57a..3fa79a8d 100644 --- a/docs/libnm-glib/html/NMDeviceBridge.html +++ b/docs/libnm-glib/html/NMDeviceBridge.html @@ -3,7 +3,7 @@ NMDeviceBridge: libnm-glib Reference Manual - + @@ -35,7 +35,7 @@

Functions

-
+
@@ -43,7 +43,7 @@ -
-GQuark +GQuark nm_device_bridge_error_quark () @@ -51,7 +51,7 @@
-GObject * +GObject * nm_device_bridge_new () @@ -66,14 +66,14 @@
-gboolean +gboolean nm_device_bridge_get_carrier ()
const GPtrArray * +const GPtrArray * nm_device_bridge_get_slaves () @@ -84,7 +84,7 @@

Properties

-
+
@@ -92,13 +92,13 @@ - + +gchar * @@ -113,7 +113,7 @@

Types and Values

-
gbooleangboolean carrier Read
-gchar * hw-address Read
+
@@ -144,7 +144,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── NMObject
         ╰── NMDevice
             ╰── NMDeviceBridge
@@ -157,7 +157,7 @@
 

Functions

nm_device_bridge_error_quark ()

-
GQuark
+
GQuark
 nm_device_bridge_error_quark (void);

Registers an error quark for NMDeviceBridge if necessary.

@@ -169,13 +169,13 @@ nm_device_bridge_error_quark (voi

nm_device_bridge_new ()

-
GObject *
-nm_device_bridge_new (DBusGConnection *connection,
+
GObject *
+nm_device_bridge_new (DBusGConnection *connection,
                       const char *path);

Creates a new NMDeviceBridge.

Parameters

-
+
@@ -184,7 +184,7 @@ nm_device_bridge_new (

connection

-
+ @@ -210,7 +210,7 @@ nm_device_bridge_get_hw_address (Gets the hardware (MAC) address of the NMDeviceBridge

Parameters

-

the DBusGConnection

the DBusGConnection

 
+
@@ -233,12 +233,12 @@ device, and must not be modified.


nm_device_bridge_get_carrier ()

-
gboolean
+
gboolean
 nm_device_bridge_get_carrier (NMDeviceBridge *device);

Whether the device has carrier.

Parameters

-
+
@@ -253,20 +253,20 @@ nm_device_bridge_get_carrier (

Returns

-

TRUE if the device has carrier

+

TRUE if the device has carrier

Since: 0.9.8


nm_device_bridge_get_slaves ()

-
const GPtrArray *
+
const GPtrArray *
 nm_device_bridge_get_slaves (NMDeviceBridge *device);

Gets the devices currently slaved to device .

Parameters

-
+
@@ -281,8 +281,8 @@ nm_device_bridge_get_slaves (

Returns

-

the GPtrArray containing -NMDevices that are slaves of device +

the GPtrArray containing +NMDevices that are slaves of device . This is the internal copy used by the device, and must not be modified.

[element-type NMDevice]

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

enum NMDeviceBridgeError

Members

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

Property Details

The “carrier” property

-
  “carrier”                  gboolean
+
  “carrier”                  gboolean

Whether the device has carrier.

Flags: Read

Default value: FALSE

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


The “hw-address” property

-
  “hw-address”               gchar *
+
  “hw-address”               gchar *

The hardware (MAC) address of the device.

Flags: Read

Default value: NULL

diff --git a/docs/libnm-glib/html/NMDeviceBt.html b/docs/libnm-glib/html/NMDeviceBt.html index af2d4241..45048e64 100644 --- a/docs/libnm-glib/html/NMDeviceBt.html +++ b/docs/libnm-glib/html/NMDeviceBt.html @@ -3,7 +3,7 @@ NMDeviceBt: libnm-glib Reference Manual - + @@ -35,7 +35,7 @@

Functions

-
+
@@ -43,7 +43,7 @@
-GQuark +GQuark nm_device_bt_error_quark () @@ -51,7 +51,7 @@
-GObject * +GObject * nm_device_bt_new () @@ -73,7 +73,7 @@
-NMBluetoothCapabilities +NMBluetoothCapabilities nm_device_bt_get_capabilities () @@ -84,7 +84,7 @@

Properties

-
+
@@ -92,19 +92,19 @@ - + +gchar * +gchar * @@ -113,7 +113,7 @@

Types and Values

-
guintguint bt-capabilities Read
-gchar * hw-address Read
-gchar * name Read
+
@@ -144,7 +144,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── NMObject
         ╰── NMDevice
             ╰── NMDeviceBt
@@ -157,7 +157,7 @@
 

Functions

nm_device_bt_error_quark ()

-
GQuark
+
GQuark
 nm_device_bt_error_quark (void);

Registers an error quark for NMDeviceBt if necessary.

@@ -168,13 +168,13 @@ nm_device_bt_error_quark (void

nm_device_bt_new ()

-
GObject *
-nm_device_bt_new (DBusGConnection *connection,
+
GObject *
+nm_device_bt_new (DBusGConnection *connection,
                   const char *path);

Creates a new NMDeviceBt.

Parameters

-
+
@@ -183,7 +183,7 @@ nm_device_bt_new (

connection

-
+ @@ -208,7 +208,7 @@ nm_device_bt_get_hw_address (NMDeviceBt

Parameters

-

the DBusGConnection

the DBusGConnection

 
+
@@ -235,7 +235,7 @@ nm_device_bt_get_name (NMDeviceBt.

Parameters

-
+
@@ -256,12 +256,12 @@ nm_device_bt_get_name (

nm_device_bt_get_capabilities ()

-
NMBluetoothCapabilities
+
NMBluetoothCapabilities
 nm_device_bt_get_capabilities (NMDeviceBt *device);

Returns the Bluetooth device's usable capabilities.

Parameters

-
+
@@ -276,7 +276,7 @@ nm_device_bt_get_capabilities (

Returns

-

a combination of NMBluetoothCapabilities

+

a combination of NMBluetoothCapabilities

@@ -286,7 +286,7 @@ nm_device_bt_get_capabilities (

enum NMDeviceBtError

Members

-
+
@@ -368,15 +368,15 @@ nm_device_bt_get_capabilities (

Property Details

The “bt-capabilities” property

-
  “bt-capabilities”          guint
-

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

+
  “bt-capabilities”          guint
+

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

Flags: Read

Default value: 0


The “hw-address” property

-
  “hw-address”               gchar *
+
  “hw-address”               gchar *

The hardware (MAC) address of the device.

Flags: Read

Default value: NULL

@@ -384,7 +384,7 @@ nm_device_bt_get_capabilities (

The “name” property

-
  “name”                     gchar *
+
  “name”                     gchar *

The name of the bluetooth device.

Flags: Read

Default value: NULL

diff --git a/docs/libnm-glib/html/NMDeviceEthernet.html b/docs/libnm-glib/html/NMDeviceEthernet.html index 5caa8034..f49cae6a 100644 --- a/docs/libnm-glib/html/NMDeviceEthernet.html +++ b/docs/libnm-glib/html/NMDeviceEthernet.html @@ -3,7 +3,7 @@ NMDeviceEthernet: libnm-glib Reference Manual - + @@ -35,7 +35,7 @@

Functions

-
+
@@ -43,7 +43,7 @@
-GQuark +GQuark nm_device_ethernet_error_quark () @@ -51,7 +51,7 @@
-GObject * +GObject * nm_device_ethernet_new () @@ -73,7 +73,7 @@
-guint32 +guint32 nm_device_ethernet_get_speed () @@ -81,7 +81,7 @@
-gboolean +gboolean nm_device_ethernet_get_carrier () @@ -92,7 +92,7 @@

Properties

-
+
@@ -100,24 +100,24 @@ - + +gchar * +gchar * - + @@ -126,7 +126,7 @@

Types and Values

-
gbooleangboolean carrier Read
-gchar * hw-address Read
-gchar * perm-hw-address Read
guintguint speed Read
+
@@ -161,7 +161,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── NMObject
         ╰── NMDevice
             ╰── NMDeviceEthernet
@@ -174,7 +174,7 @@
 

Functions

nm_device_ethernet_error_quark ()

-
GQuark
+
GQuark
 nm_device_ethernet_error_quark (void);

Registers an error quark for NMDeviceEthernet if necessary.

@@ -185,13 +185,13 @@ nm_device_ethernet_error_quark (v

nm_device_ethernet_new ()

-
GObject *
-nm_device_ethernet_new (DBusGConnection *connection,
+
GObject *
+nm_device_ethernet_new (DBusGConnection *connection,
                         const char *path);

Creates a new NMDeviceEthernet.

Parameters

-
+
@@ -200,7 +200,7 @@ nm_device_ethernet_new (

connection

-
+ @@ -225,7 +225,7 @@ nm_device_ethernet_get_hw_address (Gets the active hardware (MAC) address of the NMDeviceEthernet

Parameters

-

the DBusGConnection

the DBusGConnection

 
+
@@ -253,7 +253,7 @@ nm_device_ethernet_get_permanent_hw_address

Gets the permanent hardware (MAC) address of the NMDeviceEthernet

Parameters

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


nm_device_ethernet_get_speed ()

-
guint32
+
guint32
 nm_device_ethernet_get_speed (NMDeviceEthernet *device);

Gets the speed of the NMDeviceEthernet.

Parameters

-
+
@@ -301,12 +301,12 @@ nm_device_ethernet_get_speed (

nm_device_ethernet_get_carrier ()

-
gboolean
+
gboolean
 nm_device_ethernet_get_carrier (NMDeviceEthernet *device);

Whether the device has carrier.

Parameters

-
+
@@ -321,7 +321,7 @@ nm_device_ethernet_get_carrier (

Returns

-

TRUE if the device has carrier

+

TRUE if the device has carrier

@@ -331,7 +331,7 @@ nm_device_ethernet_get_carrier (

enum NMDeviceEthernetError

Members

-
+
@@ -412,7 +412,7 @@ nm_device_ethernet_get_carrier (

Property Details

The “carrier” property

-
  “carrier”                  gboolean
+
  “carrier”                  gboolean

Whether the device has carrier.

Flags: Read

Default value: FALSE

@@ -420,7 +420,7 @@ nm_device_ethernet_get_carrier (

The “hw-address” property

-
  “hw-address”               gchar *
+
  “hw-address”               gchar *

The active hardware (MAC) address of the device.

Flags: Read

Default value: NULL

@@ -428,7 +428,7 @@ nm_device_ethernet_get_carrier (

The “perm-hw-address” property

-
  “perm-hw-address”          gchar *
+
  “perm-hw-address”          gchar *

The permanent hardware (MAC) address of the device.

Flags: Read

Default value: NULL

@@ -436,7 +436,7 @@ nm_device_ethernet_get_carrier (

The “speed” property

-
  “speed”                    guint
+
  “speed”                    guint

The speed of the device.

Flags: Read

Default value: 0

diff --git a/docs/libnm-glib/html/NMDeviceGeneric.html b/docs/libnm-glib/html/NMDeviceGeneric.html index 2d0873f4..fe5b0ef2 100644 --- a/docs/libnm-glib/html/NMDeviceGeneric.html +++ b/docs/libnm-glib/html/NMDeviceGeneric.html @@ -3,7 +3,7 @@ NMDeviceGeneric: libnm-glib Reference Manual - + @@ -35,7 +35,7 @@

Functions

-
+
@@ -43,7 +43,7 @@
-GQuark +GQuark nm_device_generic_error_quark () @@ -51,7 +51,7 @@
-GObject * +GObject * nm_device_generic_new () @@ -69,7 +69,7 @@

Properties

-
+
@@ -78,13 +78,13 @@ +gchar * +gchar * @@ -93,7 +93,7 @@

Types and Values

-
-gchar * hw-address Read
-gchar * type-description Read
+
@@ -120,7 +120,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── NMObject
         ╰── NMDevice
             ╰── NMDeviceGeneric
@@ -133,7 +133,7 @@
 

Functions

nm_device_generic_error_quark ()

-
GQuark
+
GQuark
 nm_device_generic_error_quark (void);

Registers an error quark for NMDeviceGeneric if necessary.

@@ -145,13 +145,13 @@ nm_device_generic_error_quark (vo

nm_device_generic_new ()

-
GObject *
-nm_device_generic_new (DBusGConnection *connection,
+
GObject *
+nm_device_generic_new (DBusGConnection *connection,
                        const char *path);

Creates a new NMDeviceGeneric.

Parameters

-
+
@@ -160,7 +160,7 @@ nm_device_generic_new (

connection

-
+ @@ -186,7 +186,7 @@ nm_device_generic_get_hw_address (Gets the hardware address of the NMDeviceGeneric

Parameters

-

the DBusGConnection

the DBusGConnection

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

enum NMDeviceGenericError

Members

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

Property Details

The “hw-address” property

-
  “hw-address”               gchar *
+
  “hw-address”               gchar *

The hardware address of the device.

Flags: Read

Default value: NULL

@@ -276,8 +276,8 @@ device, and must not be modified.


The “type-description” property

-
  “type-description”         gchar *
-

A description of the specific type of device this is, or NULL +

  “type-description”         gchar *
+

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

Flags: Read

Default value: NULL

diff --git a/docs/libnm-glib/html/NMDeviceInfiniband.html b/docs/libnm-glib/html/NMDeviceInfiniband.html index 47e6460a..966ebc78 100644 --- a/docs/libnm-glib/html/NMDeviceInfiniband.html +++ b/docs/libnm-glib/html/NMDeviceInfiniband.html @@ -3,7 +3,7 @@ NMDeviceInfiniband: libnm-glib Reference Manual - + @@ -35,7 +35,7 @@

Functions

-
+
@@ -43,7 +43,7 @@
-GQuark +GQuark nm_device_infiniband_error_quark () @@ -51,7 +51,7 @@
-GObject * +GObject * nm_device_infiniband_new () @@ -66,7 +66,7 @@
-gboolean +gboolean nm_device_infiniband_get_carrier () @@ -77,7 +77,7 @@

Properties

-
+
@@ -85,13 +85,13 @@ - + +gchar * @@ -100,7 +100,7 @@

Types and Values

-
gbooleangboolean carrier Read
-gchar * hw-address Read
+
@@ -127,7 +127,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── NMObject
         ╰── NMDevice
             ╰── NMDeviceInfiniband
@@ -140,7 +140,7 @@
 

Functions

nm_device_infiniband_error_quark ()

-
GQuark
+
GQuark
 nm_device_infiniband_error_quark (void);

Registers an error quark for NMDeviceInfiniband if necessary.

@@ -151,13 +151,13 @@ nm_device_infiniband_error_quark (

nm_device_infiniband_new ()

-
GObject *
-nm_device_infiniband_new (DBusGConnection *connection,
+
GObject *
+nm_device_infiniband_new (DBusGConnection *connection,
                           const char *path);

Creates a new NMDeviceInfiniband.

Parameters

-
+
@@ -166,7 +166,7 @@ nm_device_infiniband_new (

connection

-
+ @@ -191,7 +191,7 @@ nm_device_infiniband_get_hw_address (Gets the hardware (MAC) address of the NMDeviceInfiniband

Parameters

-

the DBusGConnection

the DBusGConnection

 
+
@@ -213,12 +213,12 @@ device, and must not be modified.


nm_device_infiniband_get_carrier ()

-
gboolean
+
gboolean
 nm_device_infiniband_get_carrier (NMDeviceInfiniband *device);

Whether the device has carrier.

Parameters

-
+
@@ -233,7 +233,7 @@ nm_device_infiniband_get_carrier (

Returns

-

TRUE if the device has carrier

+

TRUE if the device has carrier

@@ -243,7 +243,7 @@ nm_device_infiniband_get_carrier (

enum NMDeviceInfinibandError

Members

-
+
@@ -312,7 +312,7 @@ nm_device_infiniband_get_carrier (

Property Details

The “carrier” property

-
  “carrier”                  gboolean
+
  “carrier”                  gboolean

Whether the device has carrier.

Flags: Read

Default value: FALSE

@@ -320,7 +320,7 @@ nm_device_infiniband_get_carrier (

The “hw-address” property

-
  “hw-address”               gchar *
+
  “hw-address”               gchar *

The hardware (MAC) address of the device.

Flags: Read

Default value: NULL

diff --git a/docs/libnm-glib/html/NMDeviceModem.html b/docs/libnm-glib/html/NMDeviceModem.html index 9b784bbc..7b55f6c4 100644 --- a/docs/libnm-glib/html/NMDeviceModem.html +++ b/docs/libnm-glib/html/NMDeviceModem.html @@ -3,7 +3,7 @@ NMDeviceModem: libnm-glib Reference Manual - + @@ -35,7 +35,7 @@

Functions

-
+
@@ -43,7 +43,7 @@
-GQuark +GQuark nm_device_modem_error_quark () @@ -51,7 +51,7 @@
-NMDeviceModemCapabilities +NMDeviceModemCapabilities nm_device_modem_get_modem_capabilities () @@ -59,7 +59,7 @@
-NMDeviceModemCapabilities +NMDeviceModemCapabilities nm_device_modem_get_current_capabilities () @@ -70,7 +70,7 @@

Properties

-
+
@@ -78,12 +78,12 @@ - + - + @@ -92,7 +92,7 @@

Types and Values

-
guintguint current-capabilities Read
guintguint modem-capabilities Read
+
@@ -119,7 +119,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── NMObject
         ╰── NMDevice
             ╰── NMDeviceModem
@@ -132,7 +132,7 @@
 

Functions

nm_device_modem_error_quark ()

-
GQuark
+
GQuark
 nm_device_modem_error_quark (void);

Registers an error quark for NMDeviceModem if necessary.

@@ -143,7 +143,7 @@ nm_device_modem_error_quark (void

nm_device_modem_get_modem_capabilities ()

-
NMDeviceModemCapabilities
+
NMDeviceModemCapabilities
 nm_device_modem_get_modem_capabilities
                                (NMDeviceModem *self);

Returns a bitfield of the generic access technology families the modem @@ -151,7 +151,7 @@ supports. Not all capabilities are available concurrently however; some may require a firmware reload or reinitialization.

Parameters

-
+
@@ -172,7 +172,7 @@ may require a firmware reload or reinitialization.


nm_device_modem_get_current_capabilities ()

-
NMDeviceModemCapabilities
+
NMDeviceModemCapabilities
 nm_device_modem_get_current_capabilities
                                (NMDeviceModem *self);

Returns a bitfield of the generic access technology families the modem @@ -180,7 +180,7 @@ supports without a firmware reload or reinitialization. This value represents the network types the modem can immediately connect to.

Parameters

-
+
@@ -206,7 +206,7 @@ a firmware reload or other reinitialization

enum NMDeviceModemError

Members

-
+
@@ -268,7 +268,7 @@ a firmware reload or other reinitialization

Property Details

The “current-capabilities” property

-
  “current-capabilities”     guint
+
  “current-capabilities”     guint

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

Flags: Read

@@ -277,7 +277,7 @@ without a firmware reload or reinitialization.


The “modem-capabilities” property

-
  “modem-capabilities”       guint
+
  “modem-capabilities”       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 diff --git a/docs/libnm-glib/html/NMDeviceOlpcMesh.html b/docs/libnm-glib/html/NMDeviceOlpcMesh.html index dcf93262..c803d5a0 100644 --- a/docs/libnm-glib/html/NMDeviceOlpcMesh.html +++ b/docs/libnm-glib/html/NMDeviceOlpcMesh.html @@ -3,7 +3,7 @@ NMDeviceOlpcMesh: libnm-glib Reference Manual - + @@ -35,7 +35,7 @@

Functions

-
+
@@ -43,7 +43,7 @@
-GQuark +GQuark nm_device_olpc_mesh_error_quark () @@ -51,7 +51,7 @@
-GObject * +GObject * nm_device_olpc_mesh_new () @@ -74,7 +74,7 @@
-guint32 +guint32 nm_device_olpc_mesh_get_active_channel () @@ -85,7 +85,7 @@

Properties

-
+
@@ -93,7 +93,7 @@ - + @@ -105,7 +105,7 @@ +gchar * @@ -114,7 +114,7 @@

Types and Values

-
guintguint active-channel Read
-gchar * hw-address Read
+
@@ -145,7 +145,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── NMObject
         ╰── NMDevice
             ╰── NMDeviceOlpcMesh
@@ -158,7 +158,7 @@
 

Functions

nm_device_olpc_mesh_error_quark ()

-
GQuark
+
GQuark
 nm_device_olpc_mesh_error_quark (void);

Registers an error quark for NMDeviceOlpcMesh if necessary.

@@ -169,13 +169,13 @@ nm_device_olpc_mesh_error_quark (

nm_device_olpc_mesh_new ()

-
GObject *
-nm_device_olpc_mesh_new (DBusGConnection *connection,
+
GObject *
+nm_device_olpc_mesh_new (DBusGConnection *connection,
                          const char *path);

Creates a new NMDeviceOlpcMesh.

Parameters

-
+
@@ -184,7 +184,7 @@ nm_device_olpc_mesh_new (

connection

-
+ @@ -209,7 +209,7 @@ nm_device_olpc_mesh_get_hw_address (Gets the hardware (MAC) address of the NMDeviceOlpcMesh

Parameters

-

the DBusGConnection

the DBusGConnection

 
+
@@ -236,7 +236,7 @@ nm_device_olpc_mesh_get_companion (Gets the companion device of the NMDeviceOlpcMesh.

Parameters

-
+
@@ -251,20 +251,20 @@ nm_device_olpc_mesh_get_companion (

Returns

-

the companion of the device of NULL.

+

the companion of the device of NULL.

[transfer none]


nm_device_olpc_mesh_get_active_channel ()

-
guint32
+
guint32
 nm_device_olpc_mesh_get_active_channel
                                (NMDeviceOlpcMesh *device);

Returns the active channel of the NMDeviceOlpcMesh device.

Parameters

-
+
@@ -289,7 +289,7 @@ nm_device_olpc_mesh_get_active_channel

enum NMDeviceOlpcMeshError

Members

-
+
@@ -350,7 +350,7 @@ nm_device_olpc_mesh_get_active_channel

Property Details

The “active-channel” property

-
  “active-channel”           guint
+
  “active-channel”           guint

The device's active channel.

Flags: Read

Default value: 0

@@ -365,7 +365,7 @@ nm_device_olpc_mesh_get_active_channel

The “hw-address” property

-
  “hw-address”               gchar *
+
  “hw-address”               gchar *

The hardware (MAC) address of the device.

Flags: Read

Default value: NULL

diff --git a/docs/libnm-glib/html/NMDeviceTeam.html b/docs/libnm-glib/html/NMDeviceTeam.html index 61fdf696..df514edb 100644 --- a/docs/libnm-glib/html/NMDeviceTeam.html +++ b/docs/libnm-glib/html/NMDeviceTeam.html @@ -3,7 +3,7 @@ NMDeviceTeam: libnm-glib Reference Manual - + @@ -35,7 +35,7 @@

Functions

-
+
@@ -43,7 +43,7 @@ -
-GQuark +GQuark nm_device_team_error_quark () @@ -51,7 +51,7 @@
-GObject * +GObject * nm_device_team_new () @@ -66,14 +66,14 @@
-gboolean +gboolean nm_device_team_get_carrier ()
const GPtrArray * +const GPtrArray * nm_device_team_get_slaves () @@ -84,7 +84,7 @@

Properties

-
+
@@ -92,13 +92,13 @@ - + +gchar * @@ -113,7 +113,7 @@

Types and Values

-
gbooleangboolean carrier Read
-gchar * hw-address Read
+
@@ -144,7 +144,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── NMObject
         ╰── NMDevice
             ╰── NMDeviceTeam
@@ -157,7 +157,7 @@
 

Functions

nm_device_team_error_quark ()

-
GQuark
+
GQuark
 nm_device_team_error_quark (void);

Registers an error quark for NMDeviceTeam if necessary.

@@ -169,13 +169,13 @@ nm_device_team_error_quark (void<

nm_device_team_new ()

-
GObject *
-nm_device_team_new (DBusGConnection *connection,
+
GObject *
+nm_device_team_new (DBusGConnection *connection,
                     const char *path);

Creates a new NMDeviceTeam.

Parameters

-
+
@@ -184,7 +184,7 @@ nm_device_team_new (

connection

-
+ @@ -210,7 +210,7 @@ nm_device_team_get_hw_address (Gets the hardware (MAC) address of the NMDeviceTeam

Parameters

-

the DBusGConnection

the DBusGConnection

 
+
@@ -233,12 +233,12 @@ device, and must not be modified.


nm_device_team_get_carrier ()

-
gboolean
+
gboolean
 nm_device_team_get_carrier (NMDeviceTeam *device);

Whether the device has carrier.

Parameters

-
+
@@ -253,20 +253,20 @@ nm_device_team_get_carrier (

Returns

-

TRUE if the device has carrier

+

TRUE if the device has carrier

Since: 0.9.10


nm_device_team_get_slaves ()

-
const GPtrArray *
+
const GPtrArray *
 nm_device_team_get_slaves (NMDeviceTeam *device);

Gets the devices currently enslaved to device .

Parameters

-
+
@@ -281,8 +281,8 @@ nm_device_team_get_slaves (

Returns

-

the GPtrArray containing -NMDevices that are slaves of device +

the GPtrArray containing +NMDevices that are slaves of device . This is the internal copy used by the device, and must not be modified.

[element-type NMDevice]

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

enum NMDeviceTeamError

Members

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

Property Details

The “carrier” property

-
  “carrier”                  gboolean
+
  “carrier”                  gboolean

Whether the device has carrier.

Flags: Read

Default value: FALSE

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


The “hw-address” property

-
  “hw-address”               gchar *
+
  “hw-address”               gchar *

The hardware (MAC) address of the device.

Flags: Read

Default value: NULL

diff --git a/docs/libnm-glib/html/NMDeviceVlan.html b/docs/libnm-glib/html/NMDeviceVlan.html index c15add18..39e35c7b 100644 --- a/docs/libnm-glib/html/NMDeviceVlan.html +++ b/docs/libnm-glib/html/NMDeviceVlan.html @@ -3,7 +3,7 @@ NMDeviceVlan: libnm-glib Reference Manual - + @@ -35,7 +35,7 @@

Functions

-
+
@@ -43,7 +43,7 @@
-GQuark +GQuark nm_device_vlan_error_quark () @@ -51,7 +51,7 @@
-GObject * +GObject * nm_device_vlan_new () @@ -66,7 +66,7 @@
-gboolean +gboolean nm_device_vlan_get_carrier () @@ -82,7 +82,7 @@
-guint +guint nm_device_vlan_get_vlan_id () @@ -93,7 +93,7 @@

Properties

-
+
@@ -101,13 +101,13 @@ - + +gchar * @@ -118,7 +118,7 @@ - + @@ -127,7 +127,7 @@

Types and Values

-
gbooleangboolean carrier Read
-gchar * hw-address Read
Read
guintguint vlan-id Read
+
@@ -162,7 +162,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── NMObject
         ╰── NMDevice
             ╰── NMDeviceVlan
@@ -175,7 +175,7 @@
 

Functions

nm_device_vlan_error_quark ()

-
GQuark
+
GQuark
 nm_device_vlan_error_quark (void);

Registers an error quark for NMDeviceVlan if necessary.

@@ -186,13 +186,13 @@ nm_device_vlan_error_quark (void<

nm_device_vlan_new ()

-
GObject *
-nm_device_vlan_new (DBusGConnection *connection,
+
GObject *
+nm_device_vlan_new (DBusGConnection *connection,
                     const char *path);

Creates a new NMDeviceVlan.

Parameters

-
+
@@ -201,7 +201,7 @@ nm_device_vlan_new (

connection

-
+ @@ -226,7 +226,7 @@ nm_device_vlan_get_hw_address (Gets the hardware (MAC) address of the NMDeviceVlan

Parameters

-

the DBusGConnection

the DBusGConnection

 
+
@@ -248,12 +248,12 @@ device, and must not be modified.


nm_device_vlan_get_carrier ()

-
gboolean
+
gboolean
 nm_device_vlan_get_carrier (NMDeviceVlan *device);

Whether the device has carrier.

Parameters

-
+
@@ -268,7 +268,7 @@ nm_device_vlan_get_carrier (

Returns

-

TRUE if the device has carrier

+

TRUE if the device has carrier


@@ -278,7 +278,7 @@ nm_device_vlan_get_carrier (NMDeviceVlan *device);

Parameters

-
+
@@ -301,11 +301,11 @@ nm_device_vlan_get_parent (

nm_device_vlan_get_vlan_id ()

-
guint
+
guint
 nm_device_vlan_get_vlan_id (NMDeviceVlan *device);

Parameters

-
+
@@ -330,7 +330,7 @@ nm_device_vlan_get_vlan_id (

enum NMDeviceVlanError

Members

-
+
@@ -418,7 +418,7 @@ nm_device_vlan_get_vlan_id (

Property Details

The “carrier” property

-
  “carrier”                  gboolean
+
  “carrier”                  gboolean

Whether the device has carrier.

Flags: Read

Default value: FALSE

@@ -426,7 +426,7 @@ nm_device_vlan_get_vlan_id (

The “hw-address” property

-
  “hw-address”               gchar *
+
  “hw-address”               gchar *

The hardware (MAC) address of the device.

Flags: Read

Default value: NULL

@@ -442,7 +442,7 @@ nm_device_vlan_get_vlan_id (

The “vlan-id” property

-
  “vlan-id”                  guint
+
  “vlan-id”                  guint

The device's VLAN ID.

Flags: Read

Allowed values: <= 4095

diff --git a/docs/libnm-glib/html/NMDeviceWifi.html b/docs/libnm-glib/html/NMDeviceWifi.html index 2a569f45..2efca39f 100644 --- a/docs/libnm-glib/html/NMDeviceWifi.html +++ b/docs/libnm-glib/html/NMDeviceWifi.html @@ -3,7 +3,7 @@ NMDeviceWifi: libnm-glib Reference Manual - + @@ -36,7 +36,7 @@

Functions

-
+
@@ -44,7 +44,7 @@ -
-GQuark +GQuark nm_device_wifi_error_quark () @@ -52,7 +52,7 @@
-GObject * +GObject * nm_device_wifi_new () @@ -74,7 +74,7 @@
-NM80211Mode +NM80211Mode nm_device_wifi_get_mode () @@ -82,7 +82,7 @@
-guint32 +guint32 nm_device_wifi_get_bitrate () @@ -90,7 +90,7 @@
-NMDeviceWifiCapabilities +NMDeviceWifiCapabilities nm_device_wifi_get_capabilities () @@ -113,7 +113,7 @@
const GPtrArray * +const GPtrArray * nm_device_wifi_get_access_points () @@ -140,7 +140,7 @@

Properties

-
+
@@ -160,29 +160,29 @@ - + +gchar * - + +gchar * - + @@ -191,7 +191,7 @@

Signals

-
Read
guintguint bitrate Read
-gchar * hw-address Read
guintguint mode Read
-gchar * perm-hw-address Read
guintguint wireless-capabilities Read
+
@@ -201,19 +201,19 @@ - + - +
void access-point-addedRun FirstRun First
void access-point-removedRun FirstRun First

Types and Values

-
+
@@ -260,7 +260,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── NMObject
         ╰── NMDevice
             ╰── NMDeviceWifi
@@ -273,7 +273,7 @@
 

Functions

nm_device_wifi_error_quark ()

-
GQuark
+
GQuark
 nm_device_wifi_error_quark (void);

Registers an error quark for NMDeviceWifi if necessary.

@@ -284,13 +284,13 @@ nm_device_wifi_error_quark (void<

nm_device_wifi_new ()

-
GObject *
-nm_device_wifi_new (DBusGConnection *connection,
+
GObject *
+nm_device_wifi_new (DBusGConnection *connection,
                     const char *path);

Creates a new NMDeviceWifi.

Parameters

-
+
@@ -299,7 +299,7 @@ nm_device_wifi_new (

connection

-
+ @@ -324,7 +324,7 @@ nm_device_wifi_get_hw_address (Gets the actual hardware (MAC) address of the NMDeviceWifi

Parameters

-

the DBusGConnection

the DBusGConnection

 
+
@@ -352,7 +352,7 @@ nm_device_wifi_get_permanent_hw_address

Gets the permanent hardware (MAC) address of the NMDeviceWifi

Parameters

-
+
@@ -374,12 +374,12 @@ device, and must not be modified.


nm_device_wifi_get_mode ()

-
NM80211Mode
+
NM80211Mode
 nm_device_wifi_get_mode (NMDeviceWifi *device);

Gets the NMDeviceWifi mode.

Parameters

-
+
@@ -400,12 +400,12 @@ nm_device_wifi_get_mode (

nm_device_wifi_get_bitrate ()

-
guint32
+
guint32
 nm_device_wifi_get_bitrate (NMDeviceWifi *device);

Gets the bit rate of the NMDeviceWifi in kbit/s.

Parameters

-
+
@@ -426,12 +426,12 @@ nm_device_wifi_get_bitrate (

nm_device_wifi_get_capabilities ()

-
NMDeviceWifiCapabilities
+
NMDeviceWifiCapabilities
 nm_device_wifi_get_capabilities (NMDeviceWifi *device);

Gets the Wi-Fi capabilities of the NMDeviceWifi.

Parameters

-
+
@@ -458,7 +458,7 @@ nm_device_wifi_get_active_access_point

Gets the active NMAccessPoint.

Parameters

-
+
@@ -473,7 +473,7 @@ nm_device_wifi_get_active_access_point

Returns

-

the access point or NULL if none is active.

+

the access point or NULL if none is active.

[transfer none]

@@ -487,7 +487,7 @@ nm_device_wifi_get_access_point_by_path

Gets a NMAccessPoint by path.

Parameters

-
+
@@ -509,19 +509,19 @@ nm_device_wifi_get_access_point_by_path

Returns

-

the access point or NULL if none is found.

+

the access point or NULL if none is found.

[transfer none]


nm_device_wifi_get_access_points ()

-
const GPtrArray *
+
const GPtrArray *
 nm_device_wifi_get_access_points (NMDeviceWifi *device);

Gets all the scanned access points of the NMDeviceWifi.

Parameters

-
+
@@ -536,8 +536,8 @@ nm_device_wifi_get_access_points (

Returns

-

a GPtrArray containing all the -scanned NMAccessPoints. +

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

[element-type NMAccessPoint]

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

NMDeviceWifiRequestScanFn ()

void
 (*NMDeviceWifiRequestScanFn) (NMDeviceWifi *device,
-                              GError *error,
-                              gpointer user_data);
+ GError *error, + gpointer user_data);
@@ -556,13 +556,13 @@ The returned array is owned by the client and should not be modified.

void
 nm_device_wifi_request_scan_simple (NMDeviceWifi *device,
                                     NMDeviceWifiRequestScanFn callback,
-                                    gpointer user_data);
+ gpointer user_data);

Request NM to scan for access points on the NMDeviceWifi. This function only instructs NM to perform scanning. Use nm_device_wifi_get_access_points() to get available access points.

Parameters

-
+
@@ -596,7 +596,7 @@ to get available access points.

enum NMDeviceWifiError

Members

-
+
@@ -726,7 +726,7 @@ required by the connection


The “bitrate” property

-
  “bitrate”                  guint
+
  “bitrate”                  guint

The bit rate of the device in kbit/s.

Flags: Read

Default value: 0

@@ -734,7 +734,7 @@ required by the connection


The “hw-address” property

-
  “hw-address”               gchar *
+
  “hw-address”               gchar *

The hardware (MAC) address of the device.

Flags: Read

Default value: NULL

@@ -742,7 +742,7 @@ required by the connection


The “mode” property

-
  “mode”                     guint
+
  “mode”                     guint

The mode of the device.

Flags: Read

Allowed values: <= 3

@@ -751,7 +751,7 @@ required by the connection


The “perm-hw-address” property

-
  “perm-hw-address”          gchar *
+
  “perm-hw-address”          gchar *

The hardware (MAC) address of the device.

Flags: Read

Default value: NULL

@@ -759,7 +759,7 @@ required by the connection


The “wireless-capabilities” property

-
  “wireless-capabilities”    guint
+
  “wireless-capabilities”    guint

The wireless capabilities of the device.

Flags: Read

Default value: 0

@@ -771,12 +771,12 @@ required by the connection

The “access-point-added” signal

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

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

Parameters

-
+
@@ -801,19 +801,19 @@ user_function (
-

Flags: Run First

+

Flags: Run First


The “access-point-removed” signal

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

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

Parameters

-
+
@@ -838,7 +838,7 @@ user_function (
-

Flags: Run First

+

Flags: Run First

diff --git a/docs/libnm-glib/html/NMDeviceWimax.html b/docs/libnm-glib/html/NMDeviceWimax.html index e13ce5d9..65261ea3 100644 --- a/docs/libnm-glib/html/NMDeviceWimax.html +++ b/docs/libnm-glib/html/NMDeviceWimax.html @@ -3,7 +3,7 @@ NMDeviceWimax: libnm-glib Reference Manual - + @@ -36,7 +36,7 @@

Functions

-
+
@@ -44,7 +44,7 @@ -
-GQuark +GQuark nm_device_wimax_error_quark () @@ -52,7 +52,7 @@
-GObject * +GObject * nm_device_wimax_new () @@ -82,7 +82,7 @@
const GPtrArray * +const GPtrArray * nm_device_wimax_get_nsps () @@ -90,7 +90,7 @@
-guint +guint nm_device_wimax_get_center_frequency () @@ -98,7 +98,7 @@
-gint +gint nm_device_wimax_get_rssi () @@ -106,7 +106,7 @@
-gint +gint nm_device_wimax_get_cinr () @@ -114,7 +114,7 @@
-gint +gint nm_device_wimax_get_tx_power () @@ -132,7 +132,7 @@

Properties

-
+
@@ -147,23 +147,23 @@ +gchar * - + - + +gchar * @@ -174,12 +174,12 @@ - + - + @@ -188,7 +188,7 @@

Signals

-
-gchar * bsid Read
guintguint center-frequency Read
gintgint cinr Read
-gchar * hw-address Read
Read
gintgint rssi Read
gintgint tx-power Read
+
@@ -198,19 +198,19 @@ - + - +
void nsp-addedRun FirstRun First
void nsp-removedRun FirstRun First

Types and Values

-
+
@@ -261,7 +261,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── NMObject
         ╰── NMDevice
             ╰── NMDeviceWimax
@@ -274,7 +274,7 @@
 

Functions

nm_device_wimax_error_quark ()

-
GQuark
+
GQuark
 nm_device_wimax_error_quark (void);

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

@@ -289,8 +289,8 @@ nm_device_wimax_error_quark (void

nm_device_wimax_new ()

-
GObject *
-nm_device_wimax_new (DBusGConnection *connection,
+
GObject *
+nm_device_wimax_new (DBusGConnection *connection,
                      const char *path);

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

@@ -299,7 +299,7 @@ nm_device_wimax_new (NMDeviceWimax.

Parameters

-
+
@@ -308,7 +308,7 @@ nm_device_wimax_new (

connection

-
+ @@ -337,7 +337,7 @@ nm_device_wimax_get_hw_address (Gets the hardware (MAC) address of the NMDeviceWimax

Parameters

-

the DBusGConnection

the DBusGConnection

 
+
@@ -368,7 +368,7 @@ nm_device_wimax_get_active_nsp (Gets the active NMWimaxNsp.

Parameters

-
+
@@ -383,7 +383,7 @@ nm_device_wimax_get_active_nsp (

Returns

-

the access point or NULL if none is active.

+

the access point or NULL if none is active.

[transfer full]

@@ -400,7 +400,7 @@ nm_device_wimax_get_nsp_by_path (Gets a NMWimaxNsp by path.

Parameters

-
+
@@ -422,14 +422,14 @@ nm_device_wimax_get_nsp_by_path (

Returns

-

the access point or NULL if none is found.

+

the access point or NULL if none is found.

[transfer none]


nm_device_wimax_get_nsps ()

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

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

@@ -438,7 +438,7 @@ nm_device_wimax_get_nsps (NMDeviceWimax.

Parameters

-
+
@@ -453,8 +453,8 @@ nm_device_wimax_get_nsps (

Returns

-

a GPtrArray containing -all the scanned NMWimaxNsps. +

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

[element-type NMWimaxNsp]

@@ -462,7 +462,7 @@ The returned array is owned by the client and should not be modified.


nm_device_wimax_get_center_frequency ()

-
guint
+
guint
 nm_device_wimax_get_center_frequency (NMDeviceWimax *self);

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

@@ -473,7 +473,7 @@ to communicate with the network when connected. Has no meaning when the device is not connected.

Parameters

-
+
@@ -494,7 +494,7 @@ device is not connected.


nm_device_wimax_get_rssi ()

-
gint
+
gint
 nm_device_wimax_get_rssi (NMDeviceWimax *self);

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

@@ -506,7 +506,7 @@ indicate the overall quality of the radio link. Has no meaning when the device is not connected.

Parameters

-
+
@@ -527,7 +527,7 @@ device is not connected.


nm_device_wimax_get_cinr ()

-
gint
+
gint
 nm_device_wimax_get_cinr (NMDeviceWimax *self);

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

@@ -538,7 +538,7 @@ link in dB. CINR is a more accurate measure of radio link quality. Has no meaning when the device is not connected.

Parameters

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


nm_device_wimax_get_tx_power ()

-
gint
+
gint
 nm_device_wimax_get_tx_power (NMDeviceWimax *self);

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

@@ -570,7 +570,7 @@ nm_device_wimax_get_tx_power (

Parameters

-
+
@@ -600,7 +600,7 @@ nm_device_wimax_get_bsid (

Parameters

-
+
@@ -615,7 +615,7 @@ nm_device_wimax_get_bsid (

Returns

-

the ID of the serving Base Station, or NULL

+

the ID of the serving Base Station, or NULL

@@ -625,7 +625,7 @@ nm_device_wimax_get_bsid (

enum NMDeviceWimaxError

Members

-
+
@@ -741,7 +741,7 @@ nm_device_wimax_get_bsid (

The “bsid” property

-
  “bsid”                     gchar *
+
  “bsid”                     gchar *

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

@@ -754,7 +754,7 @@ no meaning when the device is not connected.


The “center-frequency” property

-
  “center-frequency”         guint
+
  “center-frequency”         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.

@@ -768,7 +768,7 @@ device is not connected.


The “cinr” property

-
  “cinr”                     gint
+
  “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.

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


The “hw-address” property

-
  “hw-address”               gchar *
+
  “hw-address”               gchar *

The hardware (MAC) address of the device.

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

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


The “rssi” property

-
  “rssi”                     gint
+
  “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 @@ -821,7 +821,7 @@ device is not connected.


The “tx-power” property

-
  “tx-power”                 gint
+
  “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.

@@ -839,8 +839,8 @@ device is not connected.

The “nsp-added” signal

void
 user_function (NMDeviceWimax *self,
-               GObject       *nsp,
-               gpointer       user_data)
+ GObject *nsp, + gpointer user_data)

Notifies that a NMWimaxNsp is added to the wimax device.

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

@@ -848,7 +848,7 @@ user_function (<

Parameters

-
+
@@ -873,15 +873,15 @@ user_function (<
-

Flags: Run First

+

Flags: Run First


The “nsp-removed” signal

void
 user_function (NMDeviceWimax *self,
-               GObject       *nsp,
-               gpointer       user_data)
+ GObject *nsp, + gpointer user_data)

Notifies that a NMWimaxNsp is removed from the wimax device.

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

@@ -889,7 +889,7 @@ user_function (<

Parameters

-
+
@@ -914,7 +914,7 @@ user_function (<
-

Flags: Run First

+

Flags: Run First

diff --git a/docs/libnm-glib/html/NMIP4Config.html b/docs/libnm-glib/html/NMIP4Config.html index 51cc764b..51f29f4a 100644 --- a/docs/libnm-glib/html/NMIP4Config.html +++ b/docs/libnm-glib/html/NMIP4Config.html @@ -3,7 +3,7 @@ NMIP4Config: libnm-glib Reference Manual - + @@ -35,7 +35,7 @@

Functions

-
+
@@ -43,7 +43,7 @@ - - - - - -
-GObject * +GObject * nm_ip4_config_new () @@ -57,42 +57,42 @@
const GSList * +const GSList * nm_ip4_config_get_addresses ()
const GSList * +const GSList * nm_ip4_config_get_routes ()
const GArray * +const GArray * nm_ip4_config_get_nameservers ()
const GPtrArray * +const GPtrArray * nm_ip4_config_get_domains ()
const GPtrArray * +const GPtrArray * nm_ip4_config_get_searches ()
const GArray * +const GArray * nm_ip4_config_get_wins_servers () @@ -103,7 +103,7 @@

Properties

-
+
@@ -111,7 +111,7 @@ - + @@ -123,7 +123,7 @@ +gchar * @@ -134,7 +134,7 @@ - + @@ -155,7 +155,7 @@

Types and Values

-
gpointergpointer addresses Read
-gchar * gateway Read
Read
gpointergpointer routes Read
+
@@ -194,7 +194,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── NMObject
         ╰── NMIP4Config
 
@@ -206,13 +206,13 @@

Functions

nm_ip4_config_new ()

-
GObject *
-nm_ip4_config_new (DBusGConnection *connection,
+
GObject *
+nm_ip4_config_new (DBusGConnection *connection,
                    const char *object_path);

Creates a new NMIP4Config.

Parameters

-
+
@@ -221,7 +221,7 @@ nm_ip4_config_new (

connection

-
+ @@ -246,7 +246,7 @@ nm_ip4_config_get_gateway (

Parameters

-

the DBusGConnection

the DBusGConnection

 
+
@@ -268,12 +268,12 @@ nm_ip4_config_get_gateway (

nm_ip4_config_get_addresses ()

-
const GSList *
+
const GSList *
 nm_ip4_config_get_addresses (NMIP4Config *config);

Gets the IP4 addresses (containing the address, prefix, and gateway).

Parameters

-
+
@@ -288,7 +288,7 @@ nm_ip4_config_get_addresses (

Returns

-

the GSList containing NMIP4Addresses. +

the GSList containing NMIP4Addresses. This is the internal copy used by the configuration and must not be modified.

[element-type NMIP4Address]

@@ -296,12 +296,12 @@ This is the internal copy used by the configuration and must not be modified.

nm_ip4_config_get_routes ()

-
const GSList *
+
const GSList *
 nm_ip4_config_get_routes (NMIP4Config *config);

Gets the routes.

Parameters

-
+
@@ -316,7 +316,7 @@ nm_ip4_config_get_routes (

Returns

-

the GSList containing +

the GSList containing NMIP4Routes. This is the internal copy used by the configuration, and must not be modified.

[element-type NMIP4Route]

@@ -325,12 +325,12 @@ and must not be modified.


nm_ip4_config_get_nameservers ()

-
const GArray *
+
const GArray *
 nm_ip4_config_get_nameservers (NMIP4Config *config);

Gets the domain name servers (DNS).

Parameters

-
+
@@ -345,7 +345,7 @@ nm_ip4_config_get_nameservers (

Returns

-

the GArray containing guint32s. +

the GArray containing guint32s. This is the internal copy used by the configuration and must not be modified.

[element-type guint32]

@@ -354,12 +354,12 @@ modified.


nm_ip4_config_get_domains ()

-
const GPtrArray *
+
const GPtrArray *
 nm_ip4_config_get_domains (NMIP4Config *config);

Gets the domain names.

Parameters

-
+
@@ -374,7 +374,7 @@ nm_ip4_config_get_domains (

Returns

-

the GPtrArray containing domains as strings. This is the +

the GPtrArray containing domains as strings. This is the internal copy used by the configuration, and must not be modified.

[element-type utf8]

@@ -382,12 +382,12 @@ internal copy used by the configuration, and must not be modified.


nm_ip4_config_get_searches ()

-
const GPtrArray *
+
const GPtrArray *
 nm_ip4_config_get_searches (NMIP4Config *config);

Gets the dns searches.

Parameters

-
+
@@ -402,7 +402,7 @@ nm_ip4_config_get_searches (

Returns

-

the GPtrArray containing dns searches as strings. This is the +

the GPtrArray containing dns searches as strings. This is the internal copy used by the configuration, and must not be modified.

[element-type utf8]

@@ -411,12 +411,12 @@ internal copy used by the configuration, and must not be modified.


nm_ip4_config_get_wins_servers ()

-
const GArray *
+
const GArray *
 nm_ip4_config_get_wins_servers (NMIP4Config *config);

Gets the Windows Internet Name Service servers (WINS).

Parameters

-
+
@@ -431,7 +431,7 @@ nm_ip4_config_get_wins_servers (

Returns

-

the GArray containing guint32s. +

the GArray containing guint32s. This is the internal copy used by the configuration and must not be modified.

[element-type guint32]

@@ -486,21 +486,21 @@ modified.

Property Details

The “addresses” property

-
  “addresses”                gpointer
-

The GPtrArray containing NMIP4Addresses of the configuration.

+
  “addresses”                gpointer
+

The GPtrArray containing NMIP4Addresses of the configuration.

Flags: Read


The “domains” property

  “domains”                  NMStringArray *
-

The GPtrArray containing domain strings of the configuration.

+

The GPtrArray containing domain strings of the configuration.

Flags: Read


The “gateway” property

-
  “gateway”                  gchar *
+
  “gateway”                  gchar *

The IP4 gateway address of the configuration as string.

Flags: Read

Default value: NULL

@@ -510,21 +510,21 @@ modified.

The “nameservers” property

  “nameservers”              NMUintArray *
-

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

+

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

Flags: Read


The “routes” property

-
  “routes”                   gpointer
-

The GPtrArray containing NMSettingIP4Routes of the configuration.

+
  “routes”                   gpointer
+

The GPtrArray containing NMSettingIP4Routes of the configuration.

Flags: Read


The “searches” property

  “searches”                 NMStringArray *
-

The GPtrArray containing dns search strings of the configuration.

+

The GPtrArray containing dns search strings of the configuration.

Flags: Read

Since: 0.9.10

@@ -532,7 +532,7 @@ modified.

The “wins-servers” property

  “wins-servers”             NMUintArray *
-

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

+

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

Flags: Read

diff --git a/docs/libnm-glib/html/NMIP6Config.html b/docs/libnm-glib/html/NMIP6Config.html index 100670df..87bdf999 100644 --- a/docs/libnm-glib/html/NMIP6Config.html +++ b/docs/libnm-glib/html/NMIP6Config.html @@ -3,7 +3,7 @@ NMIP6Config: libnm-glib Reference Manual - + @@ -35,7 +35,7 @@

Functions

-
+
@@ -43,7 +43,7 @@ - - - - -
-GObject * +GObject * nm_ip6_config_new () @@ -57,14 +57,14 @@
const GSList * +const GSList * nm_ip6_config_get_addresses ()
const GSList * +const GSList * nm_ip6_config_get_routes () @@ -72,7 +72,7 @@
-guint32 +guint32 nm_ip6_config_get_num_nameservers () @@ -86,21 +86,21 @@
const GSList * +const GSList * nm_ip6_config_get_nameservers ()
const GPtrArray * +const GPtrArray * nm_ip6_config_get_domains ()
const GPtrArray * +const GPtrArray * nm_ip6_config_get_searches () @@ -111,7 +111,7 @@

Properties

-
+
@@ -132,7 +132,7 @@ +gchar * @@ -159,7 +159,7 @@

Types and Values

-
-gchar * gateway Read
+
@@ -194,7 +194,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── NMObject
         ╰── NMIP6Config
 
@@ -206,13 +206,13 @@

Functions

nm_ip6_config_new ()

-
GObject *
-nm_ip6_config_new (DBusGConnection *connection,
+
GObject *
+nm_ip6_config_new (DBusGConnection *connection,
                    const char *object_path);

Creates a new NMIP6Config.

Parameters

-
+
@@ -221,7 +221,7 @@ nm_ip6_config_new (

connection

-
+ @@ -246,7 +246,7 @@ nm_ip6_config_get_gateway (

Parameters

-

the DBusGConnection

the DBusGConnection

 
+
@@ -268,12 +268,12 @@ nm_ip6_config_get_gateway (

nm_ip6_config_get_addresses ()

-
const GSList *
+
const GSList *
 nm_ip6_config_get_addresses (NMIP6Config *config);

Gets the IP6 addresses (containing the address, prefix, and gateway).

Parameters

-
+
@@ -288,7 +288,7 @@ nm_ip6_config_get_addresses (

Returns

-

the GSList containing +

the GSList containing NMIP6Addresses. This is the internal copy used by the configuration and must not be modified.

[element-type NMIP6Address]

@@ -297,12 +297,12 @@ and must not be modified.


nm_ip6_config_get_routes ()

-
const GSList *
+
const GSList *
 nm_ip6_config_get_routes (NMIP6Config *config);

Gets the routes.

Parameters

-
+
@@ -317,7 +317,7 @@ nm_ip6_config_get_routes (

Returns

-

the GSList containing +

the GSList containing NMIP6Routes. This is the internal copy used by the configuration, and must not be modified.

[element-type NMIP6Route]

@@ -326,12 +326,12 @@ and must not be modified.


nm_ip6_config_get_num_nameservers ()

-
guint32
+
guint32
 nm_ip6_config_get_num_nameservers (NMIP6Config *config);

Gets the number of the domain name servers in the configuration.

Parameters

-
+
@@ -355,12 +355,12 @@ nm_ip6_config_get_num_nameservers (

nm_ip6_config_get_nameserver ()

const struct in6_addr *
 nm_ip6_config_get_nameserver (NMIP6Config *config,
-                              guint32 idx);
+ guint32 idx);

Gets the domain name server at index idx in the configuration.

Parameters

-
+
@@ -391,13 +391,13 @@ nm_ip6_config_get_nameserver (

nm_ip6_config_get_nameservers ()

-
const GSList *
+
const GSList *
 nm_ip6_config_get_nameservers (NMIP6Config *config);

Gets the domain name servers (DNS).

[skip]

Parameters

-
+
@@ -412,7 +412,7 @@ nm_ip6_config_get_nameservers (

Returns

-

a GSList containing elements of type 'struct in6_addr' which +

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

@@ -420,12 +420,12 @@ internal copy used by the configuration and must not be modified.


nm_ip6_config_get_domains ()

-
const GPtrArray *
+
const GPtrArray *
 nm_ip6_config_get_domains (NMIP6Config *config);

Gets the domain names.

Parameters

-
+
@@ -440,7 +440,7 @@ nm_ip6_config_get_domains (

Returns

-

the GPtrArray containing domains as strings. +

the GPtrArray containing domains as strings. This is the internal copy used by the configuration, and must not be modified.

[element-type utf8]

@@ -448,12 +448,12 @@ This is the internal copy used by the configuration, and must not be modified. <

nm_ip6_config_get_searches ()

-
const GPtrArray *
+
const GPtrArray *
 nm_ip6_config_get_searches (NMIP6Config *config);

Gets the dns searches.

Parameters

-
+
@@ -468,7 +468,7 @@ nm_ip6_config_get_searches (

Returns

-

the GPtrArray containing dns searches as strings. +

the GPtrArray containing dns searches as strings. This is the internal copy used by the configuration, and must not be modified.

[element-type utf8]

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

The “addresses” property

  “addresses”                NMIP6AddressObjectArray *
-

The GPtrArray containing the IPv6 addresses; use -nm_utils_ip6_addresses_from_gvalue() to return a GSList of +

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

Flags: Read

@@ -527,13 +527,13 @@ This is the internal copy used by the configuration, and must not be modified. <

The “domains” property

  “domains”                  NMStringArray *
-

The GPtrArray containing domain strings of the configuration.

+

The GPtrArray containing domain strings of the configuration.

Flags: Read


The “gateway” property

-
  “gateway”                  gchar *
+
  “gateway”                  gchar *

The IPv6 gateway as string

Flags: Read

Default value: NULL

@@ -543,7 +543,7 @@ This is the internal copy used by the configuration, and must not be modified. <

The “nameservers” property

  “nameservers”              NMIP6AddressArray *
-

The GPtrArray containing elements of type 'struct ip6_addr' which +

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

Flags: Read

@@ -551,8 +551,8 @@ contain the addresses of nameservers of the configuration.

The “routes” property

  “routes”                   NMIP6RouteObjectArray *
-

The GPtrArray containing the IPv6 routes; use -nm_utils_ip6_routes_from_gvalue() to return a GSList of +

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

Flags: Read

@@ -560,7 +560,7 @@ contain the addresses of nameservers of the configuration.

The “searches” property

  “searches”                 NMStringArray *
-

The GPtrArray containing dns search strings of the configuration.

+

The GPtrArray containing dns search strings of the configuration.

Flags: Read

Since: 0.9.10

diff --git a/docs/libnm-glib/html/NMObject.html b/docs/libnm-glib/html/NMObject.html index 25047109..14735183 100644 --- a/docs/libnm-glib/html/NMObject.html +++ b/docs/libnm-glib/html/NMObject.html @@ -3,7 +3,7 @@ NMObject: libnm-glib Reference Manual - + @@ -36,7 +36,7 @@

Functions

-
+
@@ -44,7 +44,7 @@
-GQuark +GQuark nm_object_error_quark () @@ -52,7 +52,7 @@
-DBusGConnection * +DBusGConnection * nm_object_get_connection () @@ -70,7 +70,7 @@

Properties

-
+
@@ -79,13 +79,13 @@ +DBusGConnection * +gchar * @@ -94,7 +94,7 @@

Signals

-
-DBusGConnection * dbus-connection Read / Write / Construct Only
-gchar * dbus-path Read / Write / Construct Only
+
@@ -103,13 +103,13 @@ - +
void object-creation-failedRun FirstRun First

Types and Values

-
+
@@ -136,7 +136,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── NMObject
         ├── NMClient
         ├── NMDevice
@@ -156,7 +156,7 @@
 

Functions

nm_object_error_quark ()

-
GQuark
+
GQuark
 nm_object_error_quark (void);

Registers an error quark for NMObject if necessary.

@@ -167,12 +167,12 @@ nm_object_error_quark (void

nm_object_get_connection ()

-
DBusGConnection *
+
DBusGConnection *
 nm_object_get_connection (NMObject *object);

Gets the NMObject's DBusGConnection.

Parameters

-
+
@@ -199,7 +199,7 @@ nm_object_get_path (NMObject.

Parameters

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

Describes errors that may result from operations involving a NMObject.

Members

-
+
@@ -274,13 +274,13 @@ device, and must not be modified.

Property Details

The “dbus-connection” property

-
  “dbus-connection”          DBusGConnection *
+
  “dbus-connection”          DBusGConnection *

Flags: Read / Write / Construct Only


The “dbus-path” property

-
  “dbus-path”                gchar *
+
  “dbus-path”                gchar *

Flags: Read / Write / Construct Only

Default value: NULL

@@ -291,9 +291,9 @@ device, and must not be modified.

The “object-creation-failed” signal

void
 user_function (NMObject *master_object,
-               gpointer  error,
-               gpointer  failed_path,
-               gpointer  user_data)
+ gpointer error, + gpointer failed_path, + gpointer user_data)

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

@@ -301,7 +301,7 @@ during property handling of master_object

Parameters

-
+
@@ -331,7 +331,7 @@ during property handling of master_object
-

Flags: Run First

+

Flags: Run First

diff --git a/docs/libnm-glib/html/NMRemoteConnection.html b/docs/libnm-glib/html/NMRemoteConnection.html index faee974f..12f56c9f 100644 --- a/docs/libnm-glib/html/NMRemoteConnection.html +++ b/docs/libnm-glib/html/NMRemoteConnection.html @@ -3,7 +3,7 @@ NMRemoteConnection: libnm-glib Reference Manual - + @@ -36,7 +36,7 @@

Functions

-
+
@@ -44,7 +44,7 @@
-GQuark +GQuark nm_remote_connection_error_quark () @@ -116,7 +116,7 @@
-gboolean +gboolean nm_remote_connection_get_unsaved () @@ -127,7 +127,7 @@

Properties

-
+
@@ -136,24 +136,24 @@ +DBusGConnection * +DBusGConnection * +gchar * - + @@ -162,7 +162,7 @@

Signals

-
-DBusGConnection * bus Write / Construct Only
-DBusGConnection * dbus-connection Write / Construct Only
-gchar * dbus-path Write / Construct Only
gbooleangboolean unsaved Read
+
@@ -172,24 +172,24 @@ - + - + - +
void removedRun FirstRun First
void updatedRun FirstRun First
void visibleRun FirstRun First

Types and Values

-
+
@@ -228,8 +228,8 @@

Object Hierarchy

-
    GObject
-    ╰── NMConnection
+
    GObject
+    ╰── NMConnection
         ╰── NMRemoteConnection
 
@@ -240,7 +240,7 @@

Functions

nm_remote_connection_error_quark ()

-
GQuark
+
GQuark
 nm_remote_connection_error_quark (void);

Registers an error quark for NMRemoteConnection if necessary.

@@ -253,13 +253,13 @@ nm_remote_connection_error_quark (

NMRemoteConnectionResultFunc ()

void
 (*NMRemoteConnectionResultFunc) (NMRemoteConnection *connection,
-                                 GError *error,
-                                 gpointer user_data);
+ GError *error, + gpointer user_data);

Called when NetworkManager has finished an asynchronous operation on a connection, like commit changes, deleting, saving, etc.

Parameters

-
+
@@ -290,14 +290,14 @@ connection, like commit changes, deleting, saving, etc.

NMRemoteConnectionGetSecretsFunc ()

void
 (*NMRemoteConnectionGetSecretsFunc) (NMRemoteConnection *connection,
-                                     GHashTable *secrets,
-                                     GError *error,
-                                     gpointer user_data);
+ GHashTable *secrets, + GError *error, + gpointer user_data);

Called when NetworkManager returns secrets in response to a request for secrets via nm_remote_connection_get_secrets().

Parameters

-
+
@@ -312,7 +312,7 @@ secrets via

secrets

@@ -334,12 +334,12 @@ containing that property's value.

nm_remote_connection_new ()

NMRemoteConnection *
-nm_remote_connection_new (DBusGConnection *bus,
+nm_remote_connection_new (DBusGConnection *bus,
                           const char *path);

Creates a new object representing the remote connection.

Parameters

-

on success, a hash table of -hash tables, with each inner hash mapping a setting property to a GValue +hash tables, with each inner hash mapping a setting property to a GValue containing that property's value.

[element-type utf8 GLib.HashTable]
+
@@ -361,7 +361,7 @@ nm_remote_connection_new (

Returns

-

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

+

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


@@ -370,12 +370,12 @@ nm_remote_connection_new (void nm_remote_connection_commit_changes (NMRemoteConnection *connection, NMRemoteConnectionResultFunc callback, - gpointer user_data); + gpointer user_data);

Send any local changes to the settings and properties of this connection to NetworkManager, which will immediately save them to disk.

Parameters

-
+
@@ -410,14 +410,14 @@ commit completes.

nm_remote_connection_commit_changes_unsaved (NMRemoteConnection *connection, NMRemoteConnectionResultFunc callback, - gpointer user_data); + gpointer user_data);

Send any local changes to the settings and properties of this connection to NetworkManager. The changes are not saved to disk until either nm_remote_connection_save() or nm_remote_connection_commit_changes() is called.

Parameters

-
+
@@ -452,12 +452,12 @@ commit completes.

void
 nm_remote_connection_save (NMRemoteConnection *connection,
                            NMRemoteConnectionResultFunc callback,
-                           gpointer user_data);
+ gpointer user_data);

Saves the connection to disk if the connection has changes that have not yet been written to disk, or if the connection has never been saved.

Parameters

-
+
@@ -492,11 +492,11 @@ save completes.

void
 nm_remote_connection_delete (NMRemoteConnection *connection,
                              NMRemoteConnectionResultFunc callback,
-                             gpointer user_data);
+ gpointer user_data);

Delete the connection.

Parameters

-
+
@@ -530,11 +530,11 @@ nm_remote_connection_delete (NMRemoteConnection *connection, const char *setting_name, NMRemoteConnectionGetSecretsFunc callback, - gpointer user_data); + gpointer user_data);

Request the connection's secrets.

Parameters

-
+
@@ -548,13 +548,13 @@ nm_remote_connection_get_secrets ( - + +must not be NULL.

@@ -570,11 +570,11 @@ must not be

nm_remote_connection_get_unsaved ()

-
gboolean
+
gboolean
 nm_remote_connection_get_unsaved (NMRemoteConnection *connection);

Parameters

-

setting_name

the NMSetting object name to get secrets for

the NMSetting object name to get secrets for

 

callback

a function to be called when the update completes; -must not be NULL.

[scope async]
+
@@ -589,8 +589,8 @@ nm_remote_connection_get_unsaved (

Returns

-

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 +

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.

Since: 0.9.10

@@ -602,7 +602,7 @@ representation.

enum NMRemoteConnectionError

Members

-
+
@@ -668,29 +668,29 @@ representation.

Property Details

The “bus” property

-
  “bus”                      DBusGConnection *
-

The DBusGConnection that the NMRemoteConnection is connected to.

+
  “bus”                      DBusGConnection *
+

The DBusGConnection that the NMRemoteConnection is connected to.

Flags: Write / Construct Only


The “dbus-connection” property

-
  “dbus-connection”          DBusGConnection *
+
  “dbus-connection”          DBusGConnection *

Flags: Write / Construct Only


The “dbus-path” property

-
  “dbus-path”                gchar *
+
  “dbus-path”                gchar *

Flags: Write / Construct Only

Default value: NULL


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.

+
  “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

@@ -702,12 +702,12 @@ to disk,

The “removed” signal

void
 user_function (NMRemoteConnection *connection,
-               gpointer            user_data)
+ gpointer user_data)

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

Parameters

-
+
@@ -716,7 +716,7 @@ invisible to the current user.

- + @@ -727,19 +727,19 @@ invisible to the current user.

connection

a NMConnection

a NMConnection

 
-

Flags: Run First

+

Flags: Run First


The “updated” signal

void
 user_function (NMRemoteConnection *connection,
-               gpointer            user_data)
+ gpointer user_data)

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

Parameters

-
+
@@ -748,7 +748,7 @@ still visible to the user.

- + @@ -759,16 +759,16 @@ still visible to the user.

connection

a NMConnection

a NMConnection

 
-

Flags: Run First

+

Flags: Run First


The “visible” signal

void
 user_function (NMRemoteConnection *nmremoteconnection,
-               gboolean            arg1,
-               gpointer            user_data)
-

Flags: Run First

+ gboolean arg1, + gpointer user_data) +

Flags: Run First

diff --git a/docs/libnm-glib/html/NMRemoteSettings.html b/docs/libnm-glib/html/NMRemoteSettings.html index 1c47862f..abac4049 100644 --- a/docs/libnm-glib/html/NMRemoteSettings.html +++ b/docs/libnm-glib/html/NMRemoteSettings.html @@ -3,7 +3,7 @@ NMRemoteSettings: libnm-glib Reference Manual - + @@ -36,7 +36,7 @@

Functions

-
+
@@ -44,7 +44,7 @@
-GQuark +GQuark nm_remote_settings_error_quark () @@ -100,7 +100,7 @@
-GSList * +GSList * nm_remote_settings_list_connections () @@ -132,7 +132,7 @@
-gboolean +gboolean nm_remote_settings_add_connection () @@ -140,7 +140,7 @@
-gboolean +gboolean nm_remote_settings_add_connection_unsaved () @@ -148,7 +148,7 @@
-gboolean +gboolean nm_remote_settings_load_connections () @@ -156,7 +156,7 @@
-gboolean +gboolean nm_remote_settings_reload_connections () @@ -164,7 +164,7 @@
-gboolean +gboolean nm_remote_settings_save_hostname () @@ -175,7 +175,7 @@

Properties

-
+
@@ -184,23 +184,23 @@ +DBusGConnection * - + +gchar * - + @@ -209,7 +209,7 @@

Signals

-
-DBusGConnection * bus Read / Write / Construct Only
gbooleangboolean can-modify Read
-gchar * hostname Read
gbooleangboolean service-running Read
+
@@ -219,19 +219,19 @@ - + - +
void connections-readRun FirstRun First
void new-connectionRun FirstRun First

Types and Values

-
+
@@ -274,7 +274,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── NMRemoteSettings
 
@@ -284,13 +284,13 @@ which stores network configuration and allows authenticated clients to add, delete, and modify that configuration. The data required to connect to a specific network is called a "connection" and encapsulated by the -NMConnection object. Once a connection is known to NetworkManager, having +NMConnection object. Once a connection is known to NetworkManager, having either been added by a user or read from on-disk storage, the NMRemoteSettings object creates a NMRemoteConnection object which represents this stored connection. Use the NMRemoteConnection object to perform any operations like modification or deletion.

To add a new network connection to the NetworkManager settings service, first -build up a template NMConnection object. Since this connection is not yet +build up a template NMConnection object. Since this connection is not yet added to NetworkManager, it is known only to your program and is not yet an NMRemoteConnection. Then ask NMRemoteSettings to add your connection. When the connection is added successfully, the supplied callback is called @@ -366,15 +366,15 @@ the stored object known to NetworkManager.

gpointer user_data){ if (error) - g_print ("Error adding connection: %s", error->message); + g_print ("Error adding connection: %s", error->message); else { - g_print ("Added: %s\n", nm_connection_get_path (NM_CONNECTION (remote))); + g_print ("Added: %s\n", nm_connection_get_path (NM_CONNECTION (remote))); /* Use 'remote' with nm_remote_connection_commit_changes() to save * changes and nm_remote_connection_delete() to delete the connection */ }} -static gboolean +static gbooleanadd_wired_connection (const char *human_name){ NMConnection *connection; @@ -383,35 +383,35 @@ the stored object known to NetworkManager.

char *uuid; gboolean success; - connection = nm_connection_new (); + connection = nm_connection_new (); /* Build up the 'connection' setting */ - s_con = (NMSettingConnection *) nm_setting_connection_new (); - uuid = nm_utils_uuid_generate (); - g_object_set (G_OBJECT (s_con), - NM_SETTING_CONNECTION_UUID, uuid, - NM_SETTING_CONNECTION_ID, human_name, - NM_SETTING_CONNECTION_TYPE, NM_SETTING_WIRED_SETTING_NAME, - NULL); - g_free (uuid); - nm_connection_add_setting (connection, NM_SETTING (s_con)); + s_con = (NMSettingConnection *) nm_setting_connection_new (); + uuid = nm_utils_uuid_generate (); + g_object_set (G_OBJECT (s_con), + NM_SETTING_CONNECTION_UUID, uuid, + NM_SETTING_CONNECTION_ID, human_name, + NM_SETTING_CONNECTION_TYPE, NM_SETTING_WIRED_SETTING_NAME, + NULL); + g_free (uuid); + nm_connection_add_setting (connection, NM_SETTING (s_con)); /* Add the required 'wired' setting as this is a wired connection */ - nm_connection_add_setting (connection, nm_setting_wired_new ()); + nm_connection_add_setting (connection, nm_setting_wired_new ()); /* Add an 'ipv4' setting using AUTO configuration (eg DHCP) */ - s_ip4 = (NMSettingIP4Config *) nm_setting_ip4_config_new (); - g_object_set (G_OBJECT (s_ip4), - NM_SETTING_IP4_CONFIG_METHOD, NM_SETTING_IP4_CONFIG_METHOD_AUTO, - NULL); - nm_connection_add_setting (connection, NM_SETTING (s_ip4)); + s_ip4 = (NMSettingIP4Config *) nm_setting_ip4_config_new (); + g_object_set (G_OBJECT (s_ip4), + NM_SETTING_IP4_CONFIG_METHOD, NM_SETTING_IP4_CONFIG_METHOD_AUTO, + NULL); + nm_connection_add_setting (connection, NM_SETTING (s_ip4)); /* Ask NetworkManager to store the connection */ success = nm_remote_settings_add_connection (settings, connection, added_cb, loop); /* Release the template connection; the actual stored connection will * be returned in added_cb() */ - g_object_unref (connection); + g_object_unref (connection); /* Let glib event loop run and added_cb() will be called when NetworkManager * is done adding the new connection. */ @@ -429,7 +429,7 @@ the stored object known to NetworkManager.

Functions

nm_remote_settings_error_quark ()

-
GQuark
+
GQuark
 nm_remote_settings_error_quark (void);

Registers an error quark for NMRemoteSettings if necessary.

@@ -443,8 +443,8 @@ nm_remote_settings_error_quark (v
void
 (*NMRemoteSettingsAddConnectionFunc) (NMRemoteSettings *settings,
                                       NMRemoteConnection *connection,
-                                      GError *error,
-                                      gpointer user_data);
+ GError *error, + gpointer user_data);

@@ -453,29 +453,29 @@ nm_remote_settings_error_quark (v (*NMRemoteSettingsLoadConnectionsFunc) (NMRemoteSettings *settings, char **failures, - GError *error, - gpointer user_data); + GError *error, + gpointer user_data);

NMRemoteSettingsSaveHostnameFunc ()

void
 (*NMRemoteSettingsSaveHostnameFunc) (NMRemoteSettings *settings,
-                                     GError *error,
-                                     gpointer user_data);
+ GError *error, + gpointer user_data);

nm_remote_settings_new ()

NMRemoteSettings *
-nm_remote_settings_new (DBusGConnection *bus);
+nm_remote_settings_new (DBusGConnection *bus);

Creates a new object representing the remote settings service.

Note that this will do blocking D-Bus calls to initialize the settings object. You can use nm_remote_settings_new_async() if you want to avoid that.

Parameters

-
+
@@ -490,17 +490,17 @@ want to avoid that.

Returns

-

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

+

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


nm_remote_settings_new_async ()

void
-nm_remote_settings_new_async (DBusGConnection *bus,
-                              GCancellable *cancellable,
-                              GAsyncReadyCallback callback,
-                              gpointer user_data);
+nm_remote_settings_new_async (DBusGConnection *bus, + GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data);

Creates a new object representing the remote settings service and begins asynchronously initializing it. callback will be called @@ -508,7 +508,7 @@ when it is done; use

Parameters

-
+
@@ -522,7 +522,7 @@ result.

- + @@ -544,12 +544,12 @@ result.

nm_remote_settings_new_finish ()

NMRemoteSettings *
-nm_remote_settings_new_finish (GAsyncResult *result,
-                               GError **error);
+nm_remote_settings_new_finish (GAsyncResult *result, + GError **error);

Gets the result of an nm_remote_settings_new_async() call.

Parameters

-

cancellable

a GCancellable, or NULL

a GCancellable, or NULL

 
+
@@ -558,12 +558,12 @@ nm_remote_settings_new_finish (

result

-
+ - + @@ -571,17 +571,17 @@ nm_remote_settings_new_finish (

Returns

-

a new NMRemoteSettings object, or NULL on error

+

a new NMRemoteSettings object, or NULL on error


nm_remote_settings_list_connections ()

-
GSList *
+
GSList *
 nm_remote_settings_list_connections (NMRemoteSettings *settings);

Parameters

-

a GAsyncResult

a GAsyncResult

 

error

location for a GError, or NULL

location for a GError, or NULL

 
+
@@ -601,7 +601,7 @@ list containing all connections provided by the remote settings service. Each element of the returned list is a NMRemoteConnection instance, which is owned by the NMRemoteSettings object and should not be freed by the caller. The returned list is, however, owned by the caller and should be freed -using g_slist_free() when no longer required.

+using g_slist_free() when no longer required.

[transfer container][element-type NMRemoteConnection]

@@ -616,7 +616,7 @@ nm_remote_settings_get_connection_by_id .

Parameters

-
+
@@ -638,7 +638,7 @@ nm_remote_settings_get_connection_by_id

Returns

-

the remote connection object on success, or NULL if no +

the remote connection object on success, or NULL if no matching object was found.

[transfer none]

@@ -655,7 +655,7 @@ nm_remote_settings_get_connection_by_path .

Parameters

-
+
@@ -677,7 +677,7 @@ nm_remote_settings_get_connection_by_path

Returns

-

the remote connection object on success, or NULL if the object was +

the remote connection object on success, or NULL if the object was not known.

[transfer none]

@@ -693,7 +693,7 @@ nm_remote_settings_get_connection_by_uuid .

Parameters

-
+
@@ -715,7 +715,7 @@ nm_remote_settings_get_connection_by_uuid

Returns

-

the remote connection object on success, or NULL if the object was +

the remote connection object on success, or NULL if the object was not known.

[transfer none]

@@ -723,11 +723,11 @@ not known.


nm_remote_settings_add_connection ()

-
gboolean
+
gboolean
 nm_remote_settings_add_connection (NMRemoteSettings *settings,
-                                   NMConnection *connection,
+                                   NMConnection *connection,
                                    NMRemoteSettingsAddConnectionFunc callback,
-                                   gpointer user_data);
+ gpointer user_data);

Requests that the remote settings service add the given settings to a new connection. The connection is immediately written to disk. connection is @@ -742,7 +742,7 @@ identical settings to connection completion and/or normalization of connection properties.

Parameters

-
+
@@ -776,25 +776,25 @@ added, not the object itself

Returns

-

TRUE if the request was successful, FALSE if it failed

+

TRUE if the request was successful, FALSE if it failed


nm_remote_settings_add_connection_unsaved ()

-
gboolean
+
gboolean
 nm_remote_settings_add_connection_unsaved
                                (NMRemoteSettings *settings,
-                                NMConnection *connection,
+                                NMConnection *connection,
                                 NMRemoteSettingsAddConnectionFunc callback,
-                                gpointer user_data);
+ gpointer user_data);

Requests that the remote settings service add the given settings to a new connection. The connection is not written to disk, which may be done at a later time by calling the connection's nm_remote_connection_commit_changes() method.

Parameters

-
+
@@ -828,33 +828,33 @@ added, not the object itself

Returns

-

TRUE if the request was successful, FALSE if it failed

+

TRUE if the request was successful, FALSE if it failed

Since: 0.9.10


nm_remote_settings_load_connections ()

-
gboolean
+
gboolean
 nm_remote_settings_load_connections (NMRemoteSettings *settings,
                                      char **filenames,
                                      char ***failures,
-                                     GError **error);
+ GError **error);

Requests that the remote settings service load or reload the given files, adding or updating the connections described within.

The changes to the indicated files will not yet be reflected in settings 's connections array when the function returns.

If all of the indicated files were successfully loaded, the -function will return TRUE, and failures - will be set to NULL. If +function will return TRUE, and failures + will be set to NULL. If NetworkManager tried to load the files, but some (or all) failed, then failures - will be set to a NULL-terminated array of the + will be set to a NULL-terminated array of the filenames that failed to load.

Parameters

-
+
@@ -868,18 +868,18 @@ filenames that failed to load.

- + - - + @@ -887,24 +887,24 @@ filenames that failed to load.

Returns

-

TRUE if NetworkManager at least tried to load filenames +

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

+FALSE if an error occurred (eg, permission denied).

Since: 0.9.10


nm_remote_settings_reload_connections ()

-
gboolean
+
gboolean
 nm_remote_settings_reload_connections (NMRemoteSettings *settings,
-                                       GError **error);
+ GError **error);

Requests that the remote settings service reload all connection files from disk, adding, updating, and removing connections until the in-memory state matches the on-disk state.

Parameters

-

filenames

NULL-terminated array of filenames to load

NULL-terminated array of filenames to load

 

failures

on return, a NULL-terminated array of +

on return, a NULL-terminated array of filenames that failed to load.

[out][transfer full]

error

return location for GError

return location for GError

 
+
@@ -918,7 +918,7 @@ the in-memory state matches the on-disk state.

- + @@ -926,23 +926,23 @@ the in-memory state matches the on-disk state.

Returns

-

TRUE on success, FALSE on failure

+

TRUE on success, FALSE on failure

Since: 0.9.10


nm_remote_settings_save_hostname ()

-
gboolean
+
gboolean
 nm_remote_settings_save_hostname (NMRemoteSettings *settings,
                                   const char *hostname,
                                   NMRemoteSettingsSaveHostnameFunc callback,
-                                  gpointer user_data);
+ gpointer user_data);

Requests that the machine's persistent hostname be set to the specified value or cleared.

Parameters

-

error

return location for GError

return location for GError

 
+
@@ -956,7 +956,7 @@ or cleared.

- @@ -977,7 +977,7 @@ hostname operation completes.

Returns

-

TRUE if the request was successful, FALSE if it failed

+

TRUE if the request was successful, FALSE if it failed

@@ -988,7 +988,7 @@ hostname operation completes.

Describes errors that may result from operations involving a NMRemoteSettings.

Members

-

hostname

the new persistent hostname to set, or NULL to clear any existing +

the new persistent hostname to set, or NULL to clear any existing persistent hostname

 
+
@@ -1077,23 +1077,23 @@ hostname operation completes.

Property Details

The “bus” property

-
  “bus”                      DBusGConnection *
-

The DBusGConnection that the NMRemoteSettings is connected to. Defaults +

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

+
  “can-modify”               gboolean
+

If TRUE, adding and modifying connections is supported.

Flags: Read

Default value: FALSE


The “hostname” property

-
  “hostname”                 gchar *
+
  “hostname”                 gchar *

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

Flags: Read

@@ -1102,7 +1102,7 @@ modified by calling

The “service-running” property

-
  “service-running”          gboolean
+
  “service-running”          gboolean

Whether the settings service is running.

Flags: Read

Default value: FALSE

@@ -1114,17 +1114,17 @@ modified by calling

The “connections-read” signal

void
 user_function (NMRemoteSettings *nmremotesettings,
-               gpointer          user_data)
-

Flags: Run First

+ gpointer user_data) +

Flags: Run First


The “new-connection” signal

void
 user_function (NMRemoteSettings *nmremotesettings,
-               GObject          *arg1,
-               gpointer          user_data)
-

Flags: Run First

+ GObject *arg1, + gpointer user_data) +

Flags: Run First

diff --git a/docs/libnm-glib/html/NMSecretAgent.html b/docs/libnm-glib/html/NMSecretAgent.html index ecf33fea..aac57add 100644 --- a/docs/libnm-glib/html/NMSecretAgent.html +++ b/docs/libnm-glib/html/NMSecretAgent.html @@ -3,7 +3,7 @@ NMSecretAgent: libnm-glib Reference Manual - + @@ -36,7 +36,7 @@

Functions

-
+
@@ -44,7 +44,7 @@
-GQuark +GQuark nm_secret_agent_error_quark () @@ -76,7 +76,7 @@
-gboolean +gboolean nm_secret_agent_register () @@ -84,7 +84,7 @@
-gboolean +gboolean nm_secret_agent_unregister () @@ -92,7 +92,7 @@
-gboolean +gboolean nm_secret_agent_get_registered () @@ -127,7 +127,7 @@

Properties

-
+
@@ -135,7 +135,7 @@ - + @@ -146,12 +146,12 @@ +gchar * - + @@ -160,7 +160,7 @@

Signals

-
gbooleangboolean auto-register Read / Write / Construct
-gchar * identifier Read / Write / Construct Only
gbooleangboolean registered Read
+
@@ -169,13 +169,13 @@ - +
void registration-resultRun FirstRun First

Types and Values

-
+
@@ -222,7 +222,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── NMSecretAgent
 
@@ -233,7 +233,7 @@

Functions

nm_secret_agent_error_quark ()

-
GQuark
+
GQuark
 nm_secret_agent_error_quark (void);

@@ -241,10 +241,10 @@ nm_secret_agent_error_quark (void

NMSecretAgentGetSecretsFunc ()

void
 (*NMSecretAgentGetSecretsFunc) (NMSecretAgent *agent,
-                                NMConnection *connection,
-                                GHashTable *secrets,
-                                GError *error,
-                                gpointer user_data);
+ NMConnection *connection, + GHashTable *secrets, + GError *error, + gpointer user_data);

Called as a result of a request by NM to retrieve secrets. When the NMSecretAgent subclass has finished retrieving secrets and is ready to return them, or to return an error, this function should be called with @@ -277,18 +277,18 @@ something like this:

NMSettingWirelessSecurity *s_wsec; GHashTable *secrets_hash; -secrets = nm_connection_new (); -s_wsec = (NMSettingWirelessSecurity *) nm_setting_wireless_security_new (); -g_object_set (G_OBJECT (s_wsec), - NM_SETTING_WIRELESS_SECURITY_PSK, "my really cool PSK", - NULL); -nm_connection_add_setting (secrets, NM_SETTING (s_wsec)); -secrets_hash = nm_connection_to_hash (secrets, NM_SETTING_HASH_FLAG_ALL); +secrets = nm_connection_new (); +s_wsec = (NMSettingWirelessSecurity *) nm_setting_wireless_security_new (); +g_object_set (G_OBJECT (s_wsec), + NM_SETTING_WIRELESS_SECURITY_PSK, "my really cool PSK", + NULL); +nm_connection_add_setting (secrets, NM_SETTING (s_wsec)); +secrets_hash = nm_connection_to_hash (secrets, NM_SETTING_HASH_FLAG_ALL); (call the NMSecretAgentGetSecretsFunc with secrets_hash) -g_object_unref (secrets); -g_hash_table_unref (secrets_hash); +g_object_unref (secrets); +g_hash_table_unref (secrets_hash);
@@ -297,7 +297,7 @@ something like this:


Parameters

-
+
@@ -313,17 +313,17 @@ something like this:

- @@ -347,15 +347,15 @@ is the secret.

NMSecretAgentSaveSecretsFunc ()

void
 (*NMSecretAgentSaveSecretsFunc) (NMSecretAgent *agent,
-                                 NMConnection *connection,
-                                 GError *error,
-                                 gpointer user_data);
+ NMConnection *connection, + GError *error, + gpointer user_data);

Called as a result of a request by NM to save secrets. When the NMSecretAgent subclass has finished saving the secrets, this function should be called.

Parameters

-

connection

the connection for which secrets were requested, note that this object will be unrefed after the callback has returned, use -g_object_ref()/g_object_unref() if you want to use this object after the callback +g_object_ref()/g_object_unref() if you want to use this object after the callback has returned.

[transfer none]

secrets

the GHashTable containing -the requested secrets in the same format as an NMConnection hash (as -created by nm_connection_to_hash() for example). Each key in secrets -should be the name of a NMSetting object (like "802-11-wireless-security") -and each value should be a GHashTable. The sub-hashes map string:GValue +

the GHashTable containing +the requested secrets in the same format as an NMConnection hash (as +created by nm_connection_to_hash() for example). Each key in secrets +should be the name of a NMSetting object (like "802-11-wireless-security") +and each value should be a GHashTable. The sub-hashes map string:GValue where the string is the setting property name (like "psk") and the value is the secret.

[element-type utf8 GLib.HashTable]
+
@@ -371,7 +371,7 @@ should be called.

@@ -394,15 +394,15 @@ has returned.

NMSecretAgentDeleteSecretsFunc ()

void
 (*NMSecretAgentDeleteSecretsFunc) (NMSecretAgent *agent,
-                                   NMConnection *connection,
-                                   GError *error,
-                                   gpointer user_data);
+ NMConnection *connection, + GError *error, + gpointer user_data);

Called as a result of a request by NM to delete secrets. When the NMSecretAgent subclass has finished deleting the secrets, this function should be called.

Parameters

-

connection

the connection for which secrets were to be saved, note that this object will be unrefed after the callback has returned, use -g_object_ref()/g_object_unref() if you want to use this object after the callback +g_object_ref()/g_object_unref() if you want to use this object after the callback has returned.

[transfer none]
+
@@ -418,7 +418,7 @@ should be called.

@@ -439,7 +439,7 @@ has returned.


nm_secret_agent_register ()

-
gboolean
+
gboolean
 nm_secret_agent_register (NMSecretAgent *self);

Registers the NMSecretAgent with the NetworkManager secret manager, indicating to NetworkManager that the agent is able to provide and save @@ -448,7 +448,7 @@ asynchronous operation and its success or failure is indicated via the 'registration-result' signal.

Parameters

-

connection

the connection for which secrets were to be deleted, note that this object will be unrefed after the callback has returned, use -g_object_ref()/g_object_unref() if you want to use this object after the callback +g_object_ref()/g_object_unref() if you want to use this object after the callback has returned.

[transfer none]
+
@@ -463,22 +463,22 @@ asynchronous operation and its success or failure is indicated via the

Returns

-

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

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


nm_secret_agent_unregister ()

-
gboolean
+
gboolean
 nm_secret_agent_unregister (NMSecretAgent *self);

Unregisters the NMSecretAgent with the NetworkManager secret manager, indicating to NetworkManager that the agent is will no longer provide or store secrets on behalf of this user.

Parameters

-
+
@@ -493,17 +493,17 @@ store secrets on behalf of this user.

Returns

-

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

+

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


nm_secret_agent_get_registered ()

-
gboolean
+
gboolean
 nm_secret_agent_get_registered (NMSecretAgent *self);

Parameters

-
+
@@ -518,7 +518,7 @@ nm_secret_agent_get_registered (

Returns

-

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

+

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


@@ -526,12 +526,12 @@ nm_secret_agent_get_registered (

nm_secret_agent_get_secrets ()

void
 nm_secret_agent_get_secrets (NMSecretAgent *self,
-                             NMConnection *connection,
+                             NMConnection *connection,
                              const char *setting_name,
                              const char **hints,
                              NMSecretAgentGetSecretsFlags flags,
                              NMSecretAgentGetSecretsFunc callback,
-                             gpointer user_data);
+ gpointer user_data);

Asyncronously retrieve secrets belonging to connection for the setting setting_name @@ -543,7 +543,7 @@ secrets from the user.

Virtual: get_secrets

Parameters

-
+
@@ -557,7 +557,7 @@ secrets from the user.

- + @@ -595,16 +595,16 @@ secrets from the user.

nm_secret_agent_save_secrets ()

void
 nm_secret_agent_save_secrets (NMSecretAgent *self,
-                              NMConnection *connection,
+                              NMConnection *connection,
                               NMSecretAgentSaveSecretsFunc callback,
-                              gpointer user_data);
+ gpointer user_data);

Asyncronously ensure that all secrets inside connection are stored to disk.

Virtual: save_secrets

Parameters

-

connection

the NMConnection for which we're asked secrets

the NMConnection for which we're asked secrets

 
+
@@ -618,7 +618,7 @@ are stored to disk.

- + @@ -641,16 +641,16 @@ are stored to disk.

nm_secret_agent_delete_secrets ()

void
 nm_secret_agent_delete_secrets (NMSecretAgent *self,
-                                NMConnection *connection,
+                                NMConnection *connection,
                                 NMSecretAgentDeleteSecretsFunc callback,
-                                gpointer user_data);
+ gpointer user_data);

Asynchronously ask the agent to delete all saved secrets belonging to connection .

Virtual: delete_secrets

Parameters

-

connection

a NMConnection

a NMConnection

 
+
@@ -664,7 +664,7 @@ nm_secret_agent_delete_secrets ( - + @@ -697,7 +697,7 @@ nm_secret_agent_delete_secrets (

Members

-

connection

a NMConnection

a NMConnection

 
+
@@ -761,7 +761,7 @@ when they encounter problems retrieving secrets on behalf of NM.

NMSecretAgentCapabilities indicate various capabilities of the agent.

Members

-
+
@@ -802,7 +802,7 @@ authentication dialogs.

NMSecretAgentGetSecretsFlags values modify the behavior of a GetSecrets request.

Members

-
+
@@ -886,7 +886,7 @@ results or carrier changes.

Property Details

The “auto-register” property

-
  “auto-register”            gboolean
+
  “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 @@ -907,7 +907,7 @@ called, which re-enables auto-registration.


The “identifier” property

-
  “identifier”               gchar *
+
  “identifier”               gchar *

Identifies this agent; only one agent in each user session may use the same identifier. Identifier formatting follows the same rules as D-Bus bus names with the exception that the ':' character is not @@ -921,8 +921,8 @@ of 3 characters. An example valid identifier is 'org.gnome.nm-applet'


The “registered” property

-
  “registered”               gboolean
-

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

+
  “registered”               gboolean
+

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

Flags: Read

Default value: FALSE

@@ -933,14 +933,14 @@ of 3 characters. An example valid identifier is 'org.gnome.nm-applet'

The “registration-result” signal

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

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

Parameters

-
+
@@ -965,7 +965,7 @@ request was successful.

-

Flags: Run First

+

Flags: Run First

diff --git a/docs/libnm-glib/html/NMVPNConnection.html b/docs/libnm-glib/html/NMVPNConnection.html index 7a1780bd..3c462367 100644 --- a/docs/libnm-glib/html/NMVPNConnection.html +++ b/docs/libnm-glib/html/NMVPNConnection.html @@ -3,7 +3,7 @@ NMVPNConnection: libnm-glib Reference Manual - + @@ -36,7 +36,7 @@

Functions

-
+
@@ -44,7 +44,7 @@
-GObject * +GObject * nm_vpn_connection_new () @@ -52,7 +52,7 @@
-NMVPNConnectionState +NMVPNConnectionState nm_vpn_connection_get_vpn_state () @@ -70,7 +70,7 @@

Properties

-
+
@@ -79,12 +79,12 @@ +gchar * - + @@ -93,7 +93,7 @@

Signals

-
-gchar * banner Read
guintguint vpn-state Read
+
@@ -102,13 +102,13 @@ - +
void vpn-state-changedRun FirstRun First

Types and Values

-
+
@@ -127,7 +127,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── NMObject
         ╰── NMActiveConnection
             ╰── NMVPNConnection
@@ -140,13 +140,13 @@
 

Functions

nm_vpn_connection_new ()

-
GObject *
-nm_vpn_connection_new (DBusGConnection *connection,
+
GObject *
+nm_vpn_connection_new (DBusGConnection *connection,
                        const char *path);

Creates a new NMVPNConnection.

Parameters

-
+
@@ -155,7 +155,7 @@ nm_vpn_connection_new (

connection

-
+ @@ -175,12 +175,12 @@ nm_vpn_connection_new (

nm_vpn_connection_get_vpn_state ()

-
NMVPNConnectionState
+
NMVPNConnectionState
 nm_vpn_connection_get_vpn_state (NMVPNConnection *vpn);

Gets the current NMVPNConnection state.

Parameters

-

the DBusGConnection

the DBusGConnection

 
+
@@ -206,7 +206,7 @@ nm_vpn_connection_get_banner (NMVPNConnection.

Parameters

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

Property Details

The “banner” property

-
  “banner”                   gchar *
+
  “banner”                   gchar *

The VPN login banner of the active VPN connection.

Flags: Read

Default value: NULL

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


The “vpn-state” property

-
  “vpn-state”                guint
+
  “vpn-state”                guint

The VPN state of the active VPN connection.

Flags: Read

Allowed values: <= 7

@@ -265,10 +265,10 @@ string used by the connection, and must not be modified.

The “vpn-state-changed” signal

void
 user_function (NMVPNConnection *nmvpnconnection,
-               guint            arg1,
-               guint            arg2,
-               gpointer         user_data)
-

Flags: Run First

+ guint arg1, + guint arg2, + gpointer user_data) +

Flags: Run First

diff --git a/docs/libnm-glib/html/NMWimaxNsp.html b/docs/libnm-glib/html/NMWimaxNsp.html index 8c6757cd..be334b61 100644 --- a/docs/libnm-glib/html/NMWimaxNsp.html +++ b/docs/libnm-glib/html/NMWimaxNsp.html @@ -3,7 +3,7 @@ NMWimaxNsp: libnm-glib Reference Manual - + @@ -35,7 +35,7 @@

Functions

-
+
@@ -43,7 +43,7 @@
-GObject * +GObject * nm_wimax_nsp_new () @@ -58,7 +58,7 @@
-guint32 +guint32 nm_wimax_nsp_get_signal_quality () @@ -74,7 +74,7 @@
-GSList * +GSList * nm_wimax_nsp_filter_connections () @@ -82,7 +82,7 @@
-gboolean +gboolean nm_wimax_nsp_connection_valid () @@ -93,7 +93,7 @@

Properties

-
+
@@ -102,17 +102,17 @@ +gchar * - + - + @@ -121,7 +121,7 @@

Types and Values

-
-gchar * name Read
guintguint network-type Read
guintguint signal-quality Read
+
@@ -148,7 +148,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── NMObject
         ╰── NMWimaxNsp
 
@@ -160,13 +160,13 @@

Functions

nm_wimax_nsp_new ()

-
GObject *
-nm_wimax_nsp_new (DBusGConnection *connection,
+
GObject *
+nm_wimax_nsp_new (DBusGConnection *connection,
                   const char *path);

Creates a new NMWimaxNsp.

Parameters

-
+
@@ -175,7 +175,7 @@ nm_wimax_nsp_new (

connection

-
+ @@ -200,7 +200,7 @@ nm_wimax_nsp_get_name (

Parameters

-

the DBusGConnection

the DBusGConnection

 
+
@@ -221,12 +221,12 @@ nm_wimax_nsp_get_name (

nm_wimax_nsp_get_signal_quality ()

-
guint32
+
guint32
 nm_wimax_nsp_get_signal_quality (NMWimaxNsp *nsp);

Gets the WPA signal quality of the wimax NSP.

Parameters

-
+
@@ -252,7 +252,7 @@ nm_wimax_nsp_get_network_type (Gets the network type of the wimax NSP.

Parameters

-
+
@@ -273,16 +273,16 @@ nm_wimax_nsp_get_network_type (

nm_wimax_nsp_filter_connections ()

-
GSList *
+
GSList *
 nm_wimax_nsp_filter_connections (NMWimaxNsp *nsp,
-                                 const GSList *connections);
+ const GSList *connections);

Filters a given list of connections for a given NMWimaxNsp object and return connections which may be activated with the access point. Any returned connections will match the nsp 's network name and other attributes.

Parameters

-
+
@@ -297,7 +297,7 @@ returned connections will match the nsp +NMConnection objects to filter.

@@ -306,27 +306,27 @@ returned connections will match the nsp

Returns

a -list of NMConnection objects that could be activated with the given nsp +list of NMConnection objects that could be activated with the given nsp . The elements of the list are owned by their creator and should not be freed by the caller, but the returned list itself is owned by the caller and should -be freed with g_slist_free() when it is no longer required.

+be freed with g_slist_free() when it is no longer required.

[transfer container][element-type NMConnection]


nm_wimax_nsp_connection_valid ()

-
gboolean
+
gboolean
 nm_wimax_nsp_connection_valid (NMWimaxNsp *nsp,
-                               NMConnection *connection);
+ NMConnection *connection);

Validates a given connection against a given WiMAX NSP to ensure that the connection may be activated with that NSP. The connection must match the nsp 's network name and other attributes.

Parameters

-

connections

a list of -NMConnection objects to filter.

[element-type NMConnection]
+
@@ -341,7 +341,7 @@ against

- @@ -350,8 +350,8 @@ against

Returns

-

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

+

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

@@ -380,7 +380,7 @@ against

WiMAX network type.

Members

-

connection

an NMConnection to validate against nsp +

an NMConnection to validate against nsp

 
+
@@ -424,7 +424,7 @@ against

Property Details

The “name” property

-
  “name”                     gchar *
+
  “name”                     gchar *

The name of the WiMAX NSP.

Flags: Read

Default value: NULL

@@ -432,7 +432,7 @@ against


The “network-type” property

-
  “network-type”             guint
+
  “network-type”             guint

The network type of the WiMAX NSP.

Flags: Read

Default value: 0

@@ -440,7 +440,7 @@ against


The “signal-quality” property

-
  “signal-quality”           guint
+
  “signal-quality”           guint

The signal quality of the WiMAX NSP.

Flags: Read

Allowed values: <= 100

diff --git a/docs/libnm-glib/html/annotation-glossary.html b/docs/libnm-glib/html/annotation-glossary.html index e902553a..5df392d5 100644 --- a/docs/libnm-glib/html/annotation-glossary.html +++ b/docs/libnm-glib/html/annotation-glossary.html @@ -3,7 +3,7 @@ Annotation Glossary: libnm-glib Reference Manual - + diff --git a/docs/libnm-glib/html/api-index-full.html b/docs/libnm-glib/html/api-index-full.html index b327be1d..ba795697 100644 --- a/docs/libnm-glib/html/api-index-full.html +++ b/docs/libnm-glib/html/api-index-full.html @@ -3,7 +3,7 @@ API Index: libnm-glib Reference Manual - + diff --git a/docs/libnm-glib/html/ch02.html b/docs/libnm-glib/html/ch02.html index 93b8eb43..19dc79a8 100644 --- a/docs/libnm-glib/html/ch02.html +++ b/docs/libnm-glib/html/ch02.html @@ -3,7 +3,7 @@ libnm-glib API Reference: libnm-glib Reference Manual - + diff --git a/docs/libnm-glib/html/index.html b/docs/libnm-glib/html/index.html index 5fa377e7..0b2bdcc5 100644 --- a/docs/libnm-glib/html/index.html +++ b/docs/libnm-glib/html/index.html @@ -3,7 +3,7 @@ libnm-glib Reference Manual: libnm-glib Reference Manual - + @@ -15,7 +15,7 @@

- for libnm-glib 1.4.2 + for libnm-glib 1.4.4 The latest version of this documentation can be found on-line at https://developer.gnome.org/libnm-glib/stable/. diff --git a/docs/libnm-glib/html/libnm-glib-NMVPNPlugin.html b/docs/libnm-glib/html/libnm-glib-NMVPNPlugin.html index 5f4fe46f..3499fa1f 100644 --- a/docs/libnm-glib/html/libnm-glib-NMVPNPlugin.html +++ b/docs/libnm-glib/html/libnm-glib-NMVPNPlugin.html @@ -3,7 +3,7 @@ NMVPNPlugin: libnm-glib Reference Manual - + @@ -33,7 +33,7 @@

Functions

-
+
@@ -41,7 +41,7 @@
-GQuark +GQuark nm_vpn_plugin_error_quark () @@ -49,7 +49,7 @@
-DBusGConnection * +DBusGConnection * nm_vpn_plugin_get_connection () @@ -57,7 +57,7 @@
-NMVPNServiceState +NMVPNServiceState nm_vpn_plugin_get_state () @@ -121,7 +121,7 @@
-gboolean +gboolean nm_vpn_plugin_disconnect () @@ -132,7 +132,7 @@

Types and Values

-
+
@@ -160,19 +160,19 @@

Functions

nm_vpn_plugin_error_quark ()

-
GQuark
+
GQuark
 nm_vpn_plugin_error_quark (void);

nm_vpn_plugin_get_connection ()

-
DBusGConnection *
+
DBusGConnection *
 nm_vpn_plugin_get_connection (NMVPNPlugin *plugin);

nm_vpn_plugin_get_state ()

-
NMVPNServiceState
+
NMVPNServiceState
 nm_vpn_plugin_get_state (NMVPNPlugin *plugin);

@@ -180,7 +180,7 @@ nm_vpn_plugin_get_state (NMVPNPlu

nm_vpn_plugin_set_state ()

void
 nm_vpn_plugin_set_state (NMVPNPlugin *plugin,
-                         NMVPNServiceState state);
+ NMVPNServiceState state);
@@ -196,7 +196,7 @@ are insufficient, or the VPN process indicates that it needs additional information to complete the request.

Parameters

-
+
@@ -235,35 +235,35 @@ nm_vpn_plugin_set_login_banner (N

nm_vpn_plugin_failure ()

void
 nm_vpn_plugin_failure (NMVPNPlugin *plugin,
-                       NMVPNPluginFailure reason);
+ NMVPNPluginFailure reason);

nm_vpn_plugin_set_config ()

void
 nm_vpn_plugin_set_config (NMVPNPlugin *plugin,
-                          GHashTable *config);
+ GHashTable *config);

nm_vpn_plugin_set_ip4_config ()

void
 nm_vpn_plugin_set_ip4_config (NMVPNPlugin *plugin,
-                              GHashTable *ip4_config);
+ GHashTable *ip4_config);

nm_vpn_plugin_set_ip6_config ()

void
 nm_vpn_plugin_set_ip6_config (NMVPNPlugin *plugin,
-                              GHashTable *ip6_config);
+ GHashTable *ip6_config);

nm_vpn_plugin_disconnect ()

-
gboolean
+
gboolean
 nm_vpn_plugin_disconnect (NMVPNPlugin *plugin,
-                          GError **err);
+ GError **err);
@@ -285,7 +285,7 @@ nm_vpn_plugin_disconnect (NMVPNPl

Returned by the VPN service plugin to indicate errors.

Members

-
+
diff --git a/docs/libnm-glib/html/libnm-glib-NMVpnPluginUiWidget.html b/docs/libnm-glib/html/libnm-glib-NMVpnPluginUiWidget.html index 0769c923..6a1dd524 100644 --- a/docs/libnm-glib/html/libnm-glib-NMVpnPluginUiWidget.html +++ b/docs/libnm-glib/html/libnm-glib-NMVpnPluginUiWidget.html @@ -3,7 +3,7 @@ NMVpnPluginUiWidget: libnm-glib Reference Manual - + @@ -33,7 +33,7 @@

Functions

-
+
@@ -65,7 +65,7 @@
-guint32 +guint32 nm_vpn_plugin_ui_interface_get_capabilities () @@ -73,7 +73,7 @@
-NMConnection * +NMConnection * nm_vpn_plugin_ui_interface_import () @@ -81,7 +81,7 @@
-gboolean +gboolean nm_vpn_plugin_ui_interface_export () @@ -97,7 +97,7 @@
-gboolean +gboolean nm_vpn_plugin_ui_interface_delete_connection () @@ -105,7 +105,7 @@
-GObject * +GObject * nm_vpn_plugin_ui_widget_interface_get_widget () @@ -113,7 +113,7 @@
-gboolean +gboolean nm_vpn_plugin_ui_widget_interface_update_connection () @@ -121,7 +121,7 @@
-gboolean +gboolean nm_vpn_plugin_ui_widget_interface_save_secrets () @@ -132,7 +132,7 @@

Types and Values

-
+
@@ -249,45 +249,45 @@

NMVpnPluginUiFactory ()

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

nm_vpn_plugin_ui_factory ()

NMVpnPluginUiInterface *
-nm_vpn_plugin_ui_factory (GError **error);
+nm_vpn_plugin_ui_factory (GError **error);

nm_vpn_plugin_ui_interface_ui_factory ()

NMVpnPluginUiWidgetInterface *
 nm_vpn_plugin_ui_interface_ui_factory (NMVpnPluginUiInterface *iface,
-                                       NMConnection *connection,
-                                       GError **error);
+ NMConnection *connection, + GError **error);

nm_vpn_plugin_ui_interface_get_capabilities ()

-
guint32
+
guint32
 nm_vpn_plugin_ui_interface_get_capabilities
                                (NMVpnPluginUiInterface *iface);

nm_vpn_plugin_ui_interface_import ()

-
NMConnection *
+
NMConnection *
 nm_vpn_plugin_ui_interface_import (NMVpnPluginUiInterface *iface,
                                    const char *path,
-                                   GError **error);
+ GError **error);

nm_vpn_plugin_ui_interface_export ()

-
gboolean
+
gboolean
 nm_vpn_plugin_ui_interface_export (NMVpnPluginUiInterface *iface,
                                    const char *path,
-                                   NMConnection *connection,
-                                   GError **error);
+ NMConnection *connection, + GError **error);

@@ -295,42 +295,42 @@ nm_vpn_plugin_ui_interface_export (char * nm_vpn_plugin_ui_interface_get_suggested_name (NMVpnPluginUiInterface *iface, - NMConnection *connection); + NMConnection *connection);

nm_vpn_plugin_ui_interface_delete_connection ()

-
gboolean
+
gboolean
 nm_vpn_plugin_ui_interface_delete_connection
                                (NMVpnPluginUiInterface *iface,
-                                NMConnection *connection,
-                                GError **error);
+ NMConnection *connection, + GError **error);

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


nm_vpn_plugin_ui_widget_interface_get_widget ()

-
GObject *
+
GObject *
 nm_vpn_plugin_ui_widget_interface_get_widget
                                (NMVpnPluginUiWidgetInterface *iface);

nm_vpn_plugin_ui_widget_interface_update_connection ()

-
gboolean
+
gboolean
 nm_vpn_plugin_ui_widget_interface_update_connection
                                (NMVpnPluginUiWidgetInterface *iface,
-                                NMConnection *connection,
-                                GError **error);
+ NMConnection *connection, + GError **error);

nm_vpn_plugin_ui_widget_interface_save_secrets ()

-
gboolean
+
gboolean
 nm_vpn_plugin_ui_widget_interface_save_secrets
                                (NMVpnPluginUiWidgetInterface *iface,
-                                NMConnection *connection,
-                                GError **error);
+ NMConnection *connection, + GError **error);

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

@@ -341,7 +341,7 @@ nm_vpn_plugin_ui_widget_interface_save_secrets

Flags that indicate to UI programs certain capabilities of the plugin.

Members

-
+
@@ -401,11 +401,11 @@ nm_vpn_plugin_ui_widget_interface_save_secrets

enum NMVpnPluginUiInterfaceProp

-

GObject property numbers that plugins should override to provide certain +

GObject property numbers that plugins should override to provide certain information to UI programs.

Members

-
+
diff --git a/docs/libnm-glib/html/libnm-glib-nm-types.html b/docs/libnm-glib/html/libnm-glib-nm-types.html index 7b811487..a6ad1a53 100644 --- a/docs/libnm-glib/html/libnm-glib-nm-types.html +++ b/docs/libnm-glib/html/libnm-glib-nm-types.html @@ -3,7 +3,7 @@ nm-types: libnm-glib Reference Manual - + 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 6686a48d..19e34a49 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 @@ -3,7 +3,7 @@ nm-vpn-plugin-utils: libnm-glib Reference Manual - + @@ -33,7 +33,7 @@

Functions

-
+
@@ -41,7 +41,7 @@
-gboolean +gboolean nm_vpn_plugin_utils_read_vpn_details () @@ -49,7 +49,7 @@
-gboolean +gboolean nm_vpn_plugin_utils_get_secret_flags () @@ -65,15 +65,15 @@

Functions

nm_vpn_plugin_utils_read_vpn_details ()

-
gboolean
+
gboolean
 nm_vpn_plugin_utils_read_vpn_details (int fd,
-                                      GHashTable **out_data,
-                                      GHashTable **out_secrets);
+ GHashTable **out_data, + GHashTable **out_secrets);

Parses key/value pairs from a file descriptor (normally stdin) passed by an applet when the applet calls the authentication dialog of the VPN plugin.

Parameters

-
+
@@ -102,23 +102,23 @@ an applet when the applet calls the authentication dialog of the VPN plugin.

Returns

-

TRUE if reading values was successful, FALSE if not

+

TRUE if reading values was successful, FALSE if not


nm_vpn_plugin_utils_get_secret_flags ()

-
gboolean
-nm_vpn_plugin_utils_get_secret_flags (GHashTable *data,
+
gboolean
+nm_vpn_plugin_utils_get_secret_flags (GHashTable *data,
                                       const char *secret_name,
-                                      NMSettingSecretFlags *out_flags);
+ NMSettingSecretFlags *out_flags);

Given a VPN secret key name, attempts to find the corresponding flags data item in data . If found, converts the flags data item to -NMSettingSecretFlags and returns it.

+NMSettingSecretFlags and returns it.

Parameters

-
+
@@ -146,8 +146,8 @@ item in data

Returns

-

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

+

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

diff --git a/docs/libnm-glib/html/object-tree.html b/docs/libnm-glib/html/object-tree.html index 3559d08f..dbc56af4 100644 --- a/docs/libnm-glib/html/object-tree.html +++ b/docs/libnm-glib/html/object-tree.html @@ -3,7 +3,7 @@ Object Hierarchy: libnm-glib Reference Manual - + @@ -23,7 +23,7 @@

Object Hierarchy

-    GObject
+    GObject
     ├── NMObject
        ├── NMClient
        ├── NMDevice
@@ -49,7 +49,7 @@
        ├── NMDHCP4Config
        ╰── NMDHCP6Config
     ├── NMRemoteSettings
-    ├── NMConnection
+    ├── NMConnection
        ╰── NMRemoteConnection
     ╰── NMSecretAgent
 
diff --git a/docs/libnm-glib/html/ref-overview.html b/docs/libnm-glib/html/ref-overview.html index 51c7f86f..9abac6e2 100644 --- a/docs/libnm-glib/html/ref-overview.html +++ b/docs/libnm-glib/html/ref-overview.html @@ -3,7 +3,7 @@ Object Overview: libnm-glib Reference Manual - + -- cgit 1.3.0-6-gf8a5