summaryrefslogtreecommitdiff
path: root/src/devices/nm-device.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/nm-device.h')
-rw-r--r--src/devices/nm-device.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/devices/nm-device.h b/src/devices/nm-device.h
index 368e77f746..2221ede12d 100644
--- a/src/devices/nm-device.h
+++ b/src/devices/nm-device.h
@@ -180,6 +180,14 @@ typedef struct {
void (*realize_start_notify) (NMDevice *self, const NMPlatformLink *plink);
/**
+ * unrealize():
+ * @self: the #NMDevice
+ *
+ * Remove the device backing resources.
+ */
+ gboolean (*unrealize) (NMDevice *self, GError **error);
+
+ /**
* unrealize_notify():
* @self: the #NMDevice
*