Current File : //proc/thread-self/root/kunden/usr/share/gtk-doc/html/graphene/graphene-Versioning-information.html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Versioning information: Graphene Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="index.html" title="Graphene Reference Manual">
<link rel="up" href="ch01.html" title="Graphene">
<link rel="prev" href="graphene-Ray.html" title="Ray">
<link rel="next" href="graphene-GObject-integration.html" title="GObject integration">
<meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts">
<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
                  <a href="#graphene-Versioning-information.description" class="shortcut">Description</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="graphene-Ray.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="graphene-GObject-integration.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="graphene-Versioning-information"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="graphene-Versioning-information.top_of_page"></a>Versioning information</span></h2>
<p>Versioning information — Detemining the version of Graphene in use</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="graphene-Versioning-information.other"></a><h2>Types and Values</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="other_proto_type">
<col class="other_proto_name">
</colgroup>
<tbody>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="graphene-Versioning-information.html#GRAPHENE-MAJOR-VERSION:CAPS" title="GRAPHENE_MAJOR_VERSION">GRAPHENE_MAJOR_VERSION</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="graphene-Versioning-information.html#GRAPHENE-MINOR-VERSION:CAPS" title="GRAPHENE_MINOR_VERSION">GRAPHENE_MINOR_VERSION</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="graphene-Versioning-information.html#GRAPHENE-MICRO-VERSION:CAPS" title="GRAPHENE_MICRO_VERSION">GRAPHENE_MICRO_VERSION</a></td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="graphene-Versioning-information.includes"></a><h2>Includes</h2>
<pre class="synopsis">#include &lt;graphene.h&gt;
</pre>
</div>
<div class="refsect1">
<a name="graphene-Versioning-information.description"></a><h2>Description</h2>
<p>Graphene provides symbols to know the version of the library at compile
time.</p>
</div>
<div class="refsect1">
<a name="graphene-Versioning-information.functions_details"></a><h2>Functions</h2>
<p></p>
</div>
<div class="refsect1">
<a name="graphene-Versioning-information.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="GRAPHENE-MAJOR-VERSION:CAPS"></a><h3>GRAPHENE_MAJOR_VERSION</h3>
<pre class="programlisting">#define GRAPHENE_MAJOR_VERSION
</pre>
<p>Evaluates to the major version number of the library version,
e.g. 1 in 1.2.3.</p>
<p class="since">Since: <a class="link" href="ix03.html#api-index-1.0">1.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="GRAPHENE-MINOR-VERSION:CAPS"></a><h3>GRAPHENE_MINOR_VERSION</h3>
<pre class="programlisting">#define GRAPHENE_MINOR_VERSION
</pre>
<p>Evaluates to the minor version number of the library version,
e.g. 2 in 1.2.3.</p>
<p class="since">Since: <a class="link" href="ix03.html#api-index-1.0">1.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="GRAPHENE-MICRO-VERSION:CAPS"></a><h3>GRAPHENE_MICRO_VERSION</h3>
<pre class="programlisting">#define GRAPHENE_MICRO_VERSION
</pre>
<p>Evaluates to the micro version number of the library version,
e.g. 3 in 1.2.3.</p>
<p class="since">Since: <a class="link" href="ix03.html#api-index-1.0">1.0</a></p>
</div>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.33.1</div>
</body>
</html>