From 50a58f0fabd8a34c1b6108a107e08abe3c1ccd24 Mon Sep 17 00:00:00 2001
From: Michael Biebl the WPA flags
@@ -360,7 +357,6 @@ nm_access_point_get_wpa_flags (
Returns
@@ -388,7 +384,6 @@ point.
Returns
the GByteArray containing the SSID. This is the internal copy used by the
access point, and must not be modified.
-
@@ -444,7 +438,6 @@ nm_access_point_get_bssid (Returns
the BSSID of the access point. This is an internal string and must
not be modified or freed.
-
@@ -471,7 +464,6 @@ nm_access_point_get_frequency (
Returns
the frequency
-
@@ -498,7 +490,6 @@ nm_access_point_get_mode (
Returns
the mode
-
@@ -525,7 +516,6 @@ nm_access_point_get_max_bitrate (
Returns
the maximum bit rate (kbit/s)
-
@@ -552,7 +542,6 @@ nm_access_point_get_strength (
Returns
the signal strength
-
@@ -643,7 +632,6 @@ against
Returns
TRUE if the connection may be activated with this Wi-Fi AP,
FALSE if it cannot be.
-
@@ -675,7 +663,6 @@ nm_access_point_get_hw_address (Returns
the hardware address of the access point. This is the internal string used by the
access point and must not be modified.
-
@@ -685,80 +672,60 @@ access point and must not be modified.
NM_ACCESS_POINT_FLAGS
#define NM_ACCESS_POINT_FLAGS "flags"
-
-
@@ -766,7 +733,7 @@ access point and must not be modified.
The “bssid” property
“bssid” gchar *
-
+The BSSID of the access point.
Flags: Read
Default value: NULL
@@ -774,7 +741,7 @@ access point and must not be modified.
The “flags” property
“flags” guint
-
+The flags of the access point.
Flags: Read
Allowed values: <= 1
Default value: 0
@@ -783,7 +750,7 @@ access point and must not be modified.
The “frequency” property
“frequency” guint
-
+The frequency of the access point.
Flags: Read
Allowed values: <= 10000
Default value: 0
@@ -792,7 +759,7 @@ access point and must not be modified.
The “hw-address” property
“hw-address” gchar *
-
+The hardware address of the access point.
Flags: Read
Default value: NULL
@@ -800,7 +767,7 @@ access point and must not be modified.
The “max-bitrate” property
“max-bitrate” guint
-
+The maximum bit rate of the access point in kbit/s.
Flags: Read
Default value: 0
@@ -808,7 +775,9 @@ access point and must not be modified.
The “mode” property
“mode” guint
-
+The mode of the access point; either "infrastructure" (a central
+coordinator of the wireless network allowing clients to connect) or
+"ad-hoc" (a network with no central controller).
Flags: Read
Allowed values: [1,2]
Default value: 2
@@ -817,7 +786,7 @@ access point and must not be modified.
The “rsn-flags” property
“rsn-flags” guint
-
+The RSN flags of the access point.
Flags: Read
Default value: 0
@@ -825,14 +794,14 @@ access point and must not be modified.
@@ -840,14 +809,13 @@ access point and must not be modified.
+
Generated by GTK-Doc V1.24
\ No newline at end of file
diff --git a/docs/libnm-glib/html/NMActiveConnection.html b/docs/libnm-glib/html/NMActiveConnection.html
index d5f1b381..51037dca 100644
--- a/docs/libnm-glib/html/NMActiveConnection.html
+++ b/docs/libnm-glib/html/NMActiveConnection.html
@@ -2,13 +2,13 @@
-libnm-glib Reference Manual: NMActiveConnection
+NMActiveConnection: libnm-glib Reference Manual
-
+
@@ -344,8 +344,6 @@
Functions
@@ -411,7 +409,6 @@ nm_active_connection_get_connection ( the object path of the NMConnection which this NMActiveConnection
is an active instance of. This is the internal string used by the
connection, and must not be modified.
-
@@ -439,9 +436,8 @@ nm_active_connection_get_id (Returns
the ID of the NMConnection that backs the NMActiveConnection.
This is the internal string used by the connection, and must not be modified.
-
-Since 0.9.10
+Since: 0.9.10
@@ -468,7 +464,6 @@ nm_active_connection_get_uuid (Returns
the UUID of the NMConnection that backs the NMActiveConnection.
This is the internal string used by the connection, and must not be modified.
-
@@ -497,9 +492,8 @@ nm_active_connection_get_connection_type
Returns
the type of the NMConnection that backs the NMActiveConnection.
This is the internal string used by the connection, and must not be modified.
-
-Since 0.9.10
+Since: 0.9.10
@@ -527,7 +521,6 @@ nm_active_connection_get_specific_object
Returns
the specific object's DBus path. This is the internal string used by the
connection, and must not be modified.
-
@@ -582,7 +575,6 @@ nm_active_connection_get_state (
Returns
the state
-
@@ -610,7 +602,6 @@ nm_active_connection_get_master (Returns
the path of the master NMDevice of the NMActiveConnection.
This is the internal string used by the connection, and must not be modified.
-
@@ -638,7 +629,6 @@ the default IPv4 route and DNS information).
@@ -665,11 +655,11 @@ nm_active_connection_get_ip4_config (
Returns
the NMIP4Config, or NULL if the
-connection is not in the NM_ACTIVE_CONNECTION_STATE_ACTIVATED
+connection is not in the NM_ACTIVE_CONNECTION_STATE_ACTIVATED
state.
[transfer none]
-Since 0.9.10
+Since: 0.9.10
@@ -697,10 +687,10 @@ nm_active_connection_get_dhcp4_config (Returns
the NMDHCP4Config, or NULL if the
connection does not use DHCP, or is not in the
-NM_ACTIVE_CONNECTION_STATE_ACTIVATED state.
+NM_ACTIVE_CONNECTION_STATE_ACTIVATED state.
[transfer none]
-Since 0.9.10
+Since: 0.9.10
@@ -727,7 +717,6 @@ the default IPv6 route and DNS information).
@@ -754,11 +743,11 @@ nm_active_connection_get_ip6_config (
Returns
the NMIP6Config, or NULL if the
-connection is not in the NM_ACTIVE_CONNECTION_STATE_ACTIVATED
+connection is not in the NM_ACTIVE_CONNECTION_STATE_ACTIVATED
state.
[transfer none]
-Since 0.9.10
+Since: 0.9.10
@@ -786,10 +775,10 @@ nm_active_connection_get_dhcp6_config (Returns
the NMDHCP6Config, or NULL if the
connection does not use DHCPv6, or is not in the
-NM_ACTIVE_CONNECTION_STATE_ACTIVATED state.
+NM_ACTIVE_CONNECTION_STATE_ACTIVATED state.
[transfer none]
-Since 0.9.10
+Since: 0.9.10
@@ -815,9 +804,8 @@ nm_active_connection_get_vpn (
Returns
TRUE if the active connection is a VPN connection
-
-Since 0.9.10
+Since: 0.9.10
@@ -826,120 +814,90 @@ nm_active_connection_get_vpn (NM_ACTIVE_CONNECTION_CONNECTION
#define NM_ACTIVE_CONNECTION_CONNECTION "connection"
-
-
NM_ACTIVE_CONNECTION_SPECIFIC_OBJECT
#define NM_ACTIVE_CONNECTION_SPECIFIC_OBJECT "specific-object"
-
-
@@ -947,7 +905,7 @@ nm_active_connection_get_vpn (
The “connection” property
“connection” gchar *
-
+The connection's path of the active connection.
Flags: Read
Default value: NULL
@@ -955,7 +913,7 @@ nm_active_connection_get_vpn (
The “default” property
“default” gboolean
-
+Whether the active connection is the default IPv4 one.
Flags: Read
Default value: FALSE
@@ -963,7 +921,7 @@ nm_active_connection_get_vpn (
The “default6” property
“default6” gboolean
-
+Whether the active connection is the default IPv6 one.
Flags: Read
Default value: FALSE
@@ -971,55 +929,54 @@ nm_active_connection_get_vpn (
The “devices” property
“devices” NMObjectArray *
-
Flags: Read
The “dhcp4-config” property
“dhcp4-config” NMDHCP4Config *
-
+The NMDHCP4Config of the connection.
Flags: Read
-Since 0.9.10
+Since: 0.9.10
The “dhcp6-config” property
“dhcp6-config” NMDHCP6Config *
-
+The NMDHCP6Config of the connection.
Flags: Read
-Since 0.9.10
+Since: 0.9.10
The “id” property
“id” gchar *
-
+The active connection's ID
Flags: Read
Default value: NULL
-Since 0.9.10
+Since: 0.9.10
The “ip4-config” property
“ip4-config” NMIP4Config *
-
+The NMIP4Config of the connection.
Flags: Read
-Since 0.9.10
+Since: 0.9.10
The “ip6-config” property
“ip6-config” NMIP6Config *
-
+The NMIP6Config of the connection.
Flags: Read
-Since 0.9.10
+Since: 0.9.10
The “master” property
“master” gchar *
-
+The path of the master device if one exists.
Flags: Read
Default value: NULL
@@ -1027,7 +984,7 @@ nm_active_connection_get_vpn (
The “specific-object” property
“specific-object” gchar *
-
+The specific object's path of the active connection.
Flags: Read
Default value: NULL
@@ -1035,7 +992,7 @@ nm_active_connection_get_vpn (
The “state” property
“state” guint
-
+The state of the active connection.
Flags: Read
Allowed values: <= 3
Default value: 0
@@ -1044,16 +1001,16 @@ nm_active_connection_get_vpn (
The “type” property
“type” gchar *
-
+The active connection's type
Flags: Read
Default value: NULL
-Since 0.9.10
+Since: 0.9.10
@@ -1061,15 +1018,14 @@ nm_active_connection_get_vpn (
The “vpn” property
“vpn” gboolean
-
+Whether the active connection is a VPN connection.
Flags: Read
Default value: FALSE
-Since 0.9.10
+Since: 0.9.10
+
Generated by GTK-Doc V1.24
\ No newline at end of file
diff --git a/docs/libnm-glib/html/NMClient.html b/docs/libnm-glib/html/NMClient.html
index 23eca511..1f0d4ae2 100644
--- a/docs/libnm-glib/html/NMClient.html
+++ b/docs/libnm-glib/html/NMClient.html
@@ -2,13 +2,13 @@
-libnm-glib Reference Manual: NMClient
+NMClient: libnm-glib Reference Manual
-
+
@@ -570,8 +570,6 @@
Functions
@@ -583,9 +581,8 @@ nm_client_error_quark (void
Returns
the error quark used for NMClient errors.
-
-Since 0.9.10
+Since: 0.9.10
@@ -602,7 +599,6 @@ control them. To access and modify network configuration data, use the
@@ -681,7 +677,6 @@ nm_client_new_finish (GAsyncResul
@@ -796,8 +791,6 @@ or NULL if none is found.
NMActiveConnection *active_connection,
GError *error,
gpointer user_data);
-
-
@@ -885,8 +878,6 @@ details of the newly added connection.
const char *new_connection_path,
GError *error,
gpointer user_data);
-
-
@@ -1014,7 +1005,6 @@ nm_client_networking_get_enabled (
Returns
TRUE if networking is enabled, FALSE if networking is disabled
-
@@ -1073,7 +1063,6 @@ nm_client_wireless_get_enabled (
Returns
TRUE if wireless is enabled
-
@@ -1131,7 +1120,6 @@ nm_client_wireless_hardware_get_enabled
@@ -1158,7 +1146,6 @@ nm_client_wwan_get_enabled (
Returns
TRUE if WWAN is enabled
-
@@ -1215,7 +1202,6 @@ nm_client_wwan_hardware_get_enabled (
Returns
TRUE if the WWAN hardware is enabled
-
@@ -1242,7 +1228,6 @@ nm_client_wimax_get_enabled (
Returns
TRUE if WiMAX is enabled
-
@@ -1299,7 +1284,6 @@ nm_client_wimax_hardware_get_enabled (
Returns
TRUE if the WiMAX hardware is enabled
-
@@ -1326,7 +1310,6 @@ nm_client_get_version (
Returns
string with the version
-
@@ -1353,7 +1336,6 @@ nm_client_get_state (
Returns
the current NMState
-
@@ -1381,9 +1363,8 @@ connections at startup.
-Since 0.9.10
+Since: 0.9.10
@@ -1504,7 +1484,6 @@ client can or cannot perform the action the permission represents
@@ -1552,9 +1531,8 @@ a list of domains separated by ",".
-Since 0.9.8
+Since: 0.9.8
@@ -1601,9 +1579,8 @@ domains separated by ",". (NULL or an empty string
-Since 0.9.8
+Since: 0.9.8
@@ -1632,9 +1609,8 @@ connectivity state first before returning any information.
-Since 0.9.8.6
+Since: 0.9.8.6
@@ -1678,9 +1654,8 @@ if you do not want to block.
-Since 0.9.8.6
+Since: 0.9.8.6
@@ -1728,7 +1703,7 @@ re-checking, and Since 0.9.8.6
+Since: 0.9.8.6
@@ -1769,9 +1744,8 @@ call.
-Since 0.9.8.6
+Since: 0.9.8.6
@@ -1808,7 +1782,7 @@ non-NetworkManager-recognized device, this will return NUL
any.
[transfer none]
-Since 0.9.8.6
+Since: 0.9.8.6
@@ -1839,7 +1813,7 @@ currently-activating connection that is expected to become the new
any.
[transfer none]
-Since 0.9.8.6
+Since: 0.9.8.6
NM_CLIENT_WIRELESS_HARDWARE_ENABLED
#define NM_CLIENT_WIRELESS_HARDWARE_ENABLED "wireless-hardware-enabled"
-
-
NM_CLIENT_WIMAX_HARDWARE_ENABLED
#define NM_CLIENT_WIMAX_HARDWARE_ENABLED "wimax-hardware-enabled"
-
-
@@ -2176,8 +2118,6 @@ the user requires to obtain a given NM_CLIENT_ERROR
#define NM_CLIENT_ERROR nm_client_error_quark ()
-
-
@@ -2185,40 +2125,42 @@ the user requires to obtain a given
The “activating-connection” property
“activating-connection” NMActiveConnection *
-
+The NMActiveConnection of the activating connection that is
+likely to become the new “primary-connection”.
Flags: Read
-Since 0.9.8.6
+Since: 0.9.8.6
The “active-connections” property
“active-connections” NMObjectArray *
-
+The active connections.
+Type: GLib.PtrArray
Flags: Read
The “connectivity” property
“connectivity” guint
-
+The network connectivity state.
Flags: Read
Allowed values: <= 4
Default value: 0
-Since 0.9.8.6
+Since: 0.9.8.6
The “devices” property
“devices” NMObjectArray *
-
+List of known network devices.
Flags: Read
-Since 0.9.10
+Since: 0.9.10
The “manager-running” property
“manager-running” gboolean
-
+Whether the daemon is running.
Flags: Read
Default value: FALSE
@@ -2226,7 +2168,7 @@ the user requires to obtain a given
The “networking-enabled” property
“networking-enabled” gboolean
-
+Whether networking is enabled.
Flags: Read / Write
Default value: TRUE
@@ -2234,24 +2176,25 @@ the user requires to obtain a given
The “primary-connection” property
“primary-connection” NMActiveConnection *
-
+The NMActiveConnection of the device with the default route;
+see nm_client_get_primary_connection() for more details.
Flags: Read
-Since 0.9.8.6
+Since: 0.9.8.6
The “startup” property
“startup” gboolean
-
+Whether the daemon is still starting up.
Flags: Read
Default value: FALSE
-Since 0.9.10
+Since: 0.9.10
The “state” property
“state” guint
-
+The current daemon state.
Flags: Read
Allowed values: <= 70
Default value: 0
@@ -2260,7 +2203,7 @@ the user requires to obtain a given
The “version” property
“version” gchar *
-
+The NetworkManager version.
Flags: Read
Default value: NULL
@@ -2268,7 +2211,7 @@ the user requires to obtain a given
The “wimax-enabled” property
“wimax-enabled” gboolean
-
+Whether WiMAX functionality is enabled.
Flags: Read / Write
Default value: FALSE
@@ -2276,7 +2219,7 @@ the user requires to obtain a given
The “wimax-hardware-enabled” property
“wimax-hardware-enabled” gboolean
-
+Whether the WiMAX hardware is enabled.
Flags: Read
Default value: FALSE
@@ -2284,7 +2227,7 @@ the user requires to obtain a given
The “wireless-enabled” property
“wireless-enabled” gboolean
-
+Whether wireless is enabled.
Flags: Read / Write
Default value: FALSE
@@ -2292,7 +2235,7 @@ the user requires to obtain a given
The “wireless-hardware-enabled” property
“wireless-hardware-enabled” gboolean
-
+Whether the wireless hardware is enabled.
Flags: Read
Default value: TRUE
@@ -2300,7 +2243,7 @@ the user requires to obtain a given
The “wwan-enabled” property
“wwan-enabled” gboolean
-
+Whether WWAN functionality is enabled.
Flags: Read / Write
Default value: FALSE
@@ -2308,7 +2251,7 @@ the user requires to obtain a given
The “wwan-hardware-enabled” property
“wwan-hardware-enabled” gboolean
-
+Whether the WWAN hardware is enabled.
Flags: Read
Default value: FALSE
@@ -2321,6 +2264,34 @@ the user requires to obtain a given NMClient *client,
GObject *device,
gpointer user_data)
+Notifies that a NMDevice is added.
+
+Parameters
+
+
+
+
+
+
+
+
+client
+the client that received the signal
+
+
+
+device
+ the new device.
+[type NMDevice]
+
+
+user_data
+user data set when the signal handler was connected.
+
+
+
+
+
Flags: Run First
@@ -2330,6 +2301,34 @@ user_function (NMClient *client,
GObject *device,
gpointer user_data)
+Notifies that a NMDevice is removed.
+
+Parameters
+
+
+
+
+
+
+
+
+client
+the client that received the signal
+
+
+
+device
+ the removed device.
+[type NMDevice]
+
+
+user_data
+user data set when the signal handler was connected.
+
+
+
+
+
Flags: Run First
@@ -2340,12 +2339,44 @@ user_function (guint permission,
guint result,
gpointer user_data)
+Notifies that a permission has changed
+
+Parameters
+
+
+
+
+
+
+
+
+client
+the client that received the signal
+
+
+
+permission
+a permission from NMClientPermission
+
+
+
+result
+the permission's result, one of NMClientPermissionResult
+
+
+
+user_data
+user data set when the signal handler was connected.
+
+
+
+
+
Flags: Run First
+
Generated by GTK-Doc V1.24
\ No newline at end of file
diff --git a/docs/libnm-glib/html/NMDHCP4Config.html b/docs/libnm-glib/html/NMDHCP4Config.html
index c400cc6a..87c74fef 100644
--- a/docs/libnm-glib/html/NMDHCP4Config.html
+++ b/docs/libnm-glib/html/NMDHCP4Config.html
@@ -2,13 +2,13 @@
-libnm-glib Reference Manual: NMDHCP4Config
+NMDHCP4Config: libnm-glib Reference Manual
-
+
@@ -105,8 +105,6 @@
Functions
@@ -205,7 +203,6 @@ nm_dhcp4_config_get_one_option (Returns
the configuration option's value. This is the internal string used by the
configuration, and must not be modified.
-
@@ -215,8 +212,6 @@ configuration, and must not be modified.
NM_DHCP4_CONFIG_OPTIONS
#define NM_DHCP4_CONFIG_OPTIONS "options"
-
-
@@ -224,13 +219,13 @@ configuration, and must not be modified.
+
Generated by GTK-Doc V1.24
\ No newline at end of file
diff --git a/docs/libnm-glib/html/NMDHCP6Config.html b/docs/libnm-glib/html/NMDHCP6Config.html
index c50a23df..7b322c5e 100644
--- a/docs/libnm-glib/html/NMDHCP6Config.html
+++ b/docs/libnm-glib/html/NMDHCP6Config.html
@@ -2,13 +2,13 @@
-libnm-glib Reference Manual: NMDHCP6Config
+NMDHCP6Config: libnm-glib Reference Manual
-
+
@@ -105,8 +105,6 @@
Functions
@@ -205,7 +203,6 @@ nm_dhcp6_config_get_one_option (Returns
the configuration option's value. This is the internal string used by the
configuration, and must not be modified.
-
@@ -215,8 +212,6 @@ configuration, and must not be modified.
NM_DHCP6_CONFIG_OPTIONS
#define NM_DHCP6_CONFIG_OPTIONS "options"
-
-
@@ -224,13 +219,13 @@ configuration, and must not be modified.
+
Generated by GTK-Doc V1.24
\ No newline at end of file
diff --git a/docs/libnm-glib/html/NMDevice.html b/docs/libnm-glib/html/NMDevice.html
index 2d5281c8..79f87a5d 100644
--- a/docs/libnm-glib/html/NMDevice.html
+++ b/docs/libnm-glib/html/NMDevice.html
@@ -2,13 +2,13 @@
-libnm-glib Reference Manual: NMDevice
+NMDevice: libnm-glib Reference Manual
-
+
@@ -634,8 +634,6 @@
Functions
@@ -647,9 +645,8 @@ nm_device_error_quark (void
Returns
the error quark used for NMDevice errors.
-
-Since 0.9.10
+Since: 0.9.10
@@ -711,7 +708,6 @@ nm_device_get_iface (Returns
the interface of the device. This is the internal string used by the
device, and must not be modified.
-
@@ -740,7 +736,6 @@ when the device is in the ACTIVATED state.
Returns
the IP traffic interface of the device. This is the internal string
used by the device, and must not be modified.
-
@@ -767,7 +762,6 @@ nm_device_get_device_type (
Returns
the device type
-
@@ -796,7 +790,6 @@ nm_device_get_udi (Returns
the driver of the device. This is the internal string used by the
device, and must not be modified.
-
@@ -852,7 +844,6 @@ nm_device_get_driver_version (Returns
the version of the device driver. This is the internal string used by the
device, and must not be modified.
-
@@ -880,7 +871,6 @@ nm_device_get_firmware_version (Returns
the firmware version of the device. This is the internal string used by the
device, and must not be modified.
-
@@ -910,9 +900,8 @@ nm_device_get_type_description (Returns
the type description of the device. This is the internal
string used by the device, and must not be modified.
-
-Since 0.9.10
+Since: 0.9.10
@@ -940,9 +929,8 @@ nm_device_get_hw_address (Returns
the current MAC of the device, or NULL.
This is the internal string used by the device, and must not be modified.
-
-Since 0.9.10
+Since: 0.9.10
@@ -995,7 +982,6 @@ nm_device_get_managed (
Returns
TRUE if the device is managed by NetworkManager
-
@@ -1022,7 +1008,6 @@ nm_device_get_autoconnect (
Returns
TRUE if the device is allowed to be autoconnected
-
@@ -1081,7 +1066,6 @@ to be missing.
Returns
TRUE if firmware required for the device's operation is likely
to be missing.
-
@@ -1230,7 +1214,6 @@ nm_device_get_state (
Returns
the current device state
-
@@ -1267,7 +1250,6 @@ the state (reason
@@ -1328,7 +1310,7 @@ containing NMRemoteConnecti
the connection, and must not be modified.
[element-type NMRemoteConnection]
-Since 0.9.8
+Since: 0.9.8
@@ -1359,9 +1341,8 @@ ports on a single physical port. (Eg, NPAR / SR-IOV.)
the physical port ID of the device, or NULL if the port
ID is unknown. This is the internal string used by the device and
must not be modified.
-
-Since 0.9.10
+Since: 0.9.10
-Since 0.9.10
+Since: 0.9.10
@@ -1416,9 +1396,8 @@ nm_device_is_software (Returns
TRUE if device
is a software device, FALSE if it is a hardware device.
-
-Since 1.0
+Since: 1.0
@@ -1445,7 +1424,6 @@ nm_device_get_product (Returns
the product name of the device. This is the internal string used by the
device, and must not be modified.
-
@@ -1473,7 +1451,6 @@ nm_device_get_vendor (Returns
the vendor name of the device. This is the internal string used by the
device, and must not be modified.
-
@@ -1503,9 +1480,8 @@ nm_device_get_description (device
. If either the vendor or the
product name is unknown, this returns the interface name.
-
-Since 0.9.10
+Since: 0.9.10
@@ -1544,7 +1520,7 @@ devices in devices
the device names.
[transfer full][array zero-terminated=1]
-Since 0.9.10
+Since: 0.9.10
@@ -1553,8 +1529,6 @@ devices in devices
(*NMDeviceCallbackFn) (NMDevice *device,
GError *error,
gpointer user_data);
-
-
@@ -1633,7 +1607,7 @@ operation completes.
-Since 1.0
+Since: 1.0
@@ -1726,7 +1700,6 @@ against
Returns
TRUE if the connection may be activated with this device, FALSE
if is incompatible with the device's capabilities and characteristics.
-
@@ -1780,7 +1753,6 @@ against
Returns
TRUE if the connection may be activated with this device, FALSE
if is incompatible with the device's capabilities and characteristics.
-
@@ -1810,9 +1782,8 @@ that can be used on device
Returns
device
's associated NMSetting type
-
-Since 0.9.10
+Since: 0.9.10
@@ -1822,8 +1793,6 @@ that can be used on device
GError *error,
gpointer user_data);
NMDeviceDeactivateFn is deprecated and should not be used in newly-written code.
-
-
@@ -1863,192 +1832,144 @@ that can be used on device
NM_DEVICE_ERROR
#define NM_DEVICE_ERROR nm_device_error_quark ()
-
-
@@ -2056,14 +1977,14 @@ that can be used on device
The “active-connection” property
“active-connection” NMActiveConnection *
-
+The NMActiveConnection object that "owns" this device during activation.
Flags: Read
The “autoconnect” property
“autoconnect” gboolean
-
+Whether the device can auto-activate a connection.
Flags: Read / Write
Default value: TRUE
@@ -2071,15 +1992,15 @@ that can be used on device
The “available-connections” property
“available-connections” NMObjectArray *
-
+The available connections (NMRemoteConnection) of the device
Flags: Read
-Since 0.9.8
+Since: 0.9.8
The “capabilities” property
“capabilities” guint
-
+The capabilities of the device.
Flags: Read
Default value: 0
@@ -2087,7 +2008,7 @@ that can be used on device
The “device-type” property
“device-type” guint
-
+The numeric type of the device.
Flags: Read
Default value: 0
@@ -2095,21 +2016,21 @@ that can be used on device
The “dhcp4-config” property
“dhcp4-config” NMDHCP4Config *
-
+The NMDHCP4Config of the device.
Flags: Read
The “dhcp6-config” property
“dhcp6-config” NMDHCP6Config *
-
+The NMDHCP6Config of the device.
Flags: Read
@@ -2117,7 +2038,7 @@ that can be used on device
The “driver-version” property
“driver-version” gchar *
-
+The version of the device driver.
Flags: Read
Default value: NULL
@@ -2125,7 +2046,8 @@ that can be used on device
The “firmware-missing” property
“firmware-missing” gboolean
-
+When TRUE indicates the device is likely missing firmware required
+for its operation.
Flags: Read
Default value: FALSE
@@ -2133,7 +2055,7 @@ that can be used on device
The “firmware-version” property
“firmware-version” gchar *
-
+The firmware version of the device.
Flags: Read
Default value: NULL
@@ -2141,7 +2063,7 @@ that can be used on device
The “interface” property
“interface” gchar *
-
+The interface of the device.
Flags: Read
Default value: NULL
@@ -2149,7 +2071,8 @@ that can be used on device
The “ip-interface” property
“ip-interface” gchar *
-
+The IP interface of the device which should be used for all IP-related
+operations like addressing and routing.
Flags: Read
Default value: NULL
@@ -2157,21 +2080,21 @@ that can be used on device
The “managed” property
“managed” gboolean
-
+Whether the device is managed by NetworkManager.
Flags: Read
Default value: FALSE
@@ -2179,25 +2102,26 @@ that can be used on device
The “mtu” property
“mtu” guint
-
+The MTU of the device.
Flags: Read
Default value: 1500
-Since 0.9.10
+Since: 0.9.10
The “physical-port-id” property
“physical-port-id” gchar *
-
+The physical port ID of the device. (See
+nm_device_get_physical_port_id().)
Flags: Read
Default value: NULL
-Since 0.9.10
+Since: 0.9.10
The “product” property
“product” gchar *
-
+The product string of the device.
Flags: Read
Default value: NULL
@@ -2205,7 +2129,7 @@ that can be used on device
@@ -2213,14 +2137,19 @@ that can be used on device
The “state-reason” property
“state-reason” GValueArray_guint+guint_*
-
+The state and reason of the device.
Flags: Read
The “udi” property
“udi” gchar *
-
+An operating-system specific device hardware identifier; this is not
+unique to a specific hardware device across reboots or hotplugs. It
+is an opaque string which for some device types (Bluetooth, Modem)
+contains an identifier provided by the underlying hardware service daemon
+such as Bluez or ModemManager, and clients can use this property to
+request more information about the device from those services.
Flags: Read
Default value: NULL
@@ -2228,7 +2157,7 @@ that can be used on device
The “vendor” property
“vendor” gchar *
-
+The vendor string of the device.
Flags: Read
Default value: NULL
@@ -2243,12 +2172,49 @@ user_function (guint old_state,
guint reason,
gpointer user_data)
+Notifies the state change of a NMDevice.
+
+Parameters
+
+
+
+
+
+
+
+
+device
+the device object that received the signal
+
+
+
+new_state
+the new state of the device
+
+
+
+old_state
+the previous state of the device
+
+
+
+reason
+the reason describing the state change
+
+
+
+user_data
+user data set when the signal handler was connected.
+
+
+
+
+
Flags: Run First
+
Generated by GTK-Doc V1.24
\ No newline at end of file
diff --git a/docs/libnm-glib/html/NMDeviceAdsl.html b/docs/libnm-glib/html/NMDeviceAdsl.html
index 404fb121..3f108475 100644
--- a/docs/libnm-glib/html/NMDeviceAdsl.html
+++ b/docs/libnm-glib/html/NMDeviceAdsl.html
@@ -2,13 +2,13 @@
-libnm-glib Reference Manual: NMDeviceAdsl
+NMDeviceAdsl: libnm-glib Reference Manual
-
+
@@ -116,8 +116,6 @@
@@ -191,7 +188,6 @@ nm_device_adsl_get_carrier (
Returns
TRUE if the device has carrier
-
@@ -238,16 +234,12 @@ nm_device_adsl_get_carrier (NM_DEVICE_ADSL_ERROR
#define NM_DEVICE_ADSL_ERROR nm_device_adsl_error_quark ()
-
-
@@ -255,14 +247,13 @@ nm_device_adsl_get_carrier (
The “carrier” property
“carrier” gboolean
-
+Whether the device has carrier.
Flags: Read
Default value: FALSE
+
Generated by GTK-Doc V1.24
\ No newline at end of file
diff --git a/docs/libnm-glib/html/NMDeviceBond.html b/docs/libnm-glib/html/NMDeviceBond.html
index c79364a9..7659084c 100644
--- a/docs/libnm-glib/html/NMDeviceBond.html
+++ b/docs/libnm-glib/html/NMDeviceBond.html
@@ -2,13 +2,13 @@
-libnm-glib Reference Manual: NMDeviceBond
+NMDeviceBond: libnm-glib Reference Manual
-
+
@@ -152,8 +152,6 @@
@@ -228,7 +225,6 @@ nm_device_bond_get_hw_address (Returns
the hardware address. This is the internal string used by the
device, and must not be modified.
-
@@ -255,7 +251,6 @@ nm_device_bond_get_carrier (
Returns
TRUE if the device has carrier
-
@@ -288,7 +283,7 @@ nm_device_bond_get_slaves ([element-type NMDevice]
-Since 0.9.6.4
+Since: 0.9.6.4
@@ -341,32 +336,24 @@ copy used by the device, and must not be modified.
NM_DEVICE_BOND_ERROR
#define NM_DEVICE_BOND_ERROR nm_device_bond_error_quark ()
-
-
@@ -374,7 +361,7 @@ copy used by the device, and must not be modified.
The “carrier” property
“carrier” gboolean
-
+Whether the device has carrier.
Flags: Read
Default value: FALSE
@@ -382,7 +369,7 @@ copy used by the device, and must not be modified.
The “hw-address” property
“hw-address” gchar *
-
+The hardware (MAC) address of the device.
Flags: Read
Default value: NULL
@@ -390,14 +377,13 @@ copy used by the device, and must not be modified.
The “slaves” property
“slaves” NMObjectArray *
-
+The devices (NMDevice) slaved to the bond device.
Flags: Read
-Since 0.9.8
+Since: 0.9.8
+
Generated by GTK-Doc V1.24
\ No newline at end of file
diff --git a/docs/libnm-glib/html/NMDeviceBridge.html b/docs/libnm-glib/html/NMDeviceBridge.html
index 192be733..f0af6d6a 100644
--- a/docs/libnm-glib/html/NMDeviceBridge.html
+++ b/docs/libnm-glib/html/NMDeviceBridge.html
@@ -2,13 +2,13 @@
-libnm-glib Reference Manual: NMDeviceBridge
+NMDeviceBridge: libnm-glib Reference Manual
-
+
@@ -152,8 +152,6 @@
@@ -203,7 +200,7 @@ nm_device_bridge_new ([transfer full]
-Since 0.9.8
+Since: 0.9.8
@@ -230,9 +227,8 @@ nm_device_bridge_get_hw_address (Returns
the hardware address. This is the internal string used by the
device, and must not be modified.
-
-Since 0.9.8
+Since: 0.9.8
-Since 0.9.8
+Since: 0.9.8
@@ -292,7 +287,7 @@ nm_device_bridge_get_slaves ([element-type NMDevice]
-Since 0.9.8
+Since: 0.9.8
@@ -339,39 +334,31 @@ copy used by the device, and must not be modified.
-Since 0.9.8
+Since: 0.9.8
@@ -379,32 +366,31 @@ copy used by the device, and must not be modified.
The “carrier” property
“carrier” gboolean
-
+Whether the device has carrier.
Flags: Read
Default value: FALSE
-Since 0.9.8
+Since: 0.9.8
The “hw-address” property
“hw-address” gchar *
-
+The hardware (MAC) address of the device.
Flags: Read
Default value: NULL
-Since 0.9.8
+Since: 0.9.8
The “slaves” property
“slaves” NMObjectArray *
-
+The devices (NMDevice) slaved to the bridge device.
Flags: Read
-Since 0.9.8
+Since: 0.9.8
+
Generated by GTK-Doc V1.24
\ No newline at end of file
diff --git a/docs/libnm-glib/html/NMDeviceBt.html b/docs/libnm-glib/html/NMDeviceBt.html
index 816f671d..8a0df6b0 100644
--- a/docs/libnm-glib/html/NMDeviceBt.html
+++ b/docs/libnm-glib/html/NMDeviceBt.html
@@ -2,13 +2,13 @@
-libnm-glib Reference Manual: NMDeviceBt
+NMDeviceBt: libnm-glib Reference Manual
-
+
@@ -152,8 +152,6 @@
Functions
@@ -165,7 +163,6 @@ nm_device_bt_error_quark (void
Returns
the error quark used for NMDeviceBt errors.
-
@@ -228,7 +225,6 @@ nm_device_bt_get_hw_address (Returns
the hardware address. This is the internal string used by the
device, and must not be modified.
-
@@ -255,7 +251,6 @@ nm_device_bt_get_name (
Returns
the name of the device
-
@@ -282,7 +277,6 @@ nm_device_bt_get_capabilities (
Returns
a combination of NMBluetoothCapabilities
-
@@ -350,32 +344,24 @@ nm_device_bt_get_capabilities (NM_DEVICE_BT_ERROR
#define NM_DEVICE_BT_ERROR nm_device_bt_error_quark ()
-
-
@@ -383,7 +369,7 @@ nm_device_bt_get_capabilities (
The “bt-capabilities” property
“bt-capabilities” guint
-
+The device's bluetooth capabilities, a combination of NMBluetoothCapabilities.
Flags: Read
Default value: 0
@@ -391,7 +377,7 @@ nm_device_bt_get_capabilities (
The “hw-address” property
“hw-address” gchar *
-
+The hardware (MAC) address of the device.
Flags: Read
Default value: NULL
@@ -399,14 +385,13 @@ nm_device_bt_get_capabilities (
The “name” property
“name” gchar *
-
+The name of the bluetooth device.
Flags: Read
Default value: NULL
+
Generated by GTK-Doc V1.24
\ No newline at end of file
diff --git a/docs/libnm-glib/html/NMDeviceEthernet.html b/docs/libnm-glib/html/NMDeviceEthernet.html
index 86f4898c..655a0441 100644
--- a/docs/libnm-glib/html/NMDeviceEthernet.html
+++ b/docs/libnm-glib/html/NMDeviceEthernet.html
@@ -2,13 +2,13 @@
-libnm-glib Reference Manual: NMDeviceEthernet
+NMDeviceEthernet: libnm-glib Reference Manual
-
+
@@ -169,8 +169,6 @@
@@ -245,7 +242,6 @@ nm_device_ethernet_get_hw_address (Returns
the active hardware address. This is the internal string used by the
device, and must not be modified.
-
@@ -274,7 +270,6 @@ nm_device_ethernet_get_permanent_hw_address
Returns
the permanent hardware address. This is the internal string used by the
device, and must not be modified.
-
@@ -301,7 +296,6 @@ nm_device_ethernet_get_speed (
Returns
the speed of the device
-
@@ -328,7 +322,6 @@ nm_device_ethernet_get_carrier (
Returns
TRUE if the device has carrier
-
@@ -389,40 +382,30 @@ nm_device_ethernet_get_carrier (NM_DEVICE_ETHERNET_ERROR
#define NM_DEVICE_ETHERNET_ERROR nm_device_ethernet_error_quark ()
-
-
NM_DEVICE_ETHERNET_PERMANENT_HW_ADDRESS
#define NM_DEVICE_ETHERNET_PERMANENT_HW_ADDRESS "perm-hw-address"
-
-
@@ -430,7 +413,7 @@ nm_device_ethernet_get_carrier (
The “carrier” property
“carrier” gboolean
-
+Whether the device has carrier.
Flags: Read
Default value: FALSE
@@ -438,7 +421,7 @@ nm_device_ethernet_get_carrier (
The “hw-address” property
“hw-address” gchar *
-
+The active hardware (MAC) address of the device.
Flags: Read
Default value: NULL
@@ -446,7 +429,7 @@ nm_device_ethernet_get_carrier (
The “perm-hw-address” property
“perm-hw-address” gchar *
-
+The permanent hardware (MAC) address of the device.
Flags: Read
Default value: NULL
@@ -454,14 +437,13 @@ nm_device_ethernet_get_carrier (
The “speed” property
“speed” guint
-
+The speed of the device.
Flags: Read
Default value: 0
+
Generated by GTK-Doc V1.24
\ No newline at end of file
diff --git a/docs/libnm-glib/html/NMDeviceGeneric.html b/docs/libnm-glib/html/NMDeviceGeneric.html
index e663d8d7..58b7c9ca 100644
--- a/docs/libnm-glib/html/NMDeviceGeneric.html
+++ b/docs/libnm-glib/html/NMDeviceGeneric.html
@@ -2,13 +2,13 @@
-libnm-glib Reference Manual: NMDeviceGeneric
+NMDeviceGeneric: libnm-glib Reference Manual
-
+
@@ -128,8 +128,6 @@
@@ -179,7 +176,7 @@ nm_device_generic_new ([transfer full]
-Since 0.9.10
+Since: 0.9.10
@@ -206,9 +203,8 @@ nm_device_generic_get_hw_address (Returns
the hardware address. This is the internal string used by the
device, and must not be modified.
-
-Since 0.9.10
+Since: 0.9.10
@@ -254,24 +250,18 @@ device, and must not be modified.
NM_DEVICE_GENERIC_ERROR
#define NM_DEVICE_GENERIC_ERROR nm_device_generic_error_quark ()
-
-
NM_DEVICE_GENERIC_TYPE_DESCRIPTION
#define NM_DEVICE_GENERIC_TYPE_DESCRIPTION "type-description"
-
-
@@ -279,7 +269,7 @@ device, and must not be modified.
@@ -287,14 +277,14 @@ device, and must not be modified.
+
Generated by GTK-Doc V1.24
\ No newline at end of file
diff --git a/docs/libnm-glib/html/NMDeviceInfiniband.html b/docs/libnm-glib/html/NMDeviceInfiniband.html
index 48b6c887..bb9523d5 100644
--- a/docs/libnm-glib/html/NMDeviceInfiniband.html
+++ b/docs/libnm-glib/html/NMDeviceInfiniband.html
@@ -2,13 +2,13 @@
-libnm-glib Reference Manual: NMDeviceInfiniband
+NMDeviceInfiniband: libnm-glib Reference Manual
-
+
@@ -135,8 +135,6 @@
Functions
@@ -148,7 +146,6 @@ nm_device_infiniband_error_quark (
Returns
the error quark used for NMDeviceInfiniband errors.
-
@@ -211,7 +208,6 @@ nm_device_infiniband_get_hw_address (Returns
the hardware address. This is the internal string used by the
device, and must not be modified.
-
@@ -238,7 +234,6 @@ nm_device_infiniband_get_carrier (
Returns
TRUE if the device has carrier
-
@@ -299,24 +294,18 @@ nm_device_infiniband_get_carrier (NM_DEVICE_INFINIBAND_ERROR
#define NM_DEVICE_INFINIBAND_ERROR nm_device_infiniband_error_quark ()
-
-
@@ -324,7 +313,7 @@ nm_device_infiniband_get_carrier (
The “carrier” property
“carrier” gboolean
-
+Whether the device has carrier.
Flags: Read
Default value: FALSE
@@ -332,14 +321,13 @@ nm_device_infiniband_get_carrier (
The “hw-address” property
“hw-address” gchar *
-
+The hardware (MAC) address of the device.
Flags: Read
Default value: NULL
+
Generated by GTK-Doc V1.24
\ No newline at end of file
diff --git a/docs/libnm-glib/html/NMDeviceModem.html b/docs/libnm-glib/html/NMDeviceModem.html
index 2503475b..15fe2aa1 100644
--- a/docs/libnm-glib/html/NMDeviceModem.html
+++ b/docs/libnm-glib/html/NMDeviceModem.html
@@ -2,13 +2,13 @@
-libnm-glib Reference Manual: NMDeviceModem
+NMDeviceModem: libnm-glib Reference Manual
-
+
@@ -127,8 +127,6 @@
@@ -170,7 +167,6 @@ may require a firmware reload or reinitialization.
@@ -201,7 +197,6 @@ represents the network types the modem can immediately connect to.
Returns
the generic access technology families the modem supports without
a firmware reload or other reinitialization
-
@@ -255,24 +250,18 @@ a firmware reload or other reinitialization
NM_DEVICE_MODEM_ERROR
#define NM_DEVICE_MODEM_ERROR nm_device_modem_error_quark ()
-
-
NM_DEVICE_MODEM_MODEM_CAPABILITIES
#define NM_DEVICE_MODEM_MODEM_CAPABILITIES "modem-capabilities"
-
-
NM_DEVICE_MODEM_CURRENT_CAPABILITIES
#define NM_DEVICE_MODEM_CURRENT_CAPABILITIES "current-capabilities"
-
-
@@ -280,7 +269,8 @@ a firmware reload or other reinitialization
The “current-capabilities” property
“current-capabilities” guint
-
+The generic family of access technologies the modem currently supports
+without a firmware reload or reinitialization.
Flags: Read
Default value: 0
@@ -288,14 +278,16 @@ a firmware reload or other reinitialization
The “modem-capabilities” property
“modem-capabilities” guint
-
+The generic family of access technologies the modem supports. Not all
+capabilities are available at the same time however; some modems require
+a firmware reload or other reinitialization to switch between eg
+CDMA/EVDO and GSM/UMTS.
Flags: Read
Default value: 0
+
Generated by GTK-Doc V1.24
\ No newline at end of file
diff --git a/docs/libnm-glib/html/NMDeviceOlpcMesh.html b/docs/libnm-glib/html/NMDeviceOlpcMesh.html
index a505af82..c48c4e36 100644
--- a/docs/libnm-glib/html/NMDeviceOlpcMesh.html
+++ b/docs/libnm-glib/html/NMDeviceOlpcMesh.html
@@ -2,13 +2,13 @@
-libnm-glib Reference Manual: NMDeviceOlpcMesh
+NMDeviceOlpcMesh: libnm-glib Reference Manual
-
+
@@ -153,8 +153,6 @@
@@ -229,7 +226,6 @@ nm_device_olpc_mesh_get_hw_address (Returns
the hardware address. This is the internal string used by the
device, and must not be modified.
-
@@ -284,7 +280,6 @@ nm_device_olpc_mesh_get_active_channel
@@ -331,32 +326,24 @@ nm_device_olpc_mesh_get_active_channel
NM_DEVICE_OLPC_MESH_ERROR
#define NM_DEVICE_OLPC_MESH_ERROR nm_device_olpc_mesh_error_quark ()
-
-
@@ -364,7 +351,7 @@ nm_device_olpc_mesh_get_active_channel
The “active-channel” property
“active-channel” guint
-
+The device's active channel.
Flags: Read
Default value: 0
@@ -372,21 +359,20 @@ nm_device_olpc_mesh_get_active_channel
+
Generated by GTK-Doc V1.24
\ No newline at end of file
diff --git a/docs/libnm-glib/html/NMDeviceTeam.html b/docs/libnm-glib/html/NMDeviceTeam.html
index 0b07f9eb..2195f9aa 100644
--- a/docs/libnm-glib/html/NMDeviceTeam.html
+++ b/docs/libnm-glib/html/NMDeviceTeam.html
@@ -2,13 +2,13 @@
-libnm-glib Reference Manual: NMDeviceTeam
+NMDeviceTeam: libnm-glib Reference Manual
-
+
@@ -152,8 +152,6 @@
@@ -203,7 +200,7 @@ nm_device_team_new ([transfer full]
-Since 0.9.10
+Since: 0.9.10
@@ -230,9 +227,8 @@ nm_device_team_get_hw_address (Returns
the hardware address. This is the internal string used by the
device, and must not be modified.
-
-Since 0.9.10
+Since: 0.9.10
-Since 0.9.10
+Since: 0.9.10
@@ -292,7 +287,7 @@ nm_device_team_get_slaves ([element-type NMDevice]
-Since 0.9.10
+Since: 0.9.10
@@ -345,32 +340,24 @@ copy used by the device, and must not be modified.
NM_DEVICE_TEAM_ERROR
#define NM_DEVICE_TEAM_ERROR nm_device_team_error_quark ()
-
-
@@ -378,7 +365,7 @@ copy used by the device, and must not be modified.
The “carrier” property
“carrier” gboolean
-
+Whether the device has carrier.
Flags: Read
Default value: FALSE
@@ -386,7 +373,7 @@ copy used by the device, and must not be modified.
The “hw-address” property
“hw-address” gchar *
-
+The hardware (MAC) address of the device.
Flags: Read
Default value: NULL
@@ -394,13 +381,12 @@ copy used by the device, and must not be modified.
The “slaves” property
“slaves” NMObjectArray *
-
+The devices (NMDevice) enslaved to the team device.
Flags: Read
+
Generated by GTK-Doc V1.24
\ No newline at end of file
diff --git a/docs/libnm-glib/html/NMDeviceVlan.html b/docs/libnm-glib/html/NMDeviceVlan.html
index e28b1978..51c89f0d 100644
--- a/docs/libnm-glib/html/NMDeviceVlan.html
+++ b/docs/libnm-glib/html/NMDeviceVlan.html
@@ -2,13 +2,13 @@
-libnm-glib Reference Manual: NMDeviceVlan
+NMDeviceVlan: libnm-glib Reference Manual
-
+
@@ -170,8 +170,6 @@
@@ -246,7 +243,6 @@ nm_device_vlan_get_hw_address (Returns
the hardware address. This is the internal string used by the
device, and must not be modified.
-
@@ -273,7 +269,6 @@ nm_device_vlan_get_carrier (
Returns
TRUE if the device has carrier
-
@@ -301,7 +296,7 @@ nm_device_vlan_get_parent ([transfer none]
-Since 1.0
+Since: 1.0
@@ -394,40 +388,30 @@ nm_device_vlan_get_vlan_id (NM_DEVICE_VLAN_ERROR
#define NM_DEVICE_VLAN_ERROR nm_device_vlan_error_quark ()
-
-
@@ -435,7 +419,7 @@ nm_device_vlan_get_vlan_id (
The “carrier” property
“carrier” gboolean
-
+Whether the device has carrier.
Flags: Read
Default value: FALSE
@@ -443,7 +427,7 @@ nm_device_vlan_get_vlan_id (
The “hw-address” property
“hw-address” gchar *
-
+The hardware (MAC) address of the device.
Flags: Read
Default value: NULL
@@ -451,15 +435,15 @@ nm_device_vlan_get_vlan_id (
The “parent” property
“parent” NMDevice *
-
+The devices's parent device.
Flags: Read
-Since 1.0
+Since: 1.0
The “vlan-id” property
“vlan-id” guint
-
+The device's VLAN ID.
Flags: Read
Allowed values: <= 4095
Default value: 0
@@ -467,7 +451,6 @@ nm_device_vlan_get_vlan_id (
-
- Generated by GTK-Doc V1.21
+
Generated by GTK-Doc V1.24
\ No newline at end of file
diff --git a/docs/libnm-glib/html/NMDeviceWifi.html b/docs/libnm-glib/html/NMDeviceWifi.html
index fb153226..d739d92a 100644
--- a/docs/libnm-glib/html/NMDeviceWifi.html
+++ b/docs/libnm-glib/html/NMDeviceWifi.html
@@ -2,13 +2,13 @@
-libnm-glib Reference Manual: NMDeviceWifi
+NMDeviceWifi: libnm-glib Reference Manual
-
+
@@ -268,8 +268,6 @@
@@ -344,7 +341,6 @@ nm_device_wifi_get_hw_address (Returns
the actual hardware address. This is the internal string used by the
device, and must not be modified.
-
@@ -373,7 +369,6 @@ nm_device_wifi_get_permanent_hw_address
Returns
the permanent hardware address. This is the internal string used by the
device, and must not be modified.
-
@@ -400,7 +395,6 @@ nm_device_wifi_get_mode (
Returns
the mode
-
@@ -427,7 +421,6 @@ nm_device_wifi_get_bitrate (
Returns
the bit rate (kbit/s)
-
@@ -454,7 +447,6 @@ nm_device_wifi_get_capabilities (
Returns
the capabilities
-
@@ -557,8 +549,6 @@ The returned array is owned by the client and should not be modified.
(*NMDeviceWifiRequestScanFn) (NMDeviceWifi *device,
GError *error,
gpointer user_data);
-
-
@@ -597,7 +587,7 @@ to get available access points.
-Since 0.9.8
+Since: 0.9.8
@@ -673,64 +663,48 @@ required by the connection
NM_DEVICE_WIFI_ERROR
#define NM_DEVICE_WIFI_ERROR nm_device_wifi_error_quark ()
-
-
NM_DEVICE_WIFI_PERMANENT_HW_ADDRESS
#define NM_DEVICE_WIFI_PERMANENT_HW_ADDRESS "perm-hw-address"
-
-
NM_DEVICE_WIFI_ACTIVE_ACCESS_POINT
#define NM_DEVICE_WIFI_ACTIVE_ACCESS_POINT "active-access-point"
-
-
@@ -738,22 +712,22 @@ required by the connection
The “access-points” property
“access-points” NMObjectArray *
-
+List of all Wi-Fi access points the device can see.
Flags: Read
-Since 0.9.10
+Since: 0.9.10
The “active-access-point” property
“active-access-point” NMAccessPoint *
-
+The active NMAccessPoint of the device.
Flags: Read
The “bitrate” property
“bitrate” guint
-
+The bit rate of the device in kbit/s.
Flags: Read
Default value: 0
@@ -761,7 +735,7 @@ required by the connection
The “hw-address” property
“hw-address” gchar *
-
+The hardware (MAC) address of the device.
Flags: Read
Default value: NULL
@@ -769,7 +743,7 @@ required by the connection
The “mode” property
“mode” guint
-
+The mode of the device.
Flags: Read
Allowed values: <= 3
Default value: 2
@@ -778,7 +752,7 @@ required by the connection
The “perm-hw-address” property
“perm-hw-address” gchar *
-
+The hardware (MAC) address of the device.
Flags: Read
Default value: NULL
@@ -786,7 +760,7 @@ required by the connection
The “wireless-capabilities” property
“wireless-capabilities” guint
-
+The wireless capabilities of the device.
Flags: Read
Default value: 0
@@ -799,6 +773,34 @@ required by the connection
user_function (NMDeviceWifi *device,
GObject *ap,
gpointer user_data)
+Notifies that a NMAccessPoint is added to the Wi-Fi device.
+
+Parameters
+
+
+
+
+
+
+
+
+device
+the Wi-Fi device that received the signal
+
+
+
+ap
+the new access point
+
+
+
+user_data
+user data set when the signal handler was connected.
+
+
+
+
+
Flags: Run First
@@ -808,12 +810,39 @@ user_function (NMDeviceWifi *device,
GObject *ap,
gpointer user_data)
+Notifies that a NMAccessPoint is removed from the Wi-Fi device.
+
+Parameters
+
+
+
+
+
+
+
+
+device
+the Wi-Fi device that received the signal
+
+
+
+ap
+the removed access point
+
+
+
+user_data
+user data set when the signal handler was connected.
+
+
+
+
+
Flags: Run First
+
Generated by GTK-Doc V1.24
\ No newline at end of file
diff --git a/docs/libnm-glib/html/NMDeviceWimax.html b/docs/libnm-glib/html/NMDeviceWimax.html
index 911ec29b..3ec917bc 100644
--- a/docs/libnm-glib/html/NMDeviceWimax.html
+++ b/docs/libnm-glib/html/NMDeviceWimax.html
@@ -2,13 +2,13 @@
-libnm-glib Reference Manual: NMDeviceWimax
+NMDeviceWimax: libnm-glib Reference Manual
-
+
@@ -269,8 +269,6 @@
@@ -345,7 +342,6 @@ nm_device_wimax_get_hw_address (Returns
the hardware address. This is the internal string used by the
device, and must not be modified.
-
@@ -465,7 +461,6 @@ device is not connected.
@@ -495,7 +490,6 @@ device is not connected.
@@ -524,7 +518,6 @@ meaning when the device is not connected.
@@ -553,7 +546,6 @@ nm_device_wimax_get_tx_power (
Returns
the TX power in dBm, or 0
-
@@ -580,7 +572,6 @@ nm_device_wimax_get_bsid (
Returns
the ID of the serving Base Station, or NULL
-
@@ -641,72 +632,54 @@ nm_device_wimax_get_bsid (NM_DEVICE_WIMAX_ERROR
#define NM_DEVICE_WIMAX_ERROR nm_device_wimax_error_quark ()
-
-
@@ -714,14 +687,15 @@ nm_device_wimax_get_bsid (
The “active-nsp” property
“active-nsp” NMWimaxNsp *
-
+The active NMWimaxNsp of the device.
Flags: Read
The “bsid” property
“bsid” gchar *
-
+The ID of the serving base station as received from the network. Has
+no meaning when the device is not connected.
Flags: Read
Default value: NULL
@@ -729,7 +703,9 @@ nm_device_wimax_get_bsid (
The “center-frequency” property
“center-frequency” guint
-
+The center frequency (in KHz) of the radio channel the device is using to
+communicate with the network when connected. Has no meaning when the
+device is not connected.
Flags: Read
Default value: 0
@@ -737,7 +713,9 @@ nm_device_wimax_get_bsid (
The “cinr” property
“cinr” gint
-
+CINR (Carrier to Interference + Noise Ratio) of the current radio link
+in dB. CINR is a more accurate measure of radio link quality. Has no
+meaning when the device is not connected.
Flags: Read
Default value: 0
@@ -745,7 +723,7 @@ nm_device_wimax_get_bsid (
The “hw-address” property
“hw-address” gchar *
-
+The hardware (MAC) address of the device.
Flags: Read
Default value: NULL
@@ -753,15 +731,18 @@ nm_device_wimax_get_bsid (
The “nsps” property
“nsps” NMObjectArray *
-
+List of all WiMAX Network Service Providers the device can see.
Flags: Read
-Since 0.9.10
+Since: 0.9.10
The “rssi” property
“rssi” gint
-
+RSSI of the current radio link in dBm. This value indicates how strong
+the raw received RF signal from the base station is, but does not
+indicate the overall quality of the radio link. Has no meaning when the
+device is not connected.
Flags: Read
Default value: 0
@@ -769,7 +750,9 @@ nm_device_wimax_get_bsid (
The “tx-power” property
“tx-power” gint
-
+Average power of the last burst transmitted by the device, in units of
+0.5 dBm. i.e. a TxPower of -11 represents an actual device TX power of
+-5.5 dBm. Has no meaning when the device is not connected.
Flags: Read
Default value: 0
@@ -782,6 +765,34 @@ nm_device_wimax_get_bsid (NMDeviceWimax *self,
GObject *nsp,
gpointer user_data)
+Notifies that a NMWimaxNsp is added to the wimax device.
+
+Parameters
+
+
+
+
+
+
+
+
+self
+the wimax device that received the signal
+
+
+
+nsp
+the new NSP
+
+
+
+user_data
+user data set when the signal handler was connected.
+
+
+
+
+
Flags: Run First
@@ -791,12 +802,39 @@ user_function (<
user_function (NMDeviceWimax *self,
GObject *nsp,
gpointer user_data)
+Notifies that a NMWimaxNsp is removed from the wimax device.
+
+Parameters
+
+
+
+
+
+
+
+
+self
+the wimax device that received the signal
+
+
+
+nsp
+the removed NSP
+
+
+
+user_data
+user data set when the signal handler was connected.
+
+
+
+
+
Flags: Run First
+
Generated by GTK-Doc V1.24
\ No newline at end of file
diff --git a/docs/libnm-glib/html/NMIP4Config.html b/docs/libnm-glib/html/NMIP4Config.html
index fec85cac..b7b318e1 100644
--- a/docs/libnm-glib/html/NMIP4Config.html
+++ b/docs/libnm-glib/html/NMIP4Config.html
@@ -2,13 +2,13 @@
-libnm-glib Reference Manual: NMIP4Config
+NMIP4Config: libnm-glib Reference Manual
-
+
@@ -201,8 +201,6 @@
-Since 0.9.10
+Since: 0.9.10
@@ -409,7 +406,7 @@ nm_ip4_config_get_searches ([element-type utf8]
-Since 0.9.10
+Since: 0.9.10
@@ -504,58 +487,57 @@ modified.
The “addresses” property
“addresses” gpointer
-
+The GPtrArray containing NMIP4Addresses of the configuration.
Flags: Read
The “domains” property
“domains” NMStringArray *
-
+The GPtrArray containing domain strings of the configuration.
Flags: Read
The “gateway” property
“gateway” gchar *
-
+The IP4 gateway address of the configuration as string.
Flags: Read
Default value: NULL
-Since 0.9.10
+Since: 0.9.10
The “nameservers” property
“nameservers” NMUintArray *
-
+The GArray containing name servers (guint32s) of the configuration.
Flags: Read
The “routes” property
“routes” gpointer
-
+The GPtrArray containing NMSettingIP4Routes of the configuration.
Flags: Read
The “searches” property
“searches” NMStringArray *
-
+The GPtrArray containing dns search strings of the configuration.
Flags: Read
-Since 0.9.10
+Since: 0.9.10
+
Generated by GTK-Doc V1.24
\ No newline at end of file
diff --git a/docs/libnm-glib/html/NMIP6Config.html b/docs/libnm-glib/html/NMIP6Config.html
index 83f5f473..ed97f3e5 100644
--- a/docs/libnm-glib/html/NMIP6Config.html
+++ b/docs/libnm-glib/html/NMIP6Config.html
@@ -2,13 +2,13 @@
-libnm-glib Reference Manual: NMIP6Config
+NMIP6Config: libnm-glib Reference Manual
-
+
@@ -201,8 +201,6 @@
Functions
@@ -264,9 +262,8 @@ nm_ip6_config_get_gateway (
Returns
the IPv6 gateway of the configuration.
-
-Since 0.9.10
+Since: 0.9.10
-Since 0.9.10
+Since: 0.9.10
@@ -390,7 +386,7 @@ nm_ip6_config_get_nameserver ([array fixed-size=16][element-type guint8][transfer none]
-Since 0.9.10
+Since: 0.9.10
@@ -398,8 +394,9 @@ nm_ip6_config_get_nameserver (const GSList *
nm_ip6_config_get_nameservers (NMIP6Config *config);
Gets the domain name servers (DNS).
+[skip]
-Parameters
+Parameters
-Since 0.9.10
+Since: 0.9.10
@@ -496,7 +490,7 @@ save completes.
-Since 0.9.10
+Since: 0.9.10
@@ -604,9 +598,8 @@ nm_remote_connection_get_unsaved ( TRUE if the remote connection contains changes that have not
been saved to disk, FALSE if the connection is the same as its on-disk
representation.
-
-Since 0.9.10
+Since: 0.9.10
@@ -645,40 +638,30 @@ representation.
NM_REMOTE_CONNECTION_UNSAVED
#define NM_REMOTE_CONNECTION_UNSAVED "unsaved"
-
-
@@ -686,21 +669,19 @@ representation.
The “bus” property
“bus” DBusGConnection *
-
+The DBusGConnection that the NMRemoteConnection is connected to.
Flags: Write / Construct Only
@@ -708,10 +689,11 @@ representation.
@@ -721,6 +703,30 @@ representation.
void
user_function (NMRemoteConnection *connection,
gpointer user_data)
+This signal is emitted when a connection is either deleted or becomes
+invisible to the current user.
+
+Parameters
+
+
+
+
+
+
+
+
+connection
+
+
+
+
+user_data
+user data set when the signal handler was connected.
+
+
+
+
+
Flags: Run First
@@ -729,6 +735,30 @@ user_function (void
user_function (NMRemoteConnection *connection,
gpointer user_data)
+This signal is emitted when a connection changes, and it is
+still visible to the user.
+
+Parameters
+
+
+
+
+
+
+
+
+connection
+
+
+
+
+user_data
+user data set when the signal handler was connected.
+
+
+
+
+
Flags: Run First
@@ -743,7 +773,6 @@ user_function (
-
- Generated by GTK-Doc V1.21
+
Generated by GTK-Doc V1.24
\ No newline at end of file
diff --git a/docs/libnm-glib/html/NMRemoteSettings.html b/docs/libnm-glib/html/NMRemoteSettings.html
index 7f333eb5..10d37ade 100644
--- a/docs/libnm-glib/html/NMRemoteSettings.html
+++ b/docs/libnm-glib/html/NMRemoteSettings.html
@@ -2,13 +2,13 @@
-libnm-glib Reference Manual: NMRemoteSettings
+NMRemoteSettings: libnm-glib Reference Manual
-
+
@@ -435,7 +435,6 @@ nm_remote_settings_error_quark (v
@@ -446,8 +445,6 @@ nm_remote_settings_error_quark (v
NMRemoteConnection *connection,
GError *error,
gpointer user_data);
-
-
@@ -458,8 +455,6 @@ nm_remote_settings_error_quark (v
char **failures,
GError *error,
gpointer user_data);
-
-
@@ -468,8 +463,6 @@ nm_remote_settings_error_quark (v
(*NMRemoteSettingsSaveHostnameFunc) (NMRemoteSettings *settings,
GError *error,
gpointer user_data);
-
-
@@ -498,7 +491,6 @@ want to avoid that.
@@ -580,7 +572,6 @@ nm_remote_settings_new_finish (GA
@@ -651,7 +642,7 @@ nm_remote_settings_get_connection_by_id
matching object was found.
[transfer none]
-Since 0.9.10
+Since: 0.9.10
@@ -786,7 +777,6 @@ added, not the object itself
@@ -839,9 +829,8 @@ added, not the object itself
-Since 0.9.10
+Since: 0.9.10
@@ -901,9 +890,8 @@ filenames that failed to load.
TRUE if NetworkManager at least tried to load filenames
,
FALSE if an error occurred (eg, permission denied).
-
-Since 0.9.10
+Since: 0.9.10
@@ -939,9 +927,8 @@ the in-memory state matches the on-disk state.
-Since 0.9.10
+Since: 0.9.10
@@ -991,7 +978,6 @@ hostname operation completes.
@@ -1049,56 +1035,42 @@ hostname operation completes.
NM_REMOTE_SETTINGS_ERROR
#define NM_REMOTE_SETTINGS_ERROR nm_remote_settings_error_quark ()
-
-
NM_REMOTE_SETTINGS_CONNECTIONS_READ
#define NM_REMOTE_SETTINGS_CONNECTIONS_READ "connections-read"
-
-
@@ -1106,14 +1078,15 @@ hostname operation completes.
The “bus” property
“bus” DBusGConnection *
-
+The DBusGConnection that the NMRemoteSettings is connected to. Defaults
+to the system bus if not specified.
Flags: Read / Write / Construct Only
The “can-modify” property
“can-modify” gboolean
-
+If TRUE, adding and modifying connections is supported.
Flags: Read
Default value: FALSE
@@ -1121,7 +1094,8 @@ hostname operation completes.
The “hostname” property
“hostname” gchar *
-
+The machine hostname stored in persistent configuration. This can be
+modified by calling nm_remote_settings_save_hostname().
Flags: Read
Default value: NULL
@@ -1129,7 +1103,7 @@ hostname operation completes.
The “service-running” property
“service-running” gboolean
-
+Whether the settings service is running.
Flags: Read
Default value: FALSE
@@ -1159,7 +1133,6 @@ user_function (
-
- Generated by GTK-Doc V1.21
+
Generated by GTK-Doc V1.24
\ No newline at end of file
diff --git a/docs/libnm-glib/html/NMSecretAgent.html b/docs/libnm-glib/html/NMSecretAgent.html
index 367c6450..8acd02c1 100644
--- a/docs/libnm-glib/html/NMSecretAgent.html
+++ b/docs/libnm-glib/html/NMSecretAgent.html
@@ -2,13 +2,13 @@
-libnm-glib Reference Manual: NMSecretAgent
+NMSecretAgent: libnm-glib Reference Manual
-
+
@@ -228,8 +228,6 @@
Functions
@@ -237,20 +235,12 @@
NM_SECRET_AGENT_ERROR
#define NM_SECRET_AGENT_ERROR (nm_secret_agent_error_quark ())
-
-
@@ -299,7 +289,7 @@ something like this:
NM_SETTING_WIRELESS_SECURITY_PSK, "my really cool PSK",
NULL);
nm_connection_add_setting (secrets, NM_SETTING (s_wsec));
-secrets_hash = nm_connection_to_hash (secrets, NM_SETTING_HASH_FLAG_ALL);
+secrets_hash = nm_connection_to_hash (secrets, NM_SETTING_HASH_FLAG_ALL);
(call the NMSecretAgentGetSecretsFunc with secrets_hash)
@@ -482,7 +472,6 @@ asynchronous operation and its success or failure is indicated via the
a new TRUE if registration was successfully requested (this does
not mean registration itself was successful), FALSE if registration was not
successfully requested.
-
@@ -511,7 +500,6 @@ store secrets on behalf of this user.
@@ -537,7 +525,6 @@ nm_secret_agent_get_registered (
Returns
a TRUE if the agent is registered, FALSE if it is not.
-
@@ -807,7 +794,7 @@ authentication dialogs.
-Since 0.9.10
+Since: 0.9.10
@@ -869,40 +856,30 @@ results or carrier changes.
NM_SECRET_AGENT_IDENTIFIER
#define NM_SECRET_AGENT_IDENTIFIER "identifier"
-
-
NM_SECRET_AGENT_REGISTRATION_RESULT
#define NM_SECRET_AGENT_REGISTRATION_RESULT "registration-result"
-
-
@@ -910,7 +887,13 @@ results or carrier changes.
The “auto-register” property
“auto-register” gboolean
-
+If TRUE, the agent will attempt to automatically register itself after
+it is created (via an idle handler) and to re-register itself if
+NetworkManager restarts. If FALSE, the agent does not automatically
+register with NetworkManager, and nm_secret_agent_register() must be
+called. If 'auto-register' is TRUE, calling nm_secret_agent_unregister()
+will suppress auto-registration until nm_secret_agent_register() is
+called, which re-enables auto-registration.
Flags: Read / Write / Construct
Default value: TRUE
@@ -918,14 +901,20 @@ results or carrier changes.
The “capabilities” property
“capabilities” NMSecretAgentCapabilities
-
+A bitfield of NMSecretAgentCapabilities.
Flags: Read / Write / Construct
The “identifier” property
“identifier” gchar *
-
+Identifies this agent; only one agent in each user session may use the
+same identifier. Identifier formatting follows the same rules as
+D-Bus bus names with the exception that the ':' character is not
+allowed. The valid set of characters is "A-Z[0-9]_-." and the
+identifier is limited in length to 255 characters with a minimum
+of 3 characters. An example valid identifier is 'org.gnome.nm-applet'
+(without quotes).
Flags: Read / Write / Construct Only
Default value: NULL
@@ -933,7 +922,7 @@ results or carrier changes.
The “registered” property
“registered” gboolean
-
+TRUE if the agent is registered with NetworkManager, FALSE if not.
Flags: Read
Default value: FALSE
@@ -946,12 +935,41 @@ results or carrier changes.
user_function (NMSecretAgent *agent,
gpointer error,
gpointer user_data)
+Indicates the result of a registration request; if error
+ is NULL the
+request was successful.
+
+Parameters
+
+
+
+
+
+
+
+
+agent
+the agent that received the signal
+
+
+
+error
+the error, if any, that occured while registering
+
+
+
+user_data
+user data set when the signal handler was connected.
+
+
+
+
+
Flags: Run First
+
Generated by GTK-Doc V1.24
\ No newline at end of file
diff --git a/docs/libnm-glib/html/NMVPNConnection.html b/docs/libnm-glib/html/NMVPNConnection.html
index c74274ea..7562a519 100644
--- a/docs/libnm-glib/html/NMVPNConnection.html
+++ b/docs/libnm-glib/html/NMVPNConnection.html
@@ -2,13 +2,13 @@
-libnm-glib Reference Manual: NMVPNConnection
+NMVPNConnection: libnm-glib Reference Manual
-
+
@@ -135,8 +135,6 @@
Functions
@@ -198,7 +196,6 @@ nm_vpn_connection_get_vpn_state (
Returns
the VPN state of the active VPN connection.
-
@@ -226,7 +223,6 @@ nm_vpn_connection_get_banner (Returns
the VPN login banner of the VPN connection. This is the internal
string used by the connection, and must not be modified.
-
@@ -236,16 +232,12 @@ string used by the connection, and must not be modified.
NM_VPN_CONNECTION_VPN_STATE
#define NM_VPN_CONNECTION_VPN_STATE "vpn-state"
-
-
@@ -253,7 +245,7 @@ string used by the connection, and must not be modified.
The “banner” property
“banner” gchar *
-
+The VPN login banner of the active VPN connection.
Flags: Read
Default value: NULL
@@ -261,7 +253,7 @@ string used by the connection, and must not be modified.
The “vpn-state” property
“vpn-state” guint
-
+The VPN state of the active VPN connection.
Flags: Read
Allowed values: <= 7
Default value: 0
@@ -281,7 +273,6 @@ user_function (
-
- Generated by GTK-Doc V1.21
+
Generated by GTK-Doc V1.24
\ No newline at end of file
diff --git a/docs/libnm-glib/html/NMWimaxNsp.html b/docs/libnm-glib/html/NMWimaxNsp.html
index a83434a5..91cdbfee 100644
--- a/docs/libnm-glib/html/NMWimaxNsp.html
+++ b/docs/libnm-glib/html/NMWimaxNsp.html
@@ -2,13 +2,13 @@
-libnm-glib Reference Manual: NMWimaxNsp
+NMWimaxNsp: libnm-glib Reference Manual
-
+
@@ -155,8 +155,6 @@
@@ -245,7 +242,6 @@ nm_wimax_nsp_get_signal_quality (
Returns
the signal quality
-
@@ -272,7 +268,6 @@ nm_wimax_nsp_get_network_type (
Returns
the network type
-
@@ -357,7 +352,6 @@ against
Returns
TRUE if the connection may be activated with this WiMAX NSP,
FALSE if it cannot be.
-
@@ -367,24 +361,18 @@ against
NM_WIMAX_NSP_NAME
#define NM_WIMAX_NSP_NAME "name"
-
-
@@ -437,7 +425,7 @@ against
@@ -445,7 +433,7 @@ against
@@ -453,7 +441,7 @@ against
+
Generated by GTK-Doc V1.24
\ No newline at end of file
diff --git a/docs/libnm-glib/html/annotation-glossary.html b/docs/libnm-glib/html/annotation-glossary.html
index 03f6d263..52e56c4d 100644
--- a/docs/libnm-glib/html/annotation-glossary.html
+++ b/docs/libnm-glib/html/annotation-glossary.html
@@ -2,12 +2,12 @@
-libnm-glib Reference Manual: Annotation Glossary
+Annotation Glossary: libnm-glib Reference Manual
-
+
@@ -48,6 +48,8 @@
S
scope async
The callback is valid until first called.
+skip
+Exposed in C code, not necessarily available in other languages.
T
transfer container
Free data container after the code is done.
@@ -55,9 +57,10 @@
Free data after the code is done.
transfer none
Don't free data after the code is done.
+type
+Override the parsed C type with given type.
+
Generated by GTK-Doc V1.24
\ No newline at end of file
diff --git a/docs/libnm-glib/html/api-index-full.html b/docs/libnm-glib/html/api-index-full.html
index 59052d84..1f09388c 100644
--- a/docs/libnm-glib/html/api-index-full.html
+++ b/docs/libnm-glib/html/api-index-full.html
@@ -2,13 +2,13 @@
-libnm-glib Reference Manual: API Index
+API Index: libnm-glib Reference Manual
-
+
@@ -2573,7 +2573,6 @@
+
Generated by GTK-Doc V1.24
\ No newline at end of file
diff --git a/docs/libnm-glib/html/ch02.html b/docs/libnm-glib/html/ch02.html
index 80d259a7..18b6b1ab 100644
--- a/docs/libnm-glib/html/ch02.html
+++ b/docs/libnm-glib/html/ch02.html
@@ -2,13 +2,13 @@
-libnm-glib Reference Manual: libnm-glib API Reference
+libnm-glib API Reference: libnm-glib Reference Manual
-
+
@@ -119,7 +119,6 @@
+
Generated by GTK-Doc V1.24
\ No newline at end of file
diff --git a/docs/libnm-glib/html/index.html b/docs/libnm-glib/html/index.html
index fb5c1c38..bec4797c 100644
--- a/docs/libnm-glib/html/index.html
+++ b/docs/libnm-glib/html/index.html
@@ -6,7 +6,7 @@
-
+
@@ -15,7 +15,7 @@
libnm-glib Reference Manual
- for libnm-glib 1.0.2
+ for libnm-glib 1.0.4
The latest version of this documentation can be found on-line at
https://developer.gnome.org/libnm-glib/0.9/.
@@ -150,7 +150,6 @@
+
Generated by GTK-Doc V1.24