Re: [PATCH v2 12/12] input: Use class properties

2020-11-11 Thread Eduardo Habkost
On Wed, Nov 11, 2020 at 01:38:23PM -0500, Eduardo Habkost wrote: > Instance properties make introspection hard and are not shown by > "-object ...,help". Convert them to class properties. > > Signed-off-by: Eduardo Habkost > --- > This was originally submitted as part of the series: > Subject: [

[PATCH v2 12/12] input: Use class properties

2020-11-11 Thread Eduardo Habkost
Instance properties make introspection hard and are not shown by "-object ...,help". Convert them to class properties. Signed-off-by: Eduardo Habkost --- This was originally submitted as part of the series: Subject: [PATCH 00/12] qom: Make all -object types use only class properties Message-Id: