summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorDavid Zeuthen <zeuthen@gmail.com>2012-10-03 10:32:15 -0400
committerDavid Zeuthen <zeuthen@gmail.com>2012-10-03 10:32:15 -0400
commit3495f5a422ca056b02156c2278c7406347ee196b (patch)
tree5b04b9003cf1900262008e350ac8b7166b2b5ee2 /data
parent2174256413b05e1f423c046c596ef981b52e7d82 (diff)
Use @since annotations to mark new D-Bus API available 2.1
Signed-off-by: David Zeuthen <zeuthen@gmail.com>
Diffstat (limited to 'data')
-rw-r--r--data/org.freedesktop.UDisks2.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/org.freedesktop.UDisks2.xml b/data/org.freedesktop.UDisks2.xml
index 87bbacf..ee36ad4 100644
--- a/data/org.freedesktop.UDisks2.xml
+++ b/data/org.freedesktop.UDisks2.xml
@@ -703,6 +703,7 @@
<property name="Drive" type="o" access="read"/>
<!-- MDRaid:
+ @since: 2.1
If the block device is a running MD-RAID array, this is set
to the #org.freedesktop.UDisks2.MDRaid object that it
correspond to. Is '/' if no such object exists.
@@ -710,6 +711,7 @@
<property name="MDRaid" type="o" access="read"/>
<!-- MDRaidMember:
+ @since: 2.1
If the block device is a member of a MD-RAID array, this
is set to the #org.freedesktop.UDisks2.MDRaid object that it
correspond to. Is '/' if no such object exists.
@@ -1577,6 +1579,7 @@
<!--
org.freedesktop.UDisks2.MDRaid:
@short_description: Linux Software RAID
+ @since: 2.1
Objects implementing this interface represent
<ulink url="https://raid.wiki.kernel.org/index.php/Linux_Raid">Linux Software RAID arrays</ulink>