summaryrefslogtreecommitdiff
path: root/src/org.freedesktop.ColorManager.xml
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2011-03-02 10:38:15 +0000
committerRichard Hughes <richard@hughsie.com>2011-03-02 10:38:15 +0000
commiteaec59812b4a37a6b0b0fca66c1d1f11adb32cde (patch)
treeba311b7924df92efac274629fa3470706d367840 /src/org.freedesktop.ColorManager.xml
parentad1319a6e0e268fb7a8fb154c679621b19d931fc (diff)
downloadcolord-eaec59812b4a37a6b0b0fca66c1d1f11adb32cde.tar.gz
Use plain text enumerated values in CreateDevice and CreateProfile
This obviously breaks DBus API, but it seemed odd to have plain text everywhere else except these two methods. The library ABI remains unchanged.
Diffstat (limited to 'src/org.freedesktop.ColorManager.xml')
-rw-r--r--src/org.freedesktop.ColorManager.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/org.freedesktop.ColorManager.xml b/src/org.freedesktop.ColorManager.xml
index d9f6f86..e24bbe5 100644
--- a/src/org.freedesktop.ColorManager.xml
+++ b/src/org.freedesktop.ColorManager.xml
@@ -232,7 +232,7 @@
</doc:para>
</doc:description>
</doc:doc>
- <arg type='u' name='kind' direction='in'>
+ <arg type='s' name='kind' direction='in'>
<doc:doc>
<doc:summary>
<doc:para>
@@ -281,7 +281,7 @@
</doc:summary>
</doc:doc>
</arg>
- <arg type='u' name='options' direction='in'>
+ <arg type='s' name='scope' direction='in'>
<doc:doc>
<doc:summary>
<doc:para>
@@ -293,19 +293,19 @@
</doc:summary>
<doc:list>
<doc:item>
- <doc:term>0</doc:term>
+ <doc:term>normal</doc:term>
<doc:definition>
Normal profile.
</doc:definition>
</doc:item>
<doc:item>
- <doc:term>1</doc:term>
+ <doc:term>temp</doc:term>
<doc:definition>
Profile is removed if the user logs out.
</doc:definition>
</doc:item>
<doc:item>
- <doc:term>2</doc:term>
+ <doc:term>disk</doc:term>
<doc:definition>
Profile that is saved to disk and restored on next startup.
</doc:definition>
@@ -365,7 +365,7 @@
</doc:summary>
</doc:doc>
</arg>
- <arg type='u' name='options' direction='in'>
+ <arg type='s' name='scope' direction='in'>
<doc:doc>
<doc:summary>
<doc:para>
@@ -377,19 +377,19 @@
</doc:summary>
<doc:list>
<doc:item>
- <doc:term>0</doc:term>
+ <doc:term>normal</doc:term>
<doc:definition>
Normal device.
</doc:definition>
</doc:item>
<doc:item>
- <doc:term>1</doc:term>
+ <doc:term>temp</doc:term>
<doc:definition>
Device that is removed if the user logs out.
</doc:definition>
</doc:item>
<doc:item>
- <doc:term>2</doc:term>
+ <doc:term>disk</doc:term>
<doc:definition>
Device that is saved to disk, and restored if the
computer is restarted.