GtkSharp/glib
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
Boxed.cs 2003-02-13 Mike Kestner <mkestner@speakeasy.net> 2003-02-14 01:16:05 +00:00
DelegateWrapper.cs 2003-04-03 Gonzalo Paniagua Javier <gonzalo@ximian.com> 2003-04-06 09:21:15 +00:00
EnumWrapper.cs
FileUtils.cs 2003-02-21 Mike Kestner <mkestner@speakeasy.net> 2003-02-22 04:34:56 +00:00
GException.cs 2003-05-29 Rachel Hestilow <rachel@nullenvoid.com> 2003-06-10 18:09:47 +00:00
Idle.cs 2003-03-15 Miguel de Icaza <miguel@ximian.com> 2003-03-15 21:02:25 +00:00
IWrapper.cs
List.cs 2003-02-24 Mike Kestner <mkestner@speakeasy.net> 2003-02-24 06:39:30 +00:00
ListBase.cs 2003-02-24 Mike Kestner <mkestner@speakeasy.net> 2003-02-24 06:39:30 +00:00
Log.cs 2003-02-21 Mike Kestner <mkestner@speakeasy.net> 2003-02-22 04:34:56 +00:00
MainContext.cs 2003-02-21 Mike Kestner <mkestner@speakeasy.net> 2003-02-22 04:34:56 +00:00
Makefile.in 2002-12-22 Robert McQueen <robot101@debian.org> 2002-12-22 05:08:52 +00:00
makefile.win32 2003-02-21 Mike Kestner <mkestner@speakeasy.net> 2003-02-22 04:34:56 +00:00
ManagedValue.cs 2003-05-22 Rachel Hestilow <rachel@nullenvoid.com> 2003-05-22 23:39:04 +00:00
Markup.cs 2003-05-29 Rachel Hestilow <rachel@nullenvoid.com> 2003-06-10 18:09:47 +00:00
Marshaller.cs 2003-05-29 Rachel Hestilow <rachel@nullenvoid.com> 2003-06-10 18:09:47 +00:00
Object.cs 2003-05-29 Rachel Hestilow <rachel@nullenvoid.com> 2003-06-10 18:09:47 +00:00
ObjectManager.cs 2003-05-29 Rachel Hestilow <rachel@nullenvoid.com> 2003-06-10 18:09:47 +00:00
Opaque.cs
SignalArgs.cs
SignalAttribute.cs
SignalCallback.cs 2003-02-26 Gonzalo Paniagua Javier <gonzalo@ximian.com> 2003-02-26 02:16:38 +00:00
SList.cs 2003-02-24 Mike Kestner <mkestner@speakeasy.net> 2003-02-24 06:39:30 +00:00
Source.cs 2003-02-21 Mike Kestner <mkestner@speakeasy.net> 2003-02-22 04:34:56 +00:00
Thread.cs 2002-12-23 Alp Toker <alp@atoker.com> 2002-12-23 04:35:44 +00:00
Timeout.cs 2003-02-21 Mike Kestner <mkestner@speakeasy.net> 2003-02-22 04:34:56 +00:00
Type.cs oops forgot a cvs add 2003-02-24 06:44:54 +00:00
TypeConverter.cs 2003-05-19 Rachel Hestilow <rachel@nullenvoid.com> 2003-05-19 07:18:52 +00:00
TypeFundamentals.cs
UnwrappedObject.cs
Value.cs 2003-05-29 Rachel Hestilow <rachel@nullenvoid.com> 2003-06-10 18:09:47 +00:00