mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 02:30:08 +01:00
core: skip generating gtype for rfkill enums
This commit is contained in:
parent
b10d6c64da
commit
1c03d92f4d
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue