c_pointer


Description:

[ Version ( since = "1.29.17" ) ]
public int64 c_pointer () throws Error

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