Add links to udisks(7) man page) for the Hint* properties
authorDavid Zeuthen <davidz@redhat.com>
Sun, 23 Oct 2011 16:26:45 +0000 (12:26 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Sun, 23 Oct 2011 16:26:45 +0000 (12:26 -0400)
Signed-off-by: David Zeuthen <davidz@redhat.com>
data/org.freedesktop.UDisks2.xml

index 51b4790..0a61606 100644 (file)
 
     <!-- HintSystem: If %TRUE, the device is considered a <emphasis>system device</emphasis>.
          System devices are devices that require additional permissions to access.
+
+         See <xref linkend="udisks.7"/> for how to influence the value of this property.
     -->
     <property name="HintSystem" type="b" access="read"/>
 
-    <!-- HintIgnore: If %TRUE, the device should be hidden from users. -->
+    <!-- HintIgnore: If %TRUE, the device should be hidden from users.
+
+         See <xref linkend="udisks.7"/> for how to influence the value of this property.
+    -->
     <property name="HintIgnore" type="b" access="read"/>
 
-    <!-- HintAuto: If %TRUE, the device should be automatically started (e.g. mounted, unlocked etc.). -->
+    <!-- HintAuto: If %TRUE, the device should be automatically started (e.g. mounted, unlocked etc.).
+
+         See <xref linkend="udisks.7"/> for how to influence the value of this property.
+    -->
     <property name="HintAuto" type="b" access="read"/>
 
-    <!-- HintName: If not blank, the name to use when presenting the device. -->
+    <!-- HintName: If not blank, the name to use when presenting the device.
+
+         See <xref linkend="udisks.7"/> for how to influence the value of this property.
+    -->
     <property name="HintName" type="s" access="read"/>
 
     <!-- HintIconName: If not blank, the icon name to use when presenting the device.
          The name must adhere to the
          <ulink url="http://www.freedesktop.org/wiki/Specifications/icon-theme-spec">freedesktop.org icon theme specification</ulink>.
+
+         See <xref linkend="udisks.7"/> for how to influence the value of this property.
     -->
     <property name="HintIconName" type="s" access="read"/>