about summary refs log tree commit diff
path: root/docs/libnm/html/NMSettingProxy.html
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2021-01-11 17:41:24 +0100
committerSebastien Bacher <seb128@ubuntu.com>2021-01-11 17:41:24 +0100
commita82e048a943092315a32d745c99e0f5635e29134 (patch)
treee2daea99a161768c9b956bfea9117289deaf31be /docs/libnm/html/NMSettingProxy.html
parentb51f06ff71a2060925bf3c0f04c44bd12480e670 (diff)
parent65f86e8f56267192d42f2b629fc6b0c99fb9cd0c (diff)
Merge branch 'upstream/latest' of https://salsa.debian.org/utopia-team/network-manager into upstream/latest
Diffstat (limited to 'docs/libnm/html/NMSettingProxy.html')
-rw-r--r--docs/libnm/html/NMSettingProxy.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/docs/libnm/html/NMSettingProxy.html b/docs/libnm/html/NMSettingProxy.html
index ddc71abe..98699290 100644
--- a/docs/libnm/html/NMSettingProxy.html
+++ b/docs/libnm/html/NMSettingProxy.html
@@ -8,7 +8,7 @@
 <link rel="up" href="ch03.html" title="Connection and Setting API Reference">
 <link rel="prev" href="NMSettingPppoe.html" title="NMSettingPppoe">
 <link rel="next" href="NMSettingSerial.html" title="NMSettingSerial">
-<meta name="generator" content="GTK-Doc V1.32 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -97,19 +97,19 @@
 <td class="property_flags">Read / Write</td>
 </tr>
 <tr>
-<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
+<td class="property_type"><span class="type">int</span></td>
 <td class="property_name"><a class="link" href="NMSettingProxy.html#NMSettingProxy--method" title="The “method” property">method</a></td>
 <td class="property_flags">Read / Write</td>
 </tr>
 <tr>
 <td class="property_type">
-<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
+<span class="type">char</span> *</td>
 <td class="property_name"><a class="link" href="NMSettingProxy.html#NMSettingProxy--pac-script" title="The “pac-script” property">pac-script</a></td>
 <td class="property_flags">Read / Write</td>
 </tr>
 <tr>
 <td class="property_type">
-<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
+<span class="type">char</span> *</td>
 <td class="property_name"><a class="link" href="NMSettingProxy.html#NMSettingProxy--pac-url" title="The “pac-url” property">pac-url</a></td>
 <td class="property_flags">Read / Write</td>
 </tr>
@@ -338,7 +338,7 @@ nm_setting_proxy_get_pac_script (<em class="parameter"><code><a class="link" hre
 <hr>
 <div class="refsect2">
 <a name="NM-SETTING-PROXY-METHOD:CAPS"></a><h3>NM_SETTING_PROXY_METHOD</h3>
-<pre class="programlisting">#define NM_SETTING_PROXY_METHOD "method"
+<pre class="programlisting">#define NM_SETTING_PROXY_METHOD       "method"
 </pre>
 </div>
 <hr>
@@ -350,13 +350,13 @@ nm_setting_proxy_get_pac_script (<em class="parameter"><code><a class="link" hre
 <hr>
 <div class="refsect2">
 <a name="NM-SETTING-PROXY-PAC-URL:CAPS"></a><h3>NM_SETTING_PROXY_PAC_URL</h3>
-<pre class="programlisting">#define NM_SETTING_PROXY_PAC_URL "pac-url"
+<pre class="programlisting">#define NM_SETTING_PROXY_PAC_URL      "pac-url"
 </pre>
 </div>
 <hr>
 <div class="refsect2">
 <a name="NM-SETTING-PROXY-PAC-SCRIPT:CAPS"></a><h3>NM_SETTING_PROXY_PAC_SCRIPT</h3>
-<pre class="programlisting">#define NM_SETTING_PROXY_PAC_SCRIPT "pac-script"
+<pre class="programlisting">#define NM_SETTING_PROXY_PAC_SCRIPT   "pac-script"
 </pre>
 </div>
 <hr>
@@ -380,7 +380,7 @@ nm_setting_proxy_get_pac_script (<em class="parameter"><code><a class="link" hre
 <hr>
 <div class="refsect2">
 <a name="NMSettingProxy--method"></a><h3>The <code class="literal">“method”</code> property</h3>
-<pre class="programlisting">  “method”                   <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
+<pre class="programlisting">  “method”                   <span class="type">int</span></pre>
 <p>Method for proxy configuration, Default is <a class="link" href="NMSettingProxy.html#NM-SETTING-PROXY-METHOD-NONE:CAPS"><code class="literal">NM_SETTING_PROXY_METHOD_NONE</code></a></p>
 <p>Owner: NMSettingProxy</p>
 <p>Flags: Read / Write</p>
@@ -390,7 +390,7 @@ nm_setting_proxy_get_pac_script (<em class="parameter"><code><a class="link" hre
 <hr>
 <div class="refsect2">
 <a name="NMSettingProxy--pac-script"></a><h3>The <code class="literal">“pac-script”</code> property</h3>
-<pre class="programlisting">  “pac-script”               <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
+<pre class="programlisting">  “pac-script”               <span class="type">char</span> *</pre>
 <p>PAC script for the connection.</p>
 <p>Owner: NMSettingProxy</p>
 <p>Flags: Read / Write</p>
@@ -400,7 +400,7 @@ nm_setting_proxy_get_pac_script (<em class="parameter"><code><a class="link" hre
 <hr>
 <div class="refsect2">
 <a name="NMSettingProxy--pac-url"></a><h3>The <code class="literal">“pac-url”</code> property</h3>
-<pre class="programlisting">  “pac-url”                  <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
+<pre class="programlisting">  “pac-url”                  <span class="type">char</span> *</pre>
 <p>PAC URL for obtaining PAC file.</p>
 <p>Owner: NMSettingProxy</p>
 <p>Flags: Read / Write</p>
@@ -410,6 +410,6 @@ nm_setting_proxy_get_pac_script (<em class="parameter"><code><a class="link" hre
 </div>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.32</div>
+<hr>Generated by GTK-Doc V1.33.1</div>
 </body>
 </html>
\ No newline at end of file