diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2018-12-03 15:21:29 +0100 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2018-12-04 17:26:59 +0000 |
commit | c7af14cc80509fd05500c747bda379f93a62582d (patch) | |
tree | e0b8a0dc36a82bc90eba66364d84b789829677a5 /introspection | |
parent | d0bb8d1d503f2ce01ea85625294c238aa831d298 (diff) |
api,manager: new 'Version' property
This string shows the runtime version of the ModemManager daemon.
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/issues/94
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.xml b/introspection/org.freedesktop.ModemManager1.xml index 49503c1d..4d7a4e84 100644 --- a/introspection/org.freedesktop.ModemManager1.xml +++ b/introspection/org.freedesktop.ModemManager1.xml @@ -106,5 +106,12 @@ <arg name="properties" type="a{sv}" direction="in" /> </method> + <!-- + Version: + + The runtime version of the ModemManager daemon. + --> + <property name="Version" type="s" access="read" /> + </interface> </node> |