Merge commit 'danw-ipv6/ipv6'

Conflicts:
	src/nm-manager.c
This commit is contained in:
Dan Williams
2009-08-04 14:18:05 -04:00
28 changed files with 2250 additions and 507 deletions

View File

@@ -124,6 +124,14 @@ nm_device_interface_init (gpointer g_iface)
DBUS_TYPE_G_OBJECT_PATH,
G_PARAM_READWRITE));
g_object_interface_install_property
(g_iface,
g_param_spec_boxed (NM_DEVICE_INTERFACE_IP6_CONFIG,
"IP6 Config",
"IP6 Config",
DBUS_TYPE_G_OBJECT_PATH,
G_PARAM_READWRITE));
g_object_interface_install_property
(g_iface,
g_param_spec_uint (NM_DEVICE_INTERFACE_STATE,