diff options
| author | Michael Biebl <biebl@debian.org> | 2016-10-01 00:33:49 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2016-10-01 00:33:49 +0200 |
| commit | 270c4830551c9810ad4e83f9a1db2b1cb946208c (patch) | |
| tree | 5df09188f7e43b70896efb7b6e942e0b130d75d3 /docs/libnm/html/NMObject.html | |
| parent | 7514efc2f38c9ace4557d4e69d68e7d380389030 (diff) | |
New upstream version 1.4.2 upstream/1.4.2
Diffstat (limited to 'docs/libnm/html/NMObject.html')
| -rw-r--r-- | docs/libnm/html/NMObject.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/libnm/html/NMObject.html b/docs/libnm/html/NMObject.html index 52f6fea9..52abc770 100644 --- a/docs/libnm/html/NMObject.html +++ b/docs/libnm/html/NMObject.html @@ -61,18 +61,18 @@ <tbody> <tr> <td class="property_type"> -<span class="type">GDBusConnection</span> *</td> +<a href="/usr/share/gtk-doc/html/gioGDBusConnection.html#GDBusConnection-struct"><span class="type">GDBusConnection</span></a> *</td> <td class="property_name"><a class="link" href="NMObject.html#NMObject--dbus-connection" title="The “dbus-connection” property">dbus-connection</a></td> <td class="property_flags">Read / Write / Construct Only</td> </tr> <tr> -<td class="property_type"><span class="type">gboolean</span></td> +<td class="property_type"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td> <td class="property_name"><a class="link" href="NMObject.html#NMObject--nm-running-internal" title="The “nm-running-internal” property">nm-running-internal</a></td> <td class="property_flags">Read</td> </tr> <tr> <td class="property_type"> -<span class="type">gchar</span> *</td> +<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td> <td class="property_name"><a class="link" href="NMObject.html#NMObject--path" title="The “path” property">path</a></td> <td class="property_flags">Read / Write / Construct Only</td> </tr> @@ -104,7 +104,7 @@ </div> <div class="refsect1"> <a name="NMObject.object-hierarchy"></a><h2>Object Hierarchy</h2> -<pre class="screen"> GObject +<pre class="screen"> <a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#GObject-struct">GObject</a> <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> @@ -119,7 +119,7 @@ <a name="NMObject.implemented-interfaces"></a><h2>Implemented Interfaces</h2> <p> NMObject implements - GInitable and GAsyncInitable.</p> + <a href="/usr/share/gtk-doc/html/gioGInitable.html#GInitable-struct">GInitable</a> and <a href="/usr/share/gtk-doc/html/gioGAsyncInitable.html#GAsyncInitable-struct">GAsyncInitable</a>.</p> </div> <div class="refsect1"> <a name="NMObject.description"></a><h2>Description</h2> @@ -176,22 +176,22 @@ device, and must not be modified.</p> <a name="NMObject.property-details"></a><h2>Property Details</h2> <div class="refsect2"> <a name="NMObject--dbus-connection"></a><h3>The <code class="literal">“dbus-connection”</code> property</h3> -<pre class="programlisting"> “dbus-connection” <span class="type">GDBusConnection</span> *</pre> -<p>The <span class="type">GDBusConnection</span> of the object.</p> +<pre class="programlisting"> “dbus-connection” <a href="/usr/share/gtk-doc/html/gioGDBusConnection.html#GDBusConnection-struct"><span class="type">GDBusConnection</span></a> *</pre> +<p>The <a href="/usr/share/gtk-doc/html/gioGDBusConnection.html#GDBusConnection-struct"><span class="type">GDBusConnection</span></a> of the object.</p> <p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p> <p>Flags: Read / Write / Construct Only</p> </div> <hr> <div class="refsect2"> <a name="NMObject--nm-running-internal"></a><h3>The <code class="literal">“nm-running-internal”</code> property</h3> -<pre class="programlisting"> “nm-running-internal” <span class="type">gboolean</span></pre> +<pre class="programlisting"> “nm-running-internal” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre> <p>Flags: Read</p> <p>Default value: FALSE</p> </div> <hr> <div class="refsect2"> <a name="NMObject--path"></a><h3>The <code class="literal">“path”</code> property</h3> -<pre class="programlisting"> “path” <span class="type">gchar</span> *</pre> +<pre class="programlisting"> “path” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre> <p>The D-Bus object path.</p> <p>Flags: Read / Write / Construct Only</p> <p>Default value: NULL</p> |