diff options
Diffstat (limited to 'introspection/org.freedesktop.NetworkManager.xml')
| -rw-r--r-- | introspection/org.freedesktop.NetworkManager.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.NetworkManager.xml b/introspection/org.freedesktop.NetworkManager.xml index 16185706..c92c8017 100644 --- a/introspection/org.freedesktop.NetworkManager.xml +++ b/introspection/org.freedesktop.NetworkManager.xml @@ -457,6 +457,22 @@ <property name="Version" type="s" access="read"/> <!-- + VersionInfo: + + NetworkManager version and capabilities. + + 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)". + + The following elements are a bitfield of static capabilities of the daemon. See + #NMVersionInfoCapability for the available capability numbers. + + Since: 1.42 + --> + <property name="VersionInfo" type="au" access="read"/> + + <!-- Capabilities: The current set of capabilities. See <link |