docs: Implement destroy() rather than dispose()
authorElliot Smith <elliot.smith@intel.com>
Mon, 31 Jan 2011 13:36:37 +0000 (13:36 +0000)
committerElliot Smith <elliot.smith@intel.com>
Mon, 31 Jan 2011 13:36:37 +0000 (13:36 +0000)
commite69d60e8b64bbe0811479dac96aee6009560be4e
tree92d973cc4f1d94ff955769378f31e72882aadac4
parentf63158c2a2c27e7d4a264caf994f799a38fb6398
docs: Implement destroy() rather than dispose()

Remove the dispose() implementation and replace
with destroy().

This should be promoted as the standard approach
for implementing a composite actor, as it emits a
signal when instances of the actor subclass are destroyed.
doc/cookbook/examples/cb-button.c