Reorder some properties
authorDavid Zeuthen <davidz@redhat.com>
Thu, 29 Sep 2011 14:28:26 +0000 (10:28 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Thu, 29 Sep 2011 14:28:26 +0000 (10:28 -0400)
Signed-off-by: David Zeuthen <davidz@redhat.com>
data/org.freedesktop.UDisks2.xml

index 1a4dd95..1240611 100644 (file)
     -->
     <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
     -->
     <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>