about 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:15:27 +0100
committerMichael Biebl <biebl@debian.org>2017-11-07 00:15:27 +0100
commit8254edbf64d60bef0d70eee01490103148dba100 (patch)
tree282eb053995da653ee170e910da05d9530d4ff53 /libnm/nm-device-dummy.h
parent857e5310d1764114da056cd2eb3d88625bb0ba81 (diff)
parent90e8691111889a7b5f3c812f5a41f15a8a058913 (diff)
Update upstream source from tag 'upstream/1.9.90'
Update to upstream version '1.9.90'
with Debian dir 83533c23245795edf9fe4919e4af3e78f2938519
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