nm-object: delay object property completion until the objects are initialized
authorLubomir Rintel <lkundrak@v3.sk>
Thu, 10 Mar 2016 18:22:20 +0000 (19:22 +0100)
committerLubomir Rintel <lkundrak@v3.sk>
Mon, 14 Mar 2016 15:32:44 +0000 (16:32 +0100)
commitad8251e3a49b9664a059325556396cbac42c759e
tree02773a41c865f9e9800dfffefe0bb5b25e52dc11
parent1b826d9dd9f0a66a80ded10216a2ed8167ef5d60
nm-object: delay object property completion until the objects are initialized

We don't want to update the properties until the objects referred are complete.
Otherwise the clients get confused. Very confused:

https://bugzilla.redhat.com/show_bug.cgi?id=1313866

We already delay the notification signals. Let's replace that with delaying the
actual ObjectCreatedData processing instead.
libnm/nm-object.c