mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-19 22:50:33 +01:00
platform: fix wrong removal of generated enums
Fixes:a130f72d74(cherry picked from commit17216ed453)
This commit is contained in:
parent
809ddb89f9
commit
ce0893e532
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue