Merge pull request #183 from cameronwhite/pixbuf-from-surface-lib

Fix runtime errors when calling the Gdk.Pixbuf constructors that take Gdk.Window or Cairo.Surface
This commit is contained in:
Harry 2020-08-04 09:23:06 +02:00 committed by GitHub
commit 92c2332bcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5687,7 +5687,7 @@
<parameter type="int" name="height" />
</parameters>
</constructor>
<constructor cname="gdk_pixbuf_get_from_surface">
<constructor cname="gdk_pixbuf_get_from_surface" library="Library.Gdk">
<parameters>
<parameter type="cairo_surface_t*" name="surface" />
<parameter type="gint" name="src_x" />
@ -5696,7 +5696,7 @@
<parameter type="gint" name="height" />
</parameters>
</constructor>
<constructor cname="gdk_pixbuf_get_from_window">
<constructor cname="gdk_pixbuf_get_from_window" library="Library.Gdk">
<parameters>
<parameter type="GdkWindow*" name="window" />
<parameter type="gint" name="src_x" />