Il 25/01/2013 13:08, Andreas Färber ha scritto: >> > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > I don't understand the comments about ownership. As far as I understand, > there's one ref for the child list entry and one additional ref for the > property but no "transfer" of ownership.
The transfer happens because the link property right now is theoretically mutable. The link will take care of unref'ing the old object and ref'ing the new one when the target changes. Paolo > Having said that, ref'ing and unref'ing > > Reviewed-by: Andreas Färber <afaer...@suse.de>