[Mono-bugs] [Bug 23644] Changed - mcs is getting the incorrect overloaded method

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
23 Apr 2002 20:10:14 -0000


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by joe@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=23644

--- shadow/23644	Tue Apr 23 15:49:27 2002
+++ shadow/23644.tmp.396	Tue Apr 23 16:10:14 2002
@@ -109,6 +109,15 @@
 val, IntPtr term);
 
 (there are others, like "out int val", "out float val", etc.)
 
 Is there something not right in the DllImport() attribute?  I'm afraid
 I don't know of a good way to make a test case for this. :(
+
+------- Additional Comments From joe@ximian.com  2002-04-23 16:10 -------
+Oh yeah, also, the call to the g_object_get() that is causing the problem:
+
+public void GetProperty (String name, out bool val)
+{
+    g_object_get (Raw, name, out val, new IntPtr (0));
+}
+