diff options
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> |