platform: add NM_PLATFORM_SIGNAL_NONE enum value

This commit is contained in:
Thomas Haller 2015-04-13 18:55:59 +02:00
parent f15a27f9c1
commit ea5865cf45

View file

@ -97,6 +97,7 @@ struct _NMPlatformLink {
};
typedef enum {
NM_PLATFORM_SIGNAL_NONE,
NM_PLATFORM_SIGNAL_ADDED,
NM_PLATFORM_SIGNAL_CHANGED,
NM_PLATFORM_SIGNAL_REMOVED,