diff options
| author | Sebastien Bacher <seb128@ubuntu.com> | 2021-01-11 17:41:24 +0100 |
|---|---|---|
| committer | Sebastien Bacher <seb128@ubuntu.com> | 2021-01-11 17:41:24 +0100 |
| commit | a82e048a943092315a32d745c99e0f5635e29134 (patch) | |
| tree | e2daea99a161768c9b956bfea9117289deaf31be /docs/libnm/html/NMSettingMacvlan.html | |
| parent | b51f06ff71a2060925bf3c0f04c44bd12480e670 (diff) | |
| parent | 65f86e8f56267192d42f2b629fc6b0c99fb9cd0c (diff) | |
Merge branch 'upstream/latest' of https://salsa.debian.org/utopia-team/network-manager into upstream/latest
Diffstat (limited to 'docs/libnm/html/NMSettingMacvlan.html')
| -rw-r--r-- | docs/libnm/html/NMSettingMacvlan.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/libnm/html/NMSettingMacvlan.html b/docs/libnm/html/NMSettingMacvlan.html index 846a322f..86590487 100644 --- a/docs/libnm/html/NMSettingMacvlan.html +++ b/docs/libnm/html/NMSettingMacvlan.html @@ -8,7 +8,7 @@ <link rel="up" href="ch03.html" title="Connection and Setting API Reference"> <link rel="prev" href="NMSettingMacsec.html" title="NMSettingMacsec"> <link rel="next" href="NMSettingMatch.html" title="NMSettingMatch"> -<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"> @@ -99,7 +99,7 @@ </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="NMSettingMacvlan.html#NMSettingMacvlan--parent" title="The “parent” property">parent</a></td> <td class="property_flags">Read / Write</td> </tr> @@ -179,7 +179,7 @@ nm_setting_macvlan_new (<em class="parameter"><code><span class="type">void</spa <div class="refsect3"> <a name="nm-setting-macvlan-new.returns"></a><h4>Returns</h4> <p>the new empty <a class="link" href="NMSettingMacvlan.html" title="NMSettingMacvlan"><span class="type">NMSettingMacvlan</span></a> object. </p> -<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> +<p><span class="annotation">[<acronym title="The caller owns the data, and is responsible for free it."><span class="acronym">transfer full</span></acronym>]</span></p> </div> <p class="since">Since: 1.2</p> </div> @@ -292,31 +292,31 @@ nm_setting_macvlan_get_tap (<em class="parameter"><code><a class="link" href="NM <a name="NMSettingMacvlan.other_details"></a><h2>Types and Values</h2> <div class="refsect2"> <a name="NM-SETTING-MACVLAN-SETTING-NAME:CAPS"></a><h3>NM_SETTING_MACVLAN_SETTING_NAME</h3> -<pre class="programlisting">#define NM_SETTING_MACVLAN_SETTING_NAME "macvlan" +<pre class="programlisting">#define NM_SETTING_MACVLAN_SETTING_NAME "macvlan" </pre> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-MACVLAN-PARENT:CAPS"></a><h3>NM_SETTING_MACVLAN_PARENT</h3> -<pre class="programlisting">#define NM_SETTING_MACVLAN_PARENT "parent" +<pre class="programlisting">#define NM_SETTING_MACVLAN_PARENT "parent" </pre> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-MACVLAN-MODE:CAPS"></a><h3>NM_SETTING_MACVLAN_MODE</h3> -<pre class="programlisting">#define NM_SETTING_MACVLAN_MODE "mode" +<pre class="programlisting">#define NM_SETTING_MACVLAN_MODE "mode" </pre> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-MACVLAN-PROMISCUOUS:CAPS"></a><h3>NM_SETTING_MACVLAN_PROMISCUOUS</h3> -<pre class="programlisting">#define NM_SETTING_MACVLAN_PROMISCUOUS "promiscuous" +<pre class="programlisting">#define NM_SETTING_MACVLAN_PROMISCUOUS "promiscuous" </pre> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-MACVLAN-TAP:CAPS"></a><h3>NM_SETTING_MACVLAN_TAP</h3> -<pre class="programlisting">#define NM_SETTING_MACVLAN_TAP "tap" +<pre class="programlisting">#define NM_SETTING_MACVLAN_TAP "tap" </pre> </div> <hr> @@ -409,7 +409,7 @@ macvlans on the same lower device.</p> <hr> <div class="refsect2"> <a name="NMSettingMacvlan--parent"></a><h3>The <code class="literal">“parent”</code> property</h3> -<pre class="programlisting"> “parent” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre> +<pre class="programlisting"> “parent” <span class="type">char</span> *</pre> <p>If given, specifies the parent interface name or parent connection UUID from which this MAC-VLAN interface should be created. If this property is not specified, the connection must contain an <a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> setting @@ -442,6 +442,6 @@ with a <a class="link" href="NMSettingWired.html#NMSettingWired--mac-address" ti </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 |