Ryujinx-GtkSharp/generator
Rachel Hestilow c8d090f62f 2002-08-31 Rachel Hestilow <hestilow@ximian.com>
Proper GList, GSList support. Read-only for now.

	* glue/list.c: Added.
	* glue/Makefile.am: Add list.c
	* glue/type.c: Add function gtksharp_is_object.

	* glib/ListBase.cs, List.cs: Added.
	* glib/SList.cs: Inherit from ListBase.
	* glib/Object.cs: Add static method "IsObject".

	* generator/Method.cs: Pass on element_type to constructor
	if specified.
	* generator/SymbolTable.cs: Move GList to manual types.

	* sample/GladeViewer.cs: Remove list hacks.

	* sources/Gnome.metadata: Specify element types for
	CanvasPathDef.Split and IconList.GetSelection. Rename
	CanvasPathDef *to methods to properly capitalized *To.
	* sources/Gtk.metadata: Hide Widget.ListAccelClosures until
	GClosure is handled properly.
	* sources/Pango.metadata: Added.

	* sample/test/TestToolbar.cs: Compile with recent delegate changes.

svn path=/trunk/gtk-sharp/; revision=7166
2002-09-01 04:46:38 +00:00
..
.cvsignore 2002-06-21 Mike Kestner <mkestner@speakeasy.net> 2002-06-21 12:29:04 +00:00
BoxedGen.cs 2002-08-19 Rachel Hestilow <hestilow@ximian.com> 2002-08-20 19:56:18 +00:00
CallbackGen.cs 2002-08-28 Rachel Hestilow <hestilow@ximian.com> 2002-08-28 20:58:01 +00:00
ClassBase.cs 2002-07-30 Rachel Hestilow <hestilow@ximian.com> 2002-07-30 23:02:12 +00:00
CodeGenerator.cs 2002-08-19 Rachel Hestilow <hestilow@ximian.com> 2002-08-20 19:56:18 +00:00
Ctor.cs 2002-08-28 Rachel Hestilow <hestilow@ximian.com> 2002-08-28 20:58:01 +00:00
EnumGen.cs 2002-08-19 Rachel Hestilow <hestilow@ximian.com> 2002-08-20 19:56:18 +00:00
GenBase.cs 2002-08-19 Rachel Hestilow <hestilow@ximian.com> 2002-08-20 19:56:18 +00:00
IGeneratable.cs 2002-08-19 Rachel Hestilow <hestilow@ximian.com> 2002-08-20 19:56:18 +00:00
InterfaceGen.cs 2002-08-19 Rachel Hestilow <hestilow@ximian.com> 2002-08-20 19:56:18 +00:00
Makefile.in 2002-08-23 Rachel Hestilow <hestilow@ximian.com> 2002-08-23 21:22:16 +00:00
makefile.win32 2002-06-22 Mike Kestner <mkestner@speakeasy.net> 2002-06-22 22:12:51 +00:00
Method.cs 2002-08-31 Rachel Hestilow <hestilow@ximian.com> 2002-09-01 04:46:38 +00:00
ObjectGen.cs 2002-08-19 Rachel Hestilow <hestilow@ximian.com> 2002-08-20 19:56:18 +00:00
OpaqueGen.cs 2002-08-19 Rachel Hestilow <hestilow@ximian.com> 2002-08-20 19:56:18 +00:00
Parameters.cs 2002-08-28 Rachel Hestilow <hestilow@ximian.com> 2002-08-28 20:58:01 +00:00
Parser.cs 2002-08-19 Rachel Hestilow <hestilow@ximian.com> 2002-08-20 19:56:18 +00:00
Property.cs 2002-08-08 Mike Kestner <mkestner@speakeasy.net> 2002-08-09 04:27:15 +00:00
Signal.cs 2002-08-19 Rachel Hestilow <hestilow@ximian.com> 2002-08-20 19:56:18 +00:00
SignalHandler.cs 2002-08-19 Rachel Hestilow <hestilow@ximian.com> 2002-08-20 19:56:18 +00:00
Statistics.cs 2002-07-25 Rachel Hestilow <hestilow@ximian.com> 2002-07-26 06:08:52 +00:00
StructBase.cs 2002-08-03 Rachel Hestilow <hestilow@ximian.com> 2002-08-03 22:24:37 +00:00
StructGen.cs 2002-08-19 Rachel Hestilow <hestilow@ximian.com> 2002-08-20 19:56:18 +00:00
SymbolTable.cs 2002-08-31 Rachel Hestilow <hestilow@ximian.com> 2002-09-01 04:46:38 +00:00