From f9bfd1158b8d08d6a5ed3bb7cc1ba7a6455e5201 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sun, 1 Sep 2024 22:38:35 +0200 Subject: New upstream version 1.49.90 --- docs/libnm/html/NMDeviceWifiP2P.html | 84 ++++++++++++++++++------------------ 1 file changed, 42 insertions(+), 42 deletions(-) (limited to 'docs/libnm/html/NMDeviceWifiP2P.html') diff --git a/docs/libnm/html/NMDeviceWifiP2P.html b/docs/libnm/html/NMDeviceWifiP2P.html index 7a8d1e77..5b089270 100644 --- a/docs/libnm/html/NMDeviceWifiP2P.html +++ b/docs/libnm/html/NMDeviceWifiP2P.html @@ -8,7 +8,7 @@ - + @@ -58,7 +58,7 @@ -const GPtrArray * +const GPtrArray * nm_device_wifi_p2p_get_peers () @@ -74,7 +74,7 @@ -gboolean +gboolean nm_device_wifi_p2p_start_find_finish () @@ -90,7 +90,7 @@ -gboolean +gboolean nm_device_wifi_p2p_stop_find_finish () @@ -109,7 +109,7 @@ -GPtrArray * +GPtrArray * peers Read @@ -127,12 +127,12 @@ void peer-added -Run First +Run First void peer-removed -Run First +Run First @@ -166,7 +166,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── NMObject
         ╰── NMDevice
             ╰── NMDeviceWifiP2P
@@ -240,7 +240,7 @@ nm_device_wifi_p2p_get_peer_by_path (
 

Returns

-

the peer or NULL if none is found.

+

the peer or NULL if none is found.

[transfer none]

Since: 1.42

@@ -248,7 +248,7 @@ nm_device_wifi_p2p_get_peer_by_path (

nm_device_wifi_p2p_get_peers ()

-
const GPtrArray *
+
const GPtrArray *
 nm_device_wifi_p2p_get_peers (NMDeviceWifiP2P *device);

Gets all the found peers of the NMDeviceWifiP2P.

@@ -268,7 +268,7 @@ nm_device_wifi_p2p_get_peers (

Returns

-

a GPtrArray containing all the +

a GPtrArray containing all the found NMWifiP2PPeers. The returned array is owned by the client and should not be modified.

[element-type NMWifiP2PPeer]

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

nm_device_wifi_p2p_start_find ()

void
 nm_device_wifi_p2p_start_find (NMDeviceWifiP2P *device,
-                               GVariant *options,
-                               GCancellable *cancellable,
-                               GAsyncReadyCallback callback,
-                               gpointer user_data);
+ GVariant *options, + GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data);

Request NM to search for Wi-Fi P2P peers on device . Note that the call returns immediately after requesting the find, and it may take some time @@ -311,12 +311,12 @@ using nm_device_p2p_wifi_stop_find().

cancellable

-

a GCancellable, or NULL

+

a GCancellable, or NULL

 

callback

-

a GAsyncReadyCallback, or NULL

+

a GAsyncReadyCallback, or NULL

  @@ -333,10 +333,10 @@ using nm_device_p2p_wifi_stop_find().


nm_device_wifi_p2p_start_find_finish ()

-
gboolean
+
gboolean
 nm_device_wifi_p2p_start_find_finish (NMDeviceWifiP2P *device,
-                                      GAsyncResult *result,
-                                      GError **error);
+ GAsyncResult *result, + GError **error);

Finish an operation started by nm_device_wifi_p2p_start_find().

Parameters

@@ -354,12 +354,12 @@ nm_device_wifi_p2p_start_find_finish (

result

-

the GAsyncResult

+

the GAsyncResult

 

error

-

GError return address

+

GError return address

  @@ -367,7 +367,7 @@ nm_device_wifi_p2p_start_find_finish (

Returns

-

TRUE if the call was successful

+

TRUE if the call was successful

Since: 1.16

@@ -376,9 +376,9 @@ nm_device_wifi_p2p_start_find_finish (

nm_device_wifi_p2p_stop_find ()

void
 nm_device_wifi_p2p_stop_find (NMDeviceWifiP2P *device,
-                              GCancellable *cancellable,
-                              GAsyncReadyCallback callback,
-                              gpointer user_data);
+ GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data);

Request NM to stop any ongoing find operation for Wi-Fi P2P peers on device .

@@ -397,12 +397,12 @@ nm_device_wifi_p2p_stop_find (

cancellable

-

a GCancellable, or NULL

+

a GCancellable, or NULL

 

callback

-

a GAsyncReadyCallback, or NULL

+

a GAsyncReadyCallback, or NULL

  @@ -419,10 +419,10 @@ nm_device_wifi_p2p_stop_find (

nm_device_wifi_p2p_stop_find_finish ()

-
gboolean
+
gboolean
 nm_device_wifi_p2p_stop_find_finish (NMDeviceWifiP2P *device,
-                                     GAsyncResult *result,
-                                     GError **error);
+ GAsyncResult *result, + GError **error);

Finish an operation started by nm_device_wifi_p2p_stop_find().

Parameters

@@ -440,12 +440,12 @@ nm_device_wifi_p2p_stop_find_finish (

result

-

the GAsyncResult

+

the GAsyncResult

 

error

-

GError return address

+

GError return address

  @@ -453,7 +453,7 @@ nm_device_wifi_p2p_stop_find_finish (

Returns

-

TRUE if the call was successful

+

TRUE if the call was successful

Since: 1.16

@@ -488,7 +488,7 @@ nm_device_wifi_p2p_stop_find_finish (

Property Details

The “peers” property

-
  “peers”                    GPtrArray *
+
  “peers”                    GPtrArray *

List of all Wi-Fi P2P peers the device can see.

[type GPtrArray(NMWifiP2PPeer)]

Owner: NMDeviceWifiP2P

@@ -502,8 +502,8 @@ nm_device_wifi_p2p_stop_find_finish (

The “peer-added” signal

void
 user_function (NMDeviceWifiP2P *device,
-               GObject         *peer,
-               gpointer         user_data)
+ GObject *peer, + gpointer user_data)

Notifies that a NMWifiP2PPeer is added to the Wi-Fi P2P device.

Parameters

@@ -532,7 +532,7 @@ user_function (Run First

+

Flags: Run First

Since: 1.16


@@ -540,8 +540,8 @@ user_function (

The “peer-removed” signal

void
 user_function (NMDeviceWifiP2P *device,
-               GObject         *peer,
-               gpointer         user_data)
+ GObject *peer, + gpointer user_data)

Notifies that a NMWifiP2PPeer is removed from the Wi-Fi P2P device.

Parameters

@@ -570,12 +570,12 @@ user_function (Run First

+

Flags: Run First

Since: 1.16

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