diff options
Diffstat (limited to 'libnm/nm-device.h')
| -rw-r--r-- | libnm/nm-device.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libnm/nm-device.h b/libnm/nm-device.h index c16ead9e..5ffeb42e 100644 --- a/libnm/nm-device.h +++ b/libnm/nm-device.h @@ -65,6 +65,9 @@ G_BEGIN_DECLS #define NM_DEVICE_METERED "metered" #define NM_DEVICE_LLDP_NEIGHBORS "lldp-neighbors" +/** + * NMDevice: + */ struct _NMDevice { NMObject parent; }; |