From e152ec7bf4ba252ff9d3eb13eabd417b931dac9a Mon Sep 17 00:00:00 2001 From: Iain Lane Date: Mon, 24 Sep 2018 09:29:55 +0100 Subject: Import Upstream version 1.12.2 --- docs/libnm-glib/html/NMDeviceWifi.html | 84 +++++++++++++++++----------------- 1 file changed, 42 insertions(+), 42 deletions(-) (limited to 'docs/libnm-glib/html/NMDeviceWifi.html') diff --git a/docs/libnm-glib/html/NMDeviceWifi.html b/docs/libnm-glib/html/NMDeviceWifi.html index f58678ef..3db56403 100644 --- a/docs/libnm-glib/html/NMDeviceWifi.html +++ b/docs/libnm-glib/html/NMDeviceWifi.html @@ -8,7 +8,7 @@ - + @@ -44,7 +44,7 @@ -GQuark +GQuark nm_device_wifi_error_quark () @@ -52,7 +52,7 @@ -GObject * +GObject * nm_device_wifi_new () @@ -74,7 +74,7 @@ -NM80211Mode +NM80211Mode nm_device_wifi_get_mode () @@ -82,7 +82,7 @@ -guint32 +guint32 nm_device_wifi_get_bitrate () @@ -90,7 +90,7 @@ -NMDeviceWifiCapabilities +NMDeviceWifiCapabilities nm_device_wifi_get_capabilities () @@ -113,7 +113,7 @@ -const GPtrArray * +const GPtrArray * nm_device_wifi_get_access_points () @@ -160,29 +160,29 @@ Read -guint +guint bitrate Read -gchar * +gchar * hw-address Read -guint +guint mode Read -gchar * +gchar * perm-hw-address Read -guint +guint wireless-capabilities Read @@ -201,12 +201,12 @@ void access-point-added -Run First +Run First void access-point-removed -Run First +Run First @@ -260,7 +260,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── NMObject
         ╰── NMDevice
             ╰── NMDeviceWifi
@@ -273,7 +273,7 @@
 

Functions

nm_device_wifi_error_quark ()

-
GQuark
+
GQuark
 nm_device_wifi_error_quark (void);

Registers an error quark for NMDeviceWifi if necessary.

@@ -284,8 +284,8 @@ nm_device_wifi_error_quark (void<

nm_device_wifi_new ()

-
GObject *
-nm_device_wifi_new (DBusGConnection *connection,
+
GObject *
+nm_device_wifi_new (DBusGConnection *connection,
                     const char *path);

Creates a new NMDeviceWifi.

@@ -299,7 +299,7 @@ nm_device_wifi_new (

connection

-

the DBusGConnection

+

the DBusGConnection

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


nm_device_wifi_get_mode ()

-
NM80211Mode
+
NM80211Mode
 nm_device_wifi_get_mode (NMDeviceWifi *device);

Gets the NMDeviceWifi mode.

@@ -400,7 +400,7 @@ nm_device_wifi_get_mode (

nm_device_wifi_get_bitrate ()

-
guint32
+
guint32
 nm_device_wifi_get_bitrate (NMDeviceWifi *device);

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

@@ -426,7 +426,7 @@ nm_device_wifi_get_bitrate (

nm_device_wifi_get_capabilities ()

-
NMDeviceWifiCapabilities
+
NMDeviceWifiCapabilities
 nm_device_wifi_get_capabilities (NMDeviceWifi *device);

Gets the Wi-Fi capabilities of the NMDeviceWifi.

@@ -473,7 +473,7 @@ nm_device_wifi_get_active_access_point

Returns

-

the access point or NULL if none is active.

+

the access point or NULL if none is active.

[transfer none]

@@ -509,14 +509,14 @@ nm_device_wifi_get_access_point_by_path

Returns

-

the access point or NULL if none is found.

+

the access point or NULL if none is found.

[transfer none]


nm_device_wifi_get_access_points ()

-
const GPtrArray *
+
const GPtrArray *
 nm_device_wifi_get_access_points (NMDeviceWifi *device);

Gets all the scanned access points of the NMDeviceWifi.

@@ -536,8 +536,8 @@ nm_device_wifi_get_access_points (

Returns

-

a GPtrArray containing all the -scanned NMAccessPoints. +

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

[element-type NMAccessPoint]

@@ -547,8 +547,8 @@ The returned array is owned by the client and should not be modified.

NMDeviceWifiRequestScanFn ()

void
 (*NMDeviceWifiRequestScanFn) (NMDeviceWifi *device,
-                              GError *error,
-                              gpointer user_data);
+ GError *error, + gpointer user_data);

@@ -556,7 +556,7 @@ The returned array is owned by the client and should not be modified.

void
 nm_device_wifi_request_scan_simple (NMDeviceWifi *device,
                                     NMDeviceWifiRequestScanFn callback,
-                                    gpointer user_data);
+ gpointer user_data);

Request NM to scan for access points on the NMDeviceWifi. This function only instructs NM to perform scanning. Use nm_device_wifi_get_access_points() to get available access points.

@@ -726,7 +726,7 @@ required by the connection


The “bitrate” property

-
  “bitrate”                  guint
+
  “bitrate”                  guint

The bit rate of the device in kbit/s.

Flags: Read

Default value: 0

@@ -734,7 +734,7 @@ required by the connection


The “hw-address” property

-
  “hw-address”               gchar *
+
  “hw-address”               gchar *

The hardware (MAC) address of the device.

Flags: Read

Default value: NULL

@@ -742,7 +742,7 @@ required by the connection


The “mode” property

-
  “mode”                     guint
+
  “mode”                     guint

The mode of the device.

Flags: Read

Allowed values: <= 3

@@ -751,7 +751,7 @@ required by the connection


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

@@ -759,7 +759,7 @@ required by the connection


The “wireless-capabilities” property

-
  “wireless-capabilities”    guint
+
  “wireless-capabilities”    guint

The wireless capabilities of the device.

Flags: Read

Default value: 0

@@ -771,8 +771,8 @@ required by the connection

The “access-point-added” signal

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

Parameters

@@ -801,15 +801,15 @@ user_function (
-

Flags: Run First

+

Flags: Run First


The “access-point-removed” signal

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

Parameters

@@ -838,11 +838,11 @@ user_function (
-

Flags: Run First

+

Flags: Run First

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