mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-08 22:45:43 +00:00
Revert "Don't add reference to PixbufHandle"
This reverts commit b831ee8ca1
.
This commit is contained in:
parent
402c57ae5a
commit
92752a2bf6
|
@ -33,7 +33,7 @@ namespace Gdk {
|
||||||
|
|
||||||
internal IntPtr PixbufHandle {
|
internal IntPtr PixbufHandle {
|
||||||
get {
|
get {
|
||||||
return gdk_pixbuf_loader_get_pixbuf (Handle);
|
return g_object_ref (gdk_pixbuf_loader_get_pixbuf (Handle));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue