diff options
Diffstat (limited to 'docs/libnm/html/libnm-nm-version-macros.html')
| -rw-r--r-- | docs/libnm/html/libnm-nm-version-macros.html | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/libnm/html/libnm-nm-version-macros.html b/docs/libnm/html/libnm-nm-version-macros.html index ce3961f4..6c37cbed 100644 --- a/docs/libnm/html/libnm-nm-version-macros.html +++ b/docs/libnm/html/libnm-nm-version-macros.html @@ -172,6 +172,10 @@ </tr> <tr> <td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libnm-nm-version-macros.html#NM-VERSION-1-42-2:CAPS" title="NM_VERSION_1_42_2">NM_VERSION_1_42_2</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> <td class="function_name"><a class="link" href="libnm-nm-version-macros.html#NM-API-VERSION:CAPS" title="NM_API_VERSION">NM_API_VERSION</a></td> </tr> <tr> @@ -257,7 +261,7 @@ is compiled against.</p> <hr> <div class="refsect2"> <a name="NM-MICRO-VERSION:CAPS"></a><h3>NM_MICRO_VERSION</h3> -<pre class="programlisting">#define NM_MICRO_VERSION (0) +<pre class="programlisting">#define NM_MICRO_VERSION (2) </pre> <p>Evaluates to the micro version number of NetworkManager which this source compiled against.</p> @@ -408,6 +412,12 @@ compiled against.</p> </div> <hr> <div class="refsect2"> +<a name="NM-VERSION-1-42-2:CAPS"></a><h3>NM_VERSION_1_42_2</h3> +<pre class="programlisting">#define NM_VERSION_1_42_2 (NM_ENCODE_VERSION(1, 42, 2)) +</pre> +</div> +<hr> +<div class="refsect2"> <a name="NM-API-VERSION:CAPS"></a><h3>NM_API_VERSION</h3> <pre class="programlisting">#define NM_API_VERSION</pre> </div> |