summary refs log tree commit diff
path: root/docs/libnm/html/NMObject.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/libnm/html/NMObject.html')
-rw-r--r--docs/libnm/html/NMObject.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/libnm/html/NMObject.html b/docs/libnm/html/NMObject.html
index c5563b99..7a41e3d3 100644
--- a/docs/libnm/html/NMObject.html
+++ b/docs/libnm/html/NMObject.html
@@ -8,7 +8,7 @@
 <link rel="up" href="ch02.html" title="Client Object API Reference">
 <link rel="prev" href="NMSecretAgentOld.html" title="NMSecretAgentOld">
 <link rel="next" href="libnm-nm-errors.html" title="nm-errors">
-<meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.34.0 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -107,7 +107,7 @@
 </div>
 <div class="refsect1">
 <a name="NMObject.object-hierarchy"></a><h2>Object Hierarchy</h2>
-<pre class="screen">    <a href="../gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
+<pre class="screen">    GObject
     <span class="lineart">╰──</span> NMObject
         <span class="lineart">├──</span> <a class="link" href="NMAccessPoint.html" title="NMAccessPoint">NMAccessPoint</a>
         <span class="lineart">├──</span> <a class="link" href="NMActiveConnection.html" title="NMActiveConnection">NMActiveConnection</a>
@@ -161,7 +161,7 @@ whether the object is still alive/cached, check <a class="link" href="NMObject.h
 nm_object_get_client (<em class="parameter"><code><a class="link" href="NMObject.html" title="NMObject"><span class="type">NMObject</span></a> *object</code></em>);</pre>
 <p>Returns the <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> instance in which object is cached.
 Also, if the object got removed from the client cached,
-this returns <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. So it can be used to check whether the
+this returns <code class="literal">NULL</code>. So it can be used to check whether the
 object is still alive.</p>
 <div class="refsect3">
 <a name="nm-object-get-client.parameters"></a><h4>Parameters</h4>
@@ -181,7 +181,7 @@ object is still alive.</p>
 <div class="refsect3">
 <a name="nm-object-get-client.returns"></a><h4>Returns</h4>
 <p>the <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> cache in which the
-object can be found, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the object is no longer
+object can be found, or <code class="literal">NULL</code> if the object is no longer
 cached. </p>
 <p><span class="annotation">[<acronym title="The data is owned by the callee, which is responsible of freeing it."><span class="acronym">transfer none</span></acronym>]</span></p>
 </div>
@@ -215,7 +215,7 @@ cached. </p>
 <p>The NMClient instance as returned by <a class="link" href="NMObject.html#nm-object-get-client" title="nm_object_get_client ()"><code class="function">nm_object_get_client()</code></a>.</p>
 <p>When an NMObject gets removed from the NMClient cache,
 the NMObject:path property stays unchanged, but this client
-instance gets reset to <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. You can use this property to
+instance gets reset to <code class="literal">NULL</code>. You can use this property to
 track removal of the object from the cache.</p>
 <p>Owner: NMObject</p>
 <p>Flags: Read</p>
@@ -236,6 +236,6 @@ cache, check NMObject:client.</p>
 </div>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.33.1</div>
+<hr>Generated by GTK-Doc V1.34.0</div>
 </body>
 </html>
\ No newline at end of file