diff options
Diffstat (limited to 'docs/libnm/html/NMObject.html')
| -rw-r--r-- | docs/libnm/html/NMObject.html | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/docs/libnm/html/NMObject.html b/docs/libnm/html/NMObject.html index c9779152..ccb3f2c9 100644 --- a/docs/libnm/html/NMObject.html +++ b/docs/libnm/html/NMObject.html @@ -16,7 +16,8 @@ <td width="100%" align="left" class="shortcuts"> <a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> <a href="#NMObject.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> - <a href="#NMObject.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_properties"> <span class="dim">|</span> + <a href="#NMObject.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#NMObject.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_properties"> <span class="dim">|</span> <a href="#NMObject.properties" class="shortcut">Properties</a></span> </td> <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> @@ -94,6 +95,10 @@ <td class="define_keyword">#define</td> <td class="function_name"><a class="link" href="NMObject.html#NM-OBJECT-DBUS-CONNECTION:CAPS" title="NM_OBJECT_DBUS_CONNECTION">NM_OBJECT_DBUS_CONNECTION</a></td> </tr> +<tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="NMObject.html#NMObject-struct" title="NMObject">NMObject</a></td> +</tr> </tbody> </table></div> </div> @@ -111,6 +116,12 @@ </pre> </div> <div class="refsect1"> +<a name="NMObject.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +NMObject implements + GInitable and GAsyncInitable.</p> +</div> +<div class="refsect1"> <a name="NMObject.description"></a><h2>Description</h2> </div> <div class="refsect1"> @@ -121,7 +132,7 @@ nm_object_get_path (<em class="parameter"><code><a class="link" href="NMObject.html" title="NMObject"><span class="type">NMObject</span></a> *object</code></em>);</pre> <p>Gets the DBus path of the <a class="link" href="NMObject.html" title="NMObject"><span class="type">NMObject</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.4.8.2.5"></a><h4>Parameters</h4> +<a name="id-1.3.4.9.2.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -136,7 +147,7 @@ nm_object_get_path (<em class="parameter"><code><a class="link" href="NMObject.h </table></div> </div> <div class="refsect3"> -<a name="id-1.3.4.8.2.6"></a><h4>Returns</h4> +<a name="id-1.3.4.9.2.6"></a><h4>Returns</h4> <p> the object's path. This is the internal string used by the device, and must not be modified.</p> </div> @@ -155,6 +166,11 @@ device, and must not be modified.</p> <pre class="programlisting">#define NM_OBJECT_DBUS_CONNECTION "dbus-connection" </pre> </div> +<hr> +<div class="refsect2"> +<a name="NMObject-struct"></a><h3>NMObject</h3> +<pre class="programlisting">typedef struct _NMObject NMObject;</pre> +</div> </div> <div class="refsect1"> <a name="NMObject.property-details"></a><h2>Property Details</h2> |