2007-08-28 Dan Williams <dcbw@redhat.com>
* src/nm-device-interface.c src/nm-device-interface.h - Kill one more bit of NMData git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2743 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2007-08-28 Dan Williams <dcbw@redhat.com>
|
||||||
|
|
||||||
|
* src/nm-device-interface.c
|
||||||
|
src/nm-device-interface.h
|
||||||
|
- Kill one more bit of NMData
|
||||||
|
|
||||||
2007-08-28 Dan Williams <dcbw@redhat.com>
|
2007-08-28 Dan Williams <dcbw@redhat.com>
|
||||||
|
|
||||||
* src/NetworkManagerSystem.h
|
* src/NetworkManagerSystem.h
|
||||||
|
@@ -61,13 +61,6 @@ nm_device_interface_init (gpointer g_iface)
|
|||||||
0, G_MAXUINT32, NM_DEVICE_CAP_NONE,
|
0, G_MAXUINT32, NM_DEVICE_CAP_NONE,
|
||||||
G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY));
|
G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY));
|
||||||
|
|
||||||
g_object_interface_install_property
|
|
||||||
(g_iface,
|
|
||||||
g_param_spec_pointer (NM_DEVICE_INTERFACE_APP_DATA,
|
|
||||||
"AppData",
|
|
||||||
"AppData",
|
|
||||||
G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY));
|
|
||||||
|
|
||||||
g_object_interface_install_property
|
g_object_interface_install_property
|
||||||
(g_iface,
|
(g_iface,
|
||||||
g_param_spec_uint (NM_DEVICE_INTERFACE_IP4_ADDRESS,
|
g_param_spec_uint (NM_DEVICE_INTERFACE_IP4_ADDRESS,
|
||||||
|
@@ -20,7 +20,6 @@
|
|||||||
#define NM_DEVICE_INTERFACE_IP4_ADDRESS "ip4_address"
|
#define NM_DEVICE_INTERFACE_IP4_ADDRESS "ip4_address"
|
||||||
#define NM_DEVICE_INTERFACE_IP4_CONFIG "ip4_config"
|
#define NM_DEVICE_INTERFACE_IP4_CONFIG "ip4_config"
|
||||||
#define NM_DEVICE_INTERFACE_STATE "state"
|
#define NM_DEVICE_INTERFACE_STATE "state"
|
||||||
#define NM_DEVICE_INTERFACE_APP_DATA "app_data" /* Ugh */
|
|
||||||
#define NM_DEVICE_INTERFACE_DEVICE_TYPE "device_type" /* ugh */
|
#define NM_DEVICE_INTERFACE_DEVICE_TYPE "device_type" /* ugh */
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
@@ -34,7 +33,6 @@ typedef enum {
|
|||||||
NM_DEVICE_INTERFACE_PROP_IP4_ADDRESS,
|
NM_DEVICE_INTERFACE_PROP_IP4_ADDRESS,
|
||||||
NM_DEVICE_INTERFACE_PROP_IP4_CONFIG,
|
NM_DEVICE_INTERFACE_PROP_IP4_CONFIG,
|
||||||
NM_DEVICE_INTERFACE_PROP_STATE,
|
NM_DEVICE_INTERFACE_PROP_STATE,
|
||||||
NM_DEVICE_INTERFACE_PROP_APP_DATA,
|
|
||||||
NM_DEVICE_INTERFACE_PROP_DEVICE_TYPE
|
NM_DEVICE_INTERFACE_PROP_DEVICE_TYPE
|
||||||
} NMDeviceInterfaceProp;
|
} NMDeviceInterfaceProp;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user