diff options
Diffstat (limited to 'libnm/nm-device-modem.h')
| -rw-r--r-- | libnm/nm-device-modem.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libnm/nm-device-modem.h b/libnm/nm-device-modem.h index 38a4ddbb..fdf5c41f 100644 --- a/libnm/nm-device-modem.h +++ b/libnm/nm-device-modem.h @@ -40,6 +40,9 @@ G_BEGIN_DECLS #define NM_DEVICE_MODEM_MODEM_CAPABILITIES "modem-capabilities" #define NM_DEVICE_MODEM_CURRENT_CAPABILITIES "current-capabilities" +/** + * NMDeviceModem: + */ struct _NMDeviceModem { NMDevice parent; }; |