diff options
Diffstat (limited to 'docs/api/dbus-org.freedesktop.NetworkManager.xml')
| -rw-r--r-- | docs/api/dbus-org.freedesktop.NetworkManager.xml | 45 |
1 files changed, 28 insertions, 17 deletions
diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.xml b/docs/api/dbus-org.freedesktop.NetworkManager.xml index 143f3d23..89664bbc 100644 --- a/docs/api/dbus-org.freedesktop.NetworkManager.xml +++ b/docs/api/dbus-org.freedesktop.NetworkManager.xml @@ -5,7 +5,7 @@ <refentry id="gdbus-org.freedesktop.NetworkManager"> <refmeta> <refentrytitle role="top_of_page" id="gdbus-interface-org-freedesktop-NetworkManager.top_of_page">org.freedesktop.NetworkManager</refentrytitle> <indexterm zone="gdbus-interface-org-freedesktop-NetworkManager.top_of_page"><primary sortas="Manager">org.freedesktop.NetworkManager</primary></indexterm> - </refmeta> <refnamediv> <refname>org.freedesktop.NetworkManager</refname> <refpurpose>Connection Manager</refpurpose> </refnamediv> <refsynopsisdiv role="synopsis"> + </refmeta> <refnamediv> <refname>org.freedesktop.NetworkManager</refname> <refpurpose>Connection Manager.</refpurpose> </refnamediv> <refsynopsisdiv role="synopsis"> <title role="synopsis.title">Methods</title> <synopsis> <link linkend="gdbus-method-org-freedesktop-NetworkManager.Reload">Reload</link> (IN u flags); @@ -72,6 +72,7 @@ <link linkend="gdbus-property-org-freedesktop-NetworkManager.WwanHardwareEnabled">WwanHardwareEnabled</link> readable b <link linkend="gdbus-property-org-freedesktop-NetworkManager.WimaxEnabled">WimaxEnabled</link> readwrite b <link linkend="gdbus-property-org-freedesktop-NetworkManager.WimaxHardwareEnabled">WimaxHardwareEnabled</link> readable b +<link linkend="gdbus-property-org-freedesktop-NetworkManager.RadioFlags">RadioFlags</link> readable u <link linkend="gdbus-property-org-freedesktop-NetworkManager.ActiveConnections">ActiveConnections</link> readable ao <link linkend="gdbus-property-org-freedesktop-NetworkManager.PrimaryConnection">PrimaryConnection</link> readable o <link linkend="gdbus-property-org-freedesktop-NetworkManager.PrimaryConnectionType">PrimaryConnectionType</link> readable s @@ -123,7 +124,7 @@ Reload (IN u flags); <variablelist role="params"> <varlistentry> <term><literal>IN u <parameter>flags</parameter></literal>:</term> - <listitem><para>optional flags to specify which parts shall be reloaded.</para></listitem> + <listitem><para>Optional flags to specify which parts shall be reloaded.</para></listitem> </varlistentry> </variablelist> </refsect2> @@ -260,8 +261,7 @@ AddAndActivateConnection2 (IN a{sa{sv}} connection, OUT o active_connection, OUT a{sv} result); </programlisting> -<para> output arguments are supported. -</para><para> Adds a new connection using the given details (if any) as a template +<para> Adds a new connection using the given details (if any) as a template (automatically filling in missing settings with the capabilities of the given device and specific object), then activate the new connection. Cannot be used for VPN connections at this time. @@ -297,7 +297,7 @@ AddAndActivateConnection2 (IN a{sa{sv}} connection, </varlistentry> <varlistentry> <term><literal>OUT a{sv} <parameter>result</parameter></literal>:</term> - <listitem><para>a dictionary of additional output arguments for future extension. Currently, not additional</para></listitem> + <listitem><para>A dictionary of additional output arguments for future extension. Currently, not additional output arguments are supported.</para></listitem> </varlistentry> </variablelist> </refsect2> @@ -515,27 +515,26 @@ CheckpointRollback (IN o checkpoint, CheckpointAdjustRollbackTimeout (IN o checkpoint, IN u add_timeout); </programlisting> -<para> timeout will expire. Set to 0 to disable the timeout. - Note that the added seconds start counting from now, - not "Created" timestamp or the previous expiration - time. Note that the "Created" property of the checkpoint - will stay unchanged by this call. However, the "RollbackTimeout" - will be recalculated to give the approximate new expiration time. - The new "RollbackTimeout" property will be approximate up to - one second precision, which is the accuracy of the property. -</para><para> Reset the timeout for rollback for the checkpoint. -</para><para> Since: 1.12 +<para> Reset the timeout for rollback for the checkpoint. +</para><para> Note that the added seconds start counting from now, + not "Created" timestamp or the previous expiration + time. Note that the "Created" property of the checkpoint + will stay unchanged by this call. However, the "RollbackTimeout" + will be recalculated to give the approximate new expiration time. + The new "RollbackTimeout" property will be approximate up to + one second precision, which is the accuracy of the property. </para> <variablelist role="params"> <varlistentry> <term><literal>IN o <parameter>checkpoint</parameter></literal>:</term> - <listitem><para></para></listitem> + <listitem><para>The checkpoint to be rolled back.</para></listitem> </varlistentry> <varlistentry> <term><literal>IN u <parameter>add_timeout</parameter></literal>:</term> - <listitem><para>number of seconds from ~now~ in which the</para></listitem> + <listitem><para>Number of seconds from <emphasis>now</emphasis> in which the timeout will expire. Set to 0 to disable the timeout.</para></listitem> </varlistentry> </variablelist> +<para role="since">Since 1.12</para> </refsect2> </refsect1> <refsect1 role="details" id="gdbus-signals-org.freedesktop.NetworkManager"> @@ -697,6 +696,18 @@ WimaxHardwareEnabled readable b compatibility reasons. </para> </refsect2> +<refsect2 role="property" id="gdbus-property-org-freedesktop-NetworkManager.RadioFlags"> + <title>The "RadioFlags" property</title> + <indexterm zone="gdbus-property-org-freedesktop-NetworkManager.RadioFlags"><primary sortas="Manager:RadioFlags">org.freedesktop.NetworkManager:RadioFlags</primary></indexterm> +<programlisting> +RadioFlags readable u +</programlisting> +<para> Flags related to radio devices. See <link + linkend="NMRadioFlags">NMRadioFlags</link> for the list of flags + supported. +</para> +<para role="since">Since 1.38</para> +</refsect2> <refsect2 role="property" id="gdbus-property-org-freedesktop-NetworkManager.ActiveConnections"> <title>The "ActiveConnections" property</title> <indexterm zone="gdbus-property-org-freedesktop-NetworkManager.ActiveConnections"><primary sortas="Manager:ActiveConnections">org.freedesktop.NetworkManager:ActiveConnections</primary></indexterm> |