summaryrefslogtreecommitdiffstats
path: root/mono/Connection.cs
Commit message (Collapse)AuthorAgeFilesLines
* 2004-08-30 Jon Trowbridge <trow@ximian.com>Jon Trowbridge2004-08-311-0/+11
| | | | | | | | | | | | | | | | | | | * mono/BusDriver.cs: Added. This is a class for interacting with the org.freedesktop.DBus service. * mono/Message.cs: Added a mechanism to expose the message that is currently being dispatched via the static Message.Current property. Added Message.Sender and Message.Destination properties. * mono/Handler.cs: Expose the dispatched message via Message.Current when handling method calls. * mono/Service.cs: Expose the dispatched message via Message.Current when handling signal emissions. * mono/Connection.cs: Bind dbus_bus_get_base_service via the Connection.BaseService property.
* Made proxy DLL names uniqueOwen Fraser-Green2004-04-031-7/+8
|
* Added signal support.Owen Fraser-Green2004-03-261-0/+5
|
* First checkin of the Mono bindings.Owen Fraser-Green2004-03-231-161/+149
|
* 2003-06-29 Havoc Pennington <hp@pobox.com>dbus-object-names-branchpointHavoc Pennington2003-07-031-0/+1
| | | | | | | | | | | * mono/Test.cs (class Test): fire up a main loop and run it * mono/DBus.cs (DBus): don't g_thread_init since it can only be done once, the app has to do it 2003-06-26 Havoc Pennington <hp@pobox.com> * mono/Connection.cs: set up connection with the glib main loop
* 2003-06-24 Havoc Pennington <hp@pobox.com>Havoc Pennington2003-06-251-11/+11
| | | | * mono/*.cs: Use IntPtr.Zero instead of ((IntPtr) 0)
* 2003-06-22 Havoc Pennington <hp@pobox.com>Havoc Pennington2003-06-231-8/+76
| | | | | | | * mono/Connection.cs: add more bindings * dbus/dbus-threads.c (dbus_threads_init): allow calling this more than once.
* 2003-06-22 Havoc Pennington <hp@pobox.com>Havoc Pennington2003-06-221-0/+123
* mono/Connection.cs, mono/DBus.cs, mono/Error.cs: Start wrapping more stuff.