diff options
author | Richard Jones <rjones@redhat.com> | 2010-11-09 12:08:06 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-11-10 10:52:12 +0000 |
commit | 4ada0a7815075c9cbe9d8b00da791c105ae739a9 (patch) | |
tree | 3dbc7ddf2571460e58f366bfad39e5e66ed43891 /TODO | |
parent | eaedf025f5c45a4e05cbf25e145215d48bea8f8d (diff) | |
download | libguestfs-4ada0a7815075c9cbe9d8b00da791c105ae739a9.tar.gz libguestfs-4ada0a7815075c9cbe9d8b00da791c105ae739a9.tar.xz libguestfs-4ada0a7815075c9cbe9d8b00da791c105ae739a9.zip |
generator: Add Pointer parameter type to the generator.
This allows generic "foo *bar" pointers to be passed to
library functions (not to daemon functions).
In the language bindings (except Perl) these are handled
as generic int64s with the assumption being that any
pointer can be converted to and from this. There is room
to add specific support for some pointer types in future
by specializing the match cases. However this is inherently
tricky because it depends on the implementation details of
other bindings (eg. to support virDomainPtr in OCaml depends
on the implementation details of the ocaml-libvirt project).
Perl is slightly different in that you have to supply a
typemap. Again this would depend on the implementation
detail of an external library unless you supplied a generic
typemap for int64.
Diffstat (limited to 'TODO')
0 files changed, 0 insertions, 0 deletions