diff options
Diffstat (limited to 'docs/libnm/html/NMSettingUser.html')
| -rw-r--r-- | docs/libnm/html/NMSettingUser.html | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/docs/libnm/html/NMSettingUser.html b/docs/libnm/html/NMSettingUser.html index f0b0823b..f3472ed7 100644 --- a/docs/libnm/html/NMSettingUser.html +++ b/docs/libnm/html/NMSettingUser.html @@ -8,7 +8,7 @@ <link rel="up" href="ch03.html" title="Connection and Setting API Reference"> <link rel="prev" href="NMSettingTun.html" title="NMSettingTun"> <link rel="next" href="NMSettingVeth.html" title="NMSettingVeth"> -<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"> @@ -63,7 +63,7 @@ </tr> <tr> <td class="function_type"> -<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> +<span class="returnvalue">gboolean</span> </td> <td class="function_name"> <a class="link" href="NMSettingUser.html#nm-setting-user-set-data" title="nm_setting_user_set_data ()">nm_setting_user_set_data</a> <span class="c_punctuation">()</span> @@ -71,7 +71,7 @@ </tr> <tr> <td class="function_type"> -<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> +<span class="returnvalue">gboolean</span> </td> <td class="function_name"> <a class="link" href="NMSettingUser.html#nm-setting-user-check-key" title="nm_setting_user_check_key ()">nm_setting_user_check_key</a> <span class="c_punctuation">()</span> @@ -79,7 +79,7 @@ </tr> <tr> <td class="function_type"> -<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> +<span class="returnvalue">gboolean</span> </td> <td class="function_name"> <a class="link" href="NMSettingUser.html#nm-setting-user-check-val" title="nm_setting_user_check_val ()">nm_setting_user_check_val</a> <span class="c_punctuation">()</span> @@ -130,7 +130,7 @@ nm_setting_user_new (<em class="parameter"><code><span class="type">void</span>< <a name="nm-setting-user-get-keys"></a><h3>nm_setting_user_get_keys ()</h3> <pre class="programlisting">const <span class="returnvalue">char</span> *const * nm_setting_user_get_keys (<em class="parameter"><code><a class="link" href="NMSettingUser.html" title="NMSettingUser"><span class="type">NMSettingUser</span></a> *setting</code></em>, - <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> *out_len</code></em>);</pre> + <em class="parameter"><code><span class="type">guint</span> *out_len</code></em>);</pre> <div class="refsect3"> <a name="nm-setting-user-get-keys.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table class="informaltable" width="100%" border="0"> @@ -156,7 +156,7 @@ nm_setting_user_get_keys (<em class="parameter"><code><a class="link" href="NMSe <div class="refsect3"> <a name="nm-setting-user-get-keys.returns"></a><h4>Returns</h4> <p>a -<a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array containing each key from the table. </p> +<code class="literal">NULL</code>-terminated array containing each key from the table. </p> <p><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=out_len][<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> <p class="since">Since: 1.8</p> @@ -192,7 +192,7 @@ nm_setting_user_get_data (<em class="parameter"><code><a class="link" href="NMSe <div class="refsect3"> <a name="nm-setting-user-get-data.returns"></a><h4>Returns</h4> <p>the value associated with <em class="parameter"><code>key</code></em> -or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no such +or <code class="literal">NULL</code> if no such value exists. </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> @@ -201,11 +201,11 @@ value exists. </p> <hr> <div class="refsect2"> <a name="nm-setting-user-set-data"></a><h3>nm_setting_user_set_data ()</h3> -<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> +<pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_user_set_data (<em class="parameter"><code><a class="link" href="NMSettingUser.html" title="NMSettingUser"><span class="type">NMSettingUser</span></a> *setting</code></em>, <em class="parameter"><code>const <span class="type">char</span> *key</code></em>, <em class="parameter"><code>const <span class="type">char</span> *val</code></em>, - <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> + <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <div class="refsect3"> <a name="nm-setting-user-set-data.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table class="informaltable" width="100%" border="0"> @@ -227,7 +227,7 @@ nm_setting_user_set_data (<em class="parameter"><code><a class="link" href="NMSe </tr> <tr> <td class="parameter_name"><p>val</p></td> -<td class="parameter_description"><p>the value to set or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to clear a key. </p></td> +<td class="parameter_description"><p>the value to set or <code class="literal">NULL</code> to clear a key. </p></td> <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td> </tr> <tr> @@ -240,7 +240,7 @@ nm_setting_user_set_data (<em class="parameter"><code><a class="link" href="NMSe </div> <div class="refsect3"> <a name="nm-setting-user-set-data.returns"></a><h4>Returns</h4> -<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the operation was successful. The operation +<p> <code class="literal">TRUE</code> if the operation was successful. The operation can fail if <em class="parameter"><code>key</code></em> or <em class="parameter"><code>val</code></em> are not valid strings according @@ -251,12 +251,12 @@ to <a class="link" href="NMSettingUser.html#nm-setting-user-check-key" title="nm <hr> <div class="refsect2"> <a name="nm-setting-user-check-key"></a><h3>nm_setting_user_check_key ()</h3> -<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> +<pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_user_check_key (<em class="parameter"><code>const <span class="type">char</span> *key</code></em>, - <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> + <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <p>Checks whether <em class="parameter"><code>key</code></em> is a valid user data key. This means, -key is not <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, not too large and valid ASCII. Also, +key is not <code class="literal">NULL</code>, not too large and valid ASCII. Also, only digits and numbers are allowed with a few special characters. The key must contain at least one '.' and look like a fully qualified DNS name.</p> @@ -276,7 +276,7 @@ look like a fully qualified DNS name.</p> </tr> <tr> <td class="parameter_name"><p>error</p></td> -<td class="parameter_description"><p>a <a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore.</p></td> +<td class="parameter_description"><p>a <span class="type">GError</span>, <code class="literal">NULL</code> to ignore.</p></td> <td class="parameter_annotations"> </td> </tr> </tbody> @@ -284,7 +284,7 @@ look like a fully qualified DNS name.</p> </div> <div class="refsect3"> <a name="nm-setting-user-check-key.returns"></a><h4>Returns</h4> -<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>key</code></em> +<p> <code class="literal">TRUE</code> if <em class="parameter"><code>key</code></em> is a valid user data key.</p> </div> <p class="since">Since: 1.8</p> @@ -292,12 +292,12 @@ is a valid user data key.</p> <hr> <div class="refsect2"> <a name="nm-setting-user-check-val"></a><h3>nm_setting_user_check_val ()</h3> -<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> +<pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_user_check_val (<em class="parameter"><code>const <span class="type">char</span> *val</code></em>, - <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> + <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <p>Checks whether <em class="parameter"><code>val</code></em> is a valid user data value. This means, -value is not <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, not too large and valid UTF-8.</p> +value is not <code class="literal">NULL</code>, not too large and valid UTF-8.</p> <div class="refsect3"> <a name="nm-setting-user-check-val.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table class="informaltable" width="100%" border="0"> @@ -314,7 +314,7 @@ value is not <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class=" </tr> <tr> <td class="parameter_name"><p>error</p></td> -<td class="parameter_description"><p>a <a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore.</p></td> +<td class="parameter_description"><p>a <span class="type">GError</span>, <code class="literal">NULL</code> to ignore.</p></td> <td class="parameter_annotations"> </td> </tr> </tbody> @@ -322,7 +322,7 @@ value is not <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class=" </div> <div class="refsect3"> <a name="nm-setting-user-check-val.returns"></a><h4>Returns</h4> -<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>val</code></em> +<p> <code class="literal">TRUE</code> if <em class="parameter"><code>val</code></em> is a valid user data value.</p> </div> <p class="since">Since: 1.8</p> @@ -344,6 +344,6 @@ is a valid user data value.</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 |