On Wed, Oct 05, 2016 at 03:35:30PM +0200, Radim Krčmář wrote: > object_new_with_class(class) does a better job than > object_new(object_class_get_name(class)), because > object_class_get_name() lost the class->type and object_new() looked it > up again from the name. > > Manually changed vl.c to fit into 80 character line. > > Signed-off-by: Radim Krčmář <rkrc...@redhat.com>
Reviewed-by: Eduardo Habkost <ehabk...@redhat.com> -- Eduardo