summaryrefslogtreecommitdiff
path: root/data/org.freedesktop.UDisks2.xml
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2011-09-29 10:28:26 -0400
committerDavid Zeuthen <davidz@redhat.com>2011-09-29 10:28:26 -0400
commit5669e9258cf001e3c5527c57ef28b1e9376d09e2 (patch)
tree4f7364bbe3fc30f131d1cf08a6a19052d10a9fae /data/org.freedesktop.UDisks2.xml
parentcc50a85542719d4726db5abe836e2d52bc9869c3 (diff)
Reorder some properties
Signed-off-by: David Zeuthen <davidz@redhat.com>
Diffstat (limited to 'data/org.freedesktop.UDisks2.xml')
-rw-r--r--data/org.freedesktop.UDisks2.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/data/org.freedesktop.UDisks2.xml b/data/org.freedesktop.UDisks2.xml
index 1a4dd95..1240611 100644
--- a/data/org.freedesktop.UDisks2.xml
+++ b/data/org.freedesktop.UDisks2.xml
@@ -83,12 +83,14 @@
-->
<property name="WWN" type="s" access="read"/>
- <!-- MediaRemovable: Whether the media can be removed from the drive. -->
- <property name="MediaRemovable" type="b" access="read"/>
-
<!-- Size: The size of the drive. Is set to 0 if, and only if, no media is inserted. -->
<property name="Size" type="t" access="read"/>
+ <!-- Media: The kind of media currently in the drive or blank if unknown.
+ See the #org.freedesktop.UDisks2.Drive:MediaCompatibility property for known values.
+ -->
+ <property name="Media" type="s" access="read"/>
+
<!-- MediaCompatibility:
The physical kind of media the drive uses or blank if unknown.
Known values include
@@ -129,10 +131,8 @@
-->
<property name="MediaCompatibility" type="as" access="read"/>
- <!-- Media: The kind of media currently in the drive or blank if unknown.
- See the #org.freedesktop.UDisks2.Drive:MediaCompatibility property for known values.
- -->
- <property name="Media" type="s" access="read"/>
+ <!-- MediaRemovable: Whether the media can be removed from the drive. -->
+ <property name="MediaRemovable" type="b" access="read"/>
<!-- RotationRate: The rotational rate of the drive.
<itemizedlist>