mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
No existing OCaml functions have a StringList parameter, but we would like to add one. The original plan seems to have been to map these to 'string array' types, but 'string list' is more natural, albeit marginally less efficient. The implementation here just has to convert the 'char **' into the OCaml linked list of values.
1.7 KiB
1.7 KiB