summaryrefslogtreecommitdiffstats
path: root/erlang/examples/guestfs-erlang.pod
Commit message (Collapse)AuthorAgeFilesLines
* erlang, lua: Fix links in man pages.Richard W.M. Jones2012-11-191-0/+1
|
* man pages: Ensure consistent copyright/author sections, remove licenseRichard W.M. Jones2012-08-211-18/+1
| | | | | | | | | | section. Ensure each man page contains consistent COPYRIGHT and AUTHOR sections. Remove the LICENSE section. We will add that back in podwrapper in a later commit.
* examples: Use add_drive_opts function in examples.Richard W.M. Jones2012-08-021-5/+5
| | | | | | | | | | | | In libguestfs 1.20, you will be able to use 'add_drive' instead of 'add_drive_opts' (except in the C bindings). However until libguestfs 1.20 is the minimum stable version people will still be using old versions where you have to use 'add_drive_opts'. This makes the examples confusing. Therefore continue to use 'add_drive_opts' in the examples for now.
* generator: Rename 'add_drive_opts' API to 'add_drive'.Richard W.M. Jones2012-07-141-5/+5
| | | | | | By using the once_had_no_optargs flag, this change is backwards compatible for callers (except Haskell, PHP and GObject as discussed in earlier commit).
* Add Erlang bindings.Richard W.M. Jones2011-09-211-0/+133