From 7514efc2f38c9ace4557d4e69d68e7d380389030 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 26 Aug 2016 02:18:32 +0200 Subject: Imported Upstream version 1.4.0 --- docs/libnm-glib/html/NMAccessPoint.html | 68 +- docs/libnm-glib/html/NMActiveConnection.html | 88 +- docs/libnm-glib/html/NMClient.html | 173 ++-- docs/libnm-glib/html/NMDHCP4Config.html | 16 +- docs/libnm-glib/html/NMDHCP6Config.html | 16 +- docs/libnm-glib/html/NMDevice.html | 176 ++-- docs/libnm-glib/html/NMDeviceAdsl.html | 16 +- docs/libnm-glib/html/NMDeviceBond.html | 26 +- docs/libnm-glib/html/NMDeviceBridge.html | 26 +- docs/libnm-glib/html/NMDeviceBt.html | 24 +- docs/libnm-glib/html/NMDeviceEthernet.html | 28 +- docs/libnm-glib/html/NMDeviceGeneric.html | 16 +- docs/libnm-glib/html/NMDeviceInfiniband.html | 20 +- docs/libnm-glib/html/NMDeviceModem.html | 16 +- docs/libnm-glib/html/NMDeviceOlpcMesh.html | 24 +- docs/libnm-glib/html/NMDeviceTeam.html | 26 +- docs/libnm-glib/html/NMDeviceVlan.html | 28 +- docs/libnm-glib/html/NMDeviceWifi.html | 52 +- docs/libnm-glib/html/NMDeviceWimax.html | 54 +- docs/libnm-glib/html/NMIP4Config.html | 42 +- docs/libnm-glib/html/NMIP6Config.html | 44 +- docs/libnm-glib/html/NMObject.html | 18 +- docs/libnm-glib/html/NMRemoteConnection.html | 62 +- docs/libnm-glib/html/NMRemoteSettings.html | 80 +- docs/libnm-glib/html/NMSecretAgent.html | 82 +- docs/libnm-glib/html/NMVPNConnection.html | 16 +- docs/libnm-glib/html/NMWimaxNsp.html | 38 +- docs/libnm-glib/html/annotation-glossary.html | 4 +- docs/libnm-glib/html/api-index-full.html | 4 +- docs/libnm-glib/html/ch02.html | 4 +- docs/libnm-glib/html/index.html | 6 +- docs/libnm-glib/html/index.sgml | 1082 -------------------- docs/libnm-glib/html/libnm-glib-NMVPNPlugin.html | 8 +- .../html/libnm-glib-NMVpnPluginUiWidget.html | 24 +- docs/libnm-glib/html/libnm-glib-nm-types.html | 4 +- .../html/libnm-glib-nm-vpn-plugin-utils.html | 12 +- docs/libnm-glib/html/libnm-glib.devhelp2 | 6 +- docs/libnm-glib/html/object-tree.html | 6 +- docs/libnm-glib/html/ref-overview.html | 4 +- 39 files changed, 687 insertions(+), 1752 deletions(-) delete mode 100644 docs/libnm-glib/html/index.sgml (limited to 'docs/libnm-glib/html') diff --git a/docs/libnm-glib/html/NMAccessPoint.html b/docs/libnm-glib/html/NMAccessPoint.html index 9b26174f..1233c3b4 100644 --- a/docs/libnm-glib/html/NMAccessPoint.html +++ b/docs/libnm-glib/html/NMAccessPoint.html @@ -8,7 +8,7 @@ - + @@ -297,7 +297,7 @@ nm_access_point_new (const char *path);

Creates a new NMAccessPoint.

-

Parameters

+

Parameters

@@ -319,7 +319,7 @@ nm_access_point_new ( -

Returns

+

Returns

a new access point.

[transfer full]

@@ -331,7 +331,7 @@ nm_access_point_new (NMAccessPoint *ap);

Gets the flags of the access point.

-

Parameters

+

Parameters

@@ -346,7 +346,7 @@ nm_access_point_get_flags ( -

Returns

+

Returns

the flags

@@ -357,7 +357,7 @@ nm_access_point_get_flags (NMAccessPoint *ap);

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

-

Parameters

+

Parameters

@@ -372,7 +372,7 @@ nm_access_point_get_wpa_flags (
-

Returns

+

Returns

the WPA flags

@@ -384,7 +384,7 @@ nm_access_point_get_rsn_flags (Gets the RSN (Robust Secure Network, ie WPA version 2) flags of the access point.

-

Parameters

+

Parameters

@@ -399,7 +399,7 @@ point.

-

Returns

+

Returns

the RSN flags

@@ -410,7 +410,7 @@ point.

nm_access_point_get_ssid (NMAccessPoint *ap);

Gets the SSID of the access point.

-

Parameters

+

Parameters

@@ -425,7 +425,7 @@ nm_access_point_get_ssid ( -

Returns

+

Returns

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

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

nm_access_point_get_bssid (NMAccessPoint *ap);

Gets the Basic Service Set ID (BSSID) of the Wi-Fi access point.

-

Parameters

+

Parameters

@@ -452,7 +452,7 @@ nm_access_point_get_bssid ( -

Returns

+

Returns

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

@@ -464,7 +464,7 @@ not be modified or freed.

nm_access_point_get_frequency (NMAccessPoint *ap);

Gets the frequency of the access point.

-

Parameters

+

Parameters

@@ -479,7 +479,7 @@ nm_access_point_get_frequency (
-

Returns

+

Returns

the frequency

@@ -490,7 +490,7 @@ nm_access_point_get_frequency (NMAccessPoint *ap);

Gets the mode of the access point.

-

Parameters

+

Parameters

@@ -505,7 +505,7 @@ nm_access_point_get_mode ( -

Returns

+

Returns

the mode

@@ -516,7 +516,7 @@ nm_access_point_get_mode (NMAccessPoint *ap);

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

-

Parameters

+

Parameters

@@ -531,7 +531,7 @@ nm_access_point_get_max_bitrate (
-

Returns

+

Returns

the maximum bit rate (kbit/s)

@@ -542,7 +542,7 @@ nm_access_point_get_max_bitrate (NMAccessPoint *ap);

Gets the current signal strength of the access point.

-

Parameters

+

Parameters

@@ -557,7 +557,7 @@ nm_access_point_get_strength ( -

Returns

+

Returns

the signal strength

@@ -570,7 +570,7 @@ nm_access_point_get_last_seen (
-

Parameters

+

Parameters

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

-

Returns

+

Returns

the last seen time in seconds

Since: 1.2

@@ -606,7 +606,7 @@ use NMDevice using nm_device_filter_connections() and finally filter that list with this function.

-

Parameters

+

Parameters

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

+NMConnection objects to filter.

connections

a list of -NMConnection objects to filter.

[element-type NMConnection]
-

Returns

+

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 @@ -644,14 +644,14 @@ be freed with g_slist_free() when it is no longer

nm_access_point_connection_valid ()

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 's SSID, (if given) BSSID, and other attributes like security settings, channel, band, etc.

-

Parameters

+

Parameters

@@ -667,7 +667,7 @@ against

- @@ -675,7 +675,7 @@ against

connection

an NMConnection to validate against ap +

an NMConnection to validate against ap

 
-

Returns

+

Returns

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

@@ -691,7 +691,7 @@ nm_access_point_get_hw_address (

Gets the hardware (MAC) address of the access point.

-

Parameters

+

Parameters

@@ -706,7 +706,7 @@ nm_access_point_get_hw_address (
-

Returns

+

Returns

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

@@ -880,6 +880,6 @@ coordinator of the wireless network allowing clients to connect) or +
Generated by GTK-Doc V1.25 \ No newline at end of file diff --git a/docs/libnm-glib/html/NMActiveConnection.html b/docs/libnm-glib/html/NMActiveConnection.html index 895f4e7b..ce4d852e 100644 --- a/docs/libnm-glib/html/NMActiveConnection.html +++ b/docs/libnm-glib/html/NMActiveConnection.html @@ -8,7 +8,7 @@ - + @@ -354,7 +354,7 @@ nm_active_connection_new (const char *path);

Creates a new NMActiveConnection.

-

Parameters

+

Parameters

@@ -376,7 +376,7 @@ nm_active_connection_new ( -

Returns

+

Returns

a new active connection.

[transfer full]

@@ -386,11 +386,11 @@ 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

+

Parameters

@@ -405,8 +405,8 @@ nm_active_connection_get_connection (
-

Returns

-

the object path of the NMConnection which this NMActiveConnection +

Returns

+

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,9 +416,9 @@ 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

+

Parameters

@@ -433,8 +433,8 @@ nm_active_connection_get_id ( -

Returns

-

the ID of the NMConnection that backs the NMActiveConnection. +

Returns

+

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

Since: 0.9.10

@@ -444,9 +444,9 @@ 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

+

Parameters

@@ -461,8 +461,8 @@ nm_active_connection_get_uuid (
-

Returns

-

the UUID of the NMConnection that backs the NMActiveConnection. +

Returns

+

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

@@ -472,9 +472,9 @@ 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

+

Parameters

@@ -489,8 +489,8 @@ nm_active_connection_get_connection_type
-

Returns

-

the type of the NMConnection that backs the NMActiveConnection. +

Returns

+

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

Since: 0.9.10

@@ -503,7 +503,7 @@ nm_active_connection_get_specific_object (NMActiveConnection *connection);

Gets the "specific object" used at the activation.

-

Parameters

+

Parameters

@@ -518,7 +518,7 @@ nm_active_connection_get_specific_object
-

Returns

+

Returns

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

@@ -528,9 +528,9 @@ connection, and must not be modified.

nm_active_connection_get_devices ()

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

+

Parameters

@@ -545,8 +545,8 @@ nm_active_connection_get_devices (
-

Returns

-

the GPtrArray containing NMDevices. +

Returns

+

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

[element-type NMDevice]

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

nm_active_connection_get_state (NMActiveConnection *connection);

Gets the active connection's state.

-

Parameters

+

Parameters

@@ -573,7 +573,7 @@ nm_active_connection_get_state (
-

Returns

+

Returns

the state

@@ -584,7 +584,7 @@ nm_active_connection_get_state (NMActiveConnection *connection);

Gets the path to the master NMDevice of the connection.

-

Parameters

+

Parameters

@@ -599,7 +599,7 @@ nm_active_connection_get_master (
-

Returns

+

Returns

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

@@ -612,7 +612,7 @@ nm_active_connection_get_default (Whether the active connection is the default IPv4 one (that is, is used for the default IPv4 route and DNS information).

-

Parameters

+

Parameters

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

-

Returns

+

Returns

TRUE if the active connection is the default IPv4 connection

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

nm_active_connection_get_ip4_config (NMActiveConnection *connection);

Gets the current NMIP4Config associated with the NMActiveConnection.

-

Parameters

+

Parameters

@@ -653,7 +653,7 @@ nm_active_connection_get_ip4_config (
-

Returns

+

Returns

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

@@ -669,7 +669,7 @@ nm_active_connection_get_dhcp4_config (NMDHCP4Config (if any) associated with the NMActiveConnection.

-

Parameters

+

Parameters

@@ -684,7 +684,7 @@ nm_active_connection_get_dhcp4_config ( -

Returns

+

Returns

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

@@ -700,7 +700,7 @@ nm_active_connection_get_default6 (Whether the active connection is the default IPv6 one (that is, is used for the default IPv6 route and DNS information).

-

Parameters

+

Parameters

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

-

Returns

+

Returns

TRUE if the active connection is the default IPv6 connection

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

nm_active_connection_get_ip6_config (NMActiveConnection *connection);

Gets the current NMIP6Config associated with the NMActiveConnection.

-

Parameters

+

Parameters

@@ -741,7 +741,7 @@ nm_active_connection_get_ip6_config (
-

Returns

+

Returns

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

@@ -757,7 +757,7 @@ nm_active_connection_get_dhcp6_config (NMDHCP6Config (if any) associated with the NMActiveConnection.

-

Parameters

+

Parameters

@@ -772,7 +772,7 @@ nm_active_connection_get_dhcp6_config ( -

Returns

+

Returns

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

@@ -787,7 +787,7 @@ connection does not use DHCPv6, or is not in the nm_active_connection_get_vpn (NMActiveConnection *connection);

Whether the active connection is a VPN connection.

-

Parameters

+

Parameters

@@ -802,7 +802,7 @@ nm_active_connection_get_vpn ( -

Returns

+

Returns

TRUE if the active connection is a VPN connection

Since: 0.9.10

@@ -1026,6 +1026,6 @@ nm_active_connection_get_vpn ( -
Generated by GTK-Doc V1.24 +
Generated by GTK-Doc V1.25 \ No newline at end of file diff --git a/docs/libnm-glib/html/NMClient.html b/docs/libnm-glib/html/NMClient.html index 141c56ba..30f6f640 100644 --- a/docs/libnm-glib/html/NMClient.html +++ b/docs/libnm-glib/html/NMClient.html @@ -8,7 +8,7 @@ - + @@ -606,7 +606,7 @@ nm_client_error_quark (void);

Registers an error quark for NMClient if necessary.

-

Returns

+

Returns

the error quark used for NMClient errors.

Since: 0.9.10

@@ -624,7 +624,7 @@ that.

control them. To access and modify network configuration data, use the NMRemoteSettings object.

-

Returns

+

Returns

a new NMClient or NULL on an error

@@ -644,7 +644,7 @@ the callback can be invoked with two first parameters as NULL.

control them. To access and modify network configuration data, use the NMRemoteSettings object.

-

Parameters

+

Parameters

@@ -680,7 +680,7 @@ nm_client_new_finish (GAsyncResul GError **error);

Gets the result of an nm_client_new_async() call.

-

Parameters

+

Parameters

@@ -702,7 +702,7 @@ nm_client_new_finish (GAsyncResul
-

Returns

+

Returns

a new NMClient, or NULL on error

@@ -716,7 +716,7 @@ nm_client_get_devices (nm_device_ethernet_get_hw_address().

-

Parameters

+

Parameters

@@ -731,9 +731,9 @@ methods such as -

Returns

+

Returns

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

[transfer none][element-type NMDevice]

@@ -752,7 +752,7 @@ a placeholder.

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

+

Parameters

@@ -767,9 +767,9 @@ use device-specific methods such as -

Returns

+

Returns

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

[transfer none][element-type NMDevice]

@@ -783,7 +783,7 @@ nm_client_get_device_by_path (const char *object_path);

Gets a NMDevice from a NMClient.

-

Parameters

+

Parameters

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

Returns

+

Returns

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

[transfer none]

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

Gets a NMDevice from a NMClient.

-

Parameters

+

Parameters

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

Returns

+

Returns

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

[transfer none]

@@ -861,7 +861,7 @@ or NULL if none is found.

nm_client_activate_connection ()

void
 nm_client_activate_connection (NMClient *client,
-                               NMConnection *connection,
+                               NMConnection *connection,
                                NMDevice *device,
                                const char *specific_object,
                                NMClientActivateFn callback,
@@ -884,7 +884,7 @@ the new connection, not when it finishes. You can used the returned
 NMActiveConnection object (in particular, “state”) to
 track the activation to its completion.

-

Parameters

+

Parameters

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

- + @@ -948,7 +948,7 @@ details of the newly added connection.

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

-

Parameters

+

Parameters

connection

an NMConnection.

an NMConnection.

[allow-none]
@@ -977,7 +977,7 @@ track the activation to its completion.

-

enum NMRemoteSettingsError

Describes errors that may result from operations involving a NMRemoteSettings.

-

Members

+

Members

partial

an NMConnection to add; the connection may be +

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 @@ -1023,7 +1023,7 @@ nm_client_deactivate_connection (NMActiveConnection *active);

Deactivates an active NMActiveConnection.

-

Parameters

+

Parameters

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

Whether networking is enabled or disabled.

-

Parameters

+

Parameters

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

Returns

+

Returns

TRUE if networking is enabled, FALSE if networking is disabled

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

Parameters

+

Parameters

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

nm_client_wireless_get_enabled (NMClient *client);

Determines whether the wireless is enabled.

-

Parameters

+

Parameters

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

Returns

+

Returns

TRUE if wireless is enabled

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

Enables or disables wireless devices.

-

Parameters

+

Parameters

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

Determines whether the wireless hardware is enabled.

-

Parameters

+

Parameters

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

Returns

+

Returns

TRUE if the wireless hardware is enabled

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

Determines whether WWAN is enabled.

-

Parameters

+

Parameters

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

Returns

+

Returns

TRUE if WWAN is enabled

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

Enables or disables WWAN devices.

-

Parameters

+

Parameters

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

Determines whether the WWAN hardware is enabled.

-

Parameters

+

Parameters

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

Returns

+

Returns

TRUE if the WWAN hardware is enabled

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

Determines whether WiMAX is enabled.

-

Parameters

+

Parameters

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

Returns

+

Returns

TRUE if WiMAX is enabled

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

Enables or disables WiMAX devices.

-

Parameters

+

Parameters

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

Determines whether the WiMAX hardware is enabled.

-

Parameters

+

Parameters

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

Returns

+

Returns

TRUE if the WiMAX hardware is enabled

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

Gets NetworkManager version.

-

Parameters

+

Parameters

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

Returns

+

Returns

string with the version

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

Gets the current daemon state.

-

Parameters

+

Parameters

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

Returns

+

Returns

the current NMState

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

Parameters

+

Parameters

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

-

Returns

+

Returns

whether the daemon is still starting up

Since: 0.9.10

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

nm_client_get_manager_running (NMClient *client);

Determines whether the daemon is running.

-

Parameters

+

Parameters

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

Returns

+

Returns

TRUE if the daemon is running

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

Gets the active connections.

-

Parameters

+

Parameters

@@ -1478,9 +1478,9 @@ nm_client_get_active_connections (
-

Returns

+

Returns

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

[transfer none][element-type NMActiveConnection]

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

Deprecated; use nm_client_networking_set_enabled() instead.

-

Parameters

+

Parameters

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

-

Parameters

+

Parameters

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

-

Returns

+

Returns

the permission's result, one of NMClientPermissionResult

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

Gets NetworkManager current logging level and domains.

-

Parameters

+

Parameters

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

-

Returns

+

Returns

TRUE on success, FALSE otherwise

Since: 0.9.8

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

Sets NetworkManager logging level and/or domains.

-

Parameters

+

Parameters

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

Returns

+

Returns

TRUE on success, FALSE otherwise

Since: 0.9.8

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

-

Parameters

+

Parameters

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

-

Returns

+

Returns

the current connectivity state

Since: 0.9.8.6

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

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

-

Parameters

+

Parameters

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

-

Returns

+

Returns

the (new) current connectivity state

Since: 0.9.8.6

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

-

Parameters

+

Parameters

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

-

Parameters

+

Parameters

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

-

Returns

+

Returns

the (new) current connectivity state

Since: 0.9.8.6

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

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

-

Parameters

+

Parameters

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

Returns

+

Returns

the appropriate NMActiveConnection, if any.

[transfer none]

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

-

Parameters

+

Parameters

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

Returns

+

Returns

the appropriate NMActiveConnection, if any.

[transfer none]

@@ -1989,7 +1989,7 @@ any.

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

-

Members

+

Members

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

+ + + + + + + + + +
gboolean
 nm_remote_settings_add_connection_unsaved
                                (NMRemoteSettings *settings,
-                                NMConnection *connection,
+                                NMConnection *connection,
                                 NMRemoteSettingsAddConnectionFunc callback,
                                 gpointer user_data);

Requests that the remote settings service add the given settings to a new @@ -793,7 +793,7 @@ 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

+

Parameters

 

NM_CLIENT_PERMISSION_CHECKPOINT_ROLLBACK

+

permission to create checkpoints.

+
 

NM_CLIENT_PERMISSION_ENABLE_DISABLE_STATISTICS

+

controls whether device + statistics can be globally enabled or disabled

+
 

NM_CLIENT_PERMISSION_LAST

a reserved boundary value

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

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

-

Members

+

Members

@@ -2172,7 +2187,7 @@ the user requires to obtain a given

enum NMClientError

Describes errors that may result from operations involving a NMClient.

-

Members

+

Members

@@ -2361,7 +2376,7 @@ user_function (Notifies that a NMDevice is added. This signal is emitted for both regular devices and placeholder devices.

-

Parameters

+

Parameters

@@ -2399,7 +2414,7 @@ user_function (Notifies that a NMDevice is removed. This signal is emitted for both regular devices and placeholder devices.

-

Parameters

+

Parameters

@@ -2437,7 +2452,7 @@ user_function (Notifies that a NMDevice is added. This signal is not emitted for placeholder devices.

-

Parameters

+

Parameters

@@ -2475,7 +2490,7 @@ user_function (Notifies that a NMDevice is removed. This signal is not emitted for placeholder devices.

-

Parameters

+

Parameters

@@ -2513,7 +2528,7 @@ user_function (gpointer user_data)

Notifies that a permission has changed

-

Parameters

+

Parameters

@@ -2549,6 +2564,6 @@ user_function ( +
Generated by GTK-Doc V1.25 \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDHCP4Config.html b/docs/libnm-glib/html/NMDHCP4Config.html index 87c74fef..2de212cd 100644 --- a/docs/libnm-glib/html/NMDHCP4Config.html +++ b/docs/libnm-glib/html/NMDHCP4Config.html @@ -8,7 +8,7 @@ - + @@ -115,7 +115,7 @@ nm_dhcp4_config_new (
const char *object_path);

Creates a new NMDHCP4Config.

-

Parameters

+

Parameters

@@ -137,7 +137,7 @@ nm_dhcp4_config_new ( -

Returns

+

Returns

a new configuration.

[transfer full]

@@ -149,7 +149,7 @@ nm_dhcp4_config_new (NMDHCP4Config *config);

Gets all the options contained in the configuration.

-

Parameters

+

Parameters

@@ -164,7 +164,7 @@ nm_dhcp4_config_get_options ( -

Returns

+

Returns

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]

@@ -178,7 +178,7 @@ nm_dhcp4_config_get_one_option (const char *option);

Gets one option by option name.

-

Parameters

+

Parameters

@@ -200,7 +200,7 @@ nm_dhcp4_config_get_one_option (
-

Returns

+

Returns

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

@@ -226,6 +226,6 @@ configuration, and must not be modified.

+
Generated by GTK-Doc V1.25 \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDHCP6Config.html b/docs/libnm-glib/html/NMDHCP6Config.html index 7b322c5e..0781de73 100644 --- a/docs/libnm-glib/html/NMDHCP6Config.html +++ b/docs/libnm-glib/html/NMDHCP6Config.html @@ -8,7 +8,7 @@ - + @@ -115,7 +115,7 @@ nm_dhcp6_config_new (const char *object_path);

Creates a new NMDHCP6Config.

-

Parameters

+

Parameters

@@ -137,7 +137,7 @@ nm_dhcp6_config_new ( -

Returns

+

Returns

a new configuration.

[transfer full]

@@ -149,7 +149,7 @@ nm_dhcp6_config_new (NMDHCP6Config *config);

Gets all the options contained in the configuration.

-

Parameters

+

Parameters

@@ -164,7 +164,7 @@ nm_dhcp6_config_get_options ( -

Returns

+

Returns

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]

@@ -178,7 +178,7 @@ nm_dhcp6_config_get_one_option (const char *option);

Gets one option by option name.

-

Parameters

+

Parameters

@@ -200,7 +200,7 @@ nm_dhcp6_config_get_one_option (
-

Returns

+

Returns

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

@@ -226,6 +226,6 @@ configuration, and must not be modified.

+
Generated by GTK-Doc V1.25 \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDevice.html b/docs/libnm-glib/html/NMDevice.html index f92c1585..2ea3996f 100644 --- a/docs/libnm-glib/html/NMDevice.html +++ b/docs/libnm-glib/html/NMDevice.html @@ -8,7 +8,7 @@ - + @@ -668,7 +668,7 @@ nm_device_error_quark (void);

Registers an error quark for NMDevice if necessary.

-

Returns

+

Returns

the error quark used for NMDevice errors.

Since: 0.9.10

@@ -681,7 +681,7 @@ nm_device_new (const char *path);

Creates a new NMDevice.

-

Parameters

+

Parameters

@@ -703,7 +703,7 @@ nm_device_new ( -

Returns

+

Returns

a new device.

[transfer full]

@@ -715,7 +715,7 @@ nm_device_new (NMDevice *device);

Gets the interface name of the NMDevice.

-

Parameters

+

Parameters

@@ -730,7 +730,7 @@ nm_device_get_iface ( -

Returns

+

Returns

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

@@ -743,7 +743,7 @@ nm_device_get_ip_iface (NMDevice over which IP traffic flows when the device is in the ACTIVATED state.

-

Parameters

+

Parameters

@@ -758,7 +758,7 @@ when the device is in the ACTIVATED state.

-

Returns

+

Returns

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

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

nm_device_get_device_type (NMDevice *device);

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

-

Parameters

+

Parameters

@@ -785,7 +785,7 @@ nm_device_get_device_type ( -

Returns

+

Returns

the device type

@@ -796,7 +796,7 @@ nm_device_get_device_type (NMDevice *device);

Gets the Unique Device Identifier of the NMDevice.

-

Parameters

+

Parameters

@@ -811,7 +811,7 @@ nm_device_get_udi ( -

Returns

+

Returns

the Unique Device Identifier of the device. This identifier may be used to gather more information about the device from various operating system services like udev or sysfs.

@@ -824,7 +824,7 @@ system services like udev or sysfs.

nm_device_get_driver (NMDevice *device);

Gets the driver of the NMDevice.

-

Parameters

+

Parameters

@@ -839,7 +839,7 @@ nm_device_get_driver ( -

Returns

+

Returns

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

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

nm_device_get_driver_version (NMDevice *device);

Gets the driver version of the NMDevice.

-

Parameters

+

Parameters

@@ -866,7 +866,7 @@ nm_device_get_driver_version ( -

Returns

+

Returns

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

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

nm_device_get_firmware_version (NMDevice *device);

Gets the firmware version of the NMDevice.

-

Parameters

+

Parameters

@@ -893,7 +893,7 @@ nm_device_get_firmware_version (
-

Returns

+

Returns

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

@@ -907,7 +907,7 @@ nm_device_get_type_description (device is.

-

Parameters

+

Parameters

@@ -922,7 +922,7 @@ nm_device_get_type_description (
-

Returns

+

Returns

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

@@ -936,7 +936,7 @@ nm_device_get_hw_address (device .

-

Parameters

+

Parameters

@@ -951,7 +951,7 @@ nm_device_get_hw_address ( -

Returns

+

Returns

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

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

nm_device_get_capabilities (NMDevice *device);

Gets the device' capabilities.

-

Parameters

+

Parameters

@@ -979,7 +979,7 @@ nm_device_get_capabilities ( -

Returns

+

Returns

the capabilities

@@ -990,7 +990,7 @@ nm_device_get_capabilities (NMDevice *device);

Whether the NMDevice is managed by NetworkManager.

-

Parameters

+

Parameters

@@ -1005,7 +1005,7 @@ nm_device_get_managed ( -

Returns

+

Returns

TRUE if the device is managed by NetworkManager

@@ -1017,7 +1017,7 @@ nm_device_set_managed (gboolean managed);

Enables or disables management of NMDevice by NetworkManager.

-

Parameters

+

Parameters

@@ -1047,7 +1047,7 @@ nm_device_set_managed (NMDevice *device);

Whether the NMDevice can be autoconnected.

-

Parameters

+

Parameters

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

Returns

+

Returns

TRUE if the device is allowed to be autoconnected

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

Enables or disables automatic activation of the NMDevice.

-

Parameters

+

Parameters

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

-

Parameters

+

Parameters

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

-

Returns

+

Returns

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

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

-

Parameters

+

Parameters

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

-

Returns

+

Returns

the NMIP4Config or NULL if the device is not activated.

[transfer none]

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

-

Parameters

+

Parameters

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

-

Returns

+

Returns

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

[transfer none]

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

-

Parameters

+

Parameters

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

-

Returns

+

Returns

the NMIP6Config or NULL if the device is not activated.

[transfer none]

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

-

Parameters

+

Parameters

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

-

Returns

+

Returns

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

[transfer none]

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

nm_device_get_state (NMDevice *device);

Gets the current NMDevice state.

-

Parameters

+

Parameters

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

Returns

+

Returns

the current device state

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

-

Parameters

+

Parameters

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

Returns

+

Returns

the current device state

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

Gets the NMActiveConnection object which owns this device during activation.

-

Parameters

+

Parameters

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

Returns

+

Returns

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

[transfer none]

@@ -1341,11 +1341,11 @@ not part of an active connection.

nm_device_get_available_connections ()

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

+

Parameters

@@ -1360,9 +1360,9 @@ be activated on device
-

Returns

+

Returns

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

[element-type NMRemoteConnection]

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

nm_device_get_physical_port_id (NMDevice *device);

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

+

Parameters

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

-

Returns

+

Returns

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

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

nm_device_get_mtu (NMDevice *device);

Gets the MTU of the NMDevice.

-

Parameters

+

Parameters

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

Returns

+

Returns

the MTU of the device.

Since: 0.9.10

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

Whether the device is a software device.

-

Parameters

+

Parameters

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

Returns

+

Returns

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

@@ -1461,7 +1461,7 @@ is a software device, FALSE if it is a hardware dev
gboolean
 nm_device_is_real (NMDevice *device);
-

Parameters

+

Parameters

@@ -1476,7 +1476,7 @@ nm_device_is_real ( -

Returns

+

Returns

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

@@ -1490,7 +1490,7 @@ that could be automatically created by NetworkManager if one of its nm_device_get_product (NMDevice *device);

Gets the product string of the NMDevice.

-

Parameters

+

Parameters

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

Returns

+

Returns

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

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

nm_device_get_vendor (NMDevice *device);

Gets the vendor string of the NMDevice.

-

Parameters

+

Parameters

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

Returns

+

Returns

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

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

-

Parameters

+

Parameters

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

Returns

+

Returns

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

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

-

Parameters

+

Parameters

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

Returns

+

Returns

the device names.

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

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

Parameters

+

Parameters

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

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

-

Parameters

+

Parameters

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

-

Parameters

+

Parameters

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

connections

a list of NMConnection objects to filter.

a list of NMConnection objects to filter.

[element-type NMConnection]
-

Returns

+

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 @@ -1747,7 +1747,7 @@ be freed with g_slist_free() when it is no longer

nm_device_connection_valid ()

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 @@ -1757,7 +1757,7 @@ network, and will not be valid if it describes a WPA network, or if it is an Ethernet, Bluetooth, WWAN, etc connection that is incompatible with the device.

-

Parameters

+

Parameters

@@ -1773,7 +1773,7 @@ against

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

connection

an NMConnection to validate against device +

an NMConnection to validate against device

 
-

Returns

+

Returns

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

@@ -1791,7 +1791,7 @@ if is incompatible with the device's capabilities and characteristics.

nm_device_connection_compatible ()

gboolean
 nm_device_connection_compatible (NMDevice *device,
-                                 NMConnection *connection,
+                                 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 @@ -1805,7 +1805,7 @@ device.

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

-

Parameters

+

Parameters

@@ -1821,7 +1821,7 @@ against

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

connection

an NMConnection to validate against device +

an NMConnection to validate against device

 
-

Returns

+

Returns

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

@@ -1844,11 +1844,11 @@ if is incompatible with the device's capabilities and characteristics.

nm_device_get_setting_type ()

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

+

Parameters

@@ -1863,9 +1863,9 @@ that can be used on device
-

Returns

+

Returns

device -'s associated NMSetting type

+'s associated NMSetting type

Since: 0.9.10

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

enum NMDeviceError

-

Members

+

Members

@@ -2275,7 +2275,7 @@ user_function (gpointer user_data)

Notifies the state change of a NMDevice.

-

Parameters

+

Parameters

@@ -2316,6 +2316,6 @@ user_function ( +
Generated by GTK-Doc V1.25 \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDeviceAdsl.html b/docs/libnm-glib/html/NMDeviceAdsl.html index 3f108475..5d2f6c20 100644 --- a/docs/libnm-glib/html/NMDeviceAdsl.html +++ b/docs/libnm-glib/html/NMDeviceAdsl.html @@ -8,7 +8,7 @@ - + @@ -125,7 +125,7 @@ nm_device_adsl_error_quark (void);

Registers an error quark for NMDeviceAdsl if necessary.

-

Returns

+

Returns

the error quark used for NMDeviceAdsl errors.

@@ -137,7 +137,7 @@ nm_device_adsl_new (const char *path);

Creates a new NMDeviceAdsl.

-

Parameters

+

Parameters

@@ -159,7 +159,7 @@ nm_device_adsl_new ( -

Returns

+

Returns

a new device.

[transfer full]

@@ -171,7 +171,7 @@ nm_device_adsl_new (NMDeviceAdsl *device);

Whether the device has carrier.

-

Parameters

+

Parameters

@@ -186,7 +186,7 @@ nm_device_adsl_get_carrier ( -

Returns

+

Returns

TRUE if the device has carrier

@@ -196,7 +196,7 @@ nm_device_adsl_get_carrier (

enum NMDeviceAdslError

-

Members

+

Members

@@ -254,6 +254,6 @@ nm_device_adsl_get_carrier ( -
Generated by GTK-Doc V1.24 +
Generated by GTK-Doc V1.25 \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDeviceBond.html b/docs/libnm-glib/html/NMDeviceBond.html index 7659084c..7a0324d7 100644 --- a/docs/libnm-glib/html/NMDeviceBond.html +++ b/docs/libnm-glib/html/NMDeviceBond.html @@ -8,7 +8,7 @@ - + @@ -161,7 +161,7 @@ nm_device_bond_error_quark (void);

Registers an error quark for NMDeviceBond if necessary.

-

Returns

+

Returns

the error quark used for NMDeviceBond errors.

@@ -173,7 +173,7 @@ nm_device_bond_new (const char *path);

Creates a new NMDeviceBond.

-

Parameters

+

Parameters

@@ -195,7 +195,7 @@ nm_device_bond_new ( -

Returns

+

Returns

a new device.

[transfer full]

@@ -207,7 +207,7 @@ nm_device_bond_new (NMDeviceBond *device);

Gets the hardware (MAC) address of the NMDeviceBond

-

Parameters

+

Parameters

@@ -222,7 +222,7 @@ nm_device_bond_get_hw_address (
-

Returns

+

Returns

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

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

nm_device_bond_get_carrier (NMDeviceBond *device);

Whether the device has carrier.

-

Parameters

+

Parameters

@@ -249,7 +249,7 @@ nm_device_bond_get_carrier ( -

Returns

+

Returns

TRUE if the device has carrier

@@ -261,7 +261,7 @@ nm_device_bond_get_slaves (device .

-

Parameters

+

Parameters

@@ -276,9 +276,9 @@ nm_device_bond_get_slaves ( -

Returns

+

Returns

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

[element-type NMDevice]

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

enum NMDeviceBondError

-

Members

+

Members

@@ -384,6 +384,6 @@ copy used by the device, and must not be modified.

+
Generated by GTK-Doc V1.25 \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDeviceBridge.html b/docs/libnm-glib/html/NMDeviceBridge.html index f0af6d6a..01410536 100644 --- a/docs/libnm-glib/html/NMDeviceBridge.html +++ b/docs/libnm-glib/html/NMDeviceBridge.html @@ -8,7 +8,7 @@ - + @@ -161,7 +161,7 @@ nm_device_bridge_error_quark (void);

Registers an error quark for NMDeviceBridge if necessary.

-

Returns

+

Returns

the error quark used for NMDeviceBridge errors.

Since: 0.9.8

@@ -174,7 +174,7 @@ nm_device_bridge_new (const char *path);

Creates a new NMDeviceBridge.

-

Parameters

+

Parameters

@@ -196,7 +196,7 @@ nm_device_bridge_new ( -

Returns

+

Returns

a new device.

[transfer full]

@@ -209,7 +209,7 @@ nm_device_bridge_new (NMDeviceBridge *device);

Gets the hardware (MAC) address of the NMDeviceBridge

-

Parameters

+

Parameters

@@ -224,7 +224,7 @@ nm_device_bridge_get_hw_address (
-

Returns

+

Returns

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

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

nm_device_bridge_get_carrier (NMDeviceBridge *device);

Whether the device has carrier.

-

Parameters

+

Parameters

@@ -252,7 +252,7 @@ nm_device_bridge_get_carrier ( -

Returns

+

Returns

TRUE if the device has carrier

Since: 0.9.8

@@ -265,7 +265,7 @@ nm_device_bridge_get_slaves (device .

-

Parameters

+

Parameters

@@ -280,9 +280,9 @@ nm_device_bridge_get_slaves ( -

Returns

+

Returns

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

[element-type NMDevice]

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

enum NMDeviceBridgeError

-

Members

+

Members

@@ -391,6 +391,6 @@ copy used by the device, and must not be modified.

+
Generated by GTK-Doc V1.25 \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDeviceBt.html b/docs/libnm-glib/html/NMDeviceBt.html index 75e07531..5ac77ae3 100644 --- a/docs/libnm-glib/html/NMDeviceBt.html +++ b/docs/libnm-glib/html/NMDeviceBt.html @@ -8,7 +8,7 @@ - + @@ -161,7 +161,7 @@ nm_device_bt_error_quark (void);

Registers an error quark for NMDeviceBt if necessary.

-

Returns

+

Returns

the error quark used for NMDeviceBt errors.

@@ -173,7 +173,7 @@ nm_device_bt_new (const char *path);

Creates a new NMDeviceBt.

-

Parameters

+

Parameters

@@ -195,7 +195,7 @@ nm_device_bt_new ( -

Returns

+

Returns

a new device.

[transfer full]

@@ -207,7 +207,7 @@ nm_device_bt_new (NMDeviceBt *device);

Gets the hardware (MAC) address of the NMDeviceBt

-

Parameters

+

Parameters

@@ -222,7 +222,7 @@ nm_device_bt_get_hw_address ( -

Returns

+

Returns

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

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

nm_device_bt_get_name (NMDeviceBt *device);

Gets the name of the NMDeviceBt.

-

Parameters

+

Parameters

@@ -249,7 +249,7 @@ nm_device_bt_get_name ( -

Returns

+

Returns

the name of the device

@@ -260,7 +260,7 @@ nm_device_bt_get_name (NMDeviceBt *device);

Returns the Bluetooth device's usable capabilities.

-

Parameters

+

Parameters

@@ -275,7 +275,7 @@ nm_device_bt_get_capabilities (
-

Returns

+

Returns

a combination of NMBluetoothCapabilities

@@ -285,7 +285,7 @@ nm_device_bt_get_capabilities (

enum NMDeviceBtError

-

Members

+

Members

@@ -392,6 +392,6 @@ nm_device_bt_get_capabilities ( +
Generated by GTK-Doc V1.25 \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDeviceEthernet.html b/docs/libnm-glib/html/NMDeviceEthernet.html index 655a0441..693d60eb 100644 --- a/docs/libnm-glib/html/NMDeviceEthernet.html +++ b/docs/libnm-glib/html/NMDeviceEthernet.html @@ -8,7 +8,7 @@ - + @@ -178,7 +178,7 @@ nm_device_ethernet_error_quark (void);

Registers an error quark for NMDeviceEthernet if necessary.

-

Returns

+

Returns

the error quark used for NMDeviceEthernet errors.

@@ -190,7 +190,7 @@ nm_device_ethernet_new (const char *path);

Creates a new NMDeviceEthernet.

-

Parameters

+

Parameters

@@ -212,7 +212,7 @@ nm_device_ethernet_new ( -

Returns

+

Returns

a new device.

[transfer full]

@@ -224,7 +224,7 @@ nm_device_ethernet_new (NMDeviceEthernet *device);

Gets the active hardware (MAC) address of the NMDeviceEthernet

-

Parameters

+

Parameters

@@ -239,7 +239,7 @@ nm_device_ethernet_get_hw_address (
-

Returns

+

Returns

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

@@ -252,7 +252,7 @@ nm_device_ethernet_get_permanent_hw_address (NMDeviceEthernet *device);

Gets the permanent hardware (MAC) address of the NMDeviceEthernet

-

Parameters

+

Parameters

@@ -267,7 +267,7 @@ nm_device_ethernet_get_permanent_hw_address
-

Returns

+

Returns

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

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

nm_device_ethernet_get_speed (NMDeviceEthernet *device);

Gets the speed of the NMDeviceEthernet.

-

Parameters

+

Parameters

@@ -294,7 +294,7 @@ nm_device_ethernet_get_speed ( -

Returns

+

Returns

the speed of the device

@@ -305,7 +305,7 @@ nm_device_ethernet_get_speed (NMDeviceEthernet *device);

Whether the device has carrier.

-

Parameters

+

Parameters

@@ -320,7 +320,7 @@ nm_device_ethernet_get_carrier (
-

Returns

+

Returns

TRUE if the device has carrier

@@ -330,7 +330,7 @@ nm_device_ethernet_get_carrier (

enum NMDeviceEthernetError

-

Members

+

Members

@@ -444,6 +444,6 @@ nm_device_ethernet_get_carrier ( +
Generated by GTK-Doc V1.25 \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDeviceGeneric.html b/docs/libnm-glib/html/NMDeviceGeneric.html index 58b7c9ca..154ac5e0 100644 --- a/docs/libnm-glib/html/NMDeviceGeneric.html +++ b/docs/libnm-glib/html/NMDeviceGeneric.html @@ -8,7 +8,7 @@ - + @@ -137,7 +137,7 @@ nm_device_generic_error_quark (void);

Registers an error quark for NMDeviceGeneric if necessary.

-

Returns

+

Returns

the error quark used for NMDeviceGeneric errors.

Since: 0.9.10

@@ -150,7 +150,7 @@ nm_device_generic_new (const char *path);

Creates a new NMDeviceGeneric.

-

Parameters

+

Parameters

@@ -172,7 +172,7 @@ nm_device_generic_new ( -

Returns

+

Returns

a new device.

[transfer full]

@@ -185,7 +185,7 @@ nm_device_generic_new (NMDeviceGeneric *device);

Gets the hardware address of the NMDeviceGeneric

-

Parameters

+

Parameters

@@ -200,7 +200,7 @@ nm_device_generic_get_hw_address (
-

Returns

+

Returns

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

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

enum NMDeviceGenericError

-

Members

+

Members

@@ -285,6 +285,6 @@ if not known.

+
Generated by GTK-Doc V1.25 \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDeviceInfiniband.html b/docs/libnm-glib/html/NMDeviceInfiniband.html index bb9523d5..41a2fec8 100644 --- a/docs/libnm-glib/html/NMDeviceInfiniband.html +++ b/docs/libnm-glib/html/NMDeviceInfiniband.html @@ -8,7 +8,7 @@ - + @@ -144,7 +144,7 @@ nm_device_infiniband_error_quark (void);

Registers an error quark for NMDeviceInfiniband if necessary.

-

Returns

+

Returns

the error quark used for NMDeviceInfiniband errors.

@@ -156,7 +156,7 @@ nm_device_infiniband_new (const char *path);

Creates a new NMDeviceInfiniband.

-

Parameters

+

Parameters

@@ -178,7 +178,7 @@ nm_device_infiniband_new ( -

Returns

+

Returns

a new device.

[transfer full]

@@ -190,7 +190,7 @@ nm_device_infiniband_new (NMDeviceInfiniband *device);

Gets the hardware (MAC) address of the NMDeviceInfiniband

-

Parameters

+

Parameters

@@ -205,7 +205,7 @@ nm_device_infiniband_get_hw_address (
-

Returns

+

Returns

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

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

nm_device_infiniband_get_carrier (NMDeviceInfiniband *device);

Whether the device has carrier.

-

Parameters

+

Parameters

@@ -232,7 +232,7 @@ nm_device_infiniband_get_carrier (
-

Returns

+

Returns

TRUE if the device has carrier

@@ -242,7 +242,7 @@ nm_device_infiniband_get_carrier (

enum NMDeviceInfinibandError

-

Members

+

Members

@@ -328,6 +328,6 @@ nm_device_infiniband_get_carrier ( +
Generated by GTK-Doc V1.25 \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDeviceModem.html b/docs/libnm-glib/html/NMDeviceModem.html index 2c05df00..2fb335a1 100644 --- a/docs/libnm-glib/html/NMDeviceModem.html +++ b/docs/libnm-glib/html/NMDeviceModem.html @@ -8,7 +8,7 @@ - + @@ -136,7 +136,7 @@ nm_device_modem_error_quark (void);

Registers an error quark for NMDeviceModem if necessary.

-

Returns

+

Returns

the error quark used for NMDeviceModem errors.

@@ -150,7 +150,7 @@ nm_device_modem_get_modem_capabilities supports. Not all capabilities are available concurrently however; some may require a firmware reload or reinitialization.

-

Parameters

+

Parameters

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

-

Returns

+

Returns

the generic access technology families the modem supports

@@ -179,7 +179,7 @@ nm_device_modem_get_current_capabilities supports without a firmware reload or reinitialization. This value represents the network types the modem can immediately connect to.

-

Parameters

+

Parameters

@@ -194,7 +194,7 @@ represents the network types the modem can immediately connect to.

-

Returns

+

Returns

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

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

enum NMDeviceModemError

-

Members

+

Members

@@ -288,6 +288,6 @@ CDMA/EVDO and GSM/UMTS.

+
Generated by GTK-Doc V1.25 \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDeviceOlpcMesh.html b/docs/libnm-glib/html/NMDeviceOlpcMesh.html index c48c4e36..bc958e4c 100644 --- a/docs/libnm-glib/html/NMDeviceOlpcMesh.html +++ b/docs/libnm-glib/html/NMDeviceOlpcMesh.html @@ -8,7 +8,7 @@ - + @@ -162,7 +162,7 @@ nm_device_olpc_mesh_error_quark (void);

Registers an error quark for NMDeviceOlpcMesh if necessary.

-

Returns

+

Returns

the error quark used for NMDeviceOlpcMesh errors.

@@ -174,7 +174,7 @@ nm_device_olpc_mesh_new (const char *path);

Creates a new NMDeviceOlpcMesh.

-

Parameters

+

Parameters

@@ -196,7 +196,7 @@ nm_device_olpc_mesh_new ( -

Returns

+

Returns

a new OlpcMesh device.

[transfer full]

@@ -208,7 +208,7 @@ nm_device_olpc_mesh_new (NMDeviceOlpcMesh *device);

Gets the hardware (MAC) address of the NMDeviceOlpcMesh

-

Parameters

+

Parameters

@@ -223,7 +223,7 @@ nm_device_olpc_mesh_get_hw_address (
-

Returns

+

Returns

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

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

nm_device_olpc_mesh_get_companion (NMDeviceOlpcMesh *device);

Gets the companion device of the NMDeviceOlpcMesh.

-

Parameters

+

Parameters

@@ -250,7 +250,7 @@ nm_device_olpc_mesh_get_companion (
-

Returns

+

Returns

the companion of the device of NULL.

[transfer none]

@@ -263,7 +263,7 @@ nm_device_olpc_mesh_get_active_channel (NMDeviceOlpcMesh *device);

Returns the active channel of the NMDeviceOlpcMesh device.

-

Parameters

+

Parameters

@@ -278,7 +278,7 @@ nm_device_olpc_mesh_get_active_channel
-

Returns

+

Returns

active channel of the device

@@ -288,7 +288,7 @@ nm_device_olpc_mesh_get_active_channel

enum NMDeviceOlpcMeshError

-

Members

+

Members

@@ -373,6 +373,6 @@ nm_device_olpc_mesh_get_active_channel +
Generated by GTK-Doc V1.25 \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDeviceTeam.html b/docs/libnm-glib/html/NMDeviceTeam.html index 2195f9aa..b329e8a4 100644 --- a/docs/libnm-glib/html/NMDeviceTeam.html +++ b/docs/libnm-glib/html/NMDeviceTeam.html @@ -8,7 +8,7 @@ - + @@ -161,7 +161,7 @@ nm_device_team_error_quark (void);

Registers an error quark for NMDeviceTeam if necessary.

-

Returns

+

Returns

the error quark used for NMDeviceTeam errors.

Since: 0.9.10

@@ -174,7 +174,7 @@ nm_device_team_new (const char *path);

Creates a new NMDeviceTeam.

-

Parameters

+

Parameters

@@ -196,7 +196,7 @@ nm_device_team_new ( -

Returns

+

Returns

a new device.

[transfer full]

@@ -209,7 +209,7 @@ nm_device_team_new (NMDeviceTeam *device);

Gets the hardware (MAC) address of the NMDeviceTeam

-

Parameters

+

Parameters

@@ -224,7 +224,7 @@ nm_device_team_get_hw_address (
-

Returns

+

Returns

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

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

nm_device_team_get_carrier (NMDeviceTeam *device);

Whether the device has carrier.

-

Parameters

+

Parameters

@@ -252,7 +252,7 @@ nm_device_team_get_carrier ( -

Returns

+

Returns

TRUE if the device has carrier

Since: 0.9.10

@@ -265,7 +265,7 @@ nm_device_team_get_slaves (device .

-

Parameters

+

Parameters

@@ -280,9 +280,9 @@ nm_device_team_get_slaves ( -

Returns

+

Returns

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

[element-type NMDevice]

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

enum NMDeviceTeamError

-

Members

+

Members

@@ -387,6 +387,6 @@ copy used by the device, and must not be modified.

+
Generated by GTK-Doc V1.25 \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDeviceVlan.html b/docs/libnm-glib/html/NMDeviceVlan.html index 51c89f0d..b3e89dc8 100644 --- a/docs/libnm-glib/html/NMDeviceVlan.html +++ b/docs/libnm-glib/html/NMDeviceVlan.html @@ -8,7 +8,7 @@ - + @@ -179,7 +179,7 @@ nm_device_vlan_error_quark (void);

Registers an error quark for NMDeviceVlan if necessary.

-

Returns

+

Returns

the error quark used for NMDeviceVlan errors.

@@ -191,7 +191,7 @@ nm_device_vlan_new (const char *path);

Creates a new NMDeviceVlan.

-

Parameters

+

Parameters

@@ -213,7 +213,7 @@ nm_device_vlan_new ( -

Returns

+

Returns

a new device.

[transfer full]

@@ -225,7 +225,7 @@ nm_device_vlan_new (NMDeviceVlan *device);

Gets the hardware (MAC) address of the NMDeviceVlan

-

Parameters

+

Parameters

@@ -240,7 +240,7 @@ nm_device_vlan_get_hw_address (
-

Returns

+

Returns

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

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

nm_device_vlan_get_carrier (NMDeviceVlan *device);

Whether the device has carrier.

-

Parameters

+

Parameters

@@ -267,7 +267,7 @@ nm_device_vlan_get_carrier ( -

Returns

+

Returns

TRUE if the device has carrier

@@ -277,7 +277,7 @@ nm_device_vlan_get_carrier (NMDevice * nm_device_vlan_get_parent (NMDeviceVlan *device);
-

Parameters

+

Parameters

@@ -292,7 +292,7 @@ nm_device_vlan_get_parent ( -

Returns

+

Returns

the device's parent device.

[transfer none]

@@ -304,7 +304,7 @@ nm_device_vlan_get_parent (guint nm_device_vlan_get_vlan_id (NMDeviceVlan *device);
-

Parameters

+

Parameters

@@ -319,7 +319,7 @@ nm_device_vlan_get_vlan_id ( -

Returns

+

Returns

the device's VLAN ID

@@ -329,7 +329,7 @@ nm_device_vlan_get_vlan_id (

enum NMDeviceVlanError

-

Members

+

Members

@@ -451,6 +451,6 @@ nm_device_vlan_get_vlan_id ( -
Generated by GTK-Doc V1.24 +
Generated by GTK-Doc V1.25 \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDeviceWifi.html b/docs/libnm-glib/html/NMDeviceWifi.html index 1c0223aa..43848792 100644 --- a/docs/libnm-glib/html/NMDeviceWifi.html +++ b/docs/libnm-glib/html/NMDeviceWifi.html @@ -8,7 +8,7 @@ - + @@ -277,7 +277,7 @@ nm_device_wifi_error_quark (void);

Registers an error quark for NMDeviceWifi if necessary.

-

Returns

+

Returns

the error quark used for NMDeviceWifi errors.

@@ -289,7 +289,7 @@ nm_device_wifi_new (const char *path);

Creates a new NMDeviceWifi.

-

Parameters

+

Parameters

@@ -311,7 +311,7 @@ nm_device_wifi_new ( -

Returns

+

Returns

a new Wi-Fi device.

[transfer full]

@@ -323,7 +323,7 @@ nm_device_wifi_new (NMDeviceWifi *device);

Gets the actual hardware (MAC) address of the NMDeviceWifi

-

Parameters

+

Parameters

@@ -338,7 +338,7 @@ nm_device_wifi_get_hw_address (
-

Returns

+

Returns

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

@@ -351,7 +351,7 @@ nm_device_wifi_get_permanent_hw_address (NMDeviceWifi *device);

Gets the permanent hardware (MAC) address of the NMDeviceWifi

-

Parameters

+

Parameters

@@ -366,7 +366,7 @@ nm_device_wifi_get_permanent_hw_address
-

Returns

+

Returns

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

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

nm_device_wifi_get_mode (NMDeviceWifi *device);

Gets the NMDeviceWifi mode.

-

Parameters

+

Parameters

@@ -393,7 +393,7 @@ nm_device_wifi_get_mode ( -

Returns

+

Returns

the mode

@@ -404,7 +404,7 @@ nm_device_wifi_get_mode (NMDeviceWifi *device);

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

-

Parameters

+

Parameters

@@ -419,7 +419,7 @@ nm_device_wifi_get_bitrate ( -

Returns

+

Returns

the bit rate (kbit/s)

@@ -430,7 +430,7 @@ nm_device_wifi_get_bitrate (NMDeviceWifi *device);

Gets the Wi-Fi capabilities of the NMDeviceWifi.

-

Parameters

+

Parameters

@@ -445,7 +445,7 @@ nm_device_wifi_get_capabilities (
-

Returns

+

Returns

the capabilities

@@ -457,7 +457,7 @@ nm_device_wifi_get_active_access_point (NMDeviceWifi *device);

Gets the active NMAccessPoint.

-

Parameters

+

Parameters

@@ -472,7 +472,7 @@ nm_device_wifi_get_active_access_point
-

Returns

+

Returns

the access point or NULL if none is active.

[transfer none]

@@ -486,7 +486,7 @@ nm_device_wifi_get_access_point_by_path const char *path);

Gets a NMAccessPoint by path.

-

Parameters

+

Parameters

@@ -508,7 +508,7 @@ nm_device_wifi_get_access_point_by_path
-

Returns

+

Returns

the access point or NULL if none is found.

[transfer none]

@@ -520,7 +520,7 @@ nm_device_wifi_get_access_point_by_path nm_device_wifi_get_access_points (NMDeviceWifi *device);

Gets all the scanned access points of the NMDeviceWifi.

-

Parameters

+

Parameters

@@ -535,9 +535,9 @@ nm_device_wifi_get_access_points (
-

Returns

+

Returns

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

[element-type NMAccessPoint]

@@ -561,7 +561,7 @@ nm_device_wifi_request_scan_simple (nm_device_wifi_get_access_points() to get available access points.

-

Parameters

+

Parameters

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

enum NMDeviceWifiError

-

Members

+

Members

@@ -775,7 +775,7 @@ user_function (gpointer user_data)

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

-

Parameters

+

Parameters

@@ -812,7 +812,7 @@ user_function (gpointer user_data)

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

-

Parameters

+

Parameters

@@ -843,6 +843,6 @@ user_function ( +
Generated by GTK-Doc V1.25 \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDeviceWimax.html b/docs/libnm-glib/html/NMDeviceWimax.html index 93148ed9..bf6ef3f3 100644 --- a/docs/libnm-glib/html/NMDeviceWimax.html +++ b/docs/libnm-glib/html/NMDeviceWimax.html @@ -8,7 +8,7 @@ - + @@ -282,7 +282,7 @@ nm_device_wimax_error_quark (void

Registers an error quark for NMDeviceWimax if necessary.

-

Returns

+

Returns

the error quark used for NMDeviceWimax errors.

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

-

Parameters

+

Parameters

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

Returns

+

Returns

a new WiMAX device.

[transfer full]

@@ -336,7 +336,7 @@ nm_device_wimax_get_hw_address (

Gets the hardware (MAC) address of the NMDeviceWimax

-

Parameters

+

Parameters

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

Returns

+

Returns

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

@@ -367,7 +367,7 @@ nm_device_wimax_get_active_nsp (

Gets the active NMWimaxNsp.

-

Parameters

+

Parameters

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

Returns

+

Returns

the access point or NULL if none is active.

[transfer full]

@@ -399,7 +399,7 @@ nm_device_wimax_get_nsp_by_path (

Gets a NMWimaxNsp by path.

-

Parameters

+

Parameters

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

Returns

+

Returns

the access point or NULL if none is found.

[transfer none]

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

-

Parameters

+

Parameters

@@ -452,9 +452,9 @@ nm_device_wimax_get_nsps ( -

Returns

+

Returns

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

[element-type NMWimaxNsp]

@@ -472,7 +472,7 @@ nm_device_wimax_get_center_frequency ( -

Parameters

+

Parameters

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

-

Returns

+

Returns

the center frequency in KHz, or 0

@@ -505,7 +505,7 @@ strong the raw received RF signal from the base station is, but does not indicate the overall quality of the radio link. Has no meaning when the device is not connected.

-

Parameters

+

Parameters

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

-

Returns

+

Returns

the RSSI in dBm, or 0

@@ -537,7 +537,7 @@ nm_device_wimax_get_cinr ( -

Parameters

+

Parameters

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

-

Returns

+

Returns

the CINR in dB, or 0

@@ -569,7 +569,7 @@ nm_device_wimax_get_tx_power ( -

Parameters

+

Parameters

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

Returns

+

Returns

the TX power in dBm, or 0

@@ -599,7 +599,7 @@ nm_device_wimax_get_bsid ( -

Parameters

+

Parameters

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

Returns

+

Returns

the ID of the serving Base Station, or NULL

@@ -624,7 +624,7 @@ nm_device_wimax_get_bsid (

enum NMDeviceWimaxError

-

Members

+

Members

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

WiMAX is no longer supported.

-

Parameters

+

Parameters

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

WiMAX is no longer supported.

-

Parameters

+

Parameters

@@ -919,6 +919,6 @@ user_function (< +
Generated by GTK-Doc V1.25 \ No newline at end of file diff --git a/docs/libnm-glib/html/NMIP4Config.html b/docs/libnm-glib/html/NMIP4Config.html index edc746b6..8c5bfdac 100644 --- a/docs/libnm-glib/html/NMIP4Config.html +++ b/docs/libnm-glib/html/NMIP4Config.html @@ -8,7 +8,7 @@ - + @@ -211,7 +211,7 @@ nm_ip4_config_new (
const char *object_path);

Creates a new NMIP4Config.

-

Parameters

+

Parameters

@@ -233,7 +233,7 @@ nm_ip4_config_new ( -

Returns

+

Returns

a new IP4 configuration.

[transfer full]

@@ -245,7 +245,7 @@ nm_ip4_config_new (NMIP4Config *config);

Gets the IP4 gateway address.

-

Parameters

+

Parameters

@@ -260,7 +260,7 @@ nm_ip4_config_get_gateway ( -

Returns

+

Returns

the IP4 address of the gateway.

Since: 0.9.10

@@ -272,7 +272,7 @@ nm_ip4_config_get_gateway (NMIP4Config *config);

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

-

Parameters

+

Parameters

@@ -287,8 +287,8 @@ nm_ip4_config_get_addresses ( -

Returns

-

the GSList containing NMIP4Addresses. +

Returns

+

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

[element-type NMIP4Address]

@@ -300,7 +300,7 @@ This is the internal copy used by the configuration and must not be modified. NMIP4Config *config
);

Gets the routes.

-

Parameters

+

Parameters

@@ -315,9 +315,9 @@ nm_ip4_config_get_routes ( -

Returns

+

Returns

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

[element-type NMIP4Route]

@@ -329,7 +329,7 @@ and must not be modified.

nm_ip4_config_get_nameservers (NMIP4Config *config);

Gets the domain name servers (DNS).

-

Parameters

+

Parameters

@@ -344,7 +344,7 @@ nm_ip4_config_get_nameservers (
-

Returns

+

Returns

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

@@ -358,7 +358,7 @@ modified.

nm_ip4_config_get_domains (NMIP4Config *config);

Gets the domain names.

-

Parameters

+

Parameters

@@ -373,7 +373,7 @@ nm_ip4_config_get_domains ( -

Returns

+

Returns

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

[element-type utf8]

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

nm_ip4_config_get_searches (NMIP4Config *config);

Gets the dns searches.

-

Parameters

+

Parameters

@@ -401,7 +401,7 @@ nm_ip4_config_get_searches ( -

Returns

+

Returns

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

[element-type utf8]

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

nm_ip4_config_get_wins_servers (NMIP4Config *config);

Gets the Windows Internet Name Service servers (WINS).

-

Parameters

+

Parameters

@@ -430,7 +430,7 @@ nm_ip4_config_get_wins_servers (
-

Returns

+

Returns

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

@@ -487,7 +487,7 @@ modified.

The “addresses” property

  “addresses”                gpointer
-

The GPtrArray containing NMIP4Addresses of the configuration.

+

The GPtrArray containing NMIP4Addresses of the configuration.

Flags: Read


@@ -538,6 +538,6 @@ modified.

+
Generated by GTK-Doc V1.25 \ No newline at end of file diff --git a/docs/libnm-glib/html/NMIP6Config.html b/docs/libnm-glib/html/NMIP6Config.html index 53718105..1cf5f9be 100644 --- a/docs/libnm-glib/html/NMIP6Config.html +++ b/docs/libnm-glib/html/NMIP6Config.html @@ -8,7 +8,7 @@ - + @@ -211,7 +211,7 @@ nm_ip6_config_new (const char *object_path);

Creates a new NMIP6Config.

-

Parameters

+

Parameters

@@ -233,7 +233,7 @@ nm_ip6_config_new ( -

Returns

+

Returns

a new IP6 configuration.

[transfer full]

@@ -245,7 +245,7 @@ nm_ip6_config_new (NMIP6Config *config);

Gets the IP6 gateway.

-

Parameters

+

Parameters

@@ -260,7 +260,7 @@ nm_ip6_config_get_gateway ( -

Returns

+

Returns

the IPv6 gateway of the configuration.

Since: 0.9.10

@@ -272,7 +272,7 @@ nm_ip6_config_get_gateway (NMIP6Config *config);

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

-

Parameters

+

Parameters

@@ -287,9 +287,9 @@ nm_ip6_config_get_addresses ( -

Returns

+

Returns

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

[element-type NMIP6Address]

@@ -301,7 +301,7 @@ and must not be modified.

nm_ip6_config_get_routes (NMIP6Config *config);

Gets the routes.

-

Parameters

+

Parameters

@@ -316,9 +316,9 @@ nm_ip6_config_get_routes ( -

Returns

+

Returns

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

[element-type NMIP6Route]

@@ -330,7 +330,7 @@ and must not be modified.

nm_ip6_config_get_num_nameservers (NMIP6Config *config);

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

-

Parameters

+

Parameters

@@ -345,7 +345,7 @@ nm_ip6_config_get_num_nameservers (
-

Returns

+

Returns

the number of domain name servers

Since: 0.9.10

@@ -359,7 +359,7 @@ nm_ip6_config_get_nameserver (idx in the configuration.

-

Parameters

+

Parameters

@@ -381,7 +381,7 @@ nm_ip6_config_get_nameserver ( -

Returns

+

Returns

the IPv6 address of domain name server at index iidx .

[array fixed-size=16][element-type guint8][transfer none]

@@ -396,7 +396,7 @@ nm_ip6_config_get_nameservers (Gets the domain name servers (DNS).

[skip]

-

Parameters

+

Parameters

@@ -411,7 +411,7 @@ nm_ip6_config_get_nameservers (
-

Returns

+

Returns

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

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

nm_ip6_config_get_domains (NMIP6Config *config);

Gets the domain names.

-

Parameters

+

Parameters

@@ -439,7 +439,7 @@ nm_ip6_config_get_domains ( -

Returns

+

Returns

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

[element-type utf8]

@@ -452,7 +452,7 @@ This is the internal copy used by the configuration, and must not be modified. < nm_ip6_config_get_searches (NMIP6Config *config);

Gets the dns searches.

-

Parameters

+

Parameters

@@ -467,7 +467,7 @@ nm_ip6_config_get_searches ( -

Returns

+

Returns

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

[element-type utf8]

@@ -567,6 +567,6 @@ contain the addresses of nameservers of the configuration.

+
Generated by GTK-Doc V1.25 \ No newline at end of file diff --git a/docs/libnm-glib/html/NMObject.html b/docs/libnm-glib/html/NMObject.html index 296e0b0c..d81ab988 100644 --- a/docs/libnm-glib/html/NMObject.html +++ b/docs/libnm-glib/html/NMObject.html @@ -8,7 +8,7 @@ - + @@ -160,7 +160,7 @@ nm_object_error_quark (void);

Registers an error quark for NMObject if necessary.

-

Returns

+

Returns

the error quark used for NMObject errors.

@@ -171,7 +171,7 @@ nm_object_error_quark (voidNMObject *object);

Gets the NMObject's DBusGConnection.

-

Parameters

+

Parameters

@@ -186,7 +186,7 @@ nm_object_get_connection ( -

Returns

+

Returns

the connection.

[transfer none]

@@ -198,7 +198,7 @@ nm_object_get_connection (NMObject *object);

Gets the DBus path of the NMObject.

-

Parameters

+

Parameters

@@ -213,7 +213,7 @@ nm_object_get_path ( -

Returns

+

Returns

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

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

enum NMObjectError

Describes errors that may result from operations involving a NMObject.

-

Members

+

Members

@@ -300,7 +300,7 @@ during property handling of master_objectNote: Be aware that the signal is private for libnm-glib's internal use.

-

Parameters

+

Parameters

@@ -336,6 +336,6 @@ during property handling of master_object +
Generated by GTK-Doc V1.25 \ No newline at end of file diff --git a/docs/libnm-glib/html/NMRemoteConnection.html b/docs/libnm-glib/html/NMRemoteConnection.html index ee5bfa0c..62a40365 100644 --- a/docs/libnm-glib/html/NMRemoteConnection.html +++ b/docs/libnm-glib/html/NMRemoteConnection.html @@ -8,7 +8,7 @@ - + @@ -43,10 +43,6 @@
- - - - @@ -205,6 +201,10 @@ + + + + @@ -229,7 +229,7 @@

Object Hierarchy

    GObject
-    ╰── NMConnection
+    ╰── NMConnection
         ╰── NMRemoteConnection
 
@@ -239,18 +239,12 @@

Functions

-

NM_REMOTE_CONNECTION_ERROR

-
#define NM_REMOTE_CONNECTION_ERROR (nm_remote_connection_error_quark ())
-
-
-
-

nm_remote_connection_error_quark ()

GQuark
 nm_remote_connection_error_quark (void);

Registers an error quark for NMRemoteConnection if necessary.

-

Returns

+

Returns

the error quark used for NMRemoteConnection errors.

@@ -264,7 +258,7 @@ nm_remote_connection_error_quark (Called when NetworkManager has finished an asynchronous operation on a connection, like commit changes, deleting, saving, etc.

-

Parameters

+

Parameters

#defineNM_REMOTE_CONNECTION_ERROR
GQuark
#defineNM_REMOTE_CONNECTION_ERROR
#define NM_REMOTE_CONNECTION_UNSAVED
@@ -302,7 +296,7 @@ connection, like commit changes, deleting, saving, etc.

Called when NetworkManager returns secrets in response to a request for secrets via nm_remote_connection_get_secrets().

-

Parameters

+

Parameters

@@ -344,7 +338,7 @@ nm_remote_connection_new (const char *path);

Creates a new object representing the remote connection.

-

Parameters

+

Parameters

@@ -366,7 +360,7 @@ nm_remote_connection_new ( -

Returns

+

Returns

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

@@ -380,7 +374,7 @@ nm_remote_connection_commit_changes (Send any local changes to the settings and properties of this connection to NetworkManager, which will immediately save them to disk.

-

Parameters

+

Parameters

@@ -422,7 +416,7 @@ NetworkManager. The changes are not saved to disk until either nm_remote_connection_save() or nm_remote_connection_commit_changes() is called.

-

Parameters

+

Parameters

@@ -462,7 +456,7 @@ nm_remote_connection_save ( -

Parameters

+

Parameters

@@ -501,7 +495,7 @@ nm_remote_connection_delete (gpointer user_data);

Delete the connection.

-

Parameters

+

Parameters

@@ -539,7 +533,7 @@ nm_remote_connection_get_secrets (gpointer user_data);

Request the connection's secrets.

-

Parameters

+

Parameters

@@ -554,7 +548,7 @@ nm_remote_connection_get_secrets ( - + @@ -579,7 +573,7 @@ must not be NULL.

gboolean
 nm_remote_connection_get_unsaved (NMRemoteConnection *connection);
-

Parameters

+

Parameters

setting_name

the NMSetting object name to get secrets for

the NMSetting object name to get secrets for

 
@@ -594,7 +588,7 @@ nm_remote_connection_get_unsaved (
-

Returns

+

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

@@ -607,7 +601,7 @@ representation.

enum NMRemoteConnectionError

-

Members

+

Members

@@ -635,6 +629,12 @@ representation.


+

NM_REMOTE_CONNECTION_ERROR

+
#define NM_REMOTE_CONNECTION_ERROR (nm_remote_connection_error_quark ())
+
+
+
+

NM_REMOTE_CONNECTION_UNSAVED

#define NM_REMOTE_CONNECTION_UNSAVED         "unsaved"
 
@@ -706,7 +706,7 @@ user_function ( -

Parameters

+

Parameters

@@ -716,7 +716,7 @@ invisible to the current user.

- + @@ -738,7 +738,7 @@ user_function ( -

Parameters

+

Parameters

connection

a NMConnection

a NMConnection

 
@@ -748,7 +748,7 @@ still visible to the user.

- + @@ -773,6 +773,6 @@ user_function ( -
Generated by GTK-Doc V1.24 +
Generated by GTK-Doc V1.25 \ No newline at end of file diff --git a/docs/libnm-glib/html/NMRemoteSettings.html b/docs/libnm-glib/html/NMRemoteSettings.html index 0e1a4139..ef5bff8c 100644 --- a/docs/libnm-glib/html/NMRemoteSettings.html +++ b/docs/libnm-glib/html/NMRemoteSettings.html @@ -8,7 +8,7 @@ - + @@ -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 @@ -377,16 +377,16 @@ the stored object known to NetworkManager.

static gboolean add_wired_connection (const char *human_name) { - NMConnection *connection; + NMConnection *connection; NMSettingConnection *s_con; NMSettingWired *s_wired; char *uuid; gboolean success; - connection = nm_connection_new (); + connection = nm_connection_new (); /* Build up the 'connection' setting */ - s_con = (NMSettingConnection *) nm_setting_connection_new (); + s_con = (NMSettingConnection *) nm_setting_connection_new (); uuid = nm_utils_uuid_generate (); g_object_set (G_OBJECT (s_con), NM_SETTING_CONNECTION_UUID, uuid, @@ -394,24 +394,24 @@ the stored object known to NetworkManager.

NM_SETTING_CONNECTION_TYPE, NM_SETTING_WIRED_SETTING_NAME, NULL); g_free (uuid); - nm_connection_add_setting (connection, NM_SETTING (s_con)); + 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 (); + 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)); + 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); + 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. */ @@ -433,7 +433,7 @@ the stored object known to NetworkManager.

nm_remote_settings_error_quark (void);

Registers an error quark for NMRemoteSettings if necessary.

-

Returns

+

Returns

the error quark used for NMRemoteSettings errors.

@@ -474,7 +474,7 @@ nm_remote_settings_new (nm_remote_settings_new_async() if you want to avoid that.

-

Parameters

+

Parameters

connection

a NMConnection

a NMConnection

 
@@ -489,7 +489,7 @@ want to avoid that.

-

Returns

+

Returns

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

@@ -507,7 +507,7 @@ begins asynchronously initializing it. callbacknm_remote_settings_new_finish() to get the result.

-

Parameters

+

Parameters

@@ -548,7 +548,7 @@ nm_remote_settings_new_finish (GA GError **error);

Gets the result of an nm_remote_settings_new_async() call.

-

Parameters

+

Parameters

@@ -570,7 +570,7 @@ nm_remote_settings_new_finish (GA
-

Returns

+

Returns

a new NMRemoteSettings object, or NULL on error

@@ -580,7 +580,7 @@ nm_remote_settings_new_finish (GA
GSList *
 nm_remote_settings_list_connections (NMRemoteSettings *settings);
-

Parameters

+

Parameters

@@ -595,7 +595,7 @@ nm_remote_settings_list_connections (
-

Returns

+

Returns

a list containing all connections provided by the remote settings service. Each element of the returned list is a NMRemoteConnection instance, which is @@ -615,7 +615,7 @@ nm_remote_settings_get_connection_by_id

Returns the first matching NMRemoteConnection matching a given id .

-

Parameters

+

Parameters

@@ -637,7 +637,7 @@ nm_remote_settings_get_connection_by_id
-

Returns

+

Returns

the remote connection object on success, or NULL if no matching object was found.

[transfer none]

@@ -654,7 +654,7 @@ nm_remote_settings_get_connection_by_path

Returns the NMRemoteConnection representing the connection at path .

-

Parameters

+

Parameters

@@ -676,7 +676,7 @@ nm_remote_settings_get_connection_by_path
-

Returns

+

Returns

the remote connection object on success, or NULL if the object was not known.

[transfer none]

@@ -692,7 +692,7 @@ nm_remote_settings_get_connection_by_uuid

Returns the NMRemoteConnection identified by uuid .

-

Parameters

+

Parameters

@@ -714,7 +714,7 @@ nm_remote_settings_get_connection_by_uuid
-

Returns

+

Returns

the remote connection object on success, or NULL if the object was not known.

[transfer none]

@@ -725,7 +725,7 @@ not known.

nm_remote_settings_add_connection ()

gboolean
 nm_remote_settings_add_connection (NMRemoteSettings *settings,
-                                   NMConnection *connection,
+                                   NMConnection *connection,
                                    NMRemoteSettingsAddConnectionFunc callback,
                                    gpointer user_data);

Requests that the remote settings service add the given settings to a new @@ -741,7 +741,7 @@ identical settings to connection as NetworkManager may perform automatic completion and/or normalization of connection properties.

-

Parameters

+

Parameters

@@ -775,7 +775,7 @@ added, not the object itself

-

Returns

+

Returns

TRUE if the request was successful, FALSE if it failed

@@ -785,7 +785,7 @@ added, not the object itself

@@ -827,7 +827,7 @@ added, not the object itself

-

Returns

+

Returns

TRUE if the request was successful, FALSE if it failed

Since: 0.9.10

@@ -853,7 +853,7 @@ then failures will be set to a NULL-terminated array of the filenames that failed to load.

-

Parameters

+

Parameters

@@ -886,7 +886,7 @@ filenames that failed to load.

-

Returns

+

Returns

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

@@ -903,7 +903,7 @@ nm_remote_settings_reload_connections ( -

Parameters

+

Parameters

@@ -925,7 +925,7 @@ the in-memory state matches the on-disk state.

-

Returns

+

Returns

TRUE on success, FALSE on failure

Since: 0.9.10

@@ -941,7 +941,7 @@ nm_remote_settings_save_hostname (Requests that the machine's persistent hostname be set to the specified value or cleared.

-

Parameters

+

Parameters

@@ -976,7 +976,7 @@ hostname operation completes.

-

Returns

+

Returns

TRUE if the request was successful, FALSE if it failed

@@ -987,7 +987,7 @@ hostname operation completes.

@@ -1133,6 +1133,6 @@ user_function ( -
Generated by GTK-Doc V1.24 +
Generated by GTK-Doc V1.25 \ No newline at end of file diff --git a/docs/libnm-glib/html/NMSecretAgent.html b/docs/libnm-glib/html/NMSecretAgent.html index ebb7e858..44e102f4 100644 --- a/docs/libnm-glib/html/NMSecretAgent.html +++ b/docs/libnm-glib/html/NMSecretAgent.html @@ -8,7 +8,7 @@ - + @@ -43,10 +43,6 @@
- - - - @@ -186,6 +182,10 @@ + + + + @@ -232,12 +232,6 @@

Functions

-

NM_SECRET_AGENT_ERROR

-
#define NM_SECRET_AGENT_ERROR         (nm_secret_agent_error_quark ())
-
-
-
-

nm_secret_agent_error_quark ()

GQuark
 nm_secret_agent_error_quark (void);
@@ -247,7 +241,7 @@ nm_secret_agent_error_quark (void

NMSecretAgentGetSecretsFunc ()

void
 (*NMSecretAgentGetSecretsFunc) (NMSecretAgent *agent,
-                                NMConnection *connection,
+                                NMConnection *connection,
                                 GHashTable *secrets,
                                 GError *error,
                                 gpointer user_data);
@@ -258,7 +252,7 @@ those secrets or the error.

To easily create the hash table to return the Wi-Fi PSK, you could do something like this:

-

Example 1. Creating a secrets hash

+

Example 1. Creating a secrets hash

#defineNM_SECRET_AGENT_ERROR
GQuark
#defineNM_SECRET_AGENT_ERROR
enum NMSecretAgentError
@@ -284,7 +278,7 @@ something like this:

GHashTable *secrets_hash; secrets = nm_connection_new (); -s_wsec = (NMSettingWirelessSecurity *) nm_setting_wireless_security_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); @@ -302,7 +296,7 @@ something like this:


-

Parameters

+

Parameters

@@ -326,9 +320,9 @@ has returned.

@@ -353,14 +347,14 @@ is the secret.

NMSecretAgentSaveSecretsFunc ()

void
 (*NMSecretAgentSaveSecretsFunc) (NMSecretAgent *agent,
-                                 NMConnection *connection,
+                                 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

+

Parameters

secrets

the GHashTable containing -the requested secrets in the same format as an NMConnection hash (as +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") +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.

@@ -400,14 +394,14 @@ has returned.

NMSecretAgentDeleteSecretsFunc ()

void
 (*NMSecretAgentDeleteSecretsFunc) (NMSecretAgent *agent,
-                                   NMConnection *connection,
+                                   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

+

Parameters

@@ -453,7 +447,7 @@ secrets for connections on behalf of its user. Registration is an asynchronous operation and its success or failure is indicated via the 'registration-result' signal.

-

Parameters

+

Parameters

@@ -468,7 +462,7 @@ asynchronous operation and its success or failure is indicated via the
-

Returns

+

Returns

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

@@ -483,7 +477,7 @@ nm_secret_agent_unregister ( -

Parameters

+

Parameters

@@ -498,7 +492,7 @@ store secrets on behalf of this user.

-

Returns

+

Returns

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

@@ -508,7 +502,7 @@ store secrets on behalf of this user.

gboolean
 nm_secret_agent_get_registered (NMSecretAgent *self);
-

Parameters

+

Parameters

@@ -523,7 +517,7 @@ nm_secret_agent_get_registered (
-

Returns

+

Returns

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

@@ -532,7 +526,7 @@ 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,
@@ -548,7 +542,7 @@ existing secrets without user interaction, or requesting entirely new
 secrets from the user.

Virtual: get_secrets

-

Parameters

+

Parameters

@@ -563,7 +557,7 @@ secrets from the user.

- + @@ -601,7 +595,7 @@ 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);

Asyncronously ensure that all secrets inside connection @@ -609,7 +603,7 @@ nm_secret_agent_save_secrets ( -

Parameters

+

Parameters

connection

the NMConnection for which we're asked secrets

the NMConnection for which we're asked secrets

 
@@ -624,7 +618,7 @@ are stored to disk.

- + @@ -647,7 +641,7 @@ 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);

Asynchronously ask the agent to delete all saved secrets belonging to @@ -655,7 +649,7 @@ nm_secret_agent_delete_secrets (

Virtual: delete_secrets

-

Parameters

+

Parameters

connection

a NMConnection

a NMConnection

 
@@ -670,7 +664,7 @@ nm_secret_agent_delete_secrets ( - + @@ -692,11 +686,17 @@ nm_secret_agent_delete_secrets (

Types and Values

+

NM_SECRET_AGENT_ERROR

+
#define NM_SECRET_AGENT_ERROR         (nm_secret_agent_error_quark ())
+
+
+
+

enum NMSecretAgentError

NMSecretAgentError values are passed by secret agents back to NetworkManager when they encounter problems retrieving secrets on behalf of NM.

-

Members

+

Members

connection

a NMConnection

a NMConnection

 
@@ -760,7 +760,7 @@ when they encounter problems retrieving secrets on behalf of NM.

enum NMSecretAgentCapabilities

NMSecretAgentCapabilities indicate various capabilities of the agent.

-

Members

+

Members

@@ -801,7 +801,7 @@ authentication dialogs.

enum NMSecretAgentGetSecretsFlags

NMSecretAgentGetSecretsFlags values modify the behavior of a GetSecrets request.

-

Members

+

Members

@@ -939,7 +939,7 @@ user_function (< is NULL the request was successful.

-

Parameters

+

Parameters

@@ -970,6 +970,6 @@ request was successful.

+
Generated by GTK-Doc V1.25 \ No newline at end of file diff --git a/docs/libnm-glib/html/NMVPNConnection.html b/docs/libnm-glib/html/NMVPNConnection.html index 8be2954c..a12cd61d 100644 --- a/docs/libnm-glib/html/NMVPNConnection.html +++ b/docs/libnm-glib/html/NMVPNConnection.html @@ -8,7 +8,7 @@ - + @@ -145,7 +145,7 @@ nm_vpn_connection_new (const char *path);

Creates a new NMVPNConnection.

-

Parameters

+

Parameters

@@ -167,7 +167,7 @@ nm_vpn_connection_new ( -

Returns

+

Returns

a new connection object.

[transfer full]

@@ -179,7 +179,7 @@ nm_vpn_connection_new (NMVPNConnection *vpn);

Gets the current NMVPNConnection state.

-

Parameters

+

Parameters

@@ -194,7 +194,7 @@ nm_vpn_connection_get_vpn_state (
-

Returns

+

Returns

the VPN state of the active VPN connection.

@@ -205,7 +205,7 @@ nm_vpn_connection_get_vpn_state (NMVPNConnection *vpn);

Gets the VPN login banner of the active NMVPNConnection.

-

Parameters

+

Parameters

@@ -220,7 +220,7 @@ nm_vpn_connection_get_banner ( -

Returns

+

Returns

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

@@ -273,6 +273,6 @@ user_function ( -
Generated by GTK-Doc V1.24 +
Generated by GTK-Doc V1.25 \ No newline at end of file diff --git a/docs/libnm-glib/html/NMWimaxNsp.html b/docs/libnm-glib/html/NMWimaxNsp.html index d473ec6c..5a596f22 100644 --- a/docs/libnm-glib/html/NMWimaxNsp.html +++ b/docs/libnm-glib/html/NMWimaxNsp.html @@ -8,7 +8,7 @@ - + @@ -165,7 +165,7 @@ nm_wimax_nsp_new (
const char *path);

Creates a new NMWimaxNsp.

-

Parameters

+

Parameters

@@ -187,7 +187,7 @@ nm_wimax_nsp_new ( -

Returns

+

Returns

a new WiMAX NSP.

[transfer full]

@@ -199,7 +199,7 @@ nm_wimax_nsp_new (NMWimaxNsp *nsp);

Gets the name of the wimax NSP

-

Parameters

+

Parameters

@@ -214,7 +214,7 @@ nm_wimax_nsp_get_name ( -

Returns

+

Returns

the name

@@ -225,7 +225,7 @@ nm_wimax_nsp_get_name (NMWimaxNsp *nsp);

Gets the WPA signal quality of the wimax NSP.

-

Parameters

+

Parameters

@@ -240,7 +240,7 @@ nm_wimax_nsp_get_signal_quality (
-

Returns

+

Returns

the signal quality

@@ -251,7 +251,7 @@ nm_wimax_nsp_get_signal_quality (NMWimaxNsp *nsp);

Gets the network type of the wimax NSP.

-

Parameters

+

Parameters

@@ -266,7 +266,7 @@ nm_wimax_nsp_get_network_type (
-

Returns

+

Returns

the network type

@@ -281,7 +281,7 @@ return connections which may be activated with the access point. Any returned connections will match the nsp 's network name and other attributes.

-

Parameters

+

Parameters

@@ -297,16 +297,16 @@ returned connections will match the nsp +NMConnection objects to filter.

connections

a list of -NMConnection objects to filter.

[element-type NMConnection]
-

Returns

+

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 @@ -319,13 +319,13 @@ be freed with g_slist_free() when it is no longer

nm_wimax_nsp_connection_valid ()

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

+

Parameters

@@ -341,7 +341,7 @@ against

- @@ -349,7 +349,7 @@ against

connection

an NMConnection to validate against nsp +

an NMConnection to validate against nsp

 
-

Returns

+

Returns

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

@@ -379,7 +379,7 @@ against

enum NMWimaxNspNetworkType

WiMAX network type.

-

Members

+

Members

@@ -449,6 +449,6 @@ against

+
Generated by GTK-Doc V1.25 \ No newline at end of file diff --git a/docs/libnm-glib/html/annotation-glossary.html b/docs/libnm-glib/html/annotation-glossary.html index 52e56c4d..e902553a 100644 --- a/docs/libnm-glib/html/annotation-glossary.html +++ b/docs/libnm-glib/html/annotation-glossary.html @@ -7,7 +7,7 @@ - + @@ -61,6 +61,6 @@

Override the parsed C type with given type.

+
Generated by GTK-Doc V1.25 \ No newline at end of file diff --git a/docs/libnm-glib/html/api-index-full.html b/docs/libnm-glib/html/api-index-full.html index edb606f8..b327be1d 100644 --- a/docs/libnm-glib/html/api-index-full.html +++ b/docs/libnm-glib/html/api-index-full.html @@ -8,7 +8,7 @@ - + @@ -2704,6 +2704,6 @@
+
Generated by GTK-Doc V1.25 \ No newline at end of file diff --git a/docs/libnm-glib/html/ch02.html b/docs/libnm-glib/html/ch02.html index 18b6b1ab..93b8eb43 100644 --- a/docs/libnm-glib/html/ch02.html +++ b/docs/libnm-glib/html/ch02.html @@ -8,7 +8,7 @@ - + @@ -119,6 +119,6 @@ +
Generated by GTK-Doc V1.25 \ No newline at end of file diff --git a/docs/libnm-glib/html/index.html b/docs/libnm-glib/html/index.html index bd1af8ee..768e94f9 100644 --- a/docs/libnm-glib/html/index.html +++ b/docs/libnm-glib/html/index.html @@ -6,7 +6,7 @@ - + @@ -15,7 +15,7 @@

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

+
Generated by GTK-Doc V1.25
\ No newline at end of file diff --git a/docs/libnm-glib/html/index.sgml b/docs/libnm-glib/html/index.sgml deleted file mode 100644 index dbe88019..00000000 --- a/docs/libnm-glib/html/index.sgml +++ /dev/null @@ -1,1082 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/libnm-glib/html/libnm-glib-NMVPNPlugin.html b/docs/libnm-glib/html/libnm-glib-NMVPNPlugin.html index a3f3fadc..7a82eb3a 100644 --- a/docs/libnm-glib/html/libnm-glib-NMVPNPlugin.html +++ b/docs/libnm-glib/html/libnm-glib-NMVPNPlugin.html @@ -8,7 +8,7 @@ - + @@ -195,7 +195,7 @@ request new secrets when the secrets originally provided by NetworkManager are insufficient, or the VPN process indicates that it needs additional information to complete the request.

-

Parameters

+

Parameters

@@ -284,7 +284,7 @@ nm_vpn_plugin_disconnect (NMVPNPl

enum NMVPNPluginError

Returned by the VPN service plugin to indicate errors.

-

Members

+

Members

@@ -381,6 +381,6 @@ nm_vpn_plugin_disconnect (NMVPNPl +
Generated by GTK-Doc V1.25 \ No newline at end of file diff --git a/docs/libnm-glib/html/libnm-glib-NMVpnPluginUiWidget.html b/docs/libnm-glib/html/libnm-glib-NMVpnPluginUiWidget.html index cd633c5d..664f3540 100644 --- a/docs/libnm-glib/html/libnm-glib-NMVpnPluginUiWidget.html +++ b/docs/libnm-glib/html/libnm-glib-NMVpnPluginUiWidget.html @@ -8,7 +8,7 @@ - + @@ -73,7 +73,7 @@
-NMConnection * +NMConnection * nm_vpn_plugin_ui_interface_import () @@ -262,7 +262,7 @@ nm_vpn_plugin_ui_factory (GError<

nm_vpn_plugin_ui_interface_ui_factory ()

NMVpnPluginUiWidgetInterface *
 nm_vpn_plugin_ui_interface_ui_factory (NMVpnPluginUiInterface *iface,
-                                       NMConnection *connection,
+                                       NMConnection *connection,
                                        GError **error);

@@ -275,7 +275,7 @@ nm_vpn_plugin_ui_interface_get_capabilities

nm_vpn_plugin_ui_interface_import ()

-
NMConnection *
+
NMConnection *
 nm_vpn_plugin_ui_interface_import (NMVpnPluginUiInterface *iface,
                                    const char *path,
                                    GError **error);
@@ -286,7 +286,7 @@ nm_vpn_plugin_ui_interface_import (gboolean nm_vpn_plugin_ui_interface_export (NMVpnPluginUiInterface *iface, const char *path, - NMConnection *connection, + NMConnection *connection, GError **error);

@@ -295,7 +295,7 @@ nm_vpn_plugin_ui_interface_export (char * nm_vpn_plugin_ui_interface_get_suggested_name (NMVpnPluginUiInterface *iface, - NMConnection *connection); + NMConnection *connection);
@@ -303,7 +303,7 @@ nm_vpn_plugin_ui_interface_get_suggested_name
gboolean
 nm_vpn_plugin_ui_interface_delete_connection
                                (NMVpnPluginUiInterface *iface,
-                                NMConnection *connection,
+                                NMConnection *connection,
                                 GError **error);

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

@@ -320,7 +320,7 @@ nm_vpn_plugin_ui_widget_interface_get_widget
gboolean
 nm_vpn_plugin_ui_widget_interface_update_connection
                                (NMVpnPluginUiWidgetInterface *iface,
-                                NMConnection *connection,
+                                NMConnection *connection,
                                 GError **error);

@@ -329,7 +329,7 @@ nm_vpn_plugin_ui_widget_interface_update_connection
gboolean
 nm_vpn_plugin_ui_widget_interface_save_secrets
                                (NMVpnPluginUiWidgetInterface *iface,
-                                NMConnection *connection,
+                                NMConnection *connection,
                                 GError **error);

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

@@ -340,7 +340,7 @@ nm_vpn_plugin_ui_widget_interface_save_secrets

enum NMVpnPluginUiCapability

Flags that indicate to UI programs certain capabilities of the plugin.

-

Members

+

Members

@@ -404,7 +404,7 @@ nm_vpn_plugin_ui_widget_interface_save_secrets

GObject property numbers that plugins should override to provide certain information to UI programs.

-

Members

+

Members

@@ -567,6 +567,6 @@ plugin's VPN service daemon

+
Generated by GTK-Doc V1.25 \ No newline at end of file diff --git a/docs/libnm-glib/html/libnm-glib-nm-types.html b/docs/libnm-glib/html/libnm-glib-nm-types.html index 9c3dce35..7b811487 100644 --- a/docs/libnm-glib/html/libnm-glib-nm-types.html +++ b/docs/libnm-glib/html/libnm-glib-nm-types.html @@ -8,7 +8,7 @@ - + @@ -43,6 +43,6 @@ +
Generated by GTK-Doc V1.25 \ No newline at end of file diff --git a/docs/libnm-glib/html/libnm-glib-nm-vpn-plugin-utils.html b/docs/libnm-glib/html/libnm-glib-nm-vpn-plugin-utils.html index 83f198f6..604f5980 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 @@ -8,7 +8,7 @@ - + @@ -72,7 +72,7 @@ nm_vpn_plugin_utils_read_vpn_details ( -

Parameters

+

Parameters

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

-

Returns

+

Returns

TRUE if reading values was successful, FALSE if not

@@ -117,7 +117,7 @@ item in data . If found, converts the flags data item to NMSettingSecretFlags and returns it.

-

Parameters

+

Parameters

@@ -145,7 +145,7 @@ item in data
-

Returns

+

Returns

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

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

+
Generated by GTK-Doc V1.25 \ No newline at end of file diff --git a/docs/libnm-glib/html/libnm-glib.devhelp2 b/docs/libnm-glib/html/libnm-glib.devhelp2 index 47a930bd..620939d0 100644 --- a/docs/libnm-glib/html/libnm-glib.devhelp2 +++ b/docs/libnm-glib/html/libnm-glib.devhelp2 @@ -565,7 +565,6 @@ - @@ -577,6 +576,7 @@ + @@ -619,7 +619,6 @@ - @@ -630,6 +629,7 @@ + @@ -717,6 +717,8 @@ + + diff --git a/docs/libnm-glib/html/object-tree.html b/docs/libnm-glib/html/object-tree.html index acd89edf..5f2f369f 100644 --- a/docs/libnm-glib/html/object-tree.html +++ b/docs/libnm-glib/html/object-tree.html @@ -8,7 +8,7 @@ - + @@ -49,12 +49,12 @@ ├── NMDHCP4Config ╰── NMDHCP6Config ├── NMRemoteSettings - ├── NMConnection + ├── NMConnection ╰── NMRemoteConnection ╰── NMSecretAgent +
Generated by GTK-Doc V1.25 \ No newline at end of file diff --git a/docs/libnm-glib/html/ref-overview.html b/docs/libnm-glib/html/ref-overview.html index fcd4ec99..51c7f86f 100644 --- a/docs/libnm-glib/html/ref-overview.html +++ b/docs/libnm-glib/html/ref-overview.html @@ -8,7 +8,7 @@ - + @@ -41,6 +41,6 @@

+
Generated by GTK-Doc V1.25 \ No newline at end of file -- cgit 1.3.0-6-gf8a5