summary refs log tree commit diff
path: root/libnm/nm-device-dummy.h
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2017-11-07 00:14:39 +0100
committerMichael Biebl <biebl@debian.org>2017-11-07 00:14:39 +0100
commit90e8691111889a7b5f3c812f5a41f15a8a058913 (patch)
treef101a879eca27c34a9bfa5f3da52266b22539a36 /libnm/nm-device-dummy.h
parentbdb6eeb0670658255c2a4c3c501c0a27fa8cfe55 (diff)
New upstream version 1.9.90 upstream/1.9.90
Diffstat (limited to 'libnm/nm-device-dummy.h')
-rw-r--r--libnm/nm-device-dummy.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libnm/nm-device-dummy.h b/libnm/nm-device-dummy.h
index 85ee2bab..084d2d50 100644
--- a/libnm/nm-device-dummy.h
+++ b/libnm/nm-device-dummy.h
@@ -36,6 +36,8 @@ G_BEGIN_DECLS
 #define NM_IS_DEVICE_DUMMY_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), NM_TYPE_DEVICE_DUMMY))
 #define NM_DEVICE_DUMMY_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS ((obj), NM_TYPE_DEVICE_DUMMY, NMDeviceDummyClass))
 
+#define NM_DEVICE_DUMMY_HW_ADDRESS  "hw-address"
+
 /**
  * NMDeviceDummy:
  */
@@ -51,6 +53,8 @@ typedef struct {
 } NMDeviceDummyClass;
 
 GType nm_device_dummy_get_type (void);
+NM_AVAILABLE_IN_1_10
+const char *nm_device_dummy_get_hw_address (NMDeviceDummy *device);
 
 G_END_DECLS