On Tue, Nov 27, 2018 at 5:42 PM Eduardo Habkost <[email protected]> wrote: > > On Tue, Nov 27, 2018 at 01:27:43PM +0400, Marc-André Lureau wrote: > > Interfaces don't have instance, let's make the interface type really > > abstract to avoid confusion. > > > > Signed-off-by: Marc-André Lureau <[email protected]> > > Reviewed-by: Igor Mammedov <[email protected]> > > Reviewed-by: Eduardo Habkost <[email protected]> > > What about updating the documentation at qom/object.h with > examples?
I don't like code example in documentation, they tend to bit rot (hint: rustdoc :). Instead, we can point out tests/check-qom-interface.c? > > -- > Eduardo
