mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-11 08:20:30 +01:00
config: forward declare NMConfig in nm-types.h
This commit is contained in:
parent
3ed4aa271a
commit
86ac1ad7bd
2 changed files with 3 additions and 2 deletions
|
|
@ -36,9 +36,9 @@ G_BEGIN_DECLS
|
|||
#define NM_IS_CONFIG_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), NM_TYPE_CONFIG))
|
||||
#define NM_CONFIG_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), NM_TYPE_CONFIG, NMConfigClass))
|
||||
|
||||
typedef struct {
|
||||
struct _NMConfig {
|
||||
GObject parent;
|
||||
} NMConfig;
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
GObjectClass parent;
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ typedef struct _NMActiveConnection NMActiveConnection;
|
|||
typedef struct _NMVpnConnection NMVpnConnection;
|
||||
typedef struct _NMActRequest NMActRequest;
|
||||
typedef struct _NMAuthSubject NMAuthSubject;
|
||||
typedef struct _NMConfig NMConfig;
|
||||
typedef struct _NMConnectionProvider NMConnectionProvider;
|
||||
typedef struct _NMConnectivity NMConnectivity;
|
||||
typedef struct _NMDBusManager NMDBusManager;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue