Current File : //proc/self/root/kunden/usr/share/gtk-doc/html/libsecret-1/libsecret-Version-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>Version Information: Libsecret Library Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="index.html" title="Libsecret Library Reference Manual">
<link rel="up" href="complete.html" title="Part III. Complete API">
<link rel="prev" href="libsecret-DBus-Path-Related-Functions.html" title="DBus Path Related Functions">
<link rel="next" href="using.html" title="Part IV. Using libsecret in builds or scripts">
<meta name="generator" content="GTK-Doc V1.32 (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="#libsecret-Version-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="complete.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="libsecret-DBus-Path-Related-Functions.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="using.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="libsecret-Version-Information"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="libsecret-Version-Information.top_of_page"></a>Version Information</span></h2>
<p>Version Information — Variables and macros to check the libsecret version</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="libsecret-Version-Information.functions"></a><h2>Functions</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="functions_proto_type">
<col class="functions_proto_name">
</colgroup>
<tbody><tr>
<td class="define_keyword">#define</td>
<td class="function_name">
<a class="link" href="libsecret-Version-Information.html#SECRET-CHECK-VERSION:CAPS" title="SECRET_CHECK_VERSION()">SECRET_CHECK_VERSION</a><span class="c_punctuation">()</span>
</td>
</tr></tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libsecret-Version-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="libsecret-Version-Information.html#SECRET-MAJOR-VERSION:CAPS" title="SECRET_MAJOR_VERSION">SECRET_MAJOR_VERSION</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libsecret-Version-Information.html#SECRET-MICRO-VERSION:CAPS" title="SECRET_MICRO_VERSION">SECRET_MICRO_VERSION</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="libsecret-Version-Information.html#SECRET-MINOR-VERSION:CAPS" title="SECRET_MINOR_VERSION">SECRET_MINOR_VERSION</a></td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libsecret-Version-Information.includes"></a><h2>Includes</h2>
<pre class="synopsis">#include &lt;libsecret/secret.h&gt;
</pre>
</div>
<div class="refsect1">
<a name="libsecret-Version-Information.description"></a><h2>Description</h2>
</div>
<div class="refsect1">
<a name="libsecret-Version-Information.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="SECRET-CHECK-VERSION:CAPS"></a><h3>SECRET_CHECK_VERSION()</h3>
<pre class="programlisting">#define             SECRET_CHECK_VERSION(major, minor, micro)</pre>
<div class="refsect3">
<a name="SECRET-CHECK-VERSION.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>major</p></td>
<td class="parameter_description"><p>major version to be satisfied</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>minor</p></td>
<td class="parameter_description"><p>minor version to be satisfied</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>micro</p></td>
<td class="parameter_description"><p>micro version to be satisfied</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="SECRET-CHECK-VERSION.returns"></a><h4>Returns</h4>
<p> <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if using libsecret is newer than or equal to the
given version</p>
</div>
</div>
</div>
<div class="refsect1">
<a name="libsecret-Version-Information.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="SECRET-MAJOR-VERSION:CAPS"></a><h3>SECRET_MAJOR_VERSION</h3>
<pre class="programlisting">#define SECRET_MAJOR_VERSION (0)
</pre>
<p>The major version of libsecret.</p>
</div>
<hr>
<div class="refsect2">
<a name="SECRET-MICRO-VERSION:CAPS"></a><h3>SECRET_MICRO_VERSION</h3>
<pre class="programlisting">#define SECRET_MICRO_VERSION (4)
</pre>
<p>The micro version of libsecret.</p>
</div>
<hr>
<div class="refsect2">
<a name="SECRET-MINOR-VERSION:CAPS"></a><h3>SECRET_MINOR_VERSION</h3>
<pre class="programlisting">#define SECRET_MINOR_VERSION (20)
</pre>
<p>The minor version of libsecret.</p>
</div>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.32</div>
</body>
</html>