[Spice-devel] [PATCH spice-gtk v2 12/19] coroutine: reference object when signaling

Marc-André Lureau mlureau at redhat.com
Fri Nov 14 06:31:13 PST 2014



----- Original Message -----
> On Fri, Nov 14, 2014 at 12:32:35AM +0100, Marc-André Lureau wrote:
> > Before the signal is actually emitted, the channel may be
> > released. Let's keep a reference to the object during
> > the function time, to prevent the object from being destroyed before
> > calling g_signal_emit() in main context.
> 
> g_signal_emit()/g_object_notify() in main context.
> 

Well it's for both, and g_object_notify() is a kind of g_signal_emit().


More information about the Spice-devel mailing list