From 0018d1f3cf71d680d7b6bceda55a5717244d8b26 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 16 Aug 2022 18:24:19 +0200 Subject: New upstream version 1.39.90 --- docs/libnm/html/NMObject.html | 84 ++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 80 insertions(+), 4 deletions(-) (limited to 'docs/libnm/html/NMObject.html') diff --git a/docs/libnm/html/NMObject.html b/docs/libnm/html/NMObject.html index 12dd2b28..b47b93a1 100644 --- a/docs/libnm/html/NMObject.html +++ b/docs/libnm/html/NMObject.html @@ -15,7 +15,9 @@ @@ -47,8 +49,7 @@ -
+

Properties

+
+++++ + + + + + + + + + + + + +
+NMClient *clientRead
+char *pathRead
+
+

Types and Values

@@ -73,10 +98,29 @@ + + + +
#define NM_OBJECT_CLIENT
 NMObject
+

Object Hierarchy

+
    GObject
+    ╰── NMObject
+        ├── NMAccessPoint
+        ├── NMActiveConnection
+        ├── NMCheckpoint
+        ├── NMDevice
+        ├── NMDhcpConfig
+        ├── NMIPConfig
+        ├── NMRemoteConnection
+        ├── NMWifiP2PPeer
+        ╰── NMWimaxNsp
+
+
+

Description

@@ -113,7 +157,7 @@ whether the object is still alive/cached, check

nm_object_get_client ()

-
NMClient *
+
struct _NMClient *
 nm_object_get_client (NMObject *object);

Returns the NMClient instance in which object is cached. Also, if the object got removed from the client cached, @@ -157,6 +201,38 @@ cached.

#define NM_OBJECT_CLIENT "client"
 
+
+
+

NMObject

+
typedef struct _NMObject NMObject;
+
+ +
+

Property Details

+
+

The “client” property

+
  “client”                   NMClient *
+

The NMClient instance as returned by nm_object_get_client().

+

When an NMObject gets removed from the NMClient cache, +the NMObject:path property stays unchanged, but this client +instance gets reset to NULL. You can use this property to +track removal of the object from the cache.

+

Owner: NMObject

+

Flags: Read

+

Since: 1.34

+
+
+
+

The “path” property

+
  “path”                     char *
+

The D-Bus object path.

+

The D-Bus path of an object instance never changes, even if the object +gets removed from the cache. To see whether the object is still in the +cache, check NMObject:client.

+

Owner: NMObject

+

Flags: Read

+

Default value: NULL

+