summaryrefslogtreecommitdiff
path: root/src/nm-dbus-object.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nm-dbus-object.h')
-rw-r--r--src/nm-dbus-object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nm-dbus-object.h b/src/nm-dbus-object.h
index e7deef539f..316f2ff2da 100644
--- a/src/nm-dbus-object.h
+++ b/src/nm-dbus-object.h
@@ -166,7 +166,7 @@ void nm_dbus_object_unexport(gpointer /* (NMDBusObject *) */ self);
void nm_dbus_object_unexport_on_idle(gpointer /* (NMDBusObject *) */ self_take);
-void _nm_dbus_object_clear_and_unexport(NMDBusObject **location);
+gboolean _nm_dbus_object_clear_and_unexport(NMDBusObject **location);
#define nm_dbus_object_clear_and_unexport(location) \
_nm_dbus_object_clear_and_unexport((NMDBusObject **) (location))