diff options
| author | Michael Biebl <biebl@debian.org> | 2023-02-10 11:51:50 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2023-02-10 11:51:50 +0100 |
| commit | 58dddb802071d967ff5731f3333239ead78248e8 (patch) | |
| tree | def9e578e4786f8cbc56ce1b6cabf7670e00ae81 /docs/api/dbus-org.freedesktop.NetworkManager.xml | |
| parent | 2c1b7a7ea3c332b4d690c0595ef76c81de1f0cc8 (diff) | |
| parent | 1372848511cb896b80b51ed1a3e9606bd9816631 (diff) | |
Update upstream source from tag 'upstream/1.42.0'
Update to upstream version '1.42.0' with Debian dir 2b9fa2718b2bd34fa58008e335a0d81b87ad57cf
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> |