X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=guestfs.pod;h=9424ec2b898b94a1f906ef0a7e86bade6083e78c;hp=fdac80a66b76b3030a19c4dd2451161dc74bccd4;hb=407f34901361f6d68bca96543042b01581257485;hpb=825d855b225c7c76371c72eae4d505a32c374007 diff --git a/guestfs.pod b/guestfs.pod index fdac80a..9424ec2 100644 --- a/guestfs.pod +++ b/guestfs.pod @@ -72,8 +72,7 @@ functions in the following order: guestfs_close (handle); C and all of the actions including C -are blocking calls. You can use the low-level event API to do -non-blocking operations instead. +are blocking calls. All functions that return integers, return C<-1> on error. See section L below for how to handle errors.