nleobject: Start up in NULL->READY->PAUSED after the parent class did
authorSebastian Dröge <sebastian@centricular.com>
Wed, 16 Nov 2016 16:11:00 +0000 (18:11 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 16 Nov 2016 16:11:00 +0000 (18:11 +0200)
commit5f7943c59d9def8c2dc9983936463462c1cdf63f
tree1fb662c28179946392064441e5065a8787956226
parent57d40bec1a3c5048baaad08403d7b7e641a9c55c
nleobject: Start up in NULL->READY->PAUSED after the parent class did

This keeps everything in a more consistent order and makes sure that the
base class is already set up completely before we start doing anything.
It also prevents from doing any setup if the base class fails, and
possibly not shutting things down again then.

https://bugzilla.gnome.org/show_bug.cgi?id=774480
plugins/nle/nleobject.c