core: skip generating gtype for rfkill enums

This commit is contained in:
Thomas Haller 2015-08-19 13:49:33 +02:00
parent b10d6c64da
commit 1c03d92f4d

View file

@ -25,13 +25,13 @@
#ifndef __NETWORKMANAGER_RFKILL_MANAGER_H__
#define __NETWORKMANAGER_RFKILL_MANAGER_H__
typedef enum {
typedef enum { /*< skip >*/
RFKILL_UNBLOCKED = 0,
RFKILL_SOFT_BLOCKED = 1,
RFKILL_HARD_BLOCKED = 2
} RfKillState;
typedef enum {
typedef enum { /*< skip >*/
RFKILL_TYPE_WLAN = 0,
RFKILL_TYPE_WWAN = 1,