libnm-core: add NMSetting{6Lowpan,Wpan}Class to a public header
This was an accidental ommission.
This commit is contained in:
@@ -39,9 +39,9 @@ struct _NMSetting6Lowpan {
|
|||||||
NMSetting parent;
|
NMSetting parent;
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef struct {
|
struct _NMSetting6LowpanClass {
|
||||||
NMSettingClass parent;
|
NMSettingClass parent;
|
||||||
} NMSetting6LowpanClass;
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:nm-setting-6lowpan
|
* SECTION:nm-setting-6lowpan
|
||||||
|
@@ -39,6 +39,8 @@ G_BEGIN_DECLS
|
|||||||
|
|
||||||
#define NM_SETTING_6LOWPAN_PARENT "parent"
|
#define NM_SETTING_6LOWPAN_PARENT "parent"
|
||||||
|
|
||||||
|
typedef struct _NMSetting6LowpanClass NMSetting6LowpanClass;
|
||||||
|
|
||||||
NM_AVAILABLE_IN_1_14
|
NM_AVAILABLE_IN_1_14
|
||||||
GType nm_setting_6lowpan_get_type (void);
|
GType nm_setting_6lowpan_get_type (void);
|
||||||
NM_AVAILABLE_IN_1_14
|
NM_AVAILABLE_IN_1_14
|
||||||
|
@@ -53,9 +53,9 @@ struct _NMSettingWpan {
|
|||||||
NMSetting parent;
|
NMSetting parent;
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef struct {
|
struct _NMSettingWpanClass {
|
||||||
NMSettingClass parent;
|
NMSettingClass parent;
|
||||||
} NMSettingWpanClass;
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:nm-setting-wpan
|
* SECTION:nm-setting-wpan
|
||||||
|
@@ -40,6 +40,8 @@ G_BEGIN_DECLS
|
|||||||
#define NM_SETTING_WPAN_PAN_ID "pan-id"
|
#define NM_SETTING_WPAN_PAN_ID "pan-id"
|
||||||
#define NM_SETTING_WPAN_SHORT_ADDRESS "short-address"
|
#define NM_SETTING_WPAN_SHORT_ADDRESS "short-address"
|
||||||
|
|
||||||
|
typedef struct _NMSettingWpanClass NMSettingWpanClass;
|
||||||
|
|
||||||
NM_AVAILABLE_IN_1_14
|
NM_AVAILABLE_IN_1_14
|
||||||
GType nm_setting_wpan_get_type (void);
|
GType nm_setting_wpan_get_type (void);
|
||||||
NM_AVAILABLE_IN_1_14
|
NM_AVAILABLE_IN_1_14
|
||||||
|
Reference in New Issue
Block a user