Re: [virt-tools-list] [PATCH v3 4/5] remote-viewer: Remove unused properties

2016-02-15 Thread Fabiano FidĂȘncio
On Fri, 2016-02-12 at 09:35 -0200, Eduardo Lima (Etrunko) wrote: > The reason for using properties to access those members was to ensure > that they would only be set during the creation of the object. Now > that > we removed that restriction, we set private members directly. > > Signed-off-by:

[virt-tools-list] [PATCH v3 4/5] remote-viewer: Remove unused properties

2016-02-12 Thread Eduardo Lima (Etrunko)
The reason for using properties to access those members was to ensure that they would only be set during the creation of the object. Now that we removed that restriction, we set private members directly. Signed-off-by: Eduardo Lima (Etrunko) --- src/remote-viewer.c | 101