summaryrefslogtreecommitdiff
path: root/src/nm-device-interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nm-device-interface.c')
-rw-r--r--src/nm-device-interface.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nm-device-interface.c b/src/nm-device-interface.c
index 0ae1b974a5..c3d578c2e8 100644
--- a/src/nm-device-interface.c
+++ b/src/nm-device-interface.c
@@ -98,10 +98,10 @@ nm_device_interface_init (gpointer g_iface)
g_object_interface_install_property
(g_iface,
- g_param_spec_object (NM_DEVICE_INTERFACE_DHCP4_CONFIG,
+ g_param_spec_boxed (NM_DEVICE_INTERFACE_DHCP4_CONFIG,
"DHCP4 Config",
"DHCP4 Config",
- G_TYPE_OBJECT,
+ DBUS_TYPE_G_OBJECT_PATH,
G_PARAM_READWRITE));
g_object_interface_install_property