First checkin of the Mono bindings.
authorOwen Fraser-Green <owen@discobabe.net>
Tue, 23 Mar 2004 12:10:32 +0000 (12:10 +0000)
committerOwen Fraser-Green <owen@discobabe.net>
Tue, 23 Mar 2004 12:10:32 +0000 (12:10 +0000)
commitc916037773d7d3d8d37ca2c5a8899b7b728e377d
tree21c37372ab9795583e724e8459578b7fe0be330b
parent2195cf0dbde2ae26b5a684c6d914c1711f44c28d
First checkin of the Mono bindings.
44 files changed:
ChangeLog
Makefile.am
configure.in
dbus-sharp.pc.in [new file with mode: 0644]
mono/Arguments.cs [new file with mode: 0644]
mono/Bus.cs [new file with mode: 0644]
mono/Connection.cs
mono/Custom.cs [new file with mode: 0644]
mono/DBus.cs [deleted file]
mono/DBusException.cs [new file with mode: 0644]
mono/DBusType/Array.cs [new file with mode: 0644]
mono/DBusType/Boolean.cs [new file with mode: 0644]
mono/DBusType/Byte.cs [new file with mode: 0644]
mono/DBusType/Custom.cs [new file with mode: 0644]
mono/DBusType/Dict.cs [new file with mode: 0644]
mono/DBusType/Double.cs [new file with mode: 0644]
mono/DBusType/IDBusType.cs [new file with mode: 0644]
mono/DBusType/Int32.cs [new file with mode: 0644]
mono/DBusType/Int64.cs [new file with mode: 0644]
mono/DBusType/Nil.cs [new file with mode: 0644]
mono/DBusType/ObjectPath.cs [new file with mode: 0644]
mono/DBusType/String.cs [new file with mode: 0644]
mono/DBusType/UInt32.cs [new file with mode: 0644]
mono/DBusType/UInt64.cs [new file with mode: 0644]
mono/Error.cs
mono/Handler.cs [new file with mode: 0644]
mono/InterfaceAttribute.cs [new file with mode: 0644]
mono/Introspector.cs [new file with mode: 0644]
mono/Makefile.am
mono/Message.cs
mono/MethodAttribute.cs [new file with mode: 0644]
mono/MethodCall.cs [new file with mode: 0644]
mono/MethodReturn.cs [new file with mode: 0644]
mono/ProxyBuilder.cs [new file with mode: 0644]
mono/README [new file with mode: 0644]
mono/Server.cs [new file with mode: 0644]
mono/Service.cs [new file with mode: 0644]
mono/Signal.cs [new file with mode: 0644]
mono/TODO [new file with mode: 0644]
mono/Test.cs
mono/example/EchoClient.cs [new file with mode: 0644]
mono/example/EchoServer.cs [new file with mode: 0644]
mono/example/Echoer.cs [new file with mode: 0644]
mono/example/Makefile.am [new file with mode: 0644]