summaryrefslogtreecommitdiff
path: root/src/devices/nm-device.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-01-10 14:56:05 +0100
committerThomas Haller <thaller@redhat.com>2016-01-11 14:05:49 +0100
commit633e105455516f0f8a53a59d6ea15e5abe6d03cd (patch)
treeec662e27449402573e646148bfd006da7d9a7808 /src/devices/nm-device.h
parent169c5b7a525d3ebf6f203db5a248fd92438b6040 (diff)
downloadNetworkManager-633e105455516f0f8a53a59d6ea15e5abe6d03cd.tar.gz
device/trivial: rename realize/setup function in NMDevice
Diffstat (limited to 'src/devices/nm-device.h')
-rw-r--r--src/devices/nm-device.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/nm-device.h b/src/devices/nm-device.h
index 6b004a48ca..997dd2d456 100644
--- a/src/devices/nm-device.h
+++ b/src/devices/nm-device.h
@@ -467,16 +467,16 @@ gboolean nm_device_get_is_nm_owned (NMDevice *device);
gboolean nm_device_has_capability (NMDevice *self, NMDeviceCapabilities caps);
-gboolean nm_device_realize (NMDevice *device,
+gboolean nm_device_realize_start (NMDevice *device,
NMPlatformLink *plink,
gboolean *out_compatible,
GError **error);
+void nm_device_realize_finish (NMDevice *self,
+ const NMPlatformLink *plink);
gboolean nm_device_create_and_realize (NMDevice *self,
NMConnection *connection,
NMDevice *parent,
GError **error);
-void nm_device_setup_finish (NMDevice *self,
- const NMPlatformLink *plink);
gboolean nm_device_unrealize (NMDevice *device,
gboolean remove_resources,
GError **error);