dbus/mono/DBusType
Joe Shaw d96c9e465a 2005-03-08 Joe Shaw <joeshaw@novell.com>
* dbus/dbus-connection.c (dbus_connection_send_with_reply):
        After we attach our pending call to the connection, unref
        it.  Fixes a leak.

        * mono/Connection.cs (set_RawConnection): Disconnect our
        filter and match callbacks from the old connection and
        reconnect them to the new connection, if any.

	* mono/DBusType/Array.cs: "Code" is a static member, so
	don't use "this" to refer to it.  Fix for stricter checking
	in Mono 1.1.4.

        * mono/DBusType/ObjectPath.cs (Append): Don't leak the
	object path that we pass into unmanaged code.

        * mono/DBusType/String.cs (Append): Don't leak the string
	that we pass into unmanged code.
2005-03-08 20:45:03 +00:00
..
Array.cs 2005-03-08 Joe Shaw <joeshaw@novell.com> 2005-03-08 20:45:03 +00:00
Boolean.cs 2005-01-25 Joe Shaw <joeshaw@novell.com> 2005-01-25 19:47:13 +00:00
Byte.cs 2005-01-25 Joe Shaw <joeshaw@novell.com> 2005-01-25 19:47:13 +00:00
Dict.cs 2005-01-11 Joe Shaw <joeshaw@novell.com> 2005-01-11 19:59:06 +00:00
Double.cs 2005-01-25 Joe Shaw <joeshaw@novell.com> 2005-01-25 19:47:13 +00:00
IDBusType.cs First checkin of the Mono bindings. 2004-03-23 12:10:32 +00:00
Int32.cs 2005-01-25 Joe Shaw <joeshaw@novell.com> 2005-01-25 19:47:13 +00:00
Int64.cs 2005-01-25 Joe Shaw <joeshaw@novell.com> 2005-01-25 19:47:13 +00:00
ObjectPath.cs 2005-03-08 Joe Shaw <joeshaw@novell.com> 2005-03-08 20:45:03 +00:00
String.cs 2005-03-08 Joe Shaw <joeshaw@novell.com> 2005-03-08 20:45:03 +00:00
UInt32.cs 2005-01-25 Joe Shaw <joeshaw@novell.com> 2005-01-25 19:47:13 +00:00
UInt64.cs 2005-01-25 Joe Shaw <joeshaw@novell.com> 2005-01-25 19:47:13 +00:00