device: renew dhcp leases on awake for software devices
[NetworkManager.git] / libnm-core / nm-core-types.h
1 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
2 /* NetworkManager -- Network link manager
3  *
4  * This program is free software; you can redistribute it and/or modify
5  * it under the terms of the GNU General Public License as published by
6  * the Free Software Foundation; either version 2 of the License, or
7  * (at your option) any later version.
8  *
9  * This program is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12  * GNU General Public License for more details.
13  *
14  * You should have received a copy of the GNU General Public License along
15  * with this program; if not, write to the Free Software Foundation, Inc.,
16  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17  *
18  * Copyright 2014 Red Hat, Inc.
19  */
20
21 #ifndef __NM_CORE_TYPES_H__
22 #define __NM_CORE_TYPES_H__
23
24 #include <glib-object.h>
25
26 #include <nm-version.h>
27 #include <nm-dbus-interface.h>
28 #include <nm-core-enum-types.h>
29
30 typedef struct _NMConnection              NMConnection;
31 typedef struct _NMSetting                 NMSetting;
32 typedef struct _NMSetting8021x            NMSetting8021x;
33 typedef struct _NMSettingAdsl             NMSettingAdsl;
34 typedef struct _NMSettingBluetooth        NMSettingBluetooth;
35 typedef struct _NMSettingBond             NMSettingBond;
36 typedef struct _NMSettingBridge           NMSettingBridge;
37 typedef struct _NMSettingBridgePort       NMSettingBridgePort;
38 typedef struct _NMSettingCdma             NMSettingCdma;
39 typedef struct _NMSettingConnection       NMSettingConnection;
40 typedef struct _NMSettingDcb              NMSettingDcb;
41 typedef struct _NMSettingGeneric          NMSettingGeneric;
42 typedef struct _NMSettingGsm              NMSettingGsm;
43 typedef struct _NMSettingInfiniband       NMSettingInfiniband;
44 typedef struct _NMSettingIPConfig         NMSettingIPConfig;
45 typedef struct _NMSettingIPTunnel         NMSettingIPTunnel;
46 typedef struct _NMSettingIP4Config        NMSettingIP4Config;
47 typedef struct _NMSettingIP6Config        NMSettingIP6Config;
48 typedef struct _NMSettingMacvlan          NMSettingMacvlan;
49 typedef struct _NMSettingOlpcMesh         NMSettingOlpcMesh;
50 typedef struct _NMSettingPpp              NMSettingPpp;
51 typedef struct _NMSettingPppoe            NMSettingPppoe;
52 typedef struct _NMSettingSerial           NMSettingSerial;
53 typedef struct _NMSettingTeam             NMSettingTeam;
54 typedef struct _NMSettingTeamPort         NMSettingTeamPort;
55 typedef struct _NMSettingTun              NMSettingTun;
56 typedef struct _NMSettingVlan             NMSettingVlan;
57 typedef struct _NMSettingVpn              NMSettingVpn;
58 typedef struct _NMSettingVxlan            NMSettingVxlan;
59 typedef struct _NMSettingWimax            NMSettingWimax;
60 typedef struct _NMSettingWired            NMSettingWired;
61 typedef struct _NMSettingWireless         NMSettingWireless;
62 typedef struct _NMSettingWirelessSecurity NMSettingWirelessSecurity;
63 typedef struct _NMSimpleConnection        NMSimpleConnection;
64
65 #endif  /* __NM_CORE_TYPES_H__ */