Remove deprecated GObject bindings

These were marked as deprecated in a57f6b8e2. Time to remove them

Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
Cole Robinson
2026-02-10 12:50:32 -05:00
parent eed58cc443
commit 955ea8882b
28 changed files with 11 additions and 2329 deletions

View File

@@ -59,7 +59,7 @@ jobs:
- name: Compile the code
run: |
autoreconf -fiv
./configure --disable-gobject --enable-werror
./configure --enable-werror
make -j
- name: Run the quick test
@@ -136,7 +136,7 @@ jobs:
run: |
su -c '
autoreconf -fiv &&
./configure CFLAGS="-fPIC -g -O2" --disable-gobject --enable-werror &&
./configure CFLAGS="-fPIC -g -O2" --enable-werror &&
make -j
' guestfs