mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 20:25:37 +00:00
903349cd37
* generator/Method.cs : s/GetType/GetGType. Don't generated static methods for interfaces. * glib/Object.cs : add GType prop * gnome/*.custom : s/Type/GType * parser/Gtk.metadata : rule to make TreeIter opaque * parser/gapi2xml.pl : handle interface methods properly * sample/Fifteen.cs : s/Type/GType svn path=/trunk/gtk-sharp/; revision=6556
15 lines
313 B
Plaintext
15 lines
313 B
Plaintext
//
|
|
// Gnome.CanvasPixbuf.custom - Gnome CanvasPixbuf class customizations
|
|
//
|
|
// Author: Rachel Hestilow <hestilow@ximian.com>
|
|
//
|
|
// Copyright (C) 2002 Rachel Hestilow
|
|
//
|
|
// This code is inserted after the automatically generated code.
|
|
//
|
|
|
|
public CanvasPixbuf (Gnome.CanvasGroup group) : base (group, GType)
|
|
{
|
|
}
|
|
|