commit | ac4510337d1e461d4d56889db9691c49d3597cdb | [log] [tgz] |
---|---|---|
author | Igor Mitsyanko <i.mitsyanko@samsung.com> | Tue Feb 28 15:57:11 2012 +0400 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Wed Mar 14 15:30:39 2012 -0500 |
tree | 42cae530bc44d4a83f0a5e261d8cee7b716d2f3b | |
parent | aca59af612840772f18598363b65a25bf02bb569 [diff] |
qom/object.c: rename type_class_init() to type_initialize() Function name type_class_init() gave us a wrong impression of separation of type's "class" and "object" entities initialization. Name type_initialize() is more appropriate for type_class_init() function (considering what operations it performs). Signed-off-by: Igor Mitsyanko <i.mitsyanko@samsung.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>