diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2016-08-02 13:26:49 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2016-10-12 11:29:51 +0200 |
commit | eade066d8a1f4ac94a1176a19002d244f63ad7dd (patch) | |
tree | 6e55157ffc79e9aabadcdc1870ab4bf12f918b13 /plugins/ublox/mm-modem-helpers-ublox.h | |
parent | 3b0ceabc5d87a30fc1da5c96174dc4616f06e066 (diff) |
ublox: generate enum types for usb profile and networking mode
Diffstat (limited to 'plugins/ublox/mm-modem-helpers-ublox.h')
-rw-r--r-- | plugins/ublox/mm-modem-helpers-ublox.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ublox/mm-modem-helpers-ublox.h b/plugins/ublox/mm-modem-helpers-ublox.h index b67e0e77..e8b9f22b 100644 --- a/plugins/ublox/mm-modem-helpers-ublox.h +++ b/plugins/ublox/mm-modem-helpers-ublox.h @@ -21,7 +21,7 @@ /*****************************************************************************/ /* UUSBCONF? response parser */ -typedef enum { +typedef enum { /*< underscore_name=mm_ublox_usb_profile >*/ MM_UBLOX_USB_PROFILE_UNKNOWN, MM_UBLOX_USB_PROFILE_RNDIS, MM_UBLOX_USB_PROFILE_ECM, @@ -35,7 +35,7 @@ gboolean mm_ublox_parse_uusbconf_response (const gchar *response, /*****************************************************************************/ /* UBMCONF? response parser */ -typedef enum { +typedef enum { /*< underscore_name=mm_ublox_networking_mode >*/ MM_UBLOX_NETWORKING_MODE_UNKNOWN, MM_UBLOX_NETWORKING_MODE_ROUTER, MM_UBLOX_NETWORKING_MODE_BRIDGE, |