Revision 441dd5eb

b/include/qemu/object.h
288 288
 *   implementing an explicit class type if they are not adding additional
289 289
 *   virtual functions.
290 290
 * @class_init: This function is called after all parent class initialization
291
 *   has occured to allow a class to set its default virtual method pointers.  
291
 *   has occurred to allow a class to set its default virtual method pointers.
292 292
 *   This is also the function to use to override virtual methods from a parent
293 293
 *   class.
294 294
 * @class_finalize: This function is called during class destruction and is

Also available in: Unified diff