Ryujinx-GtkSharp/gdk
Mike Kestner 23464e6514 2003-07-23 Mike Kestner <mkestner@ximian.com>
[Equal credit to Ettore Perazzoli <ettore@ximian.com> for fixing
	all the bugs in the initial patch]
	* */*.custom : fix incorrect usage of new Object (IntPtr) where
	Glib.Object.GetObject should've been used.  add ref_owned param
	to GetObject calls.
	* generator/CallbackGen.cs : setup ref_owned in bodies
	* generator/ClassBase.cs : add ref_owned to GetObject FromNative call
	* generator/Method.cs : setup ref_owned in bodies
	* generator/Property.cs : setup ref_owned in bodies
	* generator/SignalHandler.cs : pass ref_owned to GetObject
	* generator/StructBase.cs : setup ref_owned in bodies
	* glib/Object.cs : kill Ref/Unref methods.  Don't want it to be
	easy for users to screw with ref counts, or make it look like they
	should need to.
	(GetObject): add ref_owned param and ref/unref to remain at 1
	* glib/Value.cs : pass ref_owned to GetObject

svn path=/trunk/gtk-sharp/; revision=16581
2003-07-23 17:19:21 +00:00
..
.cvsignore 2002-06-21 Mike Kestner <mkestner@speakeasy.net> 2002-06-21 12:29:04 +00:00
Color.custom Hide the Copy, Free and Hash methods in Gdk.Color and override GetHashCode(). 2003-04-14 18:01:28 +00:00
Colormap.custom 2003-02-28 Gonzalo Paniagua Javier <gonzalo@ximian.com> 2003-02-28 07:41:59 +00:00
DeviceAxis.custom 2002-10-08 Duncan Mak <duncan@ximian.com> 2002-10-08 06:49:11 +00:00
Drawable.custom 2003-07-14 Mike Kestner <mkestner@speakeasy.net> 2003-07-15 05:52:09 +00:00
Event.cs 2002-08-08 Mike Kestner <mkestner@speakeasy.net> 2002-08-08 16:33:46 +00:00
EventKey.custom 2003-04-16 Charles Iliya Krempeaux <charles@reptile.ca> 2003-04-21 15:31:08 +00:00
Key.cs Change Keys to Key 2003-04-12 05:23:55 +00:00
Makefile.in Add a reference to System.Drawing. 2003-01-06 01:44:49 +00:00
makefile.win32 2003-02-21 Mike Kestner <mkestner@speakeasy.net> 2003-02-22 04:34:56 +00:00
Pixbuf.custom 2003-07-23 Mike Kestner <mkestner@ximian.com> 2003-07-23 17:19:21 +00:00
Point.custom * Added a constructor to gdk/Point.custom 2003-02-07 16:05:20 +00:00
Rectangle.custom 2003-03-03 Miguel de Icaza <miguel@ximian.com> 2003-03-03 17:43:22 +00:00
Selection.custom 2003-07-11 Mike Kestner <mkestner@speakeasy.net> 2003-07-12 04:09:00 +00:00