Ryujinx-GtkSharp/gdk/PixbufLoader.custom

15 lines
315 B
Plaintext
Raw Normal View History

// 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);
}
}