mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
generator: Rename 'add_drive_opts' API to 'add_drive'.
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).
This commit is contained in:
@@ -35,7 +35,7 @@ public class InspectVM
|
||||
}
|
||||
};
|
||||
|
||||
g.add_drive_opts (disk, optargs);
|
||||
g.add_drive (disk, optargs);
|
||||
|
||||
// Run the libguestfs back-end.
|
||||
g.launch ();
|
||||
|
||||
Reference in New Issue
Block a user