From 681dfc70ef98f6ed0c05bcb0fbff00e3fc0799ea Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 26 Aug 2024 16:10:34 +0200 Subject: New upstream version 1.48.10 --- docs/libnm/html/NMAccessPoint.html | 66 +++++++++++++++++++------------------- 1 file changed, 33 insertions(+), 33 deletions(-) (limited to 'docs/libnm/html/NMAccessPoint.html') diff --git a/docs/libnm/html/NMAccessPoint.html b/docs/libnm/html/NMAccessPoint.html index e02c98e1..2d0166c9 100644 --- a/docs/libnm/html/NMAccessPoint.html +++ b/docs/libnm/html/NMAccessPoint.html @@ -8,7 +8,7 @@ - + @@ -67,7 +67,7 @@ -GBytes * +GBytes * nm_access_point_get_ssid () @@ -82,7 +82,7 @@ -guint32 +guint32 nm_access_point_get_frequency () @@ -98,7 +98,7 @@ -guint32 +guint32 nm_access_point_get_max_bitrate () @@ -106,7 +106,7 @@ -guint8 +guint8 nm_access_point_get_strength () @@ -122,7 +122,7 @@ -guint32 +guint32 nm_access_point_get_bandwidth () @@ -130,7 +130,7 @@ -GPtrArray * +GPtrArray * nm_access_point_filter_connections () @@ -138,7 +138,7 @@ -gboolean +gboolean nm_access_point_connection_valid () @@ -157,7 +157,7 @@ -guint +guint bandwidth Read @@ -173,7 +173,7 @@ Read -guint +guint frequency Read @@ -189,7 +189,7 @@ Read -guint +guint max-bitrate Read @@ -205,12 +205,12 @@ -GBytes * +GBytes * ssid Read -guchar +guchar strength Read @@ -287,7 +287,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── NMObject
         ╰── NMAccessPoint
 
@@ -378,7 +378,7 @@ point.


nm_access_point_get_ssid ()

-
GBytes *
+
GBytes *
 nm_access_point_get_ssid (NMAccessPoint *ap);

Gets the SSID of the access point.

@@ -398,7 +398,7 @@ nm_access_point_get_ssid (

Returns

-

the GBytes containing the SSID, or NULL if the +

the GBytes containing the SSID, or NULL if the SSID is unknown.

[transfer none]

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


nm_access_point_get_frequency ()

-
guint32
+
guint32
 nm_access_point_get_frequency (NMAccessPoint *ap);

Gets the frequency of the access point in MHz.

@@ -485,7 +485,7 @@ nm_access_point_get_mode (

nm_access_point_get_max_bitrate ()

-
guint32
+
guint32
 nm_access_point_get_max_bitrate (NMAccessPoint *ap);

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

@@ -511,7 +511,7 @@ nm_access_point_get_max_bitrate (

nm_access_point_get_strength ()

-
guint8
+
guint8
 nm_access_point_get_strength (NMAccessPoint *ap);

Gets the current signal strength of the access point as a percentage.

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


nm_access_point_get_bandwidth ()

-
guint32
+
guint32
 nm_access_point_get_bandwidth (NMAccessPoint *ap);

Gets the bandwidth advertised by the access point in MHz.

@@ -593,9 +593,9 @@ nm_access_point_get_bandwidth (

nm_access_point_filter_connections ()

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

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

an array of NMConnections that could be activated with the given ap . The array should -be freed with g_ptr_array_unref() when it is no longer required.

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

WARNING: the transfer annotation for this function may not work correctly with bindings. See https://gitlab.gnome.org/GNOME/gobject-introspection/-/issues/305. You can filter the list yourself with nm_access_point_connection_valid().

@@ -643,7 +643,7 @@ You can filter the list yourself with

nm_access_point_connection_valid ()

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

Validates a given connection against a given Wi-Fi access point to ensure that @@ -677,8 +677,8 @@ against

Returns

-

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

+

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

@@ -765,7 +765,7 @@ against

Property Details

The “bandwidth” property

-
  “bandwidth”                guint
+
  “bandwidth”                guint

The channel bandwidth announced by the AP in MHz.

Owner: NMAccessPoint

Flags: Read

@@ -792,7 +792,7 @@ against


The “frequency” property

-
  “frequency”                guint
+
  “frequency”                guint

The frequency of the access point.

Owner: NMAccessPoint

Flags: Read

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


The “max-bitrate” property

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

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

Owner: NMAccessPoint

Flags: Read

@@ -856,15 +856,15 @@ coordinator of the wireless network allowing clients to connect) or

The “ssid” property

-
  “ssid”                     GBytes *
-

The SSID of the access point, or NULL if it is not known.

+
  “ssid”                     GBytes *
+

The SSID of the access point, or NULL if it is not known.

Owner: NMAccessPoint

Flags: Read


The “strength” property

-
  “strength”                 guchar
+
  “strength”                 guchar

The current signal strength of the access point.

Owner: NMAccessPoint

Flags: Read

@@ -881,6 +881,6 @@ coordinator of the wireless network allowing clients to connect) or
+
Generated by GTK-Doc V1.33.1
\ No newline at end of file -- cgit 1.3.0-6-gf8a5