commit | ac5e2bc910d350cd0653b8d049518d642ee14a49 | [log] [tgz] |
---|---|---|
author | Marc-André Lureau <marcandre.lureau@redhat.com> | Mon Mar 10 15:26:25 2025 +0400 |
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | Sat May 24 16:33:18 2025 +0200 |
tree | be90ec9b21e62f32cf0e85f73c5381c5de85b7f4 | |
parent | c967ff606b99f5f4ecc16817b9d9604a9c943dd2 [diff] |
ui/vdagent: replace Buffer with GByteArray Buffer is slightly more advanced than GByteArray, since it has a cursor/position. But vdagent code doesn't need it. This simplify a bit the code, and migration state. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>