Ryujinx-GtkSharp/generator
Rachel Hestilow fe699e9fbb 2003-05-29 Rachel Hestilow <rachel@nullenvoid.com>
* gconf/Value.cs: Update to use new string marshalling.

	* generator/StringGen.cs, ConstStringGen.cs: Added.
	* generator/IGeneratable.cs: Add new method ToNativeReturn.
	* generator/CallbackGen.cs: Implement ToNativeReturn. Call
	ToNativeReturn for the return statement. Fix a couple of
	places where s_ret was being used incorrectly for m_ret.
	* generator/ClassGen.cs, EnumGen.cs, ManualGen.cs,
	SimpleGen.cs, StructBase.cs: Implement ToNativeReturn.
	* generator/SignalHandler.cs: Call ToNativeReturn for the
	return statement, instead of CallByName.
	* generator/SymbolTable.cs: Use StringGen for gchar, char,
	and gunichar, and ConstStringGen for their const variants.
	Add a new method wrapper for ToNativeReturn.
	(Trim): Add a special-case for const strings so that the
	const is not stripped. Otherwise there is no way of
	resolving the const case.

	* glade/XML.custom: Update to use new string marshalling.

	* glib/Marshaller.cs: Added.
	* glib/GException.cs, Markup.cs, ObjectManager.cs,
	Value.cs: Update to use new string marshalling.
	* glib/Object.cs: Remove old g_type_name DllImport
	as it is no longer used.

	* glue/fileselection.c (gtksharp_file_selection_get_fileop_entry):
	Mark this as const return.

	* gtk/ColorSelection.custom, FileSelection.custom,
	SelectionData.custom: Update to use new string marshalling.

svn path=/trunk/gtk-sharp/; revision=15286
2003-06-10 18:09:47 +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 2003-05-29 Rachel Hestilow <rachel@nullenvoid.com> 2003-06-10 18:09:47 +00:00
ClassBase.cs 2003-05-29 Rachel Hestilow <rachel@nullenvoid.com> 2003-06-10 18:09:47 +00:00
CodeGenerator.cs 2003-05-18 Mike Kestner <mkestner@speakeasy.net> 2003-05-19 02:45:17 +00:00
ConstStringGen.cs 2003-05-29 Rachel Hestilow <rachel@nullenvoid.com> 2003-06-10 18:09:47 +00:00
Ctor.cs 2003-04-03 Gonzalo Paniagua Javier <gonzalo@ximian.com> 2003-04-06 09:21:15 +00:00
EnumGen.cs 2003-05-29 Rachel Hestilow <rachel@nullenvoid.com> 2003-06-10 18:09:47 +00:00
GenBase.cs 2003-05-18 Mike Kestner <mkestner@speakeasy.net> 2003-05-19 02:45:17 +00:00
IGeneratable.cs 2003-05-29 Rachel Hestilow <rachel@nullenvoid.com> 2003-06-10 18:09:47 +00:00
InterfaceGen.cs 2003-05-18 Mike Kestner <mkestner@speakeasy.net> 2003-05-19 02:45:17 +00:00
Makefile.in 2002-08-23 Rachel Hestilow <hestilow@ximian.com> 2002-08-23 21:22:16 +00:00
makefile.win32 2002-10-26 Mike Kestner <mkestner@speakeasy.net> 2002-10-27 02:30:51 +00:00
ManualGen.cs 2003-05-29 Rachel Hestilow <rachel@nullenvoid.com> 2003-06-10 18:09:47 +00:00
Method.cs 2003-05-18 Mike Kestner <mkestner@speakeasy.net> 2003-05-19 02:45:17 +00:00
ObjectGen.cs 2003-05-18 Mike Kestner <mkestner@speakeasy.net> 2003-05-19 02:45:17 +00:00
OpaqueGen.cs 2003-05-18 Mike Kestner <mkestner@speakeasy.net> 2003-05-19 02:45:17 +00:00
Parameters.cs 2003-05-18 Mike Kestner <mkestner@speakeasy.net> 2003-05-19 02:45:17 +00:00
Parser.cs 2003-05-18 Mike Kestner <mkestner@speakeasy.net> 2003-05-19 02:45:17 +00:00
Property.cs 2003-05-18 Mike Kestner <mkestner@speakeasy.net> 2003-05-19 02:45:17 +00:00
Signal.cs 2003-05-07 Mike Kestner <mkestner@speakeasy.net> 2003-05-08 04:44:13 +00:00
SignalHandler.cs 2003-05-29 Rachel Hestilow <rachel@nullenvoid.com> 2003-06-10 18:09:47 +00:00
SimpleGen.cs 2003-05-29 Rachel Hestilow <rachel@nullenvoid.com> 2003-06-10 18:09:47 +00:00
Statistics.cs 2002-07-25 Rachel Hestilow <hestilow@ximian.com> 2002-07-26 06:08:52 +00:00
StringGen.cs 2003-05-29 Rachel Hestilow <rachel@nullenvoid.com> 2003-06-10 18:09:47 +00:00
StructBase.cs 2003-05-29 Rachel Hestilow <rachel@nullenvoid.com> 2003-06-10 18:09:47 +00:00
StructGen.cs 2002-08-19 Rachel Hestilow <hestilow@ximian.com> 2002-08-20 19:56:18 +00:00
SymbolTable.cs 2003-05-29 Rachel Hestilow <rachel@nullenvoid.com> 2003-06-10 18:09:47 +00:00