On Tue, 28 Jan 2014 10:34:56 -0700 Eric Blake <ebl...@redhat.com> wrote:
> On 01/28/2014 10:27 AM, Luiz Capitulino wrote: > > From: Igor Mammedov <imamm...@redhat.com> > > > > Introduces USER_CREATABLE interface that must be implemented by > > objects which are designed to created with -object CLI option or > > object-add QMP command. > > > > > +/** > > + * UserCreatableClass: > > + * @parent_class: the base class > > + * @complete: callback to be called after @obj's properties are set. > > + * > > + * Interface is designed to work with -object/object-add/object_add > > + * commands. > > + * Interface in mandatory for objects that are designed to be user > > s/in/is/ > > > + * creatable (i.e. -object/object-add/object_add, will accept only > > + * objects that inherit this interface). > > + * > > + * iInterface also provides an optional ability to do the second > > s/iInterface/Interface/ > > > + * stage * initialization of the object after its properties were > > Spurious * I've fixed those typos and already updated my tree. Thanks Eric.