summaryrefslogtreecommitdiff
path: root/src/libnm-client-impl/nm-device-6lowpan.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libnm-client-impl/nm-device-6lowpan.c')
-rw-r--r--src/libnm-client-impl/nm-device-6lowpan.c23
1 files changed, 1 insertions, 22 deletions
diff --git a/src/libnm-client-impl/nm-device-6lowpan.c b/src/libnm-client-impl/nm-device-6lowpan.c
index 39558f2542..4e649a6bbf 100644
--- a/src/libnm-client-impl/nm-device-6lowpan.c
+++ b/src/libnm-client-impl/nm-device-6lowpan.c
@@ -39,7 +39,7 @@ G_DEFINE_TYPE(NMDevice6Lowpan, nm_device_6lowpan, NM_TYPE_DEVICE)
*
* Returns: (transfer none): the device's parent device
*
- * Since: 1.14
+ * Since: 1.42
**/
NMDevice *
nm_device_6lowpan_get_parent(NMDevice6Lowpan *device)
@@ -49,27 +49,6 @@ nm_device_6lowpan_get_parent(NMDevice6Lowpan *device)
return nml_dbus_property_o_get_obj(&NM_DEVICE_6LOWPAN_GET_PRIVATE(device)->parent);
}
-/**
- * nm_device_6lowpan_get_hw_address: (skip)
- * @device: a #NMDevice6Lowpan
- *
- * Gets the hardware (MAC) address of the #NMDevice6Lowpan
- *
- * Returns: the hardware address. This is the internal string used by the
- * device, and must not be modified.
- *
- * Since: 1.14
- *
- * Deprecated: 1.24: Use nm_device_get_hw_address() instead.
- **/
-const char *
-nm_device_6lowpan_get_hw_address(NMDevice6Lowpan *device)
-{
- g_return_val_if_fail(NM_IS_DEVICE_6LOWPAN(device), NULL);
-
- return nm_device_get_hw_address(NM_DEVICE(device));
-}
-
/*****************************************************************************/
static void