aboutsummaryrefslogtreecommitdiff
path: root/introspection
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2018-12-03 15:21:29 +0100
committerDan Williams <dcbw@redhat.com>2018-12-04 17:26:59 +0000
commitc7af14cc80509fd05500c747bda379f93a62582d (patch)
treee0b8a0dc36a82bc90eba66364d84b789829677a5 /introspection
parentd0bb8d1d503f2ce01ea85625294c238aa831d298 (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.xml7
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>