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

« back to all changes in this revision

Viewing changes to doc/api/html/colord-cd-version.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>cd-version</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="libcolord-glib-helpers.html" title="libcolord-glib helpers">
9
 
<link rel="prev" href="colord-cd-profile-sync.html" title="cd-profile-sync">
10
 
<link rel="next" href="colord-cd-color.html" title="cd-color">
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="colord-cd-profile-sync.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18
 
<td><a accesskey="u" href="libcolord-glib-helpers.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="colord-cd-color.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="#colord-cd-version.synopsis" class="shortcut">Top</a>
25
 
                   | 
26
 
                  <a href="#colord-cd-version.description" class="shortcut">Description</a>
27
 
</td></tr>
28
 
</table>
29
 
<div class="refentry">
30
 
<a name="colord-cd-version"></a><div class="titlepage"></div>
31
 
<div class="refnamediv"><table width="100%"><tr>
32
 
<td valign="top">
33
 
<h2><span class="refentrytitle"><a name="colord-cd-version.top_of_page"></a>cd-version</span></h2>
34
 
<p>cd-version — Obtains the version for the installed colord</p>
35
 
</td>
36
 
<td valign="top" align="right"></td>
37
 
</tr></table></div>
38
 
<div class="refsynopsisdiv">
39
 
<a name="colord-cd-version.synopsis"></a><h2>Synopsis</h2>
40
 
<pre class="synopsis">#define             <a class="link" href="colord-cd-version.html#CD-CHECK-VERSION:CAPS" title="CD_CHECK_VERSION()">CD_CHECK_VERSION</a>                    (major,
41
 
                                                         minor,
42
 
                                                         micro)
43
 
#define             <a class="link" href="colord-cd-version.html#CD-MAJOR-VERSION:CAPS" title="CD_MAJOR_VERSION">CD_MAJOR_VERSION</a>
44
 
#define             <a class="link" href="colord-cd-version.html#CD-MICRO-VERSION:CAPS" title="CD_MICRO_VERSION">CD_MICRO_VERSION</a>
45
 
#define             <a class="link" href="colord-cd-version.html#CD-MINOR-VERSION:CAPS" title="CD_MINOR_VERSION">CD_MINOR_VERSION</a>
46
 
</pre>
47
 
</div>
48
 
<div class="refsect1">
49
 
<a name="colord-cd-version.description"></a><h2>Description</h2>
50
 
<p>
51
 
These compile time macros allow the user to enable parts of client code
52
 
depending on the version of libcolord installed.
53
 
</p>
54
 
<p>
55
 
See also: <span class="type">CdClient</span>, <span class="type">CdDevice</span>
56
 
</p>
57
 
</div>
58
 
<div class="refsect1">
59
 
<a name="colord-cd-version.details"></a><h2>Details</h2>
60
 
<div class="refsect2">
61
 
<a name="CD-CHECK-VERSION:CAPS"></a><h3>CD_CHECK_VERSION()</h3>
62
 
<pre class="programlisting">#define             CD_CHECK_VERSION(major,minor,micro)</pre>
63
 
<p>
64
 
Check whether a colord version equal to or greater than
65
 
major.minor.micro.
66
 
</p>
67
 
</div>
68
 
<hr>
69
 
<div class="refsect2">
70
 
<a name="CD-MAJOR-VERSION:CAPS"></a><h3>CD_MAJOR_VERSION</h3>
71
 
<pre class="programlisting">#define CD_MAJOR_VERSION                            (0)
72
 
</pre>
73
 
<p>
74
 
The compile-time major version
75
 
</p>
76
 
</div>
77
 
<hr>
78
 
<div class="refsect2">
79
 
<a name="CD-MICRO-VERSION:CAPS"></a><h3>CD_MICRO_VERSION</h3>
80
 
<pre class="programlisting">#define CD_MICRO_VERSION                            (16)
81
 
</pre>
82
 
<p>
83
 
The compile-time micro version
84
 
</p>
85
 
</div>
86
 
<hr>
87
 
<div class="refsect2">
88
 
<a name="CD-MINOR-VERSION:CAPS"></a><h3>CD_MINOR_VERSION</h3>
89
 
<pre class="programlisting">#define CD_MINOR_VERSION                            (1)
90
 
</pre>
91
 
<p>
92
 
The compile-time minor version
93
 
</p>
94
 
</div>
95
 
</div>
96
 
</div>
97
 
<div class="footer">
98
 
<hr>
99
 
          Generated by GTK-Doc V1.18</div>
100
 
</body>
101
 
</html>
 
 
b'\\ No newline at end of file'