mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 13:38:43 +02: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__
|
#ifndef __NETWORKMANAGER_RFKILL_MANAGER_H__
|
||||||
#define __NETWORKMANAGER_RFKILL_MANAGER_H__
|
#define __NETWORKMANAGER_RFKILL_MANAGER_H__
|
||||||
|
|
||||||
typedef enum {
|
typedef enum { /*< skip >*/
|
||||||
RFKILL_UNBLOCKED = 0,
|
RFKILL_UNBLOCKED = 0,
|
||||||
RFKILL_SOFT_BLOCKED = 1,
|
RFKILL_SOFT_BLOCKED = 1,
|
||||||
RFKILL_HARD_BLOCKED = 2
|
RFKILL_HARD_BLOCKED = 2
|
||||||
} RfKillState;
|
} RfKillState;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum { /*< skip >*/
|
||||||
RFKILL_TYPE_WLAN = 0,
|
RFKILL_TYPE_WLAN = 0,
|
||||||
RFKILL_TYPE_WWAN = 1,
|
RFKILL_TYPE_WWAN = 1,
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue