summaryrefslogtreecommitdiff
path: root/src/devices/nm-device-ethernet.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-10-07 17:00:59 +0200
committerThomas Haller <thaller@redhat.com>2016-10-11 11:46:30 +0200
commit92b7cb2161ea5692589de4fd9291b90fa94d335b (patch)
tree1dd868055ec7781643eb2ef3dc5f5195a27e9e26 /src/devices/nm-device-ethernet.c
parent18660604aae1b21e3d628d8d566ca951892edcab (diff)
downloadNetworkManager-92b7cb2161ea5692589de4fd9291b90fa94d335b.tar.gz
device: rename internal device factories
Instead of NMBondFactory, call it NMBondDeviceFactory.
Diffstat (limited to 'src/devices/nm-device-ethernet.c')
-rw-r--r--src/devices/nm-device-ethernet.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/nm-device-ethernet.c b/src/devices/nm-device-ethernet.c
index 95ff95310f..a4a560f049 100644
--- a/src/devices/nm-device-ethernet.c
+++ b/src/devices/nm-device-ethernet.c
@@ -1677,8 +1677,8 @@ nm_device_ethernet_class_init (NMDeviceEthernetClass *klass)
/*****************************************************************************/
-#define NM_TYPE_ETHERNET_FACTORY (nm_ethernet_factory_get_type ())
-#define NM_ETHERNET_FACTORY(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), NM_TYPE_ETHERNET_FACTORY, NMEthernetFactory))
+#define NM_TYPE_ETHERNET_DEVICE_FACTORY (nm_ethernet_device_factory_get_type ())
+#define NM_ETHERNET_DEVICE_FACTORY(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), NM_TYPE_ETHERNET_DEVICE_FACTORY, NMEthernetDeviceFactory))
static NMDevice *
create_device (NMDeviceFactory *factory,