GtkSharp/generator
Mike Kestner c9f1eadc11 2004-05-07 Mike Kestner <mkestner@ximian.com>
[Derived from a patch by Ben Maurer]
	* generator/Ctor.cs : generate code to detect subclassing and handle
	GType registration and native object creation properly.
	* generator/Parameters.cs : add PropertyName accessor for param attr.
	* generator/Property.cs : use a new GLib.Value ctor.
	* glib/ObjectManager.cs : redo hash access.
	* glib/Object.cs : CreateNativeObject method to invoke g_object_newv
	and some refactoring of RegisterGType and LookupGType.
	* glib/Value.cs : make gtype field an IntPtr.
	* glib/glue/object.c : glue for g_object_newv use.
	* glib/glue/value.c : new glue for value creation.
	* gtk/Dialog.custom : fix a ctor declaration for auto-reg.
	* gtk/Gtk.metadata : mark a couple property_name attrs as examples.
	* sample/Subclass.cs : use auto-GType-registration now.

svn path=/trunk/gtk-sharp/; revision=26916
2004-05-07 13:42:59 +00:00
..
.cvsignore
AliasGen.cs
BoxedGen.cs
ByRefGen.cs 2004-04-12 Mike Kestner <mkestner@ximian.com> 2004-04-12 15:54:57 +00:00
CallbackGen.cs
ClassBase.cs
ClassGen.cs
CodeGenerator.cs 2004-03-18 Mike Kestner <mkestner@ximian.com> 2004-03-18 20:56:32 +00:00
ConstStringGen.cs
Ctor.cs
CustomMarshalerGen.cs
EnumGen.cs
Field.cs
gapi-codegen.in
GenBase.cs
GenerationInfo.cs
GObjectGen.cs
IGeneratable.cs
ImportSignature.cs
InterfaceGen.cs 2003-10-06 Mike Kestner <mkestner@ximian.com> 2003-10-06 20:12:09 +00:00
Makefile.am 2004-04-16 Rachel Hestilow <rachel@nullenvoid.com> 2004-04-18 03:19:15 +00:00
makefile.win32
ManagedCallString.cs 2003-12-10 Mike Kestner <mkestner@ximian.com> 2003-12-10 22:56:49 +00:00
ManualGen.cs 2004-04-16 Rachel Hestilow <rachel@nullenvoid.com> 2004-04-18 03:19:15 +00:00
Method.cs 2004-05-06 Jeroen Zwartepoorte <jeroen@xs4all.nl> 2004-05-06 15:58:00 +00:00
MethodBody.cs
ObjectGen.cs
OpaqueGen.cs
Parameters.cs
Parser.cs
Property.cs
Signal.cs
SignalHandler.cs
Signature.cs * generator/Method.cs: Methods which returns void and has a single out parameter 2004-01-15 21:18:46 +00:00
SimpleGen.cs
Statistics.cs
StringGen.cs
StructBase.cs
StructGen.cs 2003-10-04 Mike Kestner <mkestner@ximian.com> 2003-10-05 00:20:17 +00:00
SymbolTable.cs
VMSignature.cs