diff options
Diffstat (limited to 'docs/libnm/html/libnm-nm-dbus-interface.html')
| -rw-r--r-- | docs/libnm/html/libnm-nm-dbus-interface.html | 54 |
1 files changed, 50 insertions, 4 deletions
diff --git a/docs/libnm/html/libnm-nm-dbus-interface.html b/docs/libnm/html/libnm-nm-dbus-interface.html index 4bd66473..e7ca0035 100644 --- a/docs/libnm/html/libnm-nm-dbus-interface.html +++ b/docs/libnm/html/libnm-nm-dbus-interface.html @@ -8,7 +8,7 @@ <link rel="up" href="ch02.html" title="Client Object API Reference"> <link rel="prev" href="libnm-nm-errors.html" title="nm-errors"> <link rel="next" href="ch03.html" title="Connection and Setting API Reference"> -<meta name="generator" content="GTK-Doc V1.33.0 (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"> @@ -508,6 +508,10 @@ <td class="datatype_keyword">enum</td> <td class="function_name"><a class="link" href="libnm-nm-dbus-interface.html#NMClientPermissionResult" title="enum NMClientPermissionResult">NMClientPermissionResult</a></td> </tr> +<tr> +<td class="datatype_keyword">enum</td> +<td class="function_name"><a class="link" href="libnm-nm-dbus-interface.html#NMRadioFlags" title="enum NMRadioFlags">NMRadioFlags</a></td> +</tr> </tbody> </table></div> </div> @@ -541,6 +545,7 @@ <span class="lineart">├──</span> NMDeviceModemCapabilities <span class="lineart">├──</span> NMDeviceWifiCapabilities <span class="lineart">├──</span> NMManagerReloadFlags + <span class="lineart">├──</span> NMRadioFlags <span class="lineart">├──</span> NMSecretAgentCapabilities <span class="lineart">├──</span> NMSecretAgentGetSecretsFlags <span class="lineart">├──</span> NMSettingsAddConnection2Flags @@ -3294,8 +3299,8 @@ of an older checkpoint. Since: 1.12.</p> <p>during rollback, by default externally added ports attached to bridge devices are preserved. With this flag, the rollback detaches all external ports. -This only has an effect for bridge ports. Before 1.38, 1.36.2, this was the default -behavior. Since: 1.38, 1.36.2.</p> +This only has an effect for bridge ports. Before 1.38, this was the default +behavior. Since: 1.38.</p> </td> <td class="enum_member_annotations"> </td> </tr> @@ -4038,9 +4043,50 @@ denied by system policy</p> </table></div> </div> </div> +<hr> +<div class="refsect2"> +<a name="NMRadioFlags"></a><h3>enum NMRadioFlags</h3> +<p>Flags related to radio interfaces.</p> +<div class="refsect3"> +<a name="NMRadioFlags.members"></a><h4>Members</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="300px" class="enum_members_name"> +<col class="enum_members_description"> +<col width="200px" class="enum_members_annotations"> +</colgroup> +<tbody> +<tr> +<td class="enum_member_name"><p><a name="NM-RADIO-FLAG-NONE:CAPS"></a>NM_RADIO_FLAG_NONE</p></td> +<td class="enum_member_description"> +<p>an alias for numeric zero, no flags set.</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +<tr> +<td class="enum_member_name"><p><a name="NM-RADIO-FLAG-WLAN-AVAILABLE:CAPS"></a>NM_RADIO_FLAG_WLAN_AVAILABLE</p></td> +<td class="enum_member_description"> +<p>A Wireless LAN device or rfkill switch +is detected in the system.</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +<tr> +<td class="enum_member_name"><p><a name="NM-RADIO-FLAG-WWAN-AVAILABLE:CAPS"></a>NM_RADIO_FLAG_WWAN_AVAILABLE</p></td> +<td class="enum_member_description"> +<p>A Wireless WAN device or rfkill switch +is detected in the system.</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: 1.38</p> +</div> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.33.0</div> +<hr>Generated by GTK-Doc V1.33.1</div> </body> </html> \ No newline at end of file |