c_pointer
Description:
return the C pointer to the guestfs_h handle
In non-C language bindings, this allows you to retrieve the underlying C pointer to the handle (ie. "guestfs_h *"). The purpose of this is to allow other libraries to interwork with libguestfs.
Parameters:
this |
A GuestfsSession object |
Returns:
the returned value, or -1 on error |