15 lines
315 B
Text
15 lines
315 B
Text
|
// 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);
|
||
|
}
|
||
|
}
|