libnm-core: add NMSetting{6Lowpan,Wpan}Class to a public header

This was an accidental ommission.
This commit is contained in:
Lubomir Rintel
2018-06-29 22:31:36 +02:00
parent 59ccf5dc89
commit c5951f5917
4 changed files with 8 additions and 4 deletions

View File

@@ -39,9 +39,9 @@ struct _NMSetting6Lowpan {
NMSetting parent;
};
typedef struct {
struct _NMSetting6LowpanClass {
NMSettingClass parent;
} NMSetting6LowpanClass;
};
/**
* SECTION:nm-setting-6lowpan

View File

@@ -39,6 +39,8 @@ G_BEGIN_DECLS
#define NM_SETTING_6LOWPAN_PARENT "parent"
typedef struct _NMSetting6LowpanClass NMSetting6LowpanClass;
NM_AVAILABLE_IN_1_14
GType nm_setting_6lowpan_get_type (void);
NM_AVAILABLE_IN_1_14

View File

@@ -53,9 +53,9 @@ struct _NMSettingWpan {
NMSetting parent;
};
typedef struct {
struct _NMSettingWpanClass {
NMSettingClass parent;
} NMSettingWpanClass;
};
/**
* SECTION:nm-setting-wpan

View File

@@ -40,6 +40,8 @@ G_BEGIN_DECLS
#define NM_SETTING_WPAN_PAN_ID "pan-id"
#define NM_SETTING_WPAN_SHORT_ADDRESS "short-address"
typedef struct _NMSettingWpanClass NMSettingWpanClass;
NM_AVAILABLE_IN_1_14
GType nm_setting_wpan_get_type (void);
NM_AVAILABLE_IN_1_14