libxl: idl: use "dispose" rather than "destroy" for function to free IDL types
authorIan Campbell <ian.campbell@citrix.com>
Tue, 18 Oct 2011 09:35:55 +0000 (10:35 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 18 Oct 2011 09:35:55 +0000 (10:35 +0100)
commit9dcc52ddb640328147d58ddf53241ad9617c57de
tree228d2298a7a6e8786e55ae1e50ed47ec9739a856
parent1d2a87666556e7c3d483ab62f9159dc36bbf6614
libxl: idl: use "dispose" rather than "destroy" for function to free IDL types

Destroy is an overloaded term which would commonly like to be used for actual
destructive operations, such as destroying a domain etc.

Dispose isn't a great term but it does the job.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson.citrix.com>
Committed-by: Ian Jackson <ian.jackson.citrix.com>
13 files changed:
tools/libxl/gentest.py
tools/libxl/gentypes.py
tools/libxl/idl.txt
tools/libxl/libxl.c
tools/libxl/libxl.h
tools/libxl/libxl_cpuid.c
tools/libxl/libxl_create.c
tools/libxl/libxl_types.idl
tools/libxl/libxl_utils.c
tools/libxl/libxltypes.py
tools/libxl/xl_cmdimpl.c
tools/python/genwrap.py
tools/python/xen/lowlevel/xl/xl.c