From 4010d779a7b0bcc8415ef73aff6b8aaa215abc78 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Wed, 24 Jun 2015 15:19:47 +0200 Subject: [PATCH] platform: generate gtype for NMPObjectType enum --- src/platform/nmp-object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/nmp-object.h b/src/platform/nmp-object.h index 380755e3eb..539f90a776 100644 --- a/src/platform/nmp-object.h +++ b/src/platform/nmp-object.h @@ -31,7 +31,7 @@ #include -typedef enum { /*< skip >*/ +typedef enum { OBJECT_TYPE_UNKNOWN, NMP_OBJECT_TYPE_LINK, NMP_OBJECT_TYPE_IP4_ADDRESS,