2010-05-27 Marek Safar <marek.safar@gmail.com>
[mono.git] / mcs / tests / test-113.cs
index 67399cf2f276188653a55f40f7c2e65c40130d11..c26268c1432e6fe76abc36b4c14384cc3bde297c 100644 (file)
@@ -6,6 +6,7 @@ class X {
        
        void g_object_get (IntPtr obj, string name, out string val, IntPtr term)
        {
+               val = null;
        }
 
        public void GetProperty (String name, out String val)
@@ -15,6 +16,7 @@ class X {
 
        void g_object_get (IntPtr obj, string name, out bool val, IntPtr term)
        {
+               val = true;
        }
        
        public void GetProperty (String name, out bool val)