diff options
| author | Michael Biebl <biebl@debian.org> | 2015-07-14 19:38:58 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2015-07-14 19:38:58 +0200 |
| commit | 50a58f0fabd8a34c1b6108a107e08abe3c1ccd24 (patch) | |
| tree | 6790165f39daee79e2b6c6617483320613493367 /docs/libnm-glib/html/NMObject.html | |
| parent | f408e27bccfacf347605a8d98649975a68f38a17 (diff) | |
Imported Upstream version 1.0.4 upstream/1.0.4
Diffstat (limited to 'docs/libnm-glib/html/NMObject.html')
| -rw-r--r-- | docs/libnm-glib/html/NMObject.html | 56 |
1 files changed, 40 insertions, 16 deletions
diff --git a/docs/libnm-glib/html/NMObject.html b/docs/libnm-glib/html/NMObject.html index 9cc58a6f..296e0b0c 100644 --- a/docs/libnm-glib/html/NMObject.html +++ b/docs/libnm-glib/html/NMObject.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>libnm-glib Reference Manual: NMObject</title> +<title>NMObject: libnm-glib Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="libnm-glib Reference Manual"> <link rel="up" href="ch02.html" title="libnm-glib API Reference"> <link rel="prev" href="NMDHCP6Config.html" title="NMDHCP6Config"> <link rel="next" href="NMRemoteConnection.html" title="NMRemoteConnection"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -151,8 +151,6 @@ </div> <div class="refsect1"> <a name="NMObject.description"></a><h2>Description</h2> -<p> -</p> </div> <div class="refsect1"> <a name="NMObject.functions_details"></a><h2>Functions</h2> @@ -164,7 +162,6 @@ nm_object_error_quark (<em class="parameter"><code><span class="type">void</span <div class="refsect3"> <a name="id-1.3.24.9.2.5"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMObject.html" title="NMObject"><span class="type">NMObject</span></a> errors.</p> -<p></p> </div> </div> <hr> @@ -219,7 +216,6 @@ nm_object_get_path (<em class="parameter"><code><a class="link" href="NMObject.h <a name="id-1.3.24.9.4.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> -<p></p> </div> </div> </div> @@ -260,24 +256,18 @@ device, and must not be modified.</p> <a name="NM-OBJECT-ERROR:CAPS"></a><h3>NM_OBJECT_ERROR</h3> <pre class="programlisting">#define NM_OBJECT_ERROR nm_object_error_quark () </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-OBJECT-DBUS-CONNECTION:CAPS"></a><h3>NM_OBJECT_DBUS_CONNECTION</h3> <pre class="programlisting">#define NM_OBJECT_DBUS_CONNECTION "dbus-connection" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-OBJECT-DBUS-PATH:CAPS"></a><h3>NM_OBJECT_DBUS_PATH</h3> <pre class="programlisting">#define NM_OBJECT_DBUS_PATH "dbus-path" </pre> -<p> -</p> </div> </div> <div class="refsect1"> @@ -285,14 +275,12 @@ device, and must not be modified.</p> <div class="refsect2"> <a name="NMObject--dbus-connection"></a><h3>The <code class="literal">“dbus-connection”</code> property</h3> <pre class="programlisting"> “dbus-connection” <a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *</pre> -<p></p> <p>Flags: Read / Write / Construct Only</p> </div> <hr> <div class="refsect2"> <a name="NMObject--dbus-path"></a><h3>The <code class="literal">“dbus-path”</code> property</h3> <pre class="programlisting"> “dbus-path” <span class="type">gchar</span> *</pre> -<p></p> <p>Flags: Read / Write / Construct Only</p> <p>Default value: NULL</p> </div> @@ -306,12 +294,48 @@ user_function (<a class="link" href="NMObject.html" title="NMObject"><span class <span class="type">gpointer</span> error, <span class="type">gpointer</span> failed_path, <span class="type">gpointer</span> user_data)</pre> +<p>Indicates that an error occured while creating an <a class="link" href="NMObject.html" title="NMObject"><span class="type">NMObject</span></a> object +during property handling of <em class="parameter"><code>master_object</code></em> +.</p> +<p>Note: Be aware that the signal is private for libnm-glib's internal + use.</p> +<div class="refsect3"> +<a name="id-1.3.24.12.2.6"></a><h4>Parameters</h4> +<div class="informaltable"><table width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>master_object</p></td> +<td class="parameter_description"><p>the object that received the signal</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>error</p></td> +<td class="parameter_description"><p>the error that occured while creating object</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>failed_path</p></td> +<td class="parameter_description"><p>object path of the failed object</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>user_data</p></td> +<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> <p>Flags: Run First</p> </div> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file |