From 1e5977b62f896e844b548c3007ace9e1dfa7f9ed Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sat, 11 Apr 2020 21:28:04 +0200 Subject: New upstream version 1.23.90 --- docs/libnm/html/NMObject.html | 62 +++++++++++++++++++++++++++++++++++++------ 1 file changed, 54 insertions(+), 8 deletions(-) (limited to 'docs/libnm/html/NMObject.html') diff --git a/docs/libnm/html/NMObject.html b/docs/libnm/html/NMObject.html index a7f0f354..794ecfab 100644 --- a/docs/libnm/html/NMObject.html +++ b/docs/libnm/html/NMObject.html @@ -8,7 +8,7 @@ - + @@ -35,24 +35,34 @@

Functions

--++ - + + - + + + + + +
const char * nm_object_get_path ()
+NMClient * + +nm_object_get_client () +

Types and Values

--++ @@ -89,7 +99,43 @@ nm_object_get_path (

Returns

the object's path. This is the internal string used by the object, and must not be modified.

+

Note that the D-Bus path of an NMObject never changes, even +if the instance gets removed from the cache. To find out +whether the object is still alive/cached, check nm_object_get_client().

+ + +
+
+

nm_object_get_client ()

+
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, +this returns NULL. So it can be used to check whether the +object is still alive.

+
+

Parameters

+
#define
+++++ + + + + + +

object

a NMObject

 
+
+
+

Returns

+

the NMClient cache in which the +object can be found, or NULL if the object is no longer +cached.

+

[transfer none]

+

Since: 1.24

@@ -102,6 +148,6 @@ object, and must not be modified.

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