From 57239c062b7c133e9e381f608eeab8f118c50d50 Mon Sep 17 00:00:00 2001 From: Debian Qt/KDE Maintainers Date: Tue, 26 Jul 2022 09:39:04 +0100 Subject: [PATCH] =?utf8?q?remove=20invalid=20g=5Fobject=20declarations=20t?= =?utf8?q?o=20fix=20build=20with=20glib=20=E2=89=A5=202.68?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Origin: https://build.opensuse.org/package/view_file/KDE:Qt5/libqt5-qtwebkit/0001-Remove-invalid-g_object-declarations-to-fix-build-wi.patch Forwarded: https://github.com/qtwebkit/qtwebkit/pull/1058 Last-Update: 2021-04-07 Gbp-Pq: Name glib_2.68.diff --- Source/WTF/wtf/glib/GRefPtr.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Source/WTF/wtf/glib/GRefPtr.h b/Source/WTF/wtf/glib/GRefPtr.h index d05084b6..4a7fa0b7 100644 --- a/Source/WTF/wtf/glib/GRefPtr.h +++ b/Source/WTF/wtf/glib/GRefPtr.h @@ -28,9 +28,7 @@ #include #include #include - -extern "C" void g_object_unref(gpointer); -extern "C" gpointer g_object_ref_sink(gpointer); +#include namespace WTF { -- 2.30.2