From 81836c2d44802b4cca833d7775dd627e0797a7e2 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 28 Aug 2015 01:13:48 +0200 Subject: Imported Upstream version 1.0.6 --- docs/libnm-glib/html/NMAccessPoint.html | 76 +++++++++++++++++++++++++--- docs/libnm-glib/html/NMActiveConnection.html | 8 +-- docs/libnm-glib/html/NMSecretAgent.html | 2 +- docs/libnm-glib/html/api-index-full.html | 12 +++++ docs/libnm-glib/html/index.html | 2 +- docs/libnm-glib/html/index.sgml | 3 ++ docs/libnm-glib/html/libnm-glib.devhelp2 | 3 ++ 7 files changed, 94 insertions(+), 12 deletions(-) (limited to 'docs/libnm-glib/html') diff --git a/docs/libnm-glib/html/NMAccessPoint.html b/docs/libnm-glib/html/NMAccessPoint.html index 9182a27a..b6e6a378 100644 --- a/docs/libnm-glib/html/NMAccessPoint.html +++ b/docs/libnm-glib/html/NMAccessPoint.html @@ -121,6 +121,14 @@ +gint32 + + +nm_access_point_get_last_seen () + + + + GSList * @@ -177,6 +185,11 @@ Read +gint +last-seen +Read + + guint max-bitrate Read @@ -256,6 +269,10 @@ #define +NM_ACCESS_POINT_LAST_SEEN + + +#define NM_ACCESS_POINT_HW_ADDRESS @@ -546,6 +563,35 @@ nm_access_point_get_strength ( +

nm_access_point_get_last_seen ()

+
gint32
+nm_access_point_get_last_seen (NMAccessPoint *ap);
+

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

+
+

Parameters

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

ap

a NMAccessPoint

 
+
+
+

Returns

+

the last seen time in seconds

+
+

Since: 1.0.6

+ +
+

nm_access_point_filter_connections ()

GSList *
 nm_access_point_filter_connections (NMAccessPoint *ap,
@@ -560,7 +606,7 @@ use NMDevice using nm_device_filter_connections() and finally
 filter that list with this function.

-

Parameters

+

Parameters

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

-

Returns

+

Returns

a list of NMConnection objects that could be activated with the given ap . @@ -605,7 +651,7 @@ the connection may be activated with that AP. The connection must match the 's SSID, (if given) BSSID, and other attributes like security settings, channel, band, etc.

-

Parameters

+

Parameters

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

-

Returns

+

Returns

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

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

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

-

Parameters

+

Parameters

@@ -660,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.

@@ -723,6 +769,12 @@ access point and must not be modified.


+

NM_ACCESS_POINT_LAST_SEEN

+
#define NM_ACCESS_POINT_LAST_SEEN   "last-seen"
+
+
+
+

NM_ACCESS_POINT_HW_ADDRESS

#define NM_ACCESS_POINT_HW_ADDRESS  "hw-address"
 
@@ -765,6 +817,18 @@ access point and must not be modified.


+

The “last-seen” property

+
  “last-seen”                gint
+

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

+

Flags: Read

+

Allowed values: >= -1

+

Default value: -1

+

Since: 1.0.6

+
+
+

The “max-bitrate” property

  “max-bitrate”              guint

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

diff --git a/docs/libnm-glib/html/NMActiveConnection.html b/docs/libnm-glib/html/NMActiveConnection.html index 51037dca..e14a0408 100644 --- a/docs/libnm-glib/html/NMActiveConnection.html +++ b/docs/libnm-glib/html/NMActiveConnection.html @@ -655,7 +655,7 @@ 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]

@@ -687,7 +687,7 @@ 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

@@ -743,7 +743,7 @@ 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]

@@ -775,7 +775,7 @@ 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

diff --git a/docs/libnm-glib/html/NMSecretAgent.html b/docs/libnm-glib/html/NMSecretAgent.html index 8acd02c1..354c1209 100644 --- a/docs/libnm-glib/html/NMSecretAgent.html +++ b/docs/libnm-glib/html/NMSecretAgent.html @@ -289,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) diff --git a/docs/libnm-glib/html/api-index-full.html b/docs/libnm-glib/html/api-index-full.html index 1f09388c..e11ae148 100644 --- a/docs/libnm-glib/html/api-index-full.html +++ b/docs/libnm-glib/html/api-index-full.html @@ -56,6 +56,10 @@
+NMAccessPoint:last-seen, object property in NMAccessPoint +
+
+
NMAccessPoint:max-bitrate, object property in NMAccessPoint
@@ -116,6 +120,10 @@
+nm_access_point_get_last_seen, function in NMAccessPoint +
+
+
nm_access_point_get_max_bitrate, function in NMAccessPoint
@@ -144,6 +152,10 @@
+NM_ACCESS_POINT_LAST_SEEN, macro in NMAccessPoint +
+
+
NM_ACCESS_POINT_MAX_BITRATE, macro in NMAccessPoint
diff --git a/docs/libnm-glib/html/index.html b/docs/libnm-glib/html/index.html index bec4797c..6a134292 100644 --- a/docs/libnm-glib/html/index.html +++ b/docs/libnm-glib/html/index.html @@ -15,7 +15,7 @@

- for libnm-glib 1.0.4 + for libnm-glib 1.0.6 The latest version of this documentation can be found on-line at https://developer.gnome.org/libnm-glib/0.9/. diff --git a/docs/libnm-glib/html/index.sgml b/docs/libnm-glib/html/index.sgml index 5b020fd0..80069edb 100644 --- a/docs/libnm-glib/html/index.sgml +++ b/docs/libnm-glib/html/index.sgml @@ -678,6 +678,7 @@ + @@ -691,12 +692,14 @@ + + diff --git a/docs/libnm-glib/html/libnm-glib.devhelp2 b/docs/libnm-glib/html/libnm-glib.devhelp2 index 00b0f075..017e1861 100644 --- a/docs/libnm-glib/html/libnm-glib.devhelp2 +++ b/docs/libnm-glib/html/libnm-glib.devhelp2 @@ -467,6 +467,7 @@ + @@ -479,11 +480,13 @@ + + -- cgit 1.3.0-6-gf8a5