diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-07-13 13:59:00 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-07-13 14:02:43 +0100 |
commit | 0da2dbef26a9efddbc1f4cd6cbe796b3b5f98d13 (patch) | |
tree | d78609c666560803df1d69e95842594c9d0197ef /python/examples/guestfs-python.pod | |
parent | 60805c92179bc193be2d125504b12d285ff7c74b (diff) | |
download | libguestfs-0da2dbef26a9efddbc1f4cd6cbe796b3b5f98d13.tar.gz libguestfs-0da2dbef26a9efddbc1f4cd6cbe796b3b5f98d13.tar.xz libguestfs-0da2dbef26a9efddbc1f4cd6cbe796b3b5f98d13.zip |
java: Generate overloaded non-optargs method for each optargs method.
For example the existing method:
public void mkfs_opts (String fstype, String device, Map<..> optargs);
is now accompanied by this overloaded method which is a simple wrapper:
public void mkfs_opts (String fstype, String device)
throws LibGuestFSException
{
mkfs_opts (fstype, device, null);
}
Diffstat (limited to 'python/examples/guestfs-python.pod')
0 files changed, 0 insertions, 0 deletions