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 *

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to