summary refs log tree commit diff
path: root/docs/libnm/html/NMDeviceDummy.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/libnm/html/NMDeviceDummy.html')
-rw-r--r--docs/libnm/html/NMDeviceDummy.html39
1 files changed, 32 insertions, 7 deletions
diff --git a/docs/libnm/html/NMDeviceDummy.html b/docs/libnm/html/NMDeviceDummy.html
index 0d95a63f..1035a00c 100644
--- a/docs/libnm/html/NMDeviceDummy.html
+++ b/docs/libnm/html/NMDeviceDummy.html
@@ -40,11 +40,10 @@
 <col class="functions_proto_name">
 </colgroup>
 <tbody><tr>
-<td class="function_type">
-<span class="returnvalue">0</span>
+<td class="function_type">const <span class="returnvalue">char</span> *
 </td>
 <td class="function_name">
-<a class="link" href="NMDeviceDummy.html#NM-DEPRECATED-IN-1-24-FOR:CAPS" title="NM_DEPRECATED_IN_1_24_FOR ()">NM_DEPRECATED_IN_1_24_FOR</a> <span class="c_punctuation">()</span>
+<a class="link" href="NMDeviceDummy.html#nm-device-dummy-get-hw-address" title="nm_device_dummy_get_hw_address ()">nm_device_dummy_get_hw_address</a> <span class="c_punctuation">()</span>
 </td>
 </tr></tbody>
 </table></div>
@@ -82,10 +81,36 @@
 <div class="refsect1">
 <a name="NMDeviceDummy.functions_details"></a><h2>Functions</h2>
 <div class="refsect2">
-<a name="NM-DEPRECATED-IN-1-24-FOR:CAPS"></a><h3>NM_DEPRECATED_IN_1_24_FOR ()</h3>
-<pre class="programlisting"><span class="returnvalue">0</span>
-NM_DEPRECATED_IN_1_24_FOR ();</pre>
-<div class="warning"><p><code class="literal">NM_DEPRECATED_IN_1_24_FOR</code> is deprecated and should not be used in newly-written code.</p></div>
+<a name="nm-device-dummy-get-hw-address"></a><h3>nm_device_dummy_get_hw_address ()</h3>
+<pre class="programlisting">const <span class="returnvalue">char</span> *
+nm_device_dummy_get_hw_address (<em class="parameter"><code><a class="link" href="NMDeviceDummy.html" title="NMDeviceDummy"><span class="type">NMDeviceDummy</span></a> *device</code></em>);</pre>
+<div class="warning">
+<p><code class="literal">nm_device_dummy_get_hw_address</code> has been deprecated since version 1.24 and should not be used in newly-written code.</p>
+<p>Use <a class="link" href="NMDevice.html#nm-device-get-hw-address" title="nm_device_get_hw_address ()"><code class="function">nm_device_get_hw_address()</code></a> instead.</p>
+</div>
+<p>Gets the hardware (MAC) address of the <a class="link" href="NMDeviceDummy.html" title="NMDeviceDummy"><span class="type">NMDeviceDummy</span></a></p>
+<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
+<div class="refsect3">
+<a name="nm-device-dummy-get-hw-address.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>device</p></td>
+<td class="parameter_description"><p>a <a class="link" href="NMDeviceDummy.html" title="NMDeviceDummy"><span class="type">NMDeviceDummy</span></a></p></td>
+<td class="parameter_annotations"> </td>
+</tr></tbody>
+</table></div>
+</div>
+<div class="refsect3">
+<a name="nm-device-dummy-get-hw-address.returns"></a><h4>Returns</h4>
+<p> the hardware address. This is the internal string used by the
+device, and must not be modified.</p>
+</div>
+<p class="since">Since: 1.10</p>
 </div>
 </div>
 <div class="refsect1">