summaryrefslogtreecommitdiff
path: root/libnm/nm-device-infiniband.h
diff options
context:
space:
mode:
authorAntonio Cardace <acardace@redhat.com>2020-03-05 18:56:07 +0100
committerAntonio Cardace <acardace@redhat.com>2020-03-13 10:22:21 +0100
commit067a3d6c08615eadf55941dec266c7396d823f66 (patch)
tree348d436a6cf08f8bc1f43c496ddf5f5eb2f18883 /libnm/nm-device-infiniband.h
parentcbb45aaf909b53db6eb5cff208a4e08fde699041 (diff)
downloadNetworkManager-067a3d6c08615eadf55941dec266c7396d823f66.tar.gz
nm-device: expose via D-Bus the 'hw-address' property
Drop device-specific 'hw-address' GObject properties which are now redundant. https://bugzilla.redhat.com/show_bug.cgi?id=1786937
Diffstat (limited to 'libnm/nm-device-infiniband.h')
-rw-r--r--libnm/nm-device-infiniband.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libnm/nm-device-infiniband.h b/libnm/nm-device-infiniband.h
index 06a2c25728..c6b623775b 100644
--- a/libnm/nm-device-infiniband.h
+++ b/libnm/nm-device-infiniband.h
@@ -31,7 +31,9 @@ typedef struct _NMDeviceInfinibandClass NMDeviceInfinibandClass;
GType nm_device_infiniband_get_type (void);
+NM_DEPRECATED_IN_1_24_FOR (nm_device_get_hw_address)
const char * nm_device_infiniband_get_hw_address (NMDeviceInfiniband *device);
+
gboolean nm_device_infiniband_get_carrier (NMDeviceInfiniband *device);
G_END_DECLS