diff options
| author | Michael Biebl <biebl@debian.org> | 2024-01-25 09:46:18 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2024-01-25 09:46:18 +0100 |
| commit | 70e18d99b8e3e77bb37e218d7ac582130156f8ef (patch) | |
| tree | d40c587e6d3f0e094ff558e415f1bb9803643214 /docs/libnm/html/libnm-nm-version.html | |
| parent | d4d8b2b91f7ba000d97a8b2aab48c85000c11314 (diff) | |
New upstream version 1.45.90 upstream/1.45.90
Diffstat (limited to 'docs/libnm/html/libnm-nm-version.html')
| -rw-r--r-- | docs/libnm/html/libnm-nm-version.html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/docs/libnm/html/libnm-nm-version.html b/docs/libnm/html/libnm-nm-version.html index 41e099a7..75b3a322 100644 --- a/docs/libnm/html/libnm-nm-version.html +++ b/docs/libnm/html/libnm-nm-version.html @@ -183,6 +183,12 @@ <a class="link" href="libnm-nm-version.html#NM-DEPRECATED-IN-1-44-FOR:CAPS" title="NM_DEPRECATED_IN_1_44_FOR()">NM_DEPRECATED_IN_1_44_FOR</a><span class="c_punctuation">()</span> </td> </tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"> +<a class="link" href="libnm-nm-version.html#NM-DEPRECATED-IN-1-46-FOR:CAPS" title="NM_DEPRECATED_IN_1_46_FOR()">NM_DEPRECATED_IN_1_46_FOR</a><span class="c_punctuation">()</span> +</td> +</tr> </tbody> </table></div> </div> @@ -394,6 +400,14 @@ <td class="define_keyword">#define</td> <td class="function_name"><a class="link" href="libnm-nm-version.html#NM-AVAILABLE-IN-1-44:CAPS" title="NM_AVAILABLE_IN_1_44">NM_AVAILABLE_IN_1_44</a></td> </tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libnm-nm-version.html#NM-DEPRECATED-IN-1-46:CAPS" title="NM_DEPRECATED_IN_1_46">NM_DEPRECATED_IN_1_46</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libnm-nm-version.html#NM-AVAILABLE-IN-1-46:CAPS" title="NM_AVAILABLE_IN_1_46">NM_AVAILABLE_IN_1_46</a></td> +</tr> </tbody> </table></div> </div> @@ -544,6 +558,12 @@ <pre class="programlisting">#define NM_DEPRECATED_IN_1_44_FOR(f) G_DEPRECATED_FOR(f) </pre> </div> +<hr> +<div class="refsect2"> +<a name="NM-DEPRECATED-IN-1-46-FOR:CAPS"></a><h3>NM_DEPRECATED_IN_1_46_FOR()</h3> +<pre class="programlisting">#define NM_DEPRECATED_IN_1_46_FOR(f) G_DEPRECATED_FOR(f) +</pre> +</div> </div> <div class="refsect1"> <a name="libnm-nm-version.other_details"></a><h2>Types and Values</h2> @@ -844,6 +864,18 @@ <pre class="programlisting">#define NM_AVAILABLE_IN_1_44 G_UNAVAILABLE(1, 44) </pre> </div> +<hr> +<div class="refsect2"> +<a name="NM-DEPRECATED-IN-1-46:CAPS"></a><h3>NM_DEPRECATED_IN_1_46</h3> +<pre class="programlisting">#define NM_DEPRECATED_IN_1_46 G_DEPRECATED +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="NM-AVAILABLE-IN-1-46:CAPS"></a><h3>NM_AVAILABLE_IN_1_46</h3> +<pre class="programlisting">#define NM_AVAILABLE_IN_1_46 G_UNAVAILABLE(1, 46) +</pre> +</div> </div> </div> <div class="footer"> |