about summary refs log tree commit diff
path: root/docs/api/dbus-org.freedesktop.NetworkManager.xml
diff options
context:
space:
mode:
authorJeremy Bicha <jeremy.bicha@canonical.com>2023-02-14 10:06:06 -0500
committerJeremy Bicha <jeremy.bicha@canonical.com>2023-02-14 10:06:06 -0500
commitb3c2e57e153446d32d16f2d99e6abbb50146dddb (patch)
treee71a5353ff26c7e33cbe6e482874bedc1c3cc1cd /docs/api/dbus-org.freedesktop.NetworkManager.xml
parent1d817ebf5302c204e3ce9d3512db13bf834fee33 (diff)
parented857ba34efc2ec899f2e3fbd8e35324561a55b2 (diff)
Merge tag 'debian/1.42.0-1' into ubuntu/master
network-manager Debian release 1.42.0-1
Diffstat (limited to 'docs/api/dbus-org.freedesktop.NetworkManager.xml')
-rw-r--r--docs/api/dbus-org.freedesktop.NetworkManager.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.xml b/docs/api/dbus-org.freedesktop.NetworkManager.xml
index 68c1cdbb..3808e98c 100644
--- a/docs/api/dbus-org.freedesktop.NetworkManager.xml
+++ b/docs/api/dbus-org.freedesktop.NetworkManager.xml
@@ -80,6 +80,7 @@
 <link linkend="gdbus-property-org-freedesktop-NetworkManager.ActivatingConnection">ActivatingConnection</link>        readable   o
 <link linkend="gdbus-property-org-freedesktop-NetworkManager.Startup">Startup</link>                     readable   b
 <link linkend="gdbus-property-org-freedesktop-NetworkManager.Version">Version</link>                     readable   s
+<link linkend="gdbus-property-org-freedesktop-NetworkManager.VersionInfo">VersionInfo</link>                 readable   au
 <link linkend="gdbus-property-org-freedesktop-NetworkManager.Capabilities">Capabilities</link>                readable   au
 <link linkend="gdbus-property-org-freedesktop-NetworkManager.State">State</link>                       readable   u
 <link linkend="gdbus-property-org-freedesktop-NetworkManager.Connectivity">Connectivity</link>                readable   u
@@ -918,6 +919,25 @@ Version  readable   s
 NetworkManager version.
 </para>
 </refsect2>
+<refsect2 role="property" id="gdbus-property-org-freedesktop-NetworkManager.VersionInfo">
+  <title>The "VersionInfo" property</title>
+  <indexterm zone="gdbus-property-org-freedesktop-NetworkManager.VersionInfo"><primary sortas="Manager:VersionInfo">org.freedesktop.NetworkManager:VersionInfo</primary></indexterm>
+<programlisting>
+VersionInfo  readable   au
+</programlisting>
+<para>
+NetworkManager version and capabilities.
+</para><para>
+The first element in the array is the NM_VERSION of the daemon. It is a binary representation
+of the "Version" and can be compared numerically. The version is encoded as
+"(major &lt;&lt; 16 | minor &lt;&lt; 8 | micro)".
+</para><para>
+The following elements are a bitfield of static capabilities of the daemon. See
+#NMVersionInfoCapability for the available capability numbers.
+</para><para>
+Since: 1.42
+</para>
+</refsect2>
 <refsect2 role="property" id="gdbus-property-org-freedesktop-NetworkManager.Capabilities">
   <title>The "Capabilities" property</title>
   <indexterm zone="gdbus-property-org-freedesktop-NetworkManager.Capabilities"><primary sortas="Manager:Capabilities">org.freedesktop.NetworkManager:Capabilities</primary></indexterm>