From ee9c73a923909e23a649407be77e25235d769e25 Mon Sep 17 00:00:00 2001
From: Michael Biebl
“access-points” property “access-points” GPtrArray *
List of all Wi-Fi access points the device can see.
-[type GPtrArray(NMAccessPoint)]
+Element-type: NMAccessPoint
Flags: Read
GObject +GObject ╰── NMObject ╰── NMDevice ╰── NMDeviceWifi @@ -275,7 +275,7 @@Implemented Interfaces
NMDeviceWifi implements - GInitable and GAsyncInitable.
+ GInitable and GAsyncInitable.
nm_device_wifi_get_bitrate ()
-guint32
+guint32
nm_device_wifi_get_bitrate (NMDeviceWifi *device);
Gets the bit rate of the NMDeviceWifi in kbit/s.
@@ -438,7 +438,7 @@ nm_device_wifi_get_active_access_point
the access point or NULL if none is found.
the access point or NULL if none is found.
[transfer none]
const GPtrArray * +const GPtrArray * nm_device_wifi_get_access_points (NMDeviceWifi *device);Gets all the scanned access points of the NMDeviceWifi.
@@ -501,7 +501,7 @@ nm_device_wifi_get_access_points (Returns
-a GPtrArray containing all the +
a GPtrArray containing all the scanned NMAccessPoints. The returned array is owned by the client and should not be modified.
[element-type NMAccessPoint]
@@ -510,10 +510,10 @@ The returned array is owned by the client and should not be modified.
nm_device_wifi_request_scan ()
-gboolean +gboolean nm_device_wifi_request_scan (+NMDeviceWifi *device, -GCancellable *cancellable, -GError **error);GCancellable *cancellable, +GError **error);Request NM to scan for access points on
device. Note that the function returns immediately after requesting the scan, and it may take some time @@ -534,12 +534,12 @@ after that for the scan to complete.- cancellable
+ a GCancellable, or
NULLa GCancellable, or
NULL@@ -547,7 +547,7 @@ after that for the scan to complete. - error
+ @@ -555,11 +555,11 @@ set.Returns
-
TRUEon success,FALSEon error, in which caseerror+
TRUEon success,FALSEon error, in which caseerrorwill be set.
nm_device_wifi_request_scan_options ()
-gboolean +gboolean nm_device_wifi_request_scan_options (+NMDeviceWifi *device, -GVariant *options, -GCancellable *cancellable, -GError **error);GVariant *options, +GCancellable *cancellable, +GError **error);Request NM to scan for access points on
device. Note that the function returns immediately after requesting the scan, and it may take some time @@ -586,17 +586,17 @@ D-Bus call. Valid otions inside the dictionary are:- options
+ dictionary with options for
RequestScan(), orNULLdictionary with options for
RequestScan(), orNULL- cancellable
+ a GCancellable, or
NULLa GCancellable, or
NULL@@ -604,7 +604,7 @@ D-Bus call. Valid otions inside the dictionary are: - error
+ @@ -615,9 +615,9 @@ set.Returns
-
TRUEon success,FALSEon error, in which caseerror+
TRUEon success,FALSEon error, in which caseerrorwill be set.nm_device_wifi_request_scan_async ()
void nm_device_wifi_request_scan_async (+NMDeviceWifi *device, -GCancellable *cancellable, -GAsyncReadyCallback callback, -gpointer user_data);GCancellable *cancellable, +GAsyncReadyCallback callback, +gpointer user_data);Request NM to scan for access points on
device. Note thatcallbackwill be @@ -639,7 +639,7 @@ that for the scan to complete.- cancellable
+ a GCancellable, or
NULLa GCancellable, or
NULL@@ -663,10 +663,10 @@ that for the scan to complete. void nm_device_wifi_request_scan_options_async (+NMDeviceWifi *device, -GVariant *options, -GCancellable *cancellable, -GAsyncReadyCallback callback, -gpointer user_data);GVariant *options, +GCancellable *cancellable, +GAsyncReadyCallback callback, +gpointer user_data);Request NM to scan for access points on
device. Note thatcallbackwill be @@ -694,12 +694,12 @@ D-Bus call. Valid otions inside the dictionary are:- options
+ dictionary with options for
RequestScan(), orNULLdictionary with options for
RequestScan(), orNULL- cancellable
+ a GCancellable, or
NULLa GCancellable, or
NULL@@ -721,10 +721,10 @@ D-Bus call. Valid otions inside the dictionary are:
+nm_device_wifi_request_scan_finish ()
-gboolean +gboolean nm_device_wifi_request_scan_finish (+NMDeviceWifi *device, -GAsyncResult *result, -GError **error);GAsyncResult *result, +GError **error);Gets the result of a call to
nm_device_wifi_request_scan_async().Parameters
@@ -742,12 +742,12 @@ nm_device_wifi_request_scan_finish (- result
+ the result passed to the GAsyncReadyCallback
the result passed to the GAsyncReadyCallback
@@ -755,7 +755,7 @@ nm_device_wifi_request_scan_finish ( - error
+ @@ -814,9 +814,9 @@ set.Property Details
The
-“access-points”property“access-points” GPtrArray *+“access-points” GPtrArray *List of all Wi-Fi access points the device can see.
-Element-type: NMAccessPoint
+[type GPtrArray(NMAccessPoint)]
Flags: Read
@@ -829,7 +829,7 @@ set.
The
-“bitrate”property“bitrate” guint+“bitrate” guintThe bit rate of the device in kbit/s.
Flags: Read
Default value: 0
@@ -837,7 +837,7 @@ set.
The
-“hw-address”property“hw-address” gchar *+“hw-address” gchar *The hardware (MAC) address of the device.
Flags: Read
Default value: NULL
@@ -853,7 +853,7 @@ set.
-The
-“perm-hw-address”property“perm-hw-address” gchar *+“perm-hw-address” gchar *The hardware (MAC) address of the device.
Flags: Read
Default value: NULL
@@ -872,8 +872,8 @@ set.The
“access-point-added”signalvoid user_function (NMDeviceWifi *device, - GObject *ap, - gpointer user_data)+ GObject *ap, + gpointer user_data)Notifies that a NMAccessPoint is added to the Wi-Fi device.
Flags: Run First
+Flags: Run First
-The
“access-point-removed”signalvoid user_function (NMDeviceWifi *device, - GObject *ap, - gpointer user_data)+ GObject *ap, + gpointer user_data)Notifies that a NMAccessPoint is removed from the Wi-Fi device.
Flags: Run First
+Flags: Run First
Generated by GTK-Doc V1.28