diff options
| author | Michael Biebl <biebl@debian.org> | 2023-02-10 11:50:34 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2023-02-10 11:50:34 +0100 |
| commit | 1372848511cb896b80b51ed1a3e9606bd9816631 (patch) | |
| tree | 674792b9385bdef935988894b45f06b2af39f88c /docs/api/dbus-org.freedesktop.NetworkManager.xml | |
| parent | 40ec077ea305994c1fc2130add6787ca0c73e2c6 (diff) | |
New upstream version 1.42.0 upstream/1.42.0
Diffstat (limited to 'docs/api/dbus-org.freedesktop.NetworkManager.xml')
| -rw-r--r-- | docs/api/dbus-org.freedesktop.NetworkManager.xml | 20 |
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 << 16 | minor << 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> |