Blob Blame History Raw
--- mono/Connection.cs_org	2006-08-17 13:07:32.000000000 +0200
+++ mono/Connection.cs	2006-08-17 13:07:46.000000000 +0200
@@ -91,7 +91,7 @@
     {
       if (disposing && RawConnection != IntPtr.Zero) 
 	{
-	  dbus_connection_disconnect(rawConnection);
+	  dbus_connection_close(rawConnection);
 
 	  RawConnection = IntPtr.Zero; // free the native object
 	}
@@ -324,7 +324,7 @@
 							   int    slot);
     
     [DllImport ("dbus-1")]
-    private extern static void dbus_connection_disconnect (IntPtr ptr);
+    private extern static void dbus_connection_close(IntPtr ptr);
 
     [DllImport ("dbus-1")]
     private extern static IntPtr dbus_bus_get_unique_name (IntPtr ptr);