head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.10 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.8 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.6 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.4 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.2 pkgsrc-2025Q1-base:1.1; locks; strict; comment @// @; 1.1 date 2025.01.15.12.51.47; author wiz; state Exp; branches; next ; commitid zWqMYHs2vxmr5AFF; desc @@ 1.1 log @webkit-gtk: fix build with gobject-introspection 1.82 @ text @$NetBSD$ Fix build with gobject-introspection 1.82+. --- Source/WebKit/UIProcess/API/glib/WebKitFaviconDatabase.cpp.orig 2025-01-15 11:55:33.168182647 +0000 +++ Source/WebKit/UIProcess/API/glib/WebKitFaviconDatabase.cpp @@@@ -197,9 +197,9 @@@@ void webkitFaviconDatabaseGetFaviconInte * @@database: a #WebKitFaviconDatabase * @@page_uri: URI of the page for which we want to retrieve the favicon * @@cancellable: (allow-none): A #GCancellable or %NULL. - * @@callback: (scope async): A #GAsyncReadyCallback to call when the request is + * @@callback: (scope async) (closure user_data): A #GAsyncReadyCallback to call when the request is * satisfied or %NULL if you don't care about the result. - * @@user_data: (closure): The data to pass to @@callback. + * @@user_data: The data to pass to @@callback. * * Asynchronously obtains a #cairo_surface_t of the favicon for the * given page URI. It returns the cached icon if it's in the database @