summaryrefslogtreecommitdiff
path: root/data/org.freedesktop.UDisks2.xml
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2011-10-23 12:26:45 -0400
committerDavid Zeuthen <davidz@redhat.com>2011-10-23 12:26:45 -0400
commit5bd8d778ad969c3725d83de2b6c2271736e789ea (patch)
treed42c544189154651770816612c8aeb748088162c /data/org.freedesktop.UDisks2.xml
parent983fae986b5cde0e56447ff83d01734dea88624b (diff)
Add links to udisks(7) man page) for the Hint* properties
Signed-off-by: David Zeuthen <davidz@redhat.com>
Diffstat (limited to 'data/org.freedesktop.UDisks2.xml')
-rw-r--r--data/org.freedesktop.UDisks2.xml19
1 files changed, 16 insertions, 3 deletions
diff --git a/data/org.freedesktop.UDisks2.xml b/data/org.freedesktop.UDisks2.xml
index 51b4790..0a61606 100644
--- a/data/org.freedesktop.UDisks2.xml
+++ b/data/org.freedesktop.UDisks2.xml
@@ -649,21 +649,34 @@
<!-- 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"/>