From 90379c40c84adfd3f9181000609b8359560a2e87 Mon Sep 17 00:00:00 2001 From: Cameron White Date: Mon, 3 Aug 2020 20:28:02 -0400 Subject: [PATCH] gdk_pixbuf_get_from_surface() is in libgdk, not libgdk_pixbuf This needs to be explicitly specified since 3a67da38 relocated these methods into Gdk.Pixbuf, which is underneath an element that specified `library="Library.GdkPixbuf"` This fixes runtime errors when calling this method (similar for gdk_pixbuf_get_from_window) --- Source/Libs/GdkSharp/GdkSharp-api.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Libs/GdkSharp/GdkSharp-api.xml b/Source/Libs/GdkSharp/GdkSharp-api.xml index 1e12af514..0b94053f9 100644 --- a/Source/Libs/GdkSharp/GdkSharp-api.xml +++ b/Source/Libs/GdkSharp/GdkSharp-api.xml @@ -5687,7 +5687,7 @@ - + @@ -5696,7 +5696,7 @@ - +