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:
Richard W.M. Jones
2025-06-10 11:52:30 +01:00
parent ba916948ab
commit a57f6b8e2c
12 changed files with 7 additions and 17 deletions

View File

@@ -138,7 +138,6 @@ returned when you registered the callback:
L<guestfs(3)>,
L<guestfs-examples(3)>,
L<guestfs-erlang(3)>,
L<guestfs-gobject(3)>,
L<guestfs-golang(3)>,
L<guestfs-java(3)>,
L<guestfs-ocaml(3)>,