mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-25 14:45:30 +00:00
15 lines
315 B
Plaintext
15 lines
315 B
Plaintext
|
// PixbufLoader.custom - Gdk PixbufLoader class customizations
|
||
|
//
|
||
|
// Authors:
|
||
|
// Mike Kestner <mkestner@ximian.com>
|
||
|
//
|
||
|
// (C) 2003 Novell, Inc.
|
||
|
//
|
||
|
// This code is inserted after the automatically generated code.
|
||
|
|
||
|
internal IntPtr PixbufHandle {
|
||
|
get {
|
||
|
return gdk_pixbuf_loader_get_pixbuf (Handle);
|
||
|
}
|
||
|
}
|