mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
gobject: Mark the gobject bindings as deprecated
They will be removed in libguestfs 1.58 (the next but one version). Currently they don't actually compile. The larger problem is that they don't handle 64 bit quantities properly (using floats instead), meaning that any disk size or offset above a certain size will be improperly passed through the API, usually rounded to the nearest 53 bits.
This commit is contained in:
@@ -161,7 +161,6 @@ on the class path, as well as the path of your program. For example:
|
||||
L<guestfs(3)>,
|
||||
L<guestfs-examples(3)>,
|
||||
L<guestfs-erlang(3)>,
|
||||
L<guestfs-gobject(3)>,
|
||||
L<guestfs-golang(3)>,
|
||||
L<guestfs-lua(3)>,
|
||||
L<guestfs-ocaml(3)>,
|
||||
|
||||
Reference in New Issue
Block a user