summaryrefslogtreecommitdiff
path: root/src/nm-rfkill-manager.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-08-19 13:49:33 +0200
committerThomas Haller <thaller@redhat.com>2015-08-19 13:49:33 +0200
commit1c03d92f4db80dc46fc0c4380541b541bfa3576d (patch)
tree7399a2b8322d7c1bb03ab36e5e4dc536f189e019 /src/nm-rfkill-manager.h
parentb10d6c64dabcbc5411aa5d1471de97d6a18e0b49 (diff)
downloadNetworkManager-1c03d92f4db80dc46fc0c4380541b541bfa3576d.tar.gz
core: skip generating gtype for rfkill enums
Diffstat (limited to 'src/nm-rfkill-manager.h')
-rw-r--r--src/nm-rfkill-manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nm-rfkill-manager.h b/src/nm-rfkill-manager.h
index 68646931f0..0084364cc7 100644
--- a/src/nm-rfkill-manager.h
+++ b/src/nm-rfkill-manager.h
@@ -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,