Move properties around
authorDavid Zeuthen <davidz@redhat.com>
Tue, 19 Jul 2011 15:35:48 +0000 (11:35 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Tue, 19 Jul 2011 15:35:48 +0000 (11:35 -0400)
Signed-off-by: David Zeuthen <davidz@redhat.com>
data/org.freedesktop.UDisks2.xml

index d210953..fdf36ab 100644 (file)
     -->
     <property name="IdUUID" type="ay" access="read"/>
 
+    <!-- CryptoBackingDevice:
+         The #org.freedesktop.UDisks2.BlockDevice object that is
+         backing the device or <literal>/</literal> if unknown or if
+         the block device is not the cleartext device for an encrypted
+         device.
+    -->
+    <property name="CryptoBackingDevice" type="o" access="read"/>
+
+    <!-- LoopBackingFile:
+         A path to the file that is backing the block device or blank
+         if unknown or not a loop device.
+    -->
+    <property name="LoopBackingFile" type="ay" access="read"/>
+
     <!-- PartTable: Set to %TRUE if a partition table signature was detected on the device. -->
     <property name="PartTable" type="b" access="read"/>
     <!-- PartTableScheme: The type of partition table detected.
          <literal>/</literal> if the device is not a partition.
     -->
     <property name="PartEntryTable" type="o" access="read"/>
-
-    <!-- CryptoBackingDevice:
-         The #org.freedesktop.UDisks2.BlockDevice object that is
-         backing the device or <literal>/</literal> if unknown or if
-         the block device is not the cleartext device for an encrypted
-         device.
-    -->
-    <property name="CryptoBackingDevice" type="o" access="read"/>
-
-    <!-- LoopBackingFile:
-         A path to the file that is backing the block device or blank
-         if unknown or not a loop device.
-    -->
-    <property name="LoopBackingFile" type="ay" access="read"/>
   </interface>
 
   <!-- ********************************************************************** -->