GtkSharp/doc/en
Dan Winship b6d7f14268 * generator/StructBase.cs: update field-generation logic a bit
* generator/CodeGenerator.cs: add a --glue-includes flag

	* generator/GenerationInfo.cs: Accept glue_includes value from
	Main and output it to the glue_filename.

	* generator/FieldBase.cs (Ignored): handle more ignorable cases.
	(CheckGlue): New method to figure out what kind of glue we'll need
	for a field.
	(GenerateImports): generate appropriate imports per CheckGlue.
	(GenerateGlue): Generate C glue for accessing a struct field;
	either a fully-C-based accessor, or a method to just return the
	field's offset in the struct.
	(Generate): Use the generated glue to read the field.

	* generator/PropertyBase.cs (CType): if the field is a single bit,
	set its type to gboolean.

	* generator/ObjectGen.cs (Generate):
	* generator/OpaqueGen.cs (Generate): Call GenFields.

	* generator/StructField.cs: Use FieldBase's glue-generation code
	to handle bitfields. [#54489]

	* generator/ObjectField.cs: Generates accessors for public fields
	of objects and opaque structs. [#69514]

	* generator/ClassBase.cs (ClassBase): Parse <fields> nodes and
	create ObjectField objects.
	(GenFields): Output field properties
	(IgnoreMethod): Ignore Get/Set methods that duplicate fields

	* generator/Makefile.am (sources): update

	* {gdk,gnome,gtk,pango}/*.metadata: Mark some additional fields as
	public. Rename/retype some fields for consistency with earlier
	hand-coded bindings.

	* {gdk,gnome,gtk,pango}/*.custom: Remove custom methods that can
	now be autogenerated.

	* {gdk,gnome,gtk,pango}/glue/*.c: Remove glue methods that can now
	be autogenerated
	
	* {gdk,glade,gnome,gtk,pango,vte}/Makefile.am
	* {gdk,glade,gnome,gtk,pango,vte}/glue/Makefile.am
	* {gdk,gnome,gtk,pango}/glue/makefile.win32: Update

svn path=/trunk/gtk-sharp/; revision=44563
2005-05-16 14:28:55 +00:00
..
Art Contributions from spigaz@gmail.com 2005-02-23 19:01:51 +00:00
Atk add some automatic docs for the new stuff 2005-04-22 17:20:16 +00:00
GConf 2005-01-07 Mike Kestner <mkestner@novell.com> 2005-01-07 21:29:38 +00:00
GConf.PropertyEditors 2004-06-24 Mike Kestner <mkestner@ximian.com> 2004-06-24 15:13:45 +00:00
Gda 2005-03-08 Mike Kestner <mkestner@novell.com> 2005-03-08 21:28:08 +00:00
Gdk * generator/StructBase.cs: update field-generation logic a bit 2005-05-16 14:28:55 +00:00
Glade * generator/StructBase.cs: update field-generation logic a bit 2005-05-16 14:28:55 +00:00
GLib * parser/gapi2xml.pl: make note of _get_type methods for enums 2005-05-04 16:54:24 +00:00
Gnome * generator/StructBase.cs: update field-generation logic a bit 2005-05-16 14:28:55 +00:00
Gnome.Vfs 2005-01-06 Mike Kestner <mkestner@novell.com> 2005-01-06 16:10:35 +00:00
GnomeDb * generator/Parameters.cs (IsHidden): method to check if a 2005-05-02 20:10:03 +00:00
Gtk * generator/StructBase.cs: update field-generation logic a bit 2005-05-16 14:28:55 +00:00
Gtk.DotNet 2005-05-04 Jose Faria <spigaz@gmail.com> 2005-05-06 14:24:44 +00:00
Pango * generator/StructBase.cs: update field-generation logic a bit 2005-05-16 14:28:55 +00:00
Rsvg * generator/Parameters.cs (Parameters.Validate): If the parameters 2005-05-04 11:47:25 +00:00
Vte * generator/StructBase.cs: update field-generation logic a bit 2005-05-16 14:28:55 +00:00
Art.xml 2003-10-13 John Luke <jluke@cfl.rr.com> 2003-10-13 22:55:58 +00:00
Atk.xml 2003-10-13 John Luke <jluke@cfl.rr.com> 2003-10-13 22:55:58 +00:00
GConf.PropertyEditors.xml * en/GConf.PropertyEditors.xml: Added 2003-10-14 09:25:23 +00:00
GConf.xml * en/GConf.PropertyEditors.xml: Added 2003-10-14 09:25:23 +00:00
Gda.xml 2003-10-13 John Luke <jluke@cfl.rr.com> 2003-10-13 22:55:58 +00:00
Gdk.xml 2003-10-13 John Luke <jluke@cfl.rr.com> 2003-10-13 22:55:58 +00:00
Glade.xml 2003-10-13 John Luke <jluke@cfl.rr.com> 2003-10-13 22:55:58 +00:00
GLib.xml 2003-10-13 John Luke <jluke@cfl.rr.com> 2003-10-13 22:55:58 +00:00
Gnome.Vfs.xml 2004-12-21 Jeroen Zwartepoorte <jeroen@xs4all.nl> 2004-12-21 12:52:49 +00:00
Gnome.xml * en/GConf.PropertyEditors.xml: Added 2003-10-14 09:25:23 +00:00
GnomeDb.xml 2003-10-13 John Luke <jluke@cfl.rr.com> 2003-10-13 22:55:58 +00:00
Gtk.DotNet.xml 2005-01-11 Mike Kestner <mkestner@novell.com> 2005-01-12 00:11:08 +00:00
Gtk.xml 2003-10-13 John Luke <jluke@cfl.rr.com> 2003-10-13 22:55:58 +00:00
Pango.xml 2003-10-13 John Luke <jluke@cfl.rr.com> 2003-10-13 22:55:58 +00:00
Rsvg.xml Rsvg namespace doc had wrong license specified 2005-01-27 16:23:35 +00:00
Vte.xml some Vte docs 2004-07-11 19:21:23 +00:00