diff options
| author | Michael Biebl <biebl@debian.org> | 2023-03-09 20:01:53 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2023-03-09 20:01:53 +0100 |
| commit | cffb548b401e2cd3fad166aa92e0f634bbb1d4d6 (patch) | |
| tree | 6d803d8f7d0d92a1c5e5705974fff8975472af95 /docs/api/dbus-org.freedesktop.NetworkManager.xml | |
| parent | 647d6b95d5475e0a1bf3d6f299d1cb8c9041a7a4 (diff) | |
| parent | 12e1ee797bbf0b10d1fd5afd4b947484769f2b9f (diff) | |
Merge tag 'debian/1.42.4-1' into debian/bullseye-backports
network-manager Debian release 1.42.4-1
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> |