summaryrefslogtreecommitdiff
path: root/libnm/nm-device.c
diff options
context:
space:
mode:
Diffstat (limited to 'libnm/nm-device.c')
-rw-r--r--libnm/nm-device.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libnm/nm-device.c b/libnm/nm-device.c
index 242fe7e197..3e887f79ea 100644
--- a/libnm/nm-device.c
+++ b/libnm/nm-device.c
@@ -2185,7 +2185,7 @@ gboolean
nm_device_reapply (NMDevice *device,
NMConnection *connection,
guint64 version_id,
- guint flags,
+ guint32 flags,
GCancellable *cancellable,
GError **error)
{
@@ -2247,7 +2247,7 @@ void
nm_device_reapply_async (NMDevice *device,
NMConnection *connection,
guint64 version_id,
- guint flags,
+ guint32 flags,
GCancellable *cancellable,
GAsyncReadyCallback callback,
gpointer user_data)