platform: fix wrong removal of generated enums

Fixes: a130f72d74
(cherry picked from commit 17216ed453)
This commit is contained in:
Thomas Haller 2015-07-02 16:57:28 +02:00
parent 809ddb89f9
commit ce0893e532

View file

@ -74,7 +74,7 @@ typedef enum { /*< skip >*/
NM_PLATFORM_ERROR_NO_FIRMWARE,
} NMPlatformError;
typedef enum { /*< skip >*/
typedef enum {
NM_PLATFORM_REASON_NONE,
/* Event was requested by NetworkManager. */
NM_PLATFORM_REASON_INTERNAL,
@ -141,7 +141,7 @@ struct _NMPlatformLink {
guint mtu;
};
typedef enum { /*< skip >*/
typedef enum {
NM_PLATFORM_SIGNAL_NONE,
NM_PLATFORM_SIGNAL_ADDED,
NM_PLATFORM_SIGNAL_CHANGED,