Re: [Spice-devel] [PATCH 06/16] char-device: notify when device instance is changed

2016-04-20 Thread Frediano Ziglio
> > Since the device instance ("sin") is a gobject property, we should make > sure to notify when it changes, particularly since we do some > initialization in response to the "notify::sin" signal. > --- > server/char-device.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/server/cha

[Spice-devel] [PATCH 06/16] char-device: notify when device instance is changed

2016-04-19 Thread Jonathon Jongsma
Since the device instance ("sin") is a gobject property, we should make sure to notify when it changes, particularly since we do some initialization in response to the "notify::sin" signal. --- server/char-device.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/char-device.c b/server