1
--- Tomboy/dbus-sharp/Connection.cs.old 2006-08-24 17:14:03.056705000 +0200
2
+++ Tomboy/dbus-sharp/Connection.cs 2006-08-24 17:14:15.061455250 +0200
5
if (disposing && RawConnection != IntPtr.Zero)
7
- dbus_connection_disconnect(rawConnection);
8
+ dbus_connection_close(rawConnection);
10
RawConnection = IntPtr.Zero; // free the native object
15
[DllImport ("dbus-1")]
16
- private extern static void dbus_connection_disconnect (IntPtr ptr);
17
+ private extern static void dbus_connection_close (IntPtr ptr);
19
[DllImport ("dbus-1")]
20
private extern static IntPtr dbus_bus_get_unique_name (IntPtr ptr);