~ubuntu-branches/ubuntu/quantal/colord/quantal-proposed

« back to all changes in this revision

Viewing changes to doc/api/html/Profile.html

  • Committer: Package Import Robot
  • Author(s): Christopher James Halse Rogers
  • Date: 2012-03-01 17:33:00 UTC
  • mto: (1.1.4) (2.1.7 sid)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: package-import@ubuntu.com-20120301173300-q1s2bs8yubnybln8
Import upstream version 0.1.18

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
 
<html>
3
 
<head>
4
 
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
 
<title>org.freedesktop.ColorManager.Profile</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
 
<link rel="home" href="index.html" title="colord Reference Manual">
8
 
<link rel="up" href="ref-dbus.html" title="D-Bus API Reference">
9
 
<link rel="prev" href="Device.html" title="org.freedesktop.ColorManager.Device">
10
 
<link rel="next" href="Sensor.html" title="org.freedesktop.ColorManager.Sensor">
11
 
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
12
 
<link rel="stylesheet" href="style.css" type="text/css">
13
 
</head>
14
 
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
 
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
16
 
<tr valign="middle">
17
 
<td><a accesskey="p" href="Device.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18
 
<td><a accesskey="u" href="ref-dbus.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
19
 
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20
 
<th width="100%" align="center">colord Reference Manual</th>
21
 
<td><a accesskey="n" href="Sensor.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22
 
</tr>
23
 
<tr><td colspan="5" class="shortcuts">
24
 
<a href="#Profile.synopsis" class="shortcut">Top</a>
25
 
                   | 
26
 
                  <a href="#Profile.description" class="shortcut">Description</a>
27
 
                   | 
28
 
                  <a href="#Profile.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
29
 
                   | 
30
 
                  <a href="#Profile.properties" class="shortcut">Properties</a>
31
 
                   | 
32
 
                  <a href="#Profile.signals" class="shortcut">Signals</a>
33
 
</td></tr>
34
 
</table>
35
 
<div class="refentry">
36
 
<a name="Profile"></a><div class="titlepage"></div>
37
 
<div class="refnamediv"><table width="100%"><tr>
38
 
<td valign="top">
39
 
<h2><span class="refentrytitle">org.freedesktop.ColorManager.Profile</span></h2>
40
 
<p>org.freedesktop.ColorManager.Profile — Profile interface</p>
41
 
</td>
42
 
<td valign="top" align="right"></td>
43
 
</tr></table></div>
44
 
<div class="refsynopsisdiv">
45
 
<h2>Methods</h2>
46
 
<pre class="synopsis"><a class="link" href="Profile.html#Profile.SetProperty">SetProperty</a>       (in  's' property_name,
47
 
                   in  's' property_value)
48
 
<a class="link" href="Profile.html#Profile.InstallSystemWide">InstallSystemWide</a> ()
49
 
</pre>
50
 
</div>
51
 
<div class="refsect1">
52
 
<a name="id490065"></a><h2>Signals</h2>
53
 
<pre class="synopsis"><a class="link" href="Profile.html#Profile::Changed">Changed</a> ()
54
 
</pre>
55
 
</div>
56
 
<div class="refsect1">
57
 
<a name="id510840"></a><h2>Implemented Interfaces</h2>
58
 
<p>
59
 
    Objects implementing org.freedesktop.ColorManager.Profile also implements
60
 
    org.freedesktop.DBus.Introspectable,
61
 
    org.freedesktop.DBus.Properties
62
 
    </p>
63
 
</div>
64
 
<div class="refsect1">
65
 
<a name="id479992"></a><h2>Properties</h2>
66
 
<pre class="synopsis"><a class="link" href="Profile.html#Profile:ProfileId">'ProfileId'</a>    read      's'
67
 
<a class="link" href="Profile.html#Profile:Title">'Title'</a>        read      's'
68
 
<a class="link" href="Profile.html#Profile:Metadata">'Metadata'</a>     read      'a{ss}'
69
 
<a class="link" href="Profile.html#Profile:Qualifier">'Qualifier'</a>    read      's'
70
 
<a class="link" href="Profile.html#Profile:Format">'Format'</a>       read      's'
71
 
<a class="link" href="Profile.html#Profile:Kind">'Kind'</a>         read      's'
72
 
<a class="link" href="Profile.html#Profile:Colorspace">'Colorspace'</a>   read      's'
73
 
<a class="link" href="Profile.html#Profile:HasVcgt">'HasVcgt'</a>      read      'b'
74
 
<a class="link" href="Profile.html#Profile:IsSystemWide">'IsSystemWide'</a> read      'b'
75
 
<a class="link" href="Profile.html#Profile:Filename">'Filename'</a>     read      's'
76
 
<a class="link" href="Profile.html#Profile:Created">'Created'</a>      read      'x'
77
 
<a class="link" href="Profile.html#Profile:Scope">'Scope'</a>        read      's'
78
 
<a class="link" href="Profile.html#Profile:Owner">'Owner'</a>        read      'u'
79
 
</pre>
80
 
</div>
81
 
<div class="refsect1">
82
 
<a name="id505919"></a><h2>Description</h2>
83
 
<p>
84
 
      
85
 
        </p>
86
 
<p>
87
 
          The interface used for quering color profiles.
88
 
        </p>
89
 
<p>
90
 
      
91
 
    </p>
92
 
</div>
93
 
<div class="refsect1">
94
 
<a name="id476592"></a><h2>Details</h2>
95
 
<div class="refsect2">
96
 
<a name="id476600"></a><h3>
97
 
<a name="Profile.SetProperty"></a>SetProperty ()</h3>
98
 
<pre class="programlisting">SetProperty (in  's' property_name,
99
 
             in  's' property_value)</pre>
100
 
</div>
101
 
<p>
102
 
            Sets a property on the object.
103
 
          </p>
104
 
<div class="variablelist"><table border="0">
105
 
<col align="left" valign="top">
106
 
<tbody>
107
 
<tr>
108
 
<td><p><span class="term"><em class="parameter"><code>property_name</code></em>:</span></p></td>
109
 
<td>
110
 
            <p>
111
 
              The property name, e.g. <code class="literal">Filename</code>,
112
 
              or <code class="literal">Qualifier</code>.
113
 
            </p>
114
 
          </td>
115
 
</tr>
116
 
<tr>
117
 
<td><p><span class="term"><em class="parameter"><code>property_value</code></em>:</span></p></td>
118
 
<td>
119
 
            <p>
120
 
              The property value, e.g. <code class="literal">RGB.Plain.</code>.
121
 
            </p>
122
 
          </td>
123
 
</tr>
124
 
</tbody>
125
 
</table></div>
126
 
<hr>
127
 
<div class="refsect2">
128
 
<a name="id513229"></a><h3>
129
 
<a name="Profile.InstallSystemWide"></a>InstallSystemWide ()</h3>
130
 
<pre class="programlisting">InstallSystemWide ()</pre>
131
 
</div>
132
 
<p>
133
 
            Copies the profile system-wide so it can be used by all
134
 
            users on the system or when no users are logged-in.
135
 
          </p>
136
 
<div class="variablelist"><table border="0">
137
 
<col align="left" valign="top">
138
 
<tbody></tbody>
139
 
</table></div>
140
 
</div>
141
 
<div class="refsect1">
142
 
<a name="id513978"></a><h2>Signal Details</h2>
143
 
<div class="refsect2">
144
 
<a name="id513986"></a><h3>
145
 
<a name="Profile::Changed"></a>The Changed signal</h3>
146
 
<pre class="programlisting">Changed ()</pre>
147
 
</div>
148
 
<p>
149
 
            Some value on the interface has changed.
150
 
          </p>
151
 
<div class="variablelist"><table border="0">
152
 
<col align="left" valign="top">
153
 
<tbody></tbody>
154
 
</table></div>
155
 
</div>
156
 
<div class="refsect1">
157
 
<a name="id514018"></a><h2>Property Details</h2>
158
 
<div class="refsect2">
159
 
<a name="id514026"></a><h3>
160
 
<a name="Profile:ProfileId"></a>The "ProfileId" property</h3>
161
 
<pre class="programlisting">'ProfileId'  read      's'
162
 
</pre>
163
 
</div>
164
 
<p>
165
 
            The identification hash of the profile.
166
 
          </p>
167
 
<div class="variablelist"><table border="0">
168
 
<col align="left" valign="top">
169
 
<tbody></tbody>
170
 
</table></div>
171
 
<hr>
172
 
<div class="refsect2">
173
 
<a name="id514056"></a><h3>
174
 
<a name="Profile:Title"></a>The "Title" property</h3>
175
 
<pre class="programlisting">'Title'  read      's'
176
 
</pre>
177
 
</div>
178
 
<p>
179
 
            The printable title for the profile.
180
 
          </p>
181
 
<div class="variablelist"><table border="0">
182
 
<col align="left" valign="top">
183
 
<tbody></tbody>
184
 
</table></div>
185
 
<hr>
186
 
<div class="refsect2">
187
 
<a name="id514086"></a><h3>
188
 
<a name="Profile:Metadata"></a>The "Metadata" property</h3>
189
 
<pre class="programlisting">'Metadata'  read      'a{ss}'
190
 
</pre>
191
 
</div>
192
 
<p>
193
 
            The metadata for the profile, which may include optional
194
 
            keys like <code class="literal">EDID_md5</code> and
195
 
            <code class="literal">EDID_manufacturer</code> that are set by several
196
 
            CMS frameworks.
197
 
          </p>
198
 
<div class="variablelist"><table border="0">
199
 
<col align="left" valign="top">
200
 
<tbody></tbody>
201
 
</table></div>
202
 
<hr>
203
 
<div class="refsect2">
204
 
<a name="id479120"></a><h3>
205
 
<a name="Profile:Qualifier"></a>The "Qualifier" property</h3>
206
 
<pre class="programlisting">'Qualifier'  read      's'
207
 
</pre>
208
 
</div>
209
 
<p>
210
 
            The qualifier for the profile.
211
 
            A qualifier is used as a way to select a profile for a device.
212
 
            This might be something free text like
213
 
            <code class="literal">High quality studio</code>doc:tt&gt; or something more
214
 
            programmable like <code class="literal">RGB.Plain.300dpi</code>.
215
 
          </p>
216
 
<div class="variablelist"><table border="0">
217
 
<col align="left" valign="top">
218
 
<tbody></tbody>
219
 
</table></div>
220
 
<hr>
221
 
<div class="refsect2">
222
 
<a name="id479165"></a><h3>
223
 
<a name="Profile:Format"></a>The "Format" property</h3>
224
 
<pre class="programlisting">'Format'  read      's'
225
 
</pre>
226
 
</div>
227
 
<p>
228
 
            The qualifier format for the profile.
229
 
          </p>
230
 
<div class="variablelist"><table border="0">
231
 
<col align="left" valign="top">
232
 
<tbody></tbody>
233
 
</table></div>
234
 
<hr>
235
 
<div class="refsect2">
236
 
<a name="id479196"></a><h3>
237
 
<a name="Profile:Kind"></a>The "Kind" property</h3>
238
 
<pre class="programlisting">'Kind'  read      's'
239
 
</pre>
240
 
</div>
241
 
<p>
242
 
            The profile kind, e.g. <code class="literal">colorspace-conversion</code>,
243
 
            <code class="literal">abstract</code> or <code class="literal">display-device</code>.
244
 
          </p>
245
 
<div class="variablelist"><table border="0">
246
 
<col align="left" valign="top">
247
 
<tbody></tbody>
248
 
</table></div>
249
 
<hr>
250
 
<div class="refsect2">
251
 
<a name="id479244"></a><h3>
252
 
<a name="Profile:Colorspace"></a>The "Colorspace" property</h3>
253
 
<pre class="programlisting">'Colorspace'  read      's'
254
 
</pre>
255
 
</div>
256
 
<p>
257
 
            The profile colorspace, e.g. <code class="literal">rgb</code>.
258
 
          </p>
259
 
<div class="variablelist"><table border="0">
260
 
<col align="left" valign="top">
261
 
<tbody></tbody>
262
 
</table></div>
263
 
<hr>
264
 
<div class="refsect2">
265
 
<a name="id479281"></a><h3>
266
 
<a name="Profile:HasVcgt"></a>The "HasVcgt" property</h3>
267
 
<pre class="programlisting">'HasVcgt'  read      'b'
268
 
</pre>
269
 
</div>
270
 
<p>
271
 
            If the profile has a VCGT entry.
272
 
          </p>
273
 
<div class="variablelist"><table border="0">
274
 
<col align="left" valign="top">
275
 
<tbody></tbody>
276
 
</table></div>
277
 
<hr>
278
 
<div class="refsect2">
279
 
<a name="id479312"></a><h3>
280
 
<a name="Profile:IsSystemWide"></a>The "IsSystemWide" property</h3>
281
 
<pre class="programlisting">'IsSystemWide'  read      'b'
282
 
</pre>
283
 
</div>
284
 
<p>
285
 
            If the profile is installed system wide and available
286
 
            for all users.
287
 
          </p>
288
 
<div class="variablelist"><table border="0">
289
 
<col align="left" valign="top">
290
 
<tbody></tbody>
291
 
</table></div>
292
 
<hr>
293
 
<div class="refsect2">
294
 
<a name="id479344"></a><h3>
295
 
<a name="Profile:Filename"></a>The "Filename" property</h3>
296
 
<pre class="programlisting">'Filename'  read      's'
297
 
</pre>
298
 
</div>
299
 
<p>
300
 
            The profile filename, if one exists.
301
 
          </p>
302
 
<div class="variablelist"><table border="0">
303
 
<col align="left" valign="top">
304
 
<tbody></tbody>
305
 
</table></div>
306
 
<hr>
307
 
<div class="refsect2">
308
 
<a name="id479375"></a><h3>
309
 
<a name="Profile:Created"></a>The "Created" property</h3>
310
 
<pre class="programlisting">'Created'  read      'x'
311
 
</pre>
312
 
</div>
313
 
<p>
314
 
            The date and time the profile was created in UNIX time.
315
 
          </p>
316
 
<p>
317
 
            NOTE: this is NOT the time the meta-profile was created,
318
 
            or added to colord, nor the disk timestamp for the profile
319
 
            filename.
320
 
            This is the encoded date and time inside the ICC filename.
321
 
          </p>
322
 
<div class="variablelist"><table border="0">
323
 
<col align="left" valign="top">
324
 
<tbody></tbody>
325
 
</table></div>
326
 
<hr>
327
 
<div class="refsect2">
328
 
<a name="id479411"></a><h3>
329
 
<a name="Profile:Scope"></a>The "Scope" property</h3>
330
 
<pre class="programlisting">'Scope'  read      's'
331
 
</pre>
332
 
</div>
333
 
<p>
334
 
            The scope of the device, e.g. <code class="literal">normal</code>,
335
 
            <code class="literal">temp</code> or <code class="literal">disk</code>.
336
 
          </p>
337
 
<div class="variablelist"><table border="0">
338
 
<col align="left" valign="top">
339
 
<tbody></tbody>
340
 
</table></div>
341
 
<hr>
342
 
<div class="refsect2">
343
 
<a name="id479459"></a><h3>
344
 
<a name="Profile:Owner"></a>The "Owner" property</h3>
345
 
<pre class="programlisting">'Owner'  read      'u'
346
 
</pre>
347
 
</div>
348
 
<p>
349
 
            The user ID of the account that created the profile.
350
 
          </p>
351
 
<div class="variablelist"><table border="0">
352
 
<col align="left" valign="top">
353
 
<tbody></tbody>
354
 
</table></div>
355
 
</div>
356
 
</div>
357
 
<div class="footer">
358
 
<hr>
359
 
          Generated by GTK-Doc V1.18</div>
360
 
</body>
361
 
</html>
 
 
b'\\ No newline at end of file'