From d465e5fac63f36bcf4069e36827f4b62c494556d Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 27 May 2011 19:57:25 +0200 Subject: Imported Upstream version 0.8.9997 --- src/nm-device-interface.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/nm-device-interface.c') diff --git a/src/nm-device-interface.c b/src/nm-device-interface.c index 6d2b8762..fb471f57 100644 --- a/src/nm-device-interface.c +++ b/src/nm-device-interface.c @@ -164,6 +164,14 @@ nm_device_interface_init (gpointer g_iface) 0, G_MAXUINT32, NM_DEVICE_STATE_UNKNOWN, G_PARAM_READABLE)); + g_object_interface_install_property + (g_iface, + g_param_spec_boxed (NM_DEVICE_INTERFACE_ACTIVE_CONNECTION, + "ActiveConnection", + "ActiveConnection", + DBUS_TYPE_G_OBJECT_PATH, + G_PARAM_READABLE)); + g_object_interface_install_property (g_iface, g_param_spec_uint (NM_DEVICE_INTERFACE_DEVICE_TYPE, -- cgit 1.3.0-6-gf8a5