git.annexia.org
/
libguestfs.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Don't stash strings in the handle.
[libguestfs.git]
/
java
/
com
/
redhat
/
et
/
libguestfs
/
GuestFS.java
diff --git
a/java/com/redhat/et/libguestfs/GuestFS.java
b/java/com/redhat/et/libguestfs/GuestFS.java
index
d0b3446
..
c816baa
100644
(file)
--- a/
java/com/redhat/et/libguestfs/GuestFS.java
+++ b/
java/com/redhat/et/libguestfs/GuestFS.java
@@
-229,10
+229,6
@@
public class GuestFS {
* You can also override this by setting the
* "LIBGUESTFS_QEMU" environment variable.
*
* You can also override this by setting the
* "LIBGUESTFS_QEMU" environment variable.
*
- * The string "qemu" is stashed in the libguestfs handle,
- * so the caller must make sure it remains valid for the
- * lifetime of the handle.
- *
* Setting "qemu" to "NULL" restores the default qemu
* binary.
*
* Setting "qemu" to "NULL" restores the default qemu
* binary.
*
@@
-277,10
+273,6
@@
public class GuestFS {
* The default is "$libdir/guestfs" unless overridden by
* setting "LIBGUESTFS_PATH" environment variable.
*
* The default is "$libdir/guestfs" unless overridden by
* setting "LIBGUESTFS_PATH" environment variable.
*
- * The string "path" is stashed in the libguestfs handle,
- * so the caller must make sure it remains valid for the
- * lifetime of the handle.
- *
* Setting "path" to "NULL" restores the default path.
*
* @throws LibGuestFSException
* Setting "path" to "NULL" restores the default path.
*
* @throws LibGuestFSException
@@
-324,10
+316,6
@@
public class GuestFS {
* The default is "NULL" unless overridden by setting
* "LIBGUESTFS_APPEND" environment variable.
*
* The default is "NULL" unless overridden by setting
* "LIBGUESTFS_APPEND" environment variable.
*
- * The string "append" is stashed in the libguestfs handle,
- * so the caller must make sure it remains valid for the
- * lifetime of the handle.
- *
* Setting "append" to "NULL" means *no* additional options
* are passed (libguestfs always adds a few of its own).
*
* Setting "append" to "NULL" means *no* additional options
* are passed (libguestfs always adds a few of its own).
*